
/* OLD POPUP CART CSS */
#MB_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000 !important;
}

    #MB_overlay[id] {
        position: fixed;
    }

#MB_window {
    position: absolute;
    top: 0;
    border: 0 solid;
    text-align: left;
    z-index: 10000;
}

    #MB_window[id] {
        position: fixed !important;
    }

#MB_frame {
    position: relative;
    background-color: #ffffff;
    height: 100%;
}

#MB_header {
    margin: 0;
    padding: 0;
}

#MB_content {
    padding: 6px .75em;
    overflow: auto;
}

#MB_caption {
    font: bold 100% \"Lucida Grande\", Arial, sans-serif;
    text-shadow: #FFF 0 1px 0;
    padding: .5em 2em .5em .75em;
    margin: 0;
    text-align: left;
}

#MB_close {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px 3px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

    #MB_close:hover {
        background: transparent;
    }

#MB_loading {
    padding: 1.5em;
    text-indent: -10000px;
    background: transparent url(res/ac3/img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
    padding-bottom: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#MB_window {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0 8px 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    box-shadow: 0 0 64px #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#MB_content {
    border-top: 1px solid #F9F9F9;
}

#MB_header {
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCC;
}

#MB_caption {
    color: #000;
}

#MB_close {
    color: #777;
}

    #MB_close:hover {
        color: #000;
    }


/* Alert message */
.MB_alert {
    margin: 10px 0;
    text-align: center;
}
/*  BASE RESPONSIVE CLASSES FROM BOOTSTRAP WITH OUT (text css, links, etc) - DOES NOT AFFECT MODAL CSS*/


.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}






#MB_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000 !important;
}

    #MB_overlay[id] {
        position: fixed;
    }

#MB_window {
    position: absolute;
    top: 0;
    border: 0 solid;
    text-align: left;
    z-index: 10000;
}

    #MB_window[id] {
        position: fixed !important;
    }

#MB_frame {
    position: relative;
    background-color: #ffffff;
    height: 100%;
}

#MB_header {
    margin: 0;
    padding: 0;
}

#MB_content {
    padding: 6px .75em;
    overflow: auto;
}

#MB_caption {
    font: bold 100% \"Lucida Grande\", Arial, sans-serif;
    text-shadow: #FFF 0 1px 0;
    padding: .5em 2em .5em .75em;
    margin: 0;
    text-align: left;
}

#MB_close {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px 3px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

    #MB_close:hover {
        background: transparent;
    }

#MB_loading {
    padding: 1.5em;
    text-indent: -10000px;
    background: transparent url(res/ac3/img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
    padding-bottom: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#MB_window {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0 8px 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    box-shadow: 0 0 64px #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#MB_content {
    border-top: 1px solid #F9F9F9;
}

#MB_header {
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCC;
}

#MB_caption {
    color: #000;
}

#MB_close {
    color: #777;
}

    #MB_close:hover {
        color: #000;
    }


/* Alert message */
.MB_alert {
    margin: 10px 0;
    text-align: center;
}

.st-no-display {
    display: none;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}

*::before, *::after {
    box-sizing: border-box;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    content: " ";
    display: table;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}




/* One Step Cart */


.row-full {
    margin-right: -15px;
    margin-left: -15px;
    text-align: left;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
    }

.col-half {
    margin: 0px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    float: left;
}

p {
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    p.help-block {
        margin: 0px 0px 10px;
        display: block;
        padding-top: 5px;
        padding-bottom: 10px;
        font-weight: normal;
        font-style: italic;
        color: #737373;
    }

.mandatory {
    color: #ff0000;
}

p.title-block {
    margin: 0px 0px 10px;
    display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
}


.step-title {
    margin-top: 10px;
    display: block;
}

    .step-title .step-title-text {
        background: #b9c1c9;
        color: #ffffff;
        padding: 5px;
        font-size: 18px;
    }

    .step-title.active .step-title-text {
        background: #979DA3;
        color: #ffffff;
        padding: 5px;
        font-size: 18px;
    }

    .step-title:first-child {
        margin-top: 0px;
    }

    .step-title .step-title-caret-wrapper {
        display: none;
        background: #edeff1;
    }

    .step-title.active .step-title-caret-wrapper {
        display: block;
        background: #edeff1;
    }

    .step-title .step-title-caret {
        width: 0;
        height: 0;
        margin-left: 30px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #979DA3;
        display: block;
    }

.step-title {
    position: relative;
}

.step-edit-button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 20px;
    width: 20px;
    padding: 2px;
    display: inline-block;
    cursor: pointer;
    background: url(img/edit-icon.png) 50% 50% no-repeat #ffffff;
    background-size: 18px;
    border-radius: 4px;
}

.step-body {
    padding-right: 15px;
    padding-left: 15px;
    background: #edeff1;
    position: relative;
}

.step-overlay-wrapper {
    position: absolute;
    background: url(img/overlay.png) repeat;
    top: 0px;
    left: 0px;
    display: inline-block;
    text-align: center;
}

    .step-overlay-wrapper img {
        display: inline-block;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        text-align: center;
        padding: 4px;
        background: #333333;
        border: 1px solid #333333;
        border-radius: 5px;
    }

.step-body .step-body-edit-wrapper {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

.step-body .step-body-read-wrapper {
    height: initial;
    visibility: visible;
    opacity: 1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.step-body.active .step-body-edit-wrapper {
    height: initial;
    visibility: visible;
    opacity: 1;
    padding-top: 7px;
    padding-bottom: 7px;
}

.step-body.active .step-body-read-wrapper {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.step-body .formpane, .step-body .formPane, .step-body .form-control {
    max-width: 220px;
}


.cart-link, .cart-link:hover {
    text-decoration: underline;
}

.cart-link-left {
    float: left;
    margin-right:15px;
     margin-bottom: 20px;
}

.cart-link-right {
    float: right;
     margin-bottom: 20px;
}

@media (max-width:768px) {
    .cart-balloon-links {
        text-align: center;
    }

    .cart-link-left {
        float: none;
        display: block;text-align:center;
        margin-bottom: 20px;
    }

    .cart-link-right {
        float: none;
        display: block;text-align:center;
    }
}



.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;    
}

.SortingControlTable .form-inline .form-group{
	margin-right:10px;
}
.SortingControlTable {
	margin-bottom:10px;
}







.col-header{
    background:#cccccc;
    color:#333;
    text-align:center;
    padding-bottom:5px;
    padding-top:5px;
}
.row .col-header:first-child{
    text-align:left;
}

.rentlist-row div{
    padding-bottom:5px;
    padding-top:5px;
}
.rentlist-row-alt div{
     background:#ededed;
     
}
.col-td{
    vertical-align:middle;
    line-height:30px;
}
#RentListForm select.form-control{
    display:inline-block;
    width:100px;
}
#RentListForm .form-group .form-control{
    display:inline-block;
}


.RentPeriodInfo{
    display:inline-block;
    margin-right:20px;
}



#cookie-bar {background:#ffffff;border-top:1px solid #333; height:auto; line-height:24px; color:#333333; text-align:center; padding:10px 5px;font-size:14px;display:none;}
#cookie-bar.fixed {position:fixed; top:0; left:0;z-index:1000; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a { display:inline-block; text-decoration:underline;font-size:14px; color:#333333;}
#cookie-bar .cb-enable {background:#007700; border-radius:3px;padding:5px;margin-left:3px;text-decoration:none;color:#ffffff; }
#cookie-bar .cb-enable:hover {background:#009900; border-radius:3px;padding:5px;margin-left:3px;text-decoration:none;color:#ffffff;}
#cookie-bar .cb-disable {background:#990000; border-radius:3px;padding:5px;margin-left:3px;text-decoration:none;color:#ffffff;}
#cookie-bar .cb-disable:hover {background:#bb0000; border-radius:5px;padding:3px;margin-left:3px;text-decoration:none;color:#ffffff;}
#cookie-bar .cb-policy {background:#0033bb; border-radius:3px;padding:5px;margin-left:3px;text-decoration:none;color:#ffffff;}
#cookie-bar .cb-policy:hover {background:#0055dd; border-radius:3px;padding:5px;margin-left:3px;text-decoration:none;color:#ffffff;}