/*  --------------------------------------------------
    FONTS
-------------------------------------------------- */
@font-face {
    font-family: 'EntypoRegular';
    src: url(../fonts/entypo/entypo-webfont.eot);
    src: url('../fonts/entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/entypo/entypo-webfont.woff') format('woff'),
         url('../fonts/entypo/entypo-webfont.ttf') format('truetype'),
         url('../fonts/entypo/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadAppleText';
    src: url('../fonts/myriadat/myriadat-webfont.eot');
    src: url('../fonts/myriadat/myriadat-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriadat/myriadat-webfont.woff') format('woff'),
         url('../fonts/myriadat/myriadat-webfont.ttf') format('truetype'),
         url('../fonts/myriadat/myriadat-webfont.svg#MyriadAppleText') format('svg');
    font-weight: normal;
    font-style: normal;
}



.icons {
    font-family: EntypoRegular,Arial,Verdana,serif;
    font-size:20px;
}

/* -----------------------------------------
  COMMON ELEMENTS
----------------------------------------- */
.top-link-navigation {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;

    background: none repeat scroll 0 0 #EEE;
    /*background: #F2F2F2;*/
    background: -moz-linear-gradient(top, #FEFEFE 0%, #EEE 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(60%,#EEE));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0);


    height: 45px;
    overflow: visible;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top-link-navigation ul {
    font-family: Arial,Verdana,serif;
    font-size: 11pt;
    font-weight: bold;
}

.top-link-header {
    color: #000000;
    clear: both;
    display: inline;
    line-height: 45px;
    margin: 0 16px;
    padding-left: 0;
    /*word-spacing: 0;*/
    font-size: 18px;
    font-weight: bold;
    /*font-weight: 100;*/
    /*letter-spacing: -1px;*/


    text-shadow: 0px 1px white;
    /*-webkit-margin-before: 0.67em;*/
    /*-webkit-margin-after: 0.67em;*/
    /*-webkit-margin-start: 0px;*/
    /*-webkit-margin-end: 0px;*/
}

.vacation-top-days {
    color: #000000;
    clear: both;
    display: inline;
    line-height: 27px;
    margin: 0 16px;
    padding-left: 0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px white;
}

.pills {
    letter-spacing: 0;
    margin: 0 8px;
    padding-left: 0;
    word-spacing: 0;
}

.pills li {
    clear: both;
    display: inline;
    line-height: 45px;
}

.pills li a {
    padding: 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    color: #666;
}

.pills li a:hover {
    color: #2E2E2E;
    text-decoration:none;
}

.pills li a.active-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2E2E2E;
    padding: 4px 8px;
    /*border-color: #EEE;*/
    border: 1px solid #CCCCCC;
}

.content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;

    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.inner-container {
    padding: 16px;
}

.sider {

}

.custom-well {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-bottom:18px;
    padding: 7px;
}

.custom-well form {
    margin-bottom:0;
}

small {
    color: #999;
}

.welcomeText {
    color:#30393F;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.8), 0px 0px 1px rgba(0,0,0,.7);
    font-family: MyriadAppleText, Verdana, sans-serif;
    font-size: 80px;
}

/* -----------------------------------------
  Tables
----------------------------------------- */

.bordered-table {
    border: 1px solid #ddd;
    /*border-collapse: separate;*/
    border-collapse: collapse;
    *border-collapse: collapse; /* IE7, collapse table to remove spacing */

    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

.form-table td {
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 10px 5px 10px 0;
    vertical-align: top;
}

.form-table td.label {
    width: 35%;
}

.form-table td.last {
    border: none;
}

table .header {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table .header:after {
    content: "";
    float: right;
    margin-top: 7px;
    border-width: 0 4px 4px;
    border-style: solid;
    border-color: #000 transparent;
    visibility: hidden;
}

table .headerSortUp, table .headerSortDown {
    /*background-color: rgba(141, 192, 219, 0.25);*/
    background-color: #F5F5F5;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
    visibility: visible;
}

table .headerSortDown:after, table .headerSortDown:hover:after {
    visibility: visible;
    filter: alpha(opacity = 60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

table .headerSortUp:after {
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity = 60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*table .blue {*/
    /*color: #049cdb;*/
    /*border-bottom-color: #049cdb;*/
/*}*/

table .headerSortUp.blue, table .headerSortDown.blue {
    background-color: #ade6fe;
}

.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */


.pagination {
    height: 32px;
    margin-bottom: 18px;
}

.pagination ul {
    float: left;
    margin: 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 10px;
    line-height: 29px;
    /*border-right: 1px solid;*/
    /*border-right-color: #ddd;*/
    /*border-right-color: rgba(0, 0, 0, 0.15);*/
    /**border-right-color: #ddd; *//* IE6-7 */

    text-decoration: none;
}

.pagination a:hover, .pagination .active a {
    background-color: #eee;
}

.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
}

.pagination .next a {
    border: 0;
}

.userpic {
    padding-right: 9px;
    padding-top: 7px;
}

/*  --------------------------------------------------
    Invoice page
    -------------------------------------------------- */
.invoice-sheet {
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 20px #ccc;
    -moz-box-shadow: 0 1px 20px #ccc;
    box-shadow: 0 1px 20px #ccc;
    padding:32px;
    font: 14px/20px 'Segoe UI', Verdana, sans-serif;
    text-shadow: 0 1px white;
}

.invoice-sheet p {
    font: 14px/20px 'Segoe UI', Verdana, sans-serif;
    /*padding-bottom:18px;*/
}

.invoice-sheet .page-header {
    margin-top:0;
    font-family: 'Segoe UI', Verdana, sans-serif;
}


table.invoice {
    border-collapse: collapse;
    border:0 none;

    /*color: #797979;*/
    /*text-shadow: 0 1px white;*/
    /*font: 13px/20px 'Segoe UI', Verdana, sans-serif;*/
}

table.invoice-small strong {
    font: 13px/20px 'Segoe UI', Verdana, sans-serif;
    font-weight:bold;
}

table.invoice-small {
    font: 12px/20px 'Segoe UI', Verdana, sans-serif;
}

table.invoice td input, table.invoice td textarea, .invoice-sheet select {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    /*font-size: 12px;*/
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin:0;
    padding:0;

       /*color: #797979;*/
    /*text-shadow: 0 1px white;*/
    font: 12px/20px 'Segoe UI', Verdana, sans-serif;
}

.invoice-sheet td.exp-amount-td, .invoice-sheet td.exp-total-td {
    font: 12px/20px 'Segoe UI', Verdana, sans-serif;
}

.invoice-sheet input {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    height: 20px;
    line-height: 20px;
    margin:0;
    padding:0;

    vertical-align:top;

    font: 13px/20px 'Segoe UI', Verdana, sans-serif;
    width:auto;
}

table.invoice td, table.invoice th {
    /*font-size: 12px;*/
    height: 20px;
    line-height: 20px;
    border: 0 none;
    /*padding: 0 7px;*/
}

/*table#calc td, table#calc th {*/
    /*border-right: 1px solid #ddd;*/
/*}*/

table#calc {
    /*margin-bottom: 36px;*/
    margin-top: 36px;
}

table#calc td {
    border-top: 1px solid #ddd;
}

table.invoice td input:focus, table.invoice td textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9; /* IE6-8 */
}

table#calc thead tr:last-child th:last-child, table#calc tbody tr td:last-child {
    border-right: 0 none;
}

/*table#calc tbody tr:last-child td:first-child {*/
    /*border-right: 0 none;*/
/*}*/

table.invoice td, table.invoice th {
    border-right: 1px solid #ddd;
    padding:4px;
}

table.invoice thead tr:last-child th:last-child, table.invoice tbody tr td:last-child {
    border-right: 0 none;
}

table.invoice-meta {
    margin:0;
}

table.invoice-meta th, table.invoice-meta td {
    padding: 1px 10px;
}

table#calc tbody td.bt-none {
    border-top: 0 none;
}

table#calc tbody td.br-none {
    border-right: 0 none;
}

table.calendar {
    table-layout: fixed;
    border-style: hidden;
}

table.calendar th {
    padding: 16px 16px 0 16px;
}
/*styles for calendar table in holidays section*/

table.calendar td {
    border: 1px solid #DDD;
    padding: 16px;
    font-size: 23pt;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
    color: #333;
    cursor: pointer;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
table.calendar td:hover {
    background-color: whiteSmoke;
}

table.calendar td.week {
   background-color: whiteSmoke;
   cursor: default;
}

table.calendar td.inactive {
    opacity: 0;
    filter: alpha(opacity = 0);  /*For IE8 and earlier */
    cursor: default;
}

table.calendar td.holiday {
    /*background-color: #ffbdc4;*/
    background-color: #B6DDEC;
}

table.calendar td.preholiday {
    /*background-color: #ffe0e2;*/
        background-color: #DDF1F8;
}

table.calendar td.saturday {
    /*background-color: #ffbdc4;*/
    background-color: #ECECEC;

}
table.calendar td.sunday {
    /*background-color: #ffbdc4;*/
    background-color: #ECECEC;
    border-right: none;
}

.sider li a {
    color: black;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 31px;

    /*color: #777777;*/
    /*display: inline-block;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    /*height: 18px;*/
    /*margin: 2px 10px 2px 0;*/
    /*padding: 5px 14px 5px 31px;*/
    /*text-shadow: 0 1px white;*/
}

.label-DRAFT, .badge-gray, .label-PROJECT {
    background-color: #999999;
    vertical-align: 1px;
}

.label-REJECTED, .label-DISABLED, .label-vacation-REJECTED,.label-FAILED, .badge-red, .label-NONE, .badge-none {
    background-color: #b94a48;
    vertical-align: 1px;
}

.label-APPROVED, .label-ADMIN, .label-vacation-SUBMITTED, .badge-orange, .label-MINUS, .badge-shortage {
    background-color: #f89406;
    vertical-align: 1px;
}

.label-PAID, .label-USER, .label-ENABLED, .label-vacation-APPROVED, .label-SUCCESSFUL, .badge-green, .label-OK, .badge-ok {
    background-color: #468847;
    vertical-align: 1px;
}

.label-SUBMITTED, .label-SUPPLIER, .badge-blue, .label-PLUS, .badge-overtime {
    background-color: #3a87ad;
    vertical-align: 1px;
}

.badge-multicolor, .badge-all {
    background: #468847; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2ODg0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzNhODdhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Y4OTQwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOTRhNDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #468847 0%, #3a87ad 33%, #f89406 66%, #b94a48 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #468847), color-stop(33%, #3a87ad), color-stop(66%, #f89406), color-stop(100%, #b94a48)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #468847 0%, #3a87ad 33%, #f89406 66%, #b94a48 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #468847 0%, #3a87ad 33%, #f89406 66%, #b94a48 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #468847 0%, #3a87ad 33%, #f89406 66%, #b94a48 100%); /* IE10+ */
    background: linear-gradient(to bottom, #468847 0%, #3a87ad 33%, #f89406 66%, #b94a48 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#468847', endColorstr = '#b94a48', GradientType = 0); /* IE6-8 */
}

.label-whole-cell {
    float: left;
    width: 100%;
    padding: 0;
    line-height: 15px;
}

.pic-text-vert-mid {
    vertical-align: 7px;
    cursor: pointer;
}

td.text-vert-mid {
    vertical-align: middle;
}

td.fixed-status-col-width, td.fixed-hours-col-width {
    vertical-align: middle;
    text-align: center;
    width: 6.6%;
}

/*.ENABLED, .USER {*/
    /*color: #468847;*/
/*}*/

/*.SUPPLIER {*/
    /*color: #3a87ad;*/
/*}*/

/*.ADMIN {*/
    /*color: #f89406;*/
/*}*/

/*.DISABLED {*/
    /*color: #b94a48;*/
/*}*/

.input-dropdown-append-large {
    width: 193px;
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-dropdown-large {
    width: 221px;
}

.input-textarea-large {
    width: 420px;
    height: 18px;
    max-height: 90px;
    resize: none;
}

.characters-left {
    margin-left: 180px;
    font-size: 11px;
    color: #999;
}

.input-date-large {
    width: 183px;
}

.add-on > .icon-trash, #reportrange > .icon-calendar {
    margin-top: 1px;
}

.add-on > .icon-plus {
    margin-top: 1px;
    margin-left: 1px;
}

.controls input[disabled], .range_inputs input[disabled] {
    cursor: default;
}

table.invoice td input[readonly] {
    cursor: pointer;
    background-color: transparent;
}

.input-append input[readonly] {
    cursor: pointer;
    background-color: white;
}

.rounded input[readonly] {
    cursor: pointer;
    background-color: #ffffff;
    width: 72px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

#projects-table td.fixed-date-col-width, #users-table td.fixed-date-col-width, #invoices-table td.fixed-date-col-width,
#contracts-table td.fixed-date-type-col-width, #expenses-table td.fixed-date-col-width, #expenses-table td.fixed-total-col-width{
    width: 10%;
}

.input-append .add-on {
    margin-right: 4px;
}

.add-on-btn {
    min-height: 28px;
    min-width: 28px;
}

.add-on-btn:hover, .sp-ico-btn:hover {
    background-color: #DDD;
}

#projects-table td.cell-cursor, #cats-table td.cell-cursor, #projects-table span.cell-href,#cats-table span.cell-href, #customers-table td.cell-cursor, #users-table td.cell-cursor, #users-table span.cell-href,
#company-table td.cell-cursor, #invoices-table td.cell-cursor, #invoices-table span.cell-href, #contracts-table td.cell-cursor, #expenses-table td.cell-cursor,
#expenses-table span.cell-href, #summary-table td.cell-cursor, #vacation-table td.cell-cursor, #vacation-table span.cell-href{
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#users-table span.cell-disabled, #projects-table span.cell-disabled, #invoices-table span.cell-disabled {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#users-table .checkbox-disabled {
    cursor: default;
}

#projects-table tr.cell-hover:hover, #customers-table tr.cell-hover:hover, #users-table tr.cell-hover:hover,
#company-table tr.cell-hover:hover, #invoices-table tr.cell-hover:hover, #vacation-table tr.cell-hover:hover,
#contracts-table tr.cell-hover:hover, tr.logged-user:hover, tr.current-month:hover,
#expenses-table tr.cell-hover:hover, #summary-table tr.cell-hover:hover{
    background-color: whiteSmoke;
}

#projects-table td.fixed-first-col-width {
    width: 34.25%;
}

#invoices-table td.fixed-first-col-width, #contracts-table td.fixed-first-col-width {
    width: 37.4%
}

#customers-table td.fixed-first-col-width {
    width: 36.4%;
}

#company-table td.fixed-first-col-width-company {
    width: 25%;
}

#projects-table td.fixed-edit-col-width,#cats-table td.fixed-edit-col-width, #users-table td.fixed-edit-col-width, #customers-table td.fixed-edit-col-width {
    width: 3%;
    text-align: center;
}

#projects-table i.icon-low-opacity, #customers-table i.icon-low-opacity {
    opacity: 0.7;
    margin-top: 2px;
}

.dropdown-menu a i.li-icon {
    margin-right: 5px;
    margin-top: 1px;
}

#users-table i.icon-low-opacity {
    opacity: 0.7;
    margin-top: 7px;
}

#users-table .checkbox-margin {
    margin: 9px 0 0 0;
}

#projects-table .checkbox-margin, #users-table .main-checkbox-margin, #invoices-table .checkbox-margin,
#expenses-table .checkbox-margin, #contracts-table .checkbox-margin {
    margin: 0 0 2px 0;
}

#users-table .userpic {
    padding-right: 0;
    padding-top: 4px;
    margin: 0 9px 0 0;
}

#projects-table td.fixed-checkbox-col, #users-table td.fixed-checkbox-col, #invoices-table td.fixed-checkbox-col,
#expenses-table td.fixed-checkbox-col, #contracts-table td.fixed-checkbox-col, #vacation-table td.fixed-checkbox-col {
    width: 13px;
}

.nav-pills > li > a.custom-btn, .nav-pills > li > span.custom-btn {
    border: 1px solid #DDD;
    margin: 0 0 0 5px;
    padding: 6px 10px 6px 10px;
}

.nav-pills > li > a.pdf-btn, .nav-pills > li > span.pdf-btn {
    border: 1px solid #DDD;
    margin: 0 0 0 5px;
    padding: 6px 10px 6px 10px;
}

.nav-pills > li > a.spinner {
    border: 1px solid #DDD;
    margin: 0 0 0 5px;
    padding: 6px 10px 6px 10px;
}

.nav-pills > li > a.create, .nav-pills > li > span.create   {
    margin-left: 5px;
    color: white;
    background-color: #78A8CE;
    border-color: #5585AC;
}

.nav-pills > li > a.create:hover, .nav-pills > li > span.create:hover  {
    background-color: #0199CF;
    border-color: #2E6C8B;
}

.icon-spinner {
    background-image: url(../img/ui-anim_basic_16x16.gif);
    background-position: 0px center;

}

.custom-caret {
    margin: 6px 0 0 2px;
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -99999px;
    *text-indent: 0;
    vertical-align: top;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    content: "\2193";
}

#actionButton .dropdown:hover .custom-caret, #actionButton .open.dropdown .custom-caret,
#displayOptions .dropdown:hover .custom-caret, #displayOptions .open.dropdown .custom-caret {
    opacity: 1;
    filter: alpha(opacity = 100);
}

#actionButton .dropdown.open .dropdown-toggle, #displayOptions .dropdown.open .dropdown-toggle {
    background-color: #EEE;
    color: #000000;
    border: 1px solid #DDD;
}

.dropdown-title {
    cursor: default;
    padding: 9px 15px 3px 15px;
    font-weight:bold;
}

a.dropdown-padding-with-title {
    padding-left: 35px;
}

.inline-float-right-margin-right {
    display: inline;
    float: right;
    margin: 0 0 0 5px;
}

.logged-user, .current-month {
    background-color: rgba(1, 153, 207, 0.05);
}

.superscript {
    display: block;
    left: 1.7em;
    top: -0.8em;
}

.div-inline {
    display: inline;
}

.invoice-sheet select {
    margin: 0;
    vertical-align: top;
    width: 86px;
    height: 20px;
    line-height: 20px;
    border: 0 none;
    padding: 0;
}

table#calc td.fixed-expenses-col {
    width: 12.4%;
}

/*.stack-trace {*/
    /*padding-left: 40px;*/
/*}*/

/*.error-label {*/
    /*font-weight: bold;*/
    /*padding-top: 5px;*/
    /*padding-bottom: 5px;*/

span.badge {
    margin-right: 5px;
    padding: 0px 8px 0px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    opacity: 0.8;
}

#expenses_form .dropdown-menu li > a:hover, #invoices_form .dropdown-menu li > a:hover, #projects_form .dropdown-menu li > a:hover,
#users_form .dropdown-menu li > a:hover, #contracts_form .dropdown-menu li > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #EEE;
}

.chosen-dropdown-append .chzn-container .chzn-single {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.chosen-dropdown-append .chzn-container .chzn-single-with-drop {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.chosen-dropdown-append .chzn-container {
    float: left;
}

.chosen-dropdown .chzn-container .chzn-single-with-drop {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#reportrange {
    border: 1px solid #DDD;
    padding: 4px 10px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#reportrange .custom-caret {
    margin-top: 8px;
    margin-left: 6px;
}

#reportrange:hover .custom-caret, #reportrange .custom-caret-hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}

#reportrange:hover, .reportrange-hover {
    text-decoration: none;
    background-color: #EEE;
}

.custom-dropdown {
    right: 0;
    left: auto;
}

.custom-dropdown::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.custom-dropdown::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}

.sp-ico-btn {
    margin: 0 0 0 5px;
    float: right;
    padding: 5.5px 5px 3px 5.5px;
    background-color: whiteSmoke;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

.user-popover{
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

.user-popover a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555;
    white-space: nowrap;
    padding-left: 35px;
}
.user-popover p {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #B94A48;
    white-space: nowrap;
    padding-left: 35px;
}

.user-popover a:hover {
    color: #333;
    text-decoration: none;
    background-color: #EEE;
}
