/* file requested: /App_themes/default/TOC/css/toc_rebrand_v1.css */
/* file resolved: /App_themes/default/TOC/css/toc_rebrand_v1.css */
@import url('/App_Themes/default/TOC/css/fonts.css?v=22');
@import url('/App_Themes/default/TOC/css/font-awesome.min.css?v=22');
@import url('/App_Themes/default/TOC/css/font-awesome.css?v=22');

@font-face {
    font-family: 'FontAwesome';
    src: url('/App_Themes/default/TOC/css/fonts/fontawesome-webfont.eot?v=22');
    src: url('/App_Themes/default/TOC/css/fonts/fontawesome-webfont.eot?v=22');
    font-weight: normal;
    font-style: normal;
}


body {
     font-family: 'ValueSans-Regular-Pro', Verdana;
     /*min-height: 170vh;*/
     min-height: 90vh;
    height: 100%;
}
/***************COOKIES ALERT*****************/
.cookies_alert {
    background-color: #0033ff;
} 

/***************LOGIN PAGE*****************/

.login-intro-text h2 {
color: #110081;
}

.tc-form-box {
    background-color: #f4f4f4;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

.tc-login-page {
    border-radius: 48px 0 48px 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.19);
padding-top: 25px;
}

.inputGroupContainer .input-group input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: solid 2px #707070;
    border-right: solid 2px #707070;
    border-top: solid 2px #707070;
    border-bottom: solid 2px #707070;
    height: 45px;
    font-size: 16px;
    padding-top: 8px;
    text-align: center;
    border-radius: 12px !important;
}

.button-login-forgot-pw p.forgot-pw a {
    color: #03cc54;
    text-decoration: none;
}



/***************TOPBAR**********************/
.tc-progressbar {
    background-color: #110081 !important;
}

.tc-progressbar li:hover a span, .tc-progressbar li.active a span { 
    font-weight: normal;
}

.tc-progressbar li:hover a .cycle, .tc-progressbar li.active a .cycle {
background-color: #0033ff;
    }

    li.tc-progress-step-pending div.cycle {
    background-color: #110081;
}

h3.tc-header {
    color: #110081;
    font-size: 30px;
    font-weight: bold;
    border-bottom: solid 4px #110081;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: -10px;
    margin-top: 50px;
    text-align: left;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}
/****************BUTTONS*****************/
.next-button button, .login-button button, .submit-button button, .register-button button, 
.cancel-button button, .previous-button button {
        background-color: #0033FF;
        width: 200px;
        height: 40px;
        border-radius: 36px;
        margin: 0 auto;
        color: #fff;
        border: none;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; 
        font-size: 18px;
        cursor: pointer;
         text-decoration: none;
    }

    .next-button button:hover, .login-button button:hover, .submit-button button:hover, 
    .register-button button:hover, .cancel-button button:hover, .previous-button button:hover {
        background-color: #110081;
        text-decoration: none;
            
    }

    .next-button button.delete-button {
       background-color: #ffffff;
       border: solid 2px #0033ff !important;
        width: 200px;
        height: 40px;
        border-radius: 36px;
        margin: 0 auto;
        color: #0033ff;
        border: none;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
          font-size: 18px;
        cursor: pointer;
        text-decoration: none !important;
         }

    .next-button button.delete-button a {
       text-decoration: none !important;
     }

    .next-button button.delete-button:hover {
       background-color: #e6ebff;
        border: solid 2px #0033ff;
        width: 200px;
        height: 40px;
        border-radius: 36px;
        margin: 0 auto;
        color: #0033ff;
        border: none;
        position: relative;
        text-decoration: none !important;
        font-size: 18px;
        cursor: pointer;
    }

    .form-group .next-button button.tc-add-new-person a {
    text-decoration: none!important;
}

   .form-group .next-button button.tc-add-new-person a:hover {
    text-decoration: none!important;
}

a:hover, a:focus {
    color: #0033ff;
    text-decoration: none !important;
}

.addnewfile {
    font-weight: normal;
    height: 45px;
}

/***************TOGGLE****************/
.switch-light.switch-candy input ~ span span:first-child, 
.switch-light.switch-candy input:checked ~ span span:nth-child(2), 
.switch-candy input:checked + label {
    font-weight: normal;
}

.toggle-button-yes {
    background: rgba(84, 185, 73, 1);
    background: -moz-linear-gradient(top, rgba(0, 135, 77, 1) 0%, rgba(3, 204, 84, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 204, 84, 1)), color-stop(100%, rgba(98, 214, 83, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 135, 77, 1) 0%, rgba(3, 204, 84, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 135, 77, 1) 0%, rgba(3, 204, 84, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 135, 77, 1) 0%, rgba(3, 204, 84, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 135, 77, 1) 0%, rgba(3, 204, 84, 1) 100%);
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2) !important; 
}

.switch-toggle label, .switch-toggle > span {
    line-height: 1.8em;
    vertical-align: middle;
}

.switch {
   
    width: 90px;
    height: 30px;
   
    
    border-radius: 18px;
    padding-top: 0;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    
}

.switch-handle {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #fff);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #fff);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*****************SELECT*******************/
.tc-select select {
 -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: solid 2px #707070;
    border-right: solid 2px #707070;
    border-top: solid 2px #707070;
    border-bottom: solid 2px #707070;
    height: 45px;
    font-size: 16px;
    padding-top: 8px;
    text-align: center;
    border-radius: 12px !important;
}

/*******************TEXTAREA*******************/
textarea.tc-case-management-condition-details {
        width: 100%;
        font-size: 16px;
        color: #58595b;
        font-weight: normal;
         border-radius: 12px !important;
         -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: solid 2px #707070;
    border-right: solid 2px #707070;
    border-top: solid 2px #707070;
    border-bottom: solid 2px #707070;
    }

/****************************************/
.toc-summary-toggle-username h4:hover a {
    border-bottom: solid 2px #110081;
    text-decoration: none;
    color: #110081;
}
.toc-summary-toggle-username h4 a {
    margin-left: 0;
    border-bottom: solid 2px #0033ff;
    text-decoration: none;
    position: relative;
    color: #0033ff;
}

.toc-summary-toggle-username span.fa {
    color: #0033ff;
    font-size: 18px;
    margin-right: 5px;
}

/*************FINAL PAGE*****************/
.tc-topbar {

}

.cignalogobar {
    margin: 15px 0;
}

#tc-survey-expectations-page .tc-form{
    background-color: #f4f4f4;
} 
.tc-conditions-info div.alert-thankyou h2 {
    
    margin-top: 15px;
   
}

.tc-conditions-info div.alert-thankyou {

    border: solid 1px #110081;
    background-color: #110081;
    color: #ffffff;
    font-weight: normal;
}

.tc-conditions-info div.alert-thankyou {
width: 97%;
}

    .expectations-columns:first-child {
        border-top-left-radius: 36px;
        border-bottom-left-radius: 0;
    }

.expectations-columns:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 36px;
    }

.expectations-columns {
    width: 97%;
    height: auto;
    background-color: #fff;
    min-height: 200px;
    border-right: none;
    margin: 5px;
    border-radius: 36px 0 36px 0;
    margin-bottom: 15px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 36px;
}


.tc-conditions-info div.alert-thankyou div.thankyouicon {
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    float: left;
    margin: 5px 10px 50px 10px;
    height: 50px;
    min-height: 100%;
    background: #188ccc;
    background-color: #ffffff;
    color: #110081;
}
.tc-expectations-intro-info h3, .tc-expectations-articles-info h3 {
    color: #110081;
}

.expectations-columns p svg {
    color: #110081;
    font-size: 36px;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

.expectations-columns p span {
 font-family: 'ValueSans-Regular-Pro', Verdana;
}


.expectations-columns div.column-content-text p {
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

.tc-main-conditions-articles h2 {
    color: #110081;
    font-weight: bold;
    font-size: 22px;
}
#toc-expectations-right h3, #toc-expectations-right h3 p {
    color: #110081;
    margin-left: 25px;
    font-size: 18px;
 }

 img.tc-articles-index {
    float: left;
    max-width: 33%;
    max-height: 33%;
    margin-right: 7px;
    margin-top: 5px;
    border-radius: 24px 0 24px 0;
}

#toc-expectations-right {
border-left: solid 1px #110081;
}

/***************FOOTER********************/

footer.tc-footer {
    background-color: #110081;
}


@media (min-width: 576px) { 


}

@media (min-width: 768px) { 


}

@media (min-width: 992px) { 

}


@media (min-width: 1024px) { 


}

@media (min-width: 1200px) { 


}