* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.input-group-addon {
    background-color: #fff;
    font-weight: bold;
}

.input-group-addon-f1 {
    min-width: 70px;
}

.readonly-form-control{

    border: none!important;
    padding-top: 20px!important;
    box-shadow:none!important;
}

select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #DC0032;
    border: solid 0px transparent;
}

.btn:focus,.btn:active {
    outline: none !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
}

.widget {
    padding: 2% 10% 5%;

}

.delivery-widget {
    padding-top: 10px;
}

.offer-box {
    padding: 0% 0%;
    margin-bottom: 16px;
    color: black !important;
    border-left: 3px solid #dc0032;
}

.offer-box img {
    padding: 20px;
    width: 151px;
}

.offer-box .b1 h3 {
    line-height: 2.7em;
}

.offer-box .b1 {
    padding: 1% 3%;
}

.offer-box .b3 {
    padding-top: 2%;
}

.offer-box .b4 {
    padding: 3% 30px;
    padding-bottom: 15px;
}

.h1-small {
    font-size: 220%;
    line-height: 2em;
}

.cur {
    font-size: 60%;
}

.img-responsive {
    margin: 0 auto;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.s2-1 .b1 {
    padding: 5% 5%;
}

.img-circle {
    border-radius: 50% !important;
    display: block;
}

.timeline {
    border-left: 2px dotted gray;
    margin-top: 26px;
    margin-left: 32px;
    padding: 0px 0px;
}

.container-tm{
    width: 100%;
}

.timeline > li {
    margin: 0px 5px;
    margin-left: -38px;
    padding-bottom: 45px;
}

.timeline :last-child {
    padding-bottom: 0px;
}

.timeline > li > .timeline-panel {
    padding: 0px;
    padding-left: 20px;
}

.timeline::before {
    background-color: #fff;
}

.timeline > li > .timeline-badge {
    background-color: #fff;
    top: 0px;
}

.timeline > li > .timeline-panel {
    border: solid 0px red;
    box-shadow: none;
    top: 14px;
}

.timeline > li > .timeline-panel::before {
    display: none;
}

.timeline .img-circle{
    background: white;
}

.container-tm .marker{
    background:white;
    border: none;
}
.timeline-content,.timeline-content p  {
    color: white;
}

.s2-1-2 {
    color: #fff;
    padding: 1% 10px 10px 4%;
}

.s2-1-2 .btn {
    color: #000;
}

.s5-1-1 {
    color: #fff;
    padding: 8% 10px 10px 4%;
}

.s5-1-2 {
    padding: 8% 10px 10px 4%;
}

.gly-rotate-20 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.bicon {
    font-size: 300%;
    padding-left: 50px!important;
}

.ul-2 {
    margin-left: 20px;
    padding: 30px 0px;
    margin-bottom: 20px;
}

.ul-2 li {
    display: block;
    padding: 20px 10px 0px 20px;
}

.ul-2 li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    float: left;
    margin-top: -5px;
    margin-left: -40px;
    color: #fff;
}

.checkboxes {
    padding: 0 !important;
}

.checkboxes li {
    list-style-type: none;
    margin: 0;
    padding: 20px 10px 10px 0px;
}

.checkboxes > input[type="checkbox"],
.checkboxes > input[type="radio"] {
    display: none;
}

.checkboxes label {
    position: relative;
    padding-left: 30px;
    line-height: 32px;
    cursor: pointer;
    font-weight: normal;
    font-size: 90% !important;
}

.checkboxes label:before, .checkboxes label:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px;
    font-size: 140%;
}

/*unchecked*/
.checkboxes .checkbox + label:before {
    content: "\f096";
    color: #fff;
}

.checkboxes .checkbox + label:after {
    content: "\f00c";
    margin: -3px 0 0;
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /* CSS3 transitions for animated effect for browsers that support it */
    transition: all 0.3s ease-in-out;
}

.checkboxes .radio + label:before {
    content: "\f10c";
    color: #fff;
}

.radio + label:after {
    content: "\f111";
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.checkboxes input[type="checkbox"]:checked + label:after {
    max-width: 40px;
    opacity: 1;
    color: #E6E7E8;
}

.checkboxes input[type="checkbox"] {
    display: inline;
    visibility: hidden;
}

.checkboxes input[type="radio"]:checked + label:after {
    max-width: 40px;
    opacity: 1;
    color: #000;
}

.checkboxes input[type="radio"]:checked + label:before {
    opacity: 0;
}

.toggle .radio + label:before {
    content: "\f204";
    color: #333;
}

.toggle .radio + label:after {
    content: "\f205";
    /*rotate: ;*/
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.btn {
    padding: 10px 20px;
}

.panel .current {
    color: #000000 !important;
}

.panel  .done {
    #000000 !important;
}

.panel .toog > .h-desc {
    visibility: hidden;
}

.panel .done > .h-desc {
    visibility: visible;
}


.panel .error {
    color: red !important;
}

.panel .disabled {
    cursor: not-allowed;
    color: #808285 !important;
}

.panel-default > .panel-heading {
    background-color: white;
    color: #808285;
}

.panel-heading .toog {
    padding-left: 20px;
}

.panel-heading .toog:before {

    font-family: 'Glyphicons Halflings';
    content: "\e252";
    float: left;
    color: #414042;
    font-size: 80%
}

.panel-title > .done{
    color: #000000;
}

.panel-heading .toog.collapsed:before {

    content: "\e250";
    font-family: 'Glyphicons Halflings';
    float: left;
    color: #808285;
    font-size: 80%
}

.panel-footer {
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 24px;
}

.panel-body, .panel-footer {
    padding-left: 50px;
}

.pager li > a, .pager li > span {
    background-color: #dc0032;
    border: 0px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 20px;
}

.pager .next > a, .pager .next > span {
    float: left;
    color: white;
}

.pager li > a:focus, .pager li > a:hover {
    background-color: #dc0032;
    color: white;
}

.cyrcle {
    border-radius: 50% !important;
}

.h-desc {
    padding: 10px;
    font-weight: normal;
}

.box-2 {
    padding: 5%;
    border: solid 2px #E6E7E8;
    margin: 5% 10%;
    margin-left: 0px;
    margin-top: 0px;
}

.box-2-selected, .box-2:hover {
    border: solid 2px #8A8D90;
}

.box-2 img {
    margin-bottom: 13px;
}

.box-2 h3 {
    line-height: 1.1em;
}

.box-3 {
    padding: 15px;
    border: solid 2px #8A8D90;
    background: white;
    max-width: 200px;
    margin: 10px;
    display: inline-block;
}

.box-3-selected, .box-3:hover {

}

.sel-st-1 {
    position: relative;
}

.sel-st-1 label {
    background: white none repeat scroll 0 0;
    display: block;
    font-size: 70%;
    font-weight: normal;
    left: 7px;
    padding: 3px;
    position: absolute;
    top: -12px;
    color: #808285;
}

label {
    font-weight: normal;
    font-size: 100%
}

.form-check {
    padding-bottom: 10px;
}

.h-borders {
    border-top: solid 1px #808285;
    border-bottom: solid 1px #808285;
    padding: 10px 0px
}

.ts-2 {
    margin-top: 15px
}

.ts-2 > tbody > tr > td, .ts-2 > tbody > tr > th, .ts-2 > tfoot > tr > td, .ts-2 > tfoot > tr > th, .ts-2 > thead > tr > td, .ts-2 > thead > tr > th {
    padding-left: 0px;
    border: none;
}

.space {
    padding-top: 41px;
}

.space-10 {
    margin-top: 10px;
    display: block;
}

.space-20 {
    margin-top: 20px;
    display: block;
}

.btn-white {
    background-color: white !important;
    border: solid 1px #ddd !important;
    color: #414042 !important;
    margin-left: 10px;
}

.navbar-default {
    background-color: transparent;
    top: 10px;
    border: none;
}

@media (max-width: 768px) {
    .t-menu .in {
        background: #a90034;
    }

}

@media (max-width: 499px) {
    .hidden-xxs{
        display: none;
    }
}

@media (min-width: 768px) {
    .t-menu .in {
        background: transparent;
    }
}

.navbar-brand {
    background: rgba(0, 0, 0, 0) url("/img/logo2.png") no-repeat scroll 0 0;
    color: transparent !important;
    padding: 25px;
    height: 60px;
    width: 150px;
    margin-top: 10px;

}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 17px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000000;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    text-decoration: none;
    line-height: 2.8em;
    font-size: 90%;
}

.dropdown-menu > li > a, .dropdown-menu > li > form > button {
    color: black;
    text-decoration: none;
    font-size: 90%;
}

.dp-menu-1{
    padding: 0px;
    min-width: 250px;
}
.dp-menu-1 li{
    padding: 3px 5px;
}

.dp-menu-1 li:hover{
    background-color: #dc0032;
    color: white;
    cursor: pointer;
}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #dc0032;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.t-menu {
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    background: white;
}

.navbar-default .navbar-nav > li > a:hover {

    color: black;

}

.nav-login > li > a:hover, .nav-login .dropdown-menu > li > a:hover {
    background-color: transparent !important;

}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: black;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: black;
}

.nav-login {
    margin-right: 0px;
    margin-right: -15px;
    padding-bottom: 13px;
}

.m-1-f {
    color: white !important;
}

.m-1-f:hover {
    color: white;
}

.fa {
    margin-right: 5px;
}

.price-box {
    padding: 10px 15px;
}

.navbar-nav > li > a, .toog, .btn, .pager li > a {
    text-decoration: none;
}

select.input-lg {
    line-height: 25px;
}

.dpd-form {
    position: relative;
}

.dpd-form label {
    color: #808285;
    font-size: 60%;
    position: absolute;
    top: 6px;
    left: 10px;
    text-transform: uppercase;
}

.dpd-form .dpd-input {
    height: 50px;
    padding-top: 14px;
    padding-bottom: 0px;
    font-size: 100%;
    border: solid 1px #414042;

}

.dpd-input-sm {
    height: 40px!important;
    /* font-size: 80%!important; */
}

.dpd-form .input-group .form-control {
    box-shadow: none;
    border: solid 0px black;
}

.dpd-form.dpd-number-input .input-group .form-control {
    border-width: 1px;
}

.dpd-form .input-group .input-group-addon {
    border: solid 0px black;
}

.dpd-form .dpd-input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    border: solid 1px black;
}

.dpd-form .dpd-input:focus {

}

.dpd-input[disabled], .dpd-input[readonly] {
    background-color: #E6E7E8;
    border: solid 0px transparent;
}



.dpd-form-checkbox{
    border:solid 1px black;
    padding-bottom: 10px;
    padding-top: 14px;
    padding-left: 7px;
}
.dpd-form-checkbox .sr-only1{

}

.soc-in-title p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #808285;
    line-height: 0.03em;
    margin: 10px 0 20px;
    color: #808285
}

.soc-in-title p > span {
    text-transform: uppercase;
    background: white;
    padding: 10px;
}

.btn-social > *:first-child {
    line-height: 40px !important;
}

#eye {
    cursor: pointer;
    postion: absolute;
    float: right;
    margin-top: -31px;
    margin-right: 12px;
}

.process {
    padding-top: 3px;
}

.progress {
    height: 4px;
    margin-bottom: 0px;
}

/* --- Step wizard */

.stepwizard-step p {
    margin-top: 10px;
    color: white;
    min-width: 80px;
}

.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: 2px;
    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 !important;
}

.stepwizard-step-done {
    background-color: white;
}

.stepwizard-step-active button {
    border: solid 4px white;
    background: transparent;
}

.stepwizard-step-open {
    background: transparent;
}

/* --- END Step wizard */

/*.pic-wrapper{*/
/*left: 0;*/
/*right: 0;*/
/*top: 0;*/
/*bottom: 0;*/
/*position: absolute;*/
/*content: "";*/
/*background-color: #000;*/
/*opacity: 0.39;*/
/*z-index: 6;*/
/*}*/

.pic-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url("/img/first-page-bg.jpg");
    background-size: 100% auto;
    width: 100%;
}

/* Video */

.video-wrapper:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.45;
    z-index: 6;
}

.video-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url('/img/first-page-bg.jpg') no-repeat center center fixed;
    background-color: #000;
    background-size: cover;
}

.video-wrapper video {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    transition: 1s opacity;
}

/* END VIDEO */



.d-select button {
    font-size: 100%;
    text-align: left;
    width: 100%;
    color: #555;
}

.d-bl {
    display: block;
    float: left;
    width: 100%
}

#summary-additional-services{
    margin-top: 10px;
}

.flag-dropdown{
    /*display: none;*/
}


.flag{
    margin-top: 0px!important;
}


.intl-tel-input.inside input{
    padding-left: 35px!important;
}

.intl-tel-input.inside, .country-select.inside {
    display: block!important;
}

.country-list .country-name, .dial-code{
    font-size: 0.8em;
}


.country-select .flag-dropdown{
    top:15px!important;
}

.country-select .flag{
    margin-top: 5px!important;
}
.list-box{
    margin-bottom:4px;
    border-left: 3px solid #dc0032

}
.list-box h6{
    line-height: 0.9em;
    font-size: 90%;
}
.list-box a, .list-box a:hover{
    text-decoration: none;
    color: #000000;
}

.ui-timepicker-list > li{
    font-size: 90%;
}

li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #414042 none repeat scroll 0 0!important;
    color: white!important;
}

.t2-menu{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-bottom: 1px solid #dc0032;
    top:0;
    padding: 0 3% 0 10px;
}
.t2-menu .navbar-nav >li > a {
    line-height: 1.3em;
}
.t2-menu .navbar-header a{
    display: block;
    padding-left: 5px;
    padding-top: 10px;
    margin-right: 50px;
}
.t2-menu .dropdown-menu{
    background-color: rgba(255, 255, 255, 0.6);
}

.t1-menu{
    background: transparent;
    top:0;
    padding: 0 3% 0 10px;
}
.t1-menu .navbar-nav >li > a {
    line-height: 1.3em;
    color: white;
}
.t1-menu .navbar-nav >li > a:hover {
    color: white;
}
.t1-menu .navbar-header a{
    display: block;
    padding-left: 5px;
    padding-top: 10px;
    margin-right: 50px;
}
.t1-menu .dropdown-menu{
    background-color: rgba(255, 255, 255, 0.6);
}

#extra-panel .panel-footer{
    display: none;
}

.lang > li a{
    font-size: 75%!important;
    padding-left:10px;
    padding-right: 0px;
}

.lang{
    margin-left: 15px;
    padding-top: 2px;
}

.nav-2{
    list-style: outside none none;
    padding-top: 6px;
}
.nav-2 > li {
    display: block;
    float: left;
}
.nav-2 > li > a {
    color:#e6e7e8;
    padding: 0px 10px;
    text-decoration: none;
}

.nav-2 > li .active {
    color:#fff;
    font-weight: bold;
}




.nav-3{
    list-style: outside none none;
}
.nav-3 > li {
    display: block;
    float: left;
    padding: 10px 20px;
}
.nav-3 > li > a {
    color:#e6e7e8;
    text-decoration: none;
    font-size: 100%;
}

.nav-3 .active {
    background-color: #A90034;
}



.nav-4{
    list-style: outside none none;
}
.nav-4 > li {
    display: block;
    float: left;
    padding: 5px 10px;
}
.nav-4 > li > a {
    color:#e6e7e8;
    text-decoration: none;
    font-size: 80%;
}

.nav-4 .active {
    font-weight: bold;
}

.stylish-input-group .input-group-addon{
    background: white !important;
    border: none;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
    border:none;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.stylish-input-group{
    border: solid 1px #ccc;
}

#orderSearchForm  input, #orderSearchForm  .input-group-addon,
#addressesSearchForm  input, #addressesSearchForm  .input-group-addon,
#invoiceSearchForm  input, #invoiceSearchForm  .input-group-addon

{
    background: transparent!important;
    color: white;
}
#orderSearchForm input, #addressesSearchForm  input, #invoiceSearchForm input{
    height: 27px;
}
#orderSearchForm   .input-group-addon, #addressesSearchForm   .input-group-addon, #invoiceSearchForm .input-group-addon{
    padding-top: 4px; padding-bottom: 4px;
    font-size: 70%;
    padding-right: 3px;
}

.my-addres-btn{
    padding: 2px 5px;
    font-size: 60%;
    position:absolute;
    left:100%;
    margin-left:-80px;
    top:8px;
    z-index:1000;
    color:white;
    border-radius:5px!important;
}

/* Timeline  */

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
    color:white;
}


.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 1px;
}
.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -37px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.message-item .message-head {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}
.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
    /*text-align: right;*/
}
.post-meta > div {
    line-height: 22px;
}

/* END Timeline  */

/* Equal columns */

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* END Equal columns */

.login-switch{
    background: #dc0032 none repeat scroll 0 0;
    display: block;
    font-size: 80%;
    padding: 10px;
    text-decoration: none;
    color: white;
}
.login-switch:hover,.login-switch:focus{
    text-decoration: none;
    color: white;
}

.tooltip-inner{
    border-radius: 4px!important;
    max-width: 300px;
    /* background-color: #a90034; */
}


.stepwizard .btn.disabled, .stepwizard .btn[disabled],.stepwizard fieldset[disabled] .btn{
    opacity: 1;
}

.glyphicon .glyphicon-ok{
    color:green;
}


/* Chrome fix from/to/size  */

.chfix-offer{
    background: white;
    border:solid 1px #ccc;
}
.chfix-offer-1{
    border:none; border-left:solid 1px #ccc
}
.chfix-offer-2{
    border:none;
}
/* END Chrome fix from/to/size  */


.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px!important;
}


.btn-xs-a {
    padding: 5px 7px!important;
    text-decoration: none;
}

.btn-xs-a:hover{
    text-decoration: none;
}

.alert, .alert-danger ,.alert-success,.alert-warning   {
    text-shadow: 1px 1px #000;
    color: white!important;

    background: none!important;

    background-color: none!important;
}

.select-from-to-address{
    cursor: pointer;
}
.ui-timepicker-select{
    border: medium none;
    color: #555;
    font-size: 14px;
    margin-top: 7px;
    padding-left: 5px;
    width: 100%;
}


#session-timeout-dialog {
    backgorund: rgba(169, 0, 52, 0.7) none repeat scroll 0 0;
    z-index: 999999;
}

#session-timeout-dialog .modal-dialog .modal-content {
    color: white;
    background-color: rgba(169, 0, 52, 0.7) !important;
    border-radius: 0px;
}

#session-timeout-dialog .modal-dialog .modal-header, #session-timeout-dialog .modal-dialog .modal-footer {
    border: none;
}

#session-timeout-dialog .modal-dialog .modal-footer {
    padding-top: 0px;
}

#session-timeout-dialog .modal-dialog .modal-header {
    padding-bottom: 0px;
}

#session-timeout-dialog-keepalive {
    background-color: #dc0032;
}

#session-timeout-dialog-logout {
    background-color: transparent;
    color: white;
}

#session-timeout-dialog .btn {
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
}

.search-input-sm input{
    font-size: 70%;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 25px;
}
.search-input-sm .input-group-addon{
    padding-top: 3px;
    padding-bottom: 3px;
}

.list-checkbox{
    position:relative;
    float:left;
    padding-right: 5px;
    padding-left: 5px;
}

.list-checkbox img{
    float:left;
    width: 35px;
}

.list-checkbox input{
    position:absolute; top: -5px; left: -10px;
}

.dropdown-menu .bg-primary{
    background-color: green!important;
}

.table-list{
    font-size: 80%;
}
.table-list th{
 white-space: nowrap;
}

.btn-edit-shipment {
    color: white;
    background-color: orange;
    font-size: 15px;
    border: none;
    padding: 6px 12px;
}

.btn-edit-shipment:hover {
    color: white;
}

.btn-edit-shipment > i {
    margin-right: 0;
}
