@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

/* Backgrounds */

html {
    height: 100%;
}

body {
    height: 100%;
}


/* Backgrounds END */


/* Text */

body {
    font-size: 62.5%;
    font-family: 'Open Sans', sans-serif;
    line-height: 200%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #ededed;
    color: #555;
    overflow-x: hidden;
}

h1,
h2 {
    font-weight: 300;
    letter-spacing: -2px;
    margin: 10px 0;
}

h3,
h4 {
    font-weight: 300;
    letter-spacing: -1px;
    margin: 10px 0;
}

h5,
h6 {
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 10px 0;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 12px;
}

strong {
    font-weight: 600;
}

a {
    color: #555;
}

a:hover {
    color: #fff593;
    text-decoration: none;
}


/* Text END */


/* ####################  GENERAL  #################### */

img {
    max-width: 100%;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.rotation {
    transform: rotate(90deg);
    background-color: #337ab7 !important;
}

.makevisible {
    display: block !important;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hz-centered {
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100% !important;
}

form a {
    color: #337ab7;
}

form a:hover {
    color: #6da4d1;
}

.page-header {
    padding: 15px 0;
    text-align: center;
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: -2px;
}

.idl-btn-01 {
    border: 1px solid #337ab7;
    background-color: #FFFFFF;
    color: #337ab7;
}

.idl-btn-01:hover {
    border: 1px solid #FFFFFF;
    background-color: #337ab7;
    color: #FFFFFF;
}

.idl-btn-02 {
    border: 1px solid #337ab7;
    background-color: #FFFFFF;
    color: #337ab7;
    height: 36px;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 6px;
    text-align: center;
    letter-spacing: 0px;
}

.idl-btn-02:hover {
    border: 1px solid #FFFFFF;
    background-color: #337ab7;
    color: #FFFFFF;
}

.idl-btn-plus,
.idl-btn-minus,
.idl-btn-edit {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
    text-align: center;
}

a.btn-download:active,
a.btn-download:focus,
a.btn-download:visited {
    color: #337ab7 !important;
    border: 1px solid #337ab7 !important;
    background-color: #FFFFFF !important;
}

a.btn-download:hover {
    color: #FFFFFF !important;
    border: 1px solid #337ab7 !important;
    background-color: #337ab7 !important;
}

.idl-btn-plus,
.idl-btn-minus {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;
}

.idl-btn-plus {
    border: 1px solid #00b856;
    background-color: #00b856;
    color: #FFFFFF;
}

.idl-btn-plus:hover {
    border: 1px solid #00ea8a;
    background-color: #00ea8a;
    color: #FFFFFF;
}

.idl-btn-minus {
    border: 1px solid #f03234;
    background-color: #f03234;
    color: #FFFFFF;
}

.idl-btn-minus:hover {
    border: 1px solid #fd5053;
    background-color: #fd5053;
    color: #FFFFFF;
}

.idl-btn-edit {
    border: 1px solid #337ab7;
    background-color: #FFFFFF;
    color: #337ab7;
}

.idl-btn-edit:hover {
    border: 1px solid #FFFFFF;
    background-color: #337ab7;
    color: #FFFFFF;
}

.idl-btn-red {
    border: 1px solid #f03234;
    background-color: #f03234;
    color: #FFFFFF;
}

.idl-btn-red:hover {
    border: 1px solid #fd5053;
    background-color: #fd5053;
    color: #FFFFFF;
}

.idl-btn-grey {
    border: 1px solid #545454;
    background-color: #545454;
    color: #FFFFFF;
}

.idl-btn-grey:hover {
    border: 1px solid #878787;
    background-color: #878787;
    color: #FFFFFF;
}

.idl-size-01 {
    width: 150px !important;
}

.idl-size-02 {
    width: 200px !important;
}

.idl-search-alone {
    display: inline-block;
    float: right;
    width: 100%;
    max-width: 200px;
}

.idl-input-01 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.idl-txt-size-01 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
    letter-spacing: -2px;
    font-weight: 300 !important;
}


/* ####################  GENERAL END  #################### */


/* ####################  SECTIONS  #################### */

#menuOptions a {
    text-align: center !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    width: 100%;
    min-height: 60px;
    background-color: #65052d;
    color: #fff;
}

header a {
    color: #fff;
}

header a:hover {
    color: #fff;
}

#menucall {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #e03333;
}

#menucall a span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 60px;
}

#menucall .icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#breadtitle {
    display: block;
    float: left;
    height: 60px;
    padding: 4px 15px;
}

h1.maintitle {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300 !important;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.idl-breadcrumbs {
    padding: 0;
}

.idl-breadcrumbs p {
    padding: 0;
    margin: 0;
}

.idl-breadcrumbs p span {
    padding: 0;
    padding-right: 2px;
    margin: 0;
}

.idl-breadcrumbs a {
    color: #fff593;
}

.idl-breadcrumbs a:hover {
    color: #fff;
}

span.idl-separator:before {
    content: '>';
    color: #fff593;
}

@media all and (max-width:767px) {
    h1.maintitle {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: -0.5px;
        padding: 4px 0;
    }
    .idl-breadcrumbs p span {
        font-size: 12px;
        font-size: 1.2rem;
    }
}


/*---*/

#mainmenu {
    display: none;
    width: 1200px;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #337ab7 !important;
}

@media all and (max-width:1199px) {
    #mainmenu {
        width: 100%;
    }
}

.menucol {
    padding-top: 15px;
    padding-bottom: 15px;
}

.menucol h4 {
    text-transform: uppercase;
    color: #fff593;
}

.menucol>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menucol ul li {
    border-bottom: solid 1px #6da4d1;
}

.menucol ul li a:hover {
    color: #fff593 !important;
}

.menucol ul li ul {
    padding-left: 10px;
    list-style-type: none;
}

.menucol ul li ul li {
    background-image: url(../img/sma-sqa-sky.png);
    background-repeat: no-repeat;
    background-position: top 12px left;
    padding-left: 15px;
}

.menucol ul li ul li:last-child {
    border-bottom: none;
}


/*---*/

main {
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 15px 0;
}

main#vertical-align {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: table;
}

#vertical-align-cell {
    width: 680px;
    display: table-cell;
    vertical-align: middle;
}

#usuarios-a main {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 15px 0;
}


/*---*/

.loginform-container {
    width: 100%;
    max-width: 680px;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.23);
    z-index: 10;
}

.loginform-container h2 {
    text-align: center;
}

.loginform-container .control-label {
    font-weight: 300;
    padding-right: 0;
}

.loginform-container button {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

@media all and (max-width: 579px) {
    .loginform-container .control-label {
        padding-right: inherit;
    }
}


/*---*/


/*---*/

.form-container-2 {
    max-width: 100% !important;
}

.form-container {
    width: 100%;
    max-width: 580px;
    padding: 15px;
}

.form-reserv{
    max-width: 580px !important;
}



.form-container .form-group {
    margin-bottom: 15px;
}

.form-container .control-label {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-weight: 400;
}

.form-container input {
    /* border: none !important; */
}

.form-container p.discreet {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
}

.form-container button {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}


/*---*/

.dck {
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 150px;
    margin-bottom: 15px;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}

.inuse .dck-head {
    background-color: #f03234;
}

.free .dck-head {
    background-color: #00b856;
}

.off .dck-head {
    background-color: #d6d6d6;
}

.dck .dck-head h4 {
    color: #FFFFFF;
    padding: 5px 10px;
    margin: 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
}

.dck .dck-body {
    padding: 10px;
}

.dck .dck-body p {
    line-height: 20px;
    line-height: 2.0rem;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    margin: 0;
}

.dck .dck-body p .idl-data {
    font-weight: 600;
}


/*---*/

.table-queue {
    line-height: 10%;
    border: 1px solid #ddd;
    font-family: 'Roboto Condensed', sans-serif;
}

.table-queue thead tr th,
.table-queue tbody tr td {
    border-right: 1px solid #ddd;
}

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

.table-queue thead tr th {
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}

.table-queue thead tr th:first-child,
.table-queue thead tr th:last-child {
    width: 10%;
    text-align: center;
    line-height: 16px;
}

.table-queue tbody tr td:first-child,
.table-queue tbody tr td:last-child {
    text-align: center;
}

.table-queue tbody tr td:first-child {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: -4px;
}

.table-queue tbody tr td {
    vertical-align: middle;
}

.table-queue .up-arrow a,
.table-queue .down-arrow a {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 18px;
}

.table-queue .up-arrow a:hover,
.table-queue .down-arrow a:hover {
    color: #337ab7;
}

.idl-data-group {
    display: inline-block;
    padding-right: 15px;
}

.idl-data-group p {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}

.idl-data-group p .idl-data {
    font-weight: 600;
    text-transform: uppercase;
}

.pos-data-buttons p {
    line-height: 100%;
    text-align: right;
}

.pos-data-buttons .idl-btn-01 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}

@media all and (max-width:767px) {
    .pos-data-txt {
        margin-bottom: 15px;
    }
    .pos-data-buttons .idl-btn-01 {
        width: 100%;
        margin-bottom: 5px;
    }
}


/*---*/

.idl-filters .panel-title a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
}

.idl-filters .panel-title a:hover {
    color: #337ab7;
}

.hidden {
    display: none;
}


/*---*/

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    width: 100%;
    min-height: 40px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
    color: #fff;
    padding: 4px 15px;
}

.copy-01 {
    float: left;
}

.copy-02 {
    float: right;
}

.copy-01 p,
.copy-02 p {
    margin: 0;
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
}

.copy-02 p {
    text-transform: uppercase;
}

.copy-01 p a,
.copy-02 p a {
    color: #fff;
}

.copy-01 p a:hover,
.copy-02 p a:hover {
    color: #fff593;
}


/* --- */

.idl-filters {
    margin-bottom: 15px !important;
}


/* ####################  SECTIONS END  #################### */


/* ####################  AGENCIES APP ADDITIONS #################### */

.idk-container {
    width: 100%;
    max-width: 570px;
    padding: 15px;
    max-height: 750px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

.idk-txt-big {
    font-size: 36px !important;
    font-size: 3.6rem !important;
    letter-spacing: -2px;
    font-weight: 300 !important;
    line-height: 100%;
}

.idk-btn-blue {
    border: 1px solid #337ab7;
    background-color: #337ab7;
    color: #FFFFFF;
}

.idk-btn-blue:hover {
    border: 1px solid #02b6ea;
    background-color: #02b6ea;
    color: #FFFFFF;
}

.idk-btn-brightblue {
    border: 1px solid #228fe1;
    background-color: #228fe1;
    color: #FFFFFF;
}

.idk-btn-brightgreen {
    border: 1px solid #00b856;
    background-color: #00b856;
    color: #FFFFFF;
}
.idk-btn-brightgreen:hover {
    border: 1px solid #00ea8a;
    background-color: #00ea8a;
    color: #FFFFFF;
}



.idk-btn-brighthover {
    border: 1px solid #00b856;
    background-color: #00b856;
    color: #FFFFFF;
}

.idk-btn-brightblue:hover {
    border: 1px solid #78c9ff;
    background-color: #78c9ff;
    color: #FFFFFF;
}

.idk-btn-grey {
    border: 1px solid #555555;
    background-color: #555555;
    color: #FFFFFF;
}

.idk-btn-grey:hover {
    border: 1px solid #999999;
    background-color: #999999;
    color: #FFFFFF;
}

.idk-btn-max {
    width: 100%;
    padding: 15px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 36px !important;
    font-size: 3.6rem !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 10px 0;
    letter-spacing: -2px;
    border-radius: 8px;
    text-align: left !important;
}

.blue-bor-container {
    background-color: #FFFFFF;
    border: 1px solid #228fe1;
    padding: 10px;
    margin-bottom: 15px;
}

.blue-bor-container h4 {
    color: #228fe1;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
}

.blue-bor-container input {
    border: 1px solid #ff0000 !important;
}

.blue-bor-container button {
    font-size: 36px !important;
    font-size: 3.6rem !important;
}

.blue-bor-table {
    border: 1px solid #228fe1;
    margin-bottom: 15px;
    text-align: center;
}

.blue-bor-table tr th {
    color: #228fe1;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #228fe1 !important;
}

.blue-bor-table tr th:first-child {
    width: 70%;
}

.blue-bor-table tr th {}

.blue-bor-table tr th,
.blue-bor-table tr td {
    padding: 2px !important;
    border-right: 1px solid #228fe1;
}

.blue-bor-table tr td span {
    line-height: 32px;
}

.blue-bor-table tr th p,
.blue-bor-table tr td p {
    margin: 0 !important;
}

.idk-btn-del {
    display: block-inline;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #555555;
    background-color: #FFFFFF;
    color: #555555;
    padding: 0;
    font-size: 20px;
    font-size: 2.0rem;
}

.idk-btn-del:hover {
    border: 1px solid #FFFFFF;
    background-color: #f03234;
    color: #FFFFFF;
}

.idk-btn-del span {
    line-height: 32px;
}

.idk-txt-green {
    color: #00b856;
}

.idk-ico-ok {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 100%;
}

.pte {
    color: #ff0000 !important;
    font-weight: 600 !important;
}


/* ####################  AGENCIES APP ADDITIONS END #################### */


/* ####################  BOOTSTRAP OVERRIDE  #################### */

.table {
    background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f7fbff;
}

.panel-group {
    margin-bottom: 10px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 8px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ccc;
    border-color: #bbb;
}


/*---*/

.btn {
    font-family: 'Roboto Condensed';
    /*font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;*/
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.close {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*---*/

.form-group {
    margin-bottom: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: 300;
}

.form-control {
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
}


/*---*/

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

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 12px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.panel-title a {
    background-image: url(../img/arrow-up-01.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.panel-title a.collapsed {
    background-image: url(../img/arrow-down-01.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.modal-header {
    padding: 10px;
    border-bottom: none;
    background-color: #EFEFEF;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.modal-header h4 {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300 !important;
}

.modal-title {
    margin: 0;
    line-height: 100%;
}

.close span {
    font-size: 36px;
    font-size: 3.6rem;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: none;
}


/* ####################  BOOTSTRAP OVERRIDE END #################### */

.btn-logout {
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 15px;
    text-align: center !important;
}

.btn-logout span {
    display: inline-block;
}

.btn-logout .glyphicon {
    font-size: 25px;
}


/* #################### FORMS VALIDATION #################### */

input.error {
    background-color: #ffd6d6;
}

label.error,
span.error {
    display: inline-block;
    clear: both !important;
    font-weight: bold !important;
    color: #ad0a0a !important;
    width: 100%;
}

.xtra,
.msgOk {
    background-color: #00B856 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 1.4em;
    margin: 3px 0px;
    margin-bottom: 10px !important;
}

.msgError {
    background-color: #ad0a0a !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 1.4em;
    padding: 3px 5px;
    margin: 3px 0px;
    margin-bottom: 10px !important;
}

.serverValidation {
    color: #ad0a0a !important;
}

.serverValidation2 {
    display: inline-block;
    width: 100%;
    border: solid 1px #fff;
    color: #ad0a0a !important;
}

.iconTransport {
    width: 30px !important;
}

.icon_R {
    display: inline-block;
    width: 56px;
    height: 29px;
    background-image: url(../img/icontruck_R.png);
    background-repeat: no-repeat;
}

.icon_D {
    display: inline-block;
    width: 56px;
    height: 29px;
    background-image: url(../img/icontruck_D.png);
    background-repeat: no-repeat;
}

.somespace {
    margin-top: 20px;
}

#filterWrapperTransport input {
    width: 100%;
}

#filterWrapperUser input {
    width: 100%;
}

.ui-datepicker {
    width: auto !important;
    /*what ever width you want*/
}

.classNoAccess {
    padding-top: 120px;
    margin: 15px auto;
    text-align: center
}

.dealdatetime a {
    background-color: #228fe1 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.msgError ul,
.msgError li {
    list-style-type: none !important;
}

.fakedselect {
    border: solid 1px #ccc !important;
    height: 34px;
    background: #fff url(../img/fakedselect.png) no-repeat right top !important;
}

#transport_management #dealdatetime1,
#startDate,
#endDate,
.calendar {
    background-color: #fff !important;
    border: 1 !important;
    font-size: 1em !important;
}

.capacities-inline {
    width: 130px !important;
}

.orderFlex {
    display: flex !important;
}

.contentCentered {
    margin: 0px auto !important
}

.specialRow tr:active,
.specialRow tr:visited,
{
    color: #333;
}

.specialRow tr:hover,
.specialRow .selected td {
    background-color: #cce9ff !important;
    color: #333;
    cursor: pointer;
}

.iconTruckCell {
    width: 56px !important;
}

.operaR {
    font-weight: bold;
    color: #00B856;
}

.operaD {
    font-weight: bold;
    color: #ad0a0a;
}

.operaE {
    font-weight: bold;
    color: #ea7819;
}

.expeditionPending {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc;
}

.expeditionIncident {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.cellPending {
    background: #ea7819;
}

.arrow {
    display: inline-block;
    font-size: 20px !important;
    font-weight: bold;
}

.idl-filters form label {
    font-weight: bold !important;
}

th.action,
td.action {
    width: 70px !important;
}

body+.tooltip>.tooltip-inner,
.tooltip-inner {
    background-color: #65052d !important;
    font-weight: bold !important;
}

#msgModalFeedback {
    position: relative;
    top: 0px;
    left: 10px;
    width: 97% !important;
    font-size: 1em !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin: 0px !important;
    font-weight: bold;
    padding: 0px !important;
}

.modalForm label {
    font-weight: bold;
}

.modalForm {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #f5f5f5;
    padding: 10px 10px;
    border: solid 1px #d5d5d5;
    text-align: center;
}

.bgGreen {
    background-color: #00B856 !important;
    color: #fff !important;
}

input[type="text"]:disabled {
    background-color: #EDEDED ! important;
}

#driverWrapper #driverSearcher {
    position: absolute;
    right: -25px;
    top: -2px;
    padding: 5px;
}

#driverSearcher span {
    font-size: 2em !important;
}

.taskActive {
    background-color: #ecd276 ! important;
}

.iconActive {
    width: 40px !important;
}

.titleHide .th-inner{
    visibility: hidden;
    width: 0;
}

.cellActive {
    max-width: 40px !important;
    min-width: 40px !important;
}

.iconStar,
.iconStar2 {
    display: block;
    width: 20px !important;
    height: 20px !important;
    margin: -2px auto 0px auto;
}

.iconStar2 {
    display: inline;
}

.idl-breadcrumbs a {
    text-decoration: underline;
}

.fixed-table-container {
    border: none !important;
}

.backButton {
    display: inline-block;
    position: absolute;
    top: 71px;
    left: 18px;
    font-size: 1.2em;
    padding: 0.4em 1em !important;
    padding-right: 1.5em !important;
    width: 100px;
    background-color: #ccc;
    color: #333;
    border: solid 1px #ccc;
}

.backButton:hover {
    background: #fff;
    color: #333;
}

.backButton span {
    position: relative;
    top: 0.15em;
    font-size: 1em !important;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#ordercode {
    width: 110%;
}

#orderTime {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin-left: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#addOrder {
    margin-left: 20px;
    margin-right: 0px;
    WIDTH: 80%;
}

@media (max-width: 768px) {
    #orderTime {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    #ordercode {
        width: 100%;
        margin-bottom: 10px;
    }
    #addOrderOperation {
        margin-bottom: 10px;
    }
    #addOrder {
        margin: 10px 0px;
        width: 100%;
    }
}

.nav-tabs li:not(.active) a:hover {
    color: #333 !important;
    background-color: #ccc !important;
    border-color: #bbb !important;
}

.nav-tabs a:active {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

#tableWrapper {
    padding: 0px 15px !important;
}

#tableWrapper .col-xs-12 {
    padding-top: 5px !important;
    background-color: #fff !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#geomodal .modal-header {
    padding-bottom: 0px !important;
}

#documentmodal .modal-header {
    padding-bottom: 0px !important;
}

#exportmodal .modal-header {
    padding-bottom: 0px !important;
}

#divIncidents .btn {
    margin-right: 10px;
}

.issComment {
    background-color: #f5f5f5;
    padding: 2px 5px;
}

.issImg img {
    width: 350px;
    image-orientation: from-image;
}

.d-inline {
    display: inline;
}

.issBadget {
    background-color: #b80807;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
}

#imgWrapper {
    width: 600px !important;
    overflow: hidden;
    height: auto;
    padding: 0px !important;
}

#imgWrapper:first {
    width: 600px !important;
    height: auto;
    margin: auto !important;
}

#issueImage {
    width: 600px !important;
}

.rotatePanel {
    text-align: center;
    margin-top: 10px;
}

.rotateLeft {
    border-radius: 5px;
    border: solid 1px #ccc;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff url(../img/rotateLeft.png) no-repeat center center !important;
}

.rotateRight {
    border-radius: 5px;
    border: solid 1px #ccc;
    margin-left: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff url(../img/rotateRight.png) no-repeat center center !important;
}

#gallerymodal .modal-dialog {
    min-width: 640px !important;
    max-width: 640px !important;
}
td .idl-btn-02{
    border:0px !important;
    background-color: #337ab7;
    color:#fff;
    font-size:15px;
    width:280px;

}

td .idl-btn-02 span.glyphicon{
    margin-right:6px;
    font-size:15px;

}

td .well{
    background-color:#dff1ff;
    color:#333;
    border:0px !important;
}
.stick {
    z-index: 9999;
    position: fixed;
    top: 60px;
    width: 100%;
    padding-right: 30px;
    background: white;
    height: 60px;
}

#divDocument{
    overflow-y: scroll;
    overflow-x: hidden;
}

#divDocument img{
    display: block;
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.spin{
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.titledestination {
    padding-top: 10px;
    font-size: 50%;
    font-weight: bold;
}

.serverValidationOk{
    color: #00B856 !important;
}

.mr-2{
    margin-right: 20px;
}

#addCapacityForm .form-inline {
    text-align: left !important;
}

.ordertable{
    max-width: 1200px !important;
}

#return_ordercode-error {
    display: block;
}

/*-CLEAR BUTTON-*/

.position-relative {
    position: relative;
}

.btn-clear-input {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

.btn-clear-input:hover {
    color: #000;
}

input.pr-4 {
    padding-right: 30px;
}

.form-group {
    width: 100% !important;
}

#collapseOne .panel-body {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.full-col{
    width: 100% !important;
}

/*-MODAL IMPORT DRIVER-*/
#csvimportdriversmodal .modal-dialog {
    max-width: 900px;
}

#csvimportdriversmodal .modal-content {
    max-height: 90vh;
    overflow: hidden;
}

#csvimportdriversmodal .modal-body {
    max-height: 65vh;
    overflow-y: auto;
}

#errors {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    margin-top: 10px;
}