/*  ----------  LAYOUT  ----------  */

#layout {
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-size: cover;
    background-attachment: fixed;
}

/*  ----------  HEADER  ----------  */

header {
    position: relative;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    padding-top: 33px;
}

header.landing{
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

header > .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: inherit;
    -webkit-box-align: inherit;
    align-items: inherit;
    padding: 0;
    position: relative;
}


header .logo {
    position: relative;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -30px;
    width: auto;
    height: auto;
    line-height: 0;
    z-index: 11;
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;*/
}

header .logo img {
    z-index: 1;
    margin: 0;
    max-width: 100%;
}

/*
.carlisle.light-top header:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom: -30%;

    background: rgba(255,255,255,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(21%, rgba(251,251,251,1)), color-stop(40%, rgba(248,248,248,0.9)), color-stop(56%, rgba(245,245,245,0.8)), color-stop(81%, rgba(240,240,240,0.57)), color-stop(100%, rgba(237,237,237,0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(21%, rgba(251,251,251,1)), color-stop(40%, rgba(248,248,248,0.9)), color-stop(56%, rgba(245,245,245,0.8)), color-stop(81%, rgba(240,240,240,0.57)), to(rgba(237,237,237,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 21%, rgba(248,248,248,0.9) 40%, rgba(245,245,245,0.8) 56%, rgba(240,240,240,0.57) 81%, rgba(237,237,237,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 21%, rgba(248,248,248,0.9) 40%, rgba(245,245,245,0.8) 56%, rgba(240,240,240,0.57) 81%, rgba(237,237,237,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 21%, rgba(248,248,248,0.9) 40%, rgba(245,245,245,0.8) 56%, rgba(240,240,240,0.57) 81%, rgba(237,237,237,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
*/



/*  ----------  CONTENT  ----------  */

#content {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 30px 0 0;
    z-index: 0;
}

#content .main-content{
    margin-top: 0;
    background:  #fff;
    padding: 0 30px 30px;
    min-height: 52vh;
    font-weight: 400;
}

.landing #content{
    padding: 0;
}

.landing #content .main-content{
    background: #030303;
    padding: 0;
    position: relative;
    min-height: 100vh;
    padding-bottom: 0;
}

.main-page #content .main-content{
    padding-bottom: 0;
}

#content .ribbon{
    position: relative;
    background: #00356d;
    margin: 0 -30px 30px;
    padding:0 30px;
    z-index: 1;
}


#content .ribbon:before,
#content .ribbon:after{
    content: '';
    position: absolute;
    top: 0;
    left:-33px;
    background-image: url("../images/ribbon-left.png");
    width: 33px;
    height: 78px;
}

#content .ribbon:after{
    left: auto;
    right: -33px;
    background-image: url("../images/ribbon-right.png");
}

#content .content-header > *,
#content h2.team-title,
#content .category-header h3{
    margin: 0;
    color: #fff;
    padding: 12px 0;
    font-weight: 300;
    font-size: 1.467em;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
}

/*  ----------  YOUTUBE  ----------  */
.youtube-video{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    text-align: center;
    overflow: hidden;
}

.youtube-video iframe{
    max-width: 100%;
}


/*  ----------  FOOTER  ----------  */
#footer {
    width: 100%;
    background-color: #959595;
    border-top: none;
    padding: 15px 0;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding-top: 40px;
}

#footer .row{
    /* display: flex; */
}

#footer .row > *{
    -ms-flex-item-align: center;
    align-self: center;
}

#footer p {
    color: #1d1d1b;
    margin: 0;
    margin-bottom: 15px;
}

#footer .logo{
    display: block;
    width: 205px;
    height: 87px;
    background: url("../images/logo/logo-carlstar-footer.png") no-repeat center;
    margin-left: -66px;
    margin-bottom: -30px;
    margin-top: -24px;
}

#footer .footer-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 10px 0;
}

#footer .footer-menu a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 15px;
}

#footer .footer-menu li:last-child a {
    border-right: none;
}

#footer .copyright{
    text-align: center;
}

/*  ----------  DEALER LOCATOR  ----------  */
#layout.dealer-locator-layout{
    background: #ffffff;
}

#layout.dealer-locator-layout #content .main-content{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.dealer-locator-layout .searchbar input[type="text"]{
    background: #00356d;
    color: #ffffff;
}

.dealer-locator-layout .searchbar input[type="text"]::-webkit-input-placeholder{
    color: #efefef;
}

.dealer-locator-layout .searchbar button{
    background: #00356d url("../images/icon-search-white.png") no-repeat center;
}

.dealer-locator-layout #content{
    margin-top: 30px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dealer-map{
    clear: both;
    height: 100%;
    width:100%;
}

.dealer-locator{
    /*position: relative;*/
}

.dealer-locator .locator-content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background: url("../images/backgrounds/bg-dealerlocator.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    z-index:1;
}

.dealer-locator .locator-content .dealer-icon{
    margin-bottom: 10px;
}

.dealer-locator .locator-content h2{
    font-family: 'American Captian';
    font-size: 3.2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
    line-height: 1;
    margin-bottom: 60px;
}


.dealer-locator .locator-content .locator-form{
    /*width: 140px;*/
    position: relative;
}

.ui-autocomplete{
    max-width: 100%;
}

.dealer-locator .locator-content .locator-form > *:not(.ui-autocomplete),
#locator-wrapper .infoBoxWrapper .locator-form > *:not(.ui-autocomplete) {
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
    font-size: 11px !important;
    line-height: 1.5;
    cursor: pointer;
}

.dealer-locator .locator-content .locator-form select,
#locator-wrapper .infoBoxWrapper .locator-form select {
    text-align-last: center;
    height: auto;
}

#locator-wrapper{
    min-height: 52vh;
    max-height: 80vh;
    height: 600px;
    position: relative;
    z-index: 1;
}

#locator-wrapper .container{
    position: absolute;
    height: 100%;
    z-index: initial;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#locator-wrapper .infoBoxWrapper{
    position: absolute;
    max-width: 240px;
    left:30px;
    top:50%;
    width: 210px;
    height: auto;
    min-height: 50%;
    max-height:90%;
    overflow: auto;
    border-radius: 15px;
    padding:30px 20px;
    text-align: center;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


#locator-wrapper .infobox h4,
#locator-wrapper .infoBoxWrapper h4 {
    margin: 0 0 5px;
    color: #434343;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#locator-wrapper .infoBoxWrapper h4{
    margin-top: auto;
    margin-bottom: 0;
}

#locator-wrapper .infobox p{
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 13px;
}

#locator-wrapper .infobox p:last-of-type{
    /* margin-bottom: 0; */
}

#locator-wrapper .infoBoxWrapper .locator-form{
    margin-top: 10px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}


#locator-wrapper .infoBoxWrapper .locator-form .ui-autocomplete-input{
    background: #e5e5e5;
    border-color: transparent;
}

/* ------- PAGINATOR ------- */

.paginator{
    width: 100%;
    position: relative;
    margin: 30px auto 15px;
}

.pager > *{
    position: absolute;
    font-size: 1.125rem;
}

.nav-pages{
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-pages *{
    text-decoration: none;
    padding: 5px;
    background: #fff;
}

.nav-pages .current{background: #00356d; color: #fff;}
.nav-pages a:hover{color: #00356d;}

.nav-prev{left: 0;}
.nav-next{right: 0;}



/* ------- TABLES ------- */
.main-content table[align="center"]{
    margin: 0 auto;
}



/* ------- CALCULATOR SITE ------- */
.CalculatorSite{
    background: #ccc url('../images/backgrounds/bg-calculator.jpg') repeat-x top center;
    background-size: auto !important;
}

.CalculatorSite .BgGray{
    background: #eee;
}

.CalculatorSite .BoxPadding{
    padding: 30px 30px;
    color: #5d5d5d;
}

.CalculatorSite .BoxPadding.ContainerIndex,
.CalculatorSite .BoxPadding.ProductList{
    padding: 10px 30px;
}

.Login{

}

.CalculatorSite.Login h3{
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.Login label{
    display: none;
}

.Login .form-group{
    width: 300px;
    text-align: center;
    margin: 0 auto 20px;
}

.Login .form-group > input{
    border-radius: 6px !important;
    text-align: center;
}


.CalculatorSite .form-group input[type="text"]:focus,
.CalculatorSite .form-group input[type="password"]:focus,
.CalculatorSite .form-group textarea:focus,
.CalculatorSite .form-group select:focus{
    opacity: 1;

    -webkit-box-shadow: 0px 0px 4px 0px rgba(32,56,126,0.8);
    -moz-box-shadow: 0px 0px 4px 0px rgba(32,56,126,0.8);
    box-shadow: 0px 0px 4px 0px rgba(32,56,126,0.8);

}

#Calculator{
    position: relative;
}

.CalculatorSite .button{
    padding: 10px 45px !important;
    width: auto !important;
    margin: 0 auto;
    text-transform: uppercase;
}

.CalculatorSite .button.blue{
    background: #20387e;
    color: #fff;
}

.CalculatorSite .button.sm-button{
    padding: 6px 10px !important;
    border-radius: 8px;
    min-width: 135px;
    color: #fff;
}

.CalculatorSite .form-group.inline-group{
    display: inline-block;
}

.CalculatorSite .form-group.light-input{
    margin: 5px 15px;
}

.CalculatorSite .form-group.light-input > *{
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}

.CalculatorSite .form-group.light-input .select2-container{
}

.CalculatorSite .form-group.light-input .select2-container a{
    border: none;
    background: transparent;
    padding: 2px 10px;
    line-height: 1.5;
}
.CalculatorSite .form-group.light-input .select2-container .select2-arrow{
    display: none;
}

.CalculatorSite .select2-container .select2-choice > .select2-chosen{
    margin-right: 0;
}

.CalculatorSite h2{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.CalculatorSite h3{
    font-size: 24px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    margin: 0 auto 30px;
}

.CalculatorSite .ContainerIndex h3{
    margin: 5px auto 5px;
}

.CalculatorSite .ProductList h3{
    margin: 5px auto 10px;
}

.CalculatorSite .SearchPanel h3+p{
     margin-top: -20px;
     line-height: 1.3;
     font-size: 12px;
}

.CalculatorSite #Calculator h2{
    margin-bottom: 30px;
    margin-top: 20px;
    letter-spacing: 6px;
    font-size: 34px;
}

.CalculatorSite .table.CalculationsList{
    border-collapse: separate;
}

.CalculatorSite .table > thead > tr > th{
    background: transparent;
    color: #505050;
    font-size: 16px;
    border-bottom: 1px solid #505050;
    border-collapse: separate;
    text-align: center;
}

.CalculatorSite .table > tbody > tr > td{
    font-size: 14px;
    border-top: none;
    border-bottom: none;
    color: #6d6d6c;
    background: transparent;
    text-align: center;
}

.CalculatorSite .table > tbody > tr > td:first-of-type{
    text-align: left;
}

.CalculatorSite .table:not(.EditList) > tbody > tr:nth-child(even) > td{
    background: #eeeeee;
}

.CalculatorSite .table.EditList > tbody > tr > td{
    border-bottom: 1px solid #cccccc;
}
.CalculatorSite .table.EditList > tbody > tr:last-of-type > td{
    border-bottom: none;
}

/*.CalculatorSite .table > tbody > tr:nth-child(odd) > td{
    background: transparent;
}*/


.CalculatorSite .ListWrapper{

}

.CalculatorSite .Markers{
    text-align: center;
    margin-bottom: 30px;
}

.CalculatorSite .Markers span{
    padding: 2px 15px;
    border-radius: 6px;
    color: #fff;
    margin: 5px;
}


.CalculatorSite .Incoterms{
    text-align: center;
}

.CalculatorSite .Incoterms .Incoterm{
    display: inline-block;
    padding: 15px 60px;
    margin: 5px 20px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    letter-spacing: 1px;
    color: #aaaaaa;
    background: transparent;
}

.CalculatorSite .Incoterms .Incoterm.Selected{
    background: #cccccc;
    font-weight: bold;
    color: #333;
}

.CalculatorSite .Incoterms .Extra{
    margin-top: 30px;
    color: #aaa;
}
.CalculatorSite .Incoterms .Extra label[for="comment"]{
    color: #a4a4a4;
    font-size:  16px;
    font-weight: normal;
    margin-bottom: 40px;
}

.CalculatorSite .Incoterms .Extra textarea{
    height: 90px;
    /* width: 300px; */
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    color: #565656;
}

.CalculatorSite .Incoterms .Extra #other{
    width: 300px;
}

.CalculatorSite .SummaryData > div{
    margin-bottom: 10px;
}

.CalculatorSite .SummaryData span{
    font-weight: bold;
}

.CalculatorSite #CalculationName{
    border-radius: 6px;
    background: #eeeeee;
    padding: 8px 15px;
}

.CalculatorSite .SummaryButtons .button{
    margin: 5px 10px 5px 0;
}

.CalculatorSite .SummaryButtons .button.Order{
    width: 166px !important;
    margin-right: 0;
}

.CalculatorSite .SummaryButtons .Active {
    background-color: #00356d;
}

/* PROGRESS */
#progress {
    position: fixed;
    background: url("../images/preloader.gif") center center no-repeat no-repeat, #f5f5f5;
    background-size: 1.5em;
    border-radius: 0.25em;
    left: 50%;
    top: 50%;
    margin: -1.5em 0 0 -1.5em;
    width: 3em;
    height: 3em;
    display: none;
    z-index: 10003;
}

.Overlay {
    position: fixed;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.75);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10002;
    text-align: center;
    display: none;
}

.SearchPanel .Clear,
.SearchPanel .Delete,
.IncotermsWrapper .Incoterm {
    cursor: pointer;
    color: red;
}

.SearchPanel .Image,
.SearchPanel .Image img {
    width: 7rem;
}

.Extra {
    display: none;
}

.Extra.Visible {
    display: inherit;
}

.Incoterm.Selected {
    background: darkseagreen;
}

.order-item input {
    width: 4em;
}

.ContainerWrapper .Rectangle {
    border-radius: 5px;
    color: #ffffff;
    display: inline-flex;
    width: 220px;
    height: 46px;
    margin: 15px 0;
    align-items: center;
    justify-content: center;
    background: #cccccc;
}
.ContainerWrapper .Rectangle span{
    font-size: 28px;
    font-weight: bold;
}

.av-green {
    background-color: #94c11c;
}

.av-0 {
    background-color: #ff0000 !important;
}

.av-0-5 {
    background-color: #f39100 !important;
}

.av-5-50 {
    background-color: #ffd800 !important;
    color: #000 !important;
}

.Rectangle.av-5-50 {
    color: #333333 !important;
}

.av-50-250 {
    background-color: #38aa34 !important;
}

.av-251 {
    background-color: #20387e !important;
}

.ListWrapper .order-item .Available {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
}

div#select2-drop {
    width: 40em !important;
}

ul.select2-results {
    width: 100%;
}

.select2-results .select2-result-label{
    padding: 0;
}

.ac-row img {
    margin: auto;
    display: block;
    width: 60px;
    padding: 5px;
}

.ac-cell{
    display: flex;
    align-items: center;
}

.ac-cell span{
    padding: 0 10px;
}



.CalculatorSite .CalculatorPanel .logout{
    margin-bottom: 30px;
    text-align: right;
}

.CalculatorSite .SearchForm{
    margin-bottom: 20px;
    margin-top: -10px;
}

.CalculatorSite .Links{
    text-align: right;
}
.CalculatorSite .Links a{
    color: #333333;
    text-transform: uppercase;
}


.CalculatorSite .Create a{
    color: #333;
    padding-left: 24px;
    background: url("../images/arrow-back.jpg") no-repeat top 3px left;
}

.CalculatorSite .Gray{
    color: #ccc !important;
}


.CalculatorSite .ProductsWrapper{

}

.CalculatorSite .ProductsWrapper td{
    vertical-align: middle;
}

.CalculatorSite .ProductsWrapper td.Availability,
.CalculatorSite .ProductsWrapper td.Delete{
    text-align: center;
}

.CalculatorSite .ProductsWrapper td input{
    text-align: center;
}

.CalculatorSite .ProductsWrapper td.Delete span,
.CalculatorSite .CalculationsList td.UserAction .Delete{
    text-indent: -9999px;
    display: inline-block;
    margin: 0 auto;
    width: 15px;
    height:15px;
    background: url("../images/icon-bin.png") no-repeat center;
    background-size: contain;
    cursor: pointer;

    image-rendering:optimizeSpeed;             /* Legal fallback */
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    image-rendering:crisp-edges;               /* CSS4 Proposed  */
    image-rendering:pixelated;                 /* CSS4 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;
}
.CalculatorSite .CalculationsList td .Modify,
.CalculatorSite .CalculationsList td.UserAction .Modify{
    text-indent: -9999px;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    height:15px;
    background: url("../images/icon-modify.png") no-repeat center;
    background-size: contain;
    cursor: pointer;

    image-rendering:optimizeSpeed;             /* Legal fallback */
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    image-rendering:crisp-edges;               /* CSS4 Proposed  */
    image-rendering:pixelated;                 /* CSS4 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;
}

.CalculatorSite .CalculationsList td .Export span {
    border: 1px solid;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 2px;
}

.CalculatorSite .SignOut{
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0;
}

.CalculatorSite .SignOut a{
    padding: 2px 40px 6px 0;
    line-height: 1.5;
    font-weight: normal;
    color:#333;
    background: url("../images/icon-signout.png") no-repeat right center;
    position: relative;
    z-index: 1;
}

.errors {
    border: 1px #FF0000 solid;
    padding: 5px 7px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFC0CB;
    color: #8B0000;
}


#Calculator.termsandconditions .scrollarea{
    height: 240px;
    max-height: 50vh;
    overflow: auto;
}

#Calculator.termsandconditions p{
    margin-bottom: 0;
}

.order-form{
    margin-top: 30px;
}
.order-form #submit{
    float: right;
}

/* CUSTOM FORM ELEMENTS */
.c-input {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
    min-height: 28px;
    }

.c-input input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    opacity: 0;
    cursor: pointer; }

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    border: 2px solid #20387e;
    border-radius: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    }

.c-radio > input,
.c-checkbox > input {
    margin: 0;
    width: 100%;
    height: 100%; }

.c-radio > label,
.c-checkbox > label {
    padding-left: 0; }

.c-radio input ~ .c-indicator:after,
.c-checkbox input ~ .c-indicator:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 1px;
    width: 20px;
    height: 20px;
    background: url("../images/c-checkbox-checked.png") no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: all 150ms ease-in-out !important;
    }

.c-radio input:checked ~ .c-indicator:after,
.c-checkbox input:checked ~ .c-indicator:after {
    opacity: 1; }

.c-input input:checked ~ .c-indicator {
    color: #fff; }

.c-radio .c-checkbox {
    display: none;
    margin-top: 15px;
    padding-left: 35px;
    min-height: 0; }

.c-radio .c-checkbox:first-of-type {
    margin-top: 10px; }

.c-radio .c-checkbox .c-indicator {
    width: 24px;
    height: 24px;
    line-height: 24px; }

.c-radio .c-checkbox input ~ .c-indicator:after,
.c-radio .c-checkbox input ~ .c-indicator:after {
    width: 20px;
    height: 18px;
    right: -3px;
    top: 0; }

.c-radio .c-checkbox label {
    padding-top: 2px;
    font-size: 14px; }

.c-radio input:checked ~ .c-checkbox {
    display: block; }

.Hidden {
    display: none;
}

.main-content .errors ul {
    margin-bottom: 0;
}

.main-content .errors ul li {
    padding-bottom: 0;
    color: #8B0000;
}

#layout .main-content .margin-bottom-0{
    margin-bottom: 0;
}