html,
body {
    height: auto;
}

.upper-case {
    text-transform: uppercase;
}

.dropdown-menu {
    left: -122px;
}

/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#header {
    background-color: #CFBD95 !important;
    background-image: unset !important;
}

aside {
    background-image: unset !important;
    background-color: #1B456B !important;
}

#sede-cliente {
    font-weight: unset !important;
    margin-top: -10px
}

#area-cliente {
    margin-top: -10px
}

.field-reports-id_area,
.field-reports-id_headquarters,
.field-reports-client_id,
.field-reports-worker_id {
    margin-top: 7px;
}

.report-cliente {
    width: 700px;
    text-align: right;
    overflow: hidden;
    float: right;
    margin-right: 15px;
    color: #027ebd;
    font-size: 14px;
    font-weight: 700;
    /*font-family: droid sans,Arial,Helvetica,sans-serif;*/
}

table.encabezado {
    width: auto;
    margin: 15px;
}

table.tablesorter {
    margin: 15px 0;
    text-align: left;
    width: 100%;
}

.fRight {
    float: right;
}

table.encabezado thead tr th {
    font-weight: 400;
    padding: 3px 13px 5px 2px;
    vertical-align: top;
    font-size: 9px;
    text-transform: uppercase;
    /*font-family: droid sans,Arial,Helvetica,sans-serif;*/
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
    background-color: #e8e8e8;
    padding: 4px;
}

table.tablesorter th {
    font-weight: 700;
}

table.encabezado .report-title {
    background: 0 0;
    border: none;
    font-weight: 400;
}

table.encabezado td.report-title {
    padding-right: 15px;
    color: #027ebd;
    font-weight: 700;
    font-family: droid sans;
}

table.encabezado .report-title {
    background: 0 0;
    border: none;
    font-weight: 400;
    border-bottom: unset !important;
}

table.tablesorter tbody td {
    color: #3d3d3d;
    padding: 4px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8 !important;
}

table.encabezado td {
    text-align: center;
    font-weight: 700;
}

table td {
    vertical-align: middle !important;
}

table.report thead tr th.header {
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    float: left;
}

table.report thead tr th {
    border-right: 1px solid #fff;
    padding: 1px;
    height: 30px;
    font-size: 10px;
    font-variant: small-caps;
    /*font-family: droid sans,Arial,Helvetica,sans-serif;*/
    text-align: center;
}

table.report tbody tr.period-header {
    background: #ccc;
    font-weight: 700;
}

.ngdose-checkbox-control {
    margin-left: -25px !important;
}

.ngdose-checkbox-control label {
    padding-left: 0px !important;
}

.datepicker-orient-top {
    z-index: 999 !important;
}


/* STEP */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.tracking-details>tbody>tr>td {
    padding: 0px !important;
    line-height: unset !important;
    vertical-align: unset !important;
    border-top: none !important;
}

.tracking-details-tbadge {
    font-size: 11px;
}

.packing-list-form fieldset,
.packing-list-form section {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.show-position {
    position: relative;
    font-weight: bold;
}

.show-position:hover {
    cursor: pointer;
}

.show-normal-position:hover:after {
    content: url('/img/positions/normal-position.png');
    display: block;
    position: absolute;
    z-index: 9999;
    left: 85%;
    top: -0px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.show-up-position:hover:after {
    content: url('/img/positions/up-position.png');
    display: block;
    position: absolute;
    z-index: 9999;
    left: 85%;
    top: -0px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.show-down-position:hover:after {
    content: url('/img/positions/down-position.png');
    display: block;
    position: absolute;
    z-index: 9999;
    left: 85%;
    top: -0px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.show-ring-position:hover:after {
    content: url('/img/positions/ring-position.png');
    display: block;
    position: absolute;
    z-index: 9999;
    left: 85%;
    top: -0px;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.worker-tbadges-list>li {
    padding-bottom: 5px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.select2-container .select2-choice .select2-arrow b:before,
.select2-selection__arrow b:before {
    content: "\f107";
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
}

.add-badge-guide-form {
    margin: 0 10px 0 10px;
}

.footer-badge-guide-form {
    margin: 20px -28px -17px -27px;
}

.sparks-dashboard {
    text-align: left !important;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.btn-guide-report-client,
.delete-client-from-guide {
    padding: 6px 12px;
}

.dataTables_wrapper {
    padding: 2px 10px 1px 10px;
}

.table>caption {
    border-color: #a0aeb3;
    background: #cbd2d5;
    color: #000;
    font-weight: bold;
    padding-left: 12px;
}

.dataTables_processing {
    top: 428%;
    height: 54px;
}

.add-clear-x {
    top: 10px !important;
}

.form-actions-new-guide {
    margin: 25px 0px -1px !important;
}

.datepicker-days {
    padding: 6px;
}

#guide-client-table .paging_simple_numbers {
    margin-top: 10px;
}

.dropdown-menu {
    position: absolute;
    z-index: 10;
}

.monitor-report-head {
    font-size: 11px;
}

.monitor-report-details.table>tbody>tr>td {
    font-size: 11px;
    border: none;
}

#sparks li {
    padding: 5px 10px !important;
}
