/* file requested: /App_themes/default/TOC/css/tc-forms.css */
/* file resolved: /App_themes/default/TOC/css/tc-forms.css */
/***********QUERIES FOR MOBILE**********/
.next-button button,
.login-button button,
.submit-button button,
.register-button button,
.cancel-button button,
.previous-button button {
    background-color: #188ccc;
    width: 200px;
    height: 40px;
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
    border: none;
    position: relative;
    -webkit-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
    transition: all 0.5s;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .next-button button.delete-button {
        background-color: #f68621;
    }

.register-button button {
    background-color: #f68621;
}

.tc-form input {
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    height: 65px;
    font-size: 20px;
    padding-top: 8px;
    text-align: left;
}

.tc-form label {
    outline: none !important;
}

#tc-buttons-demographic-survey {
    margin: 30px auto;
}

/*****CODE FOR CHECKBOX*****/

.toc-chkbox label::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background: transparent;
    top: 8px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    border-right: solid 1px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    margin-right: 5px;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    border-radius: none;
}

.toc-chkbox input[type=checkbox]:checked + label::after, .toc-chkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
    opacity: 1;
}

.toc-chkbox, .accepting-terms {
    line-height: 9px;
    font-size: 12px;
}

    .toc-chkbox label {
        display: inline;
        color: #505050;
        margin-top: -4px;
    }

        .toc-chkbox label span {
            line-height: 13px;
        }
/*****END CODE FOR CHECKBOX*****/


/*****CODE FOR SELECT******/

.tc-select select {
    width: 100%;
    height: 65px;
    color: #939594;
    font-size: 18px;
    font-weight: normal;
    padding-right: 0;
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
}

.tc-select option {
    color: #000;
}

a.openMyModal {
    font-size: 15px;
    text-decoration: underline;
    font-weight: normal;
}

a.openMyModal {
    font-weight: bold;
}


/**CODE FOR SWITCHES**/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 9px;
    padding-top: 0;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-top: 20px;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(243,240,242,1);
    background: -moz-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,240,242,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0f2', endColorstr='#f9f9f9', GradientType=0 );
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label[data-on], .switch-label[data-off] {
        font-size: 18px;
    }

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

#tc-insurer-name-field label, #tc-select-country label, #tc-person-relationship-dropdown label, #person1-name-field label, #tc-person1-lastname-field label, #tc-enter-date-of-birth label {
    font-size: 16px;
}

label.select-country {
    margin-bottom: 0;
}

select#tc-person-relationship {
    width: 100%;
}

select {
    padding-right: 0;
}

.switch-input:checked ~ .switch-label {
    background: rgba(84,185,73,1);
    background: -moz-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(84,185,73,1)), color-stop(100%, rgba(98,214,83,1)));
    background: -webkit-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -o-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: -ms-linear-gradient(top, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    background: linear-gradient(to bottom, rgba(84,185,73,1) 0%, rgba(98,214,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b949', endColorstr='#62d653', GradientType=0 );
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    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);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-container label.label-switch {
    padding-top: 0px;
    font-size: 18px;
}

.switch-container label.control-label {
    padding-top: 0px;
    color: #939594;
    font-size: 18px;
    font-weight: normal;
}

.switch-container {
    border-bottom: solid 1px #c8c9c7;
    padding-bottom: 10px;
    margin-left: 0;
    margin-bottom: 10px;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(243,240,242,1);
    background: -moz-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,240,242,1)), color-stop(100%, rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    background: linear-gradient(to bottom, rgba(243,240,242,1) 0%, rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f0f2', endColorstr='#f9f9f9', GradientType=0 );
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label[data-on], .switch-label[data-off] {
        font-size: 18px;
    }

#tc-date-of-intervention-field,
#tc-guarantee-of-payment-more-persons-need-gop,
#tc-prescribed-pharma-field,
#tc-regular-treatments {
    margin-left: -10px;
}

    #tc-date-of-intervention-field .inputGroupContainer label.switch,
    #tc-guarantee-of-payment-more-persons-need-gop .inputGroupContainer label.switch {
        margin-top: 0;
    }

#tc-intervention-start-date div.form-group {
    margin-top: 30px;
    border-bottom: none;
}

#tc-intervention-attach-file-row div.input-group, #tc-prescribed-pharma-attach-row div.input-group {
    margin: 20px 0;
}

#tc-name-of-pharma-field, #tc-regular-treatments-field {
    margin-top: 25px;
}

#tc-regular-treatments label.switch-text {
    margin-top: 20px;
}

label.switch-text


#tc-regular-treatments select {
    float: right;
}

#tc-regular-treatments-field .form-group {
    margin-bottom: 0;
}

#tc-name-of-pharma-field div.form-group, #tc-regular-treatments-field div.form-group {
    border-bottom: none;
}

#tc-btn-attach-file {
    height: 40px;
    margin-right: 15px;
    padding-top: 8px;
    box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
    border-radius: 0;
    background-image: none;
    background-color: #188ccc;
    background-image: -webkit-linear-gradient(top, #188ccc 0%, #188ccc 100%);
    border: none;
}

    #tc-btn-attach-file:hover {
        background-image: none;
        background-color: #188ccc;
        background-image: -webkit-linear-gradient(top, #188ccc 0%, #188ccc 100%);
        border: none;
    }

#tc-intervention-attach-file-row div p, #tc-prescribed-pharma-attach-row div p {
    font-size: 18px;
    color: #58595b;
    margin-left: 15px;
}

.dob-day {
    padding-right: 0;
    padding-left: 0;
    margin-right: -10px;
    /*margin-left: 15px;*/
}

.dob-month {
    padding-right: 0;
    margin-left: 10px;
    /*padding-left: 10px;*/
}

.dob-year {
    padding-left: -5px;
    padding-right: 0;
    margin-right: -5px;
}

.dob-day-registration {
    padding-right: 0;
    padding-left: 0;
    margin-right: -20px;
    margin-left: 15px;
}

.dob-month-registration {
    padding-right: 0;
    padding-left: 10px;
}

.dob-year-registration {
    padding-left: -5px;
    padding-right: 0;
    margin-right: -5px;
}

label {
    color: #58595b
}

div.form-group label.control-label {
    color: #58595b;
    font-weight: bold;
}


div.condition-details {
    border-radius: 12px;
    border: none;
    width: 100%;
    padding: 10px 5px 5px 0;
    margin-bottom: 9;
    margin-left: 0;
    margin: 0 10px 10px 0;
}

    div.condition-details label {
        display: block;
    }

.condition-details textarea {
    background-color: #fff;
    border-radius: 6px;
    color: #555;
    font-weight: normal;
    border: solid 1px #a6a6a6;
    width: 100%;
    height: 120px;
    padding: 10px 5px;
    font-size: 18px;
    margin-left: 0;
    margin: 0 10px 10px 0;
}

div#tc-cancer-status, div.condition-details {
    background-color: #f1f2f2;
    background-color: #f8f9f9;
    border-radius: 12px;
    border: solid 1px #c8c9c7;
    width: 100%;
    padding: 10px 5px 20px 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin: 25px 10px 25px 0;
}

    div.condition-details p {
        font-size: 18px;
        margin-left: 15px;
    }

.tc-form input {
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    height: 65px;
    font-size: 20px;
    padding-top: 8px;
    text-align: center;
}

input#cancer-status-under-five, input#cancer-status-over-five, input#cancer-status-currently {
    opacity: 0;
    width: 100%;
    z-index: 1;
}

div#tc-cancer-status {
    margin-top: 15px;
}

#tc-cancer-status p {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 15px;
}

#tc-cancer-status label {
    font-size: 16px;
    font-weight: normal;
}

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    border: 5px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom-label:before {
    background: rebeccapurple;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

#tc-conditions-form div.condition-container .form-group label.switch-text {
    margin-top: 20px;
}

#tc-conditions-form div.condition-container .form-group label.switch-text {
    margin-top: 20px;
}

p.textarea_counter {
    text-align: right;
    font-size: 12px;
    margin-right: 20px;
}

#tc-intervention-attach-file-row {
    margin: 0 5px;
}

textarea.tc-case-management-condition-details {
    width: 100%;
    font-size: 16px;
    color: #58595b;
    font-weight: normal;
    webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
}

button.tc-submit-button {
    background-color: #f68621;
}

/*************Targeting FIREFOX only******************/
@-moz-document url-prefix( ) {
    /*.tc-select label:after {    
	   margin-top: 8px;
	}*/
}

/********** Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. ***************/
@media screen and (-webkit-min-device-pixel-ratio:0) {

    .tc-form .tc-select label {
        padding-top: 0;
    }
}

/************************Targeting IE 10+**********************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 768px) {
    /* IE10+ CSS styles go here */

    /*select::-ms-expand {
	  display:none;
		}

	.tc-form select  {   
		height: 40px;
	  	}

	.tc-select label:after {   
		margin-top: 5px;
		margin-top: -5px;
		padding-top: 0px;
	  	}

	.carousel-caption {
	 	position: relative;
	 	top: 0;
	 	left: 0;
	 	}
	
	.tc-form input {
		height: 50px;
		}
*/

}


/**********QUERIES FOR SMALLER THAN 375 ***********/
@media (min-width: 320px) and (max-width: 375px) {

    .next-button button,
    .login-button button,
    .submit-button button,
    .register-button button,
    .previous-button button {
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-left: 5px;
    }

    .next-button button,
    .previous-button button {
        width: 49%;
        text-align: center;
        font-size: 18px;
    }
}




/**********QUERIES FOR BIGGER THAN 480 AND SMALLER THAN 768***********/
@media (min-width: 480px) and (max-width: 768px) {
}


/**********QUERIES FOR BIGGER THAN 768 AND SMALLER THAN 1024***********/
@media (min-width: 768px) and (max-width: 1024px) {


    .next-button button,
    .login-button button,
    .submit-button button,
    .register-button button,
    .cancel-button button,
    .previous-button button {
        width: 210px;
        height: 40px;
        font-size: 18px;
    }


    .tc-form input {
        -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        border-right: solid 2px #ccc;
        border-top: solid 1px #f0f0f2;
        border-bottom: solid 1px #f0f0f0;
        height: 45px;
        font-size: 18px;
    }

        .tc-form input[type=number], input[type=text] {
            padding-left: 9px;
            padding-right: 0;
            box-sizing: border-box;
        }

    .tc-form .form-group label.doubleline {
        padding-top: 2px;
        padding-bottom: 5px;
        line-height: 20px;
    }

        .tc-form .form-group label.doubleline span {
            font-size: 12px;
            color: #818282;
            margin: 0 auto;
        }

    .tc-select select {
        height: 45px;
    }

    .tc-select label:after {
        top: 14px;
    }

    div.tc-condition-details textarea.tc-condition-details-textarea {
        width: 100%;
    }

    /******Switch**************/

    .switch-field label {
        width: 135px;
    }

    .switch-field label {
        width: 135px;
        height: 50px;
        padding: 11px 14px;
    }


    ::-webkit-input-placeholder { /* WebKit browsers */
        color: #fff;
    }

    ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 0;
    }

    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 0;
    }

    ::-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #fff;
        opacity: 0;
    }
}


/**********QUERIES FOR BIGGER THAN 768***********/

@media (min-width: 768px) {

    #tc-login-page input::-webkit-input-placeholder,
    #tc-register-page input::-webkit-input-placeholder,
    #tc-personal-info input::-webkit-input-placeholder,
    #tc-travel-details input::-webkit-input-placeholder {
        color: transparent;
    }

    #tc-login-page input:-moz-placeholder,
    #tc-register-page input:-moz-placeholder,
    #tc-personal-info input:-moz-placeholder,
    #tc-travel-details input:-moz-placeholder { /* Firefox 18- */
        color: transparent;
    }

    #tc-login-page input::-moz-placeholder,
    #tc-register-page input::-moz-placeholder,
    #tc-personal-info input::-moz-placeholder,
    #tc-travel-details input::-moz-placeholder { /* Firefox 19+ */
        color: transparent;
    }

    #tc-login-page input:-ms-input-placeholder,
    #tc-register-page input:-ms-input-placeholder,
    #tc-personal-info input:-ms-input-placeholder,
    #tc-travel-details input:-ms-input-placeholder {
        color: transparent;
    }

    label {
        font-size: 18px;
    }
}


/**********QUERIES FOR BIGGER THAN 1024***********/

@media (min-width: 1024px) {

    .next-button button,
    .login-button button,
    .submit-button button,
    .register-button button,
    .cancel-button button,
    .previous-button button {
        width: 210px;
        height: 40px;
        font-size: 18px;
    }



    .tc-form input {
        height: 40px;
        width: 100%;
    }


    .tc-select select {
        width: 100%;
        height: 40px;
        color: #939594;
        font-size: 18px;
        font-weight: normal;
        padding-right: 0;
        -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
        border-right: solid 2px #ccc;
        border-top: solid 1px #f0f0f2;
        border-bottom: solid 1px #f0f0f0;
    }




    .switch-field label {
        display: inline-block;
        width: 49%;
        height: 40px;
        background-color: #bdbdbd;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        text-align: center;
        padding: 8px 14px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    div.tc-condition-details textarea.tc-condition-details-textarea {
        width: 100%;
    }

    textarea.tc-case-management-condition-details {
        width: inherit;
        font-size: 16px;
        color: #58595b;
        font-weight: normal;
    }

    button.tc-submit-button {
        background-color: #f68621;
    }
}

/**********QUERIES FOR BIGGER THAN 1200***********/

@media (min-width: 1200px) {
    .toc-chkbox label {
        display: inline-block;
        color: #505050;
    }

        .toc-chkbox label span {
            margin-top: -5px;
            line-height: 15px;
        }

    .tc-form input {
        height: 40px;
        width: 100%;
    }

    .switch-field label {
        height: 40px;
        padding-top: 7px;
    }

    .next-button button,
    .login-button button,
    .submit-button button,
    .register-button button,
    .cancel-button button,
    .previous-button button {
        background-color: #188ccc;
        width: 200px;
        height: 40px;
        border-radius: 0;
        margin: 0 auto;
        color: #fff;
        border: none;
        position: relative;
        -webkit-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
        box-shadow: -2px 1px 2px 0px rgba(0,0,0,0.25);
        transition: all 0.5s;
        font-size: 18px;
        cursor: pointer;
    }

    .register-button button {
        background-color: #188ccc;
    }

    .cancel-button button {
        background-color: #f68621;
    }

    button.tc-submit-button {
        background-color: #f68621;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1200px) {


    /* IE10+ CSS styles go here */

    /*select::-ms-expand{
	display:none;
}
.tc-select label:after {    
	top: -5px;
	}*/



}

@media (min-width: 320px) and (max-width: 1000px) {


    .register-button button {
        background-color: #188ccc;
    }

    .next-button button {
        width: 90%;
        margin-bottom: 50px;
    }

    .upload-padding {
        margin-left: -45px;
        width: 250px !important;
    }
}

@media (min-width: 280px) and (max-width: 700px) {

    .switch {
        width: 90px;
        margin-left: -25px;
    }

    .dob-day {
        padding-right: 8px;
        padding-left: 0;
        margin-right: -10px;
    }

    .dob-month {
        padding-right: 0;
        padding-left: 10px;
        margin-left: 0px;
    }

    .dob-year {
        padding-right: 0;
        margin-right: -5px;
        padding-left: 7px;
        width: 38%;
    }
}
@media(max-width: 768px) {

    .toc-checkbox-label-align {
        display: inline !important;
        word-break: break-all;
    }

    .switch-container:after {
        content: "";
        display: block;
        border-bottom: solid 1px #c8c9c7;
        padding-bottom: 10px;
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.label-align {
    word-break: break-word;
}
