﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.carousel-inner > .item > img {
    width: 640px;
    height: 60px;
}

.rcorners2 {
    border-radius: 25px;
    /*border: 2px solid #73AD21 !important;
    background-color: red !important;
    color: white;*/
}

.carousel {
    width: 640px;
    height: 60px;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.sidebar-fixed {
    height: 100vh;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    z-index: 1050;
    background-color: #fff;
    padding: 0 1.5rem 1.5rem
}

    .sidebar-fixed .list-group .active {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .sidebar-fixed .logo-wrapper {
        padding: 2.5rem
    }

        .sidebar-fixed .logo-wrapper img {
            max-height: 50px
        }

@media (min-width:1724px) {
    .layout .navbar, .page-footer, main {
        padding-left: 0px
    }
}

@media (max-width:1723.98px) {
    .sidebar-fixed {
        display: none
    }
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d40000;
    border-color: #d40000;
}


.separator-logo {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.ctm .list-group-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ctm .list-group .active {
    border-radius: 25px !important;
}

.ctm .list-group-item {
    border: inherit;
}

.ctm .list-group-item-action:focus, 
.ctm .list-group-item-action:hover {
    border-radius: 25px !important;
}

.sidebar-fixed .logo-wrapper {
    padding: 30px !important;
}

.col-ctnt-img-vh {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}

.ctm-logo-b {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.li-none {
    list-style: none;
}

.li-none i {
    color: #d2a469;
    margin-right:5px;
}

.w-20 {
    width: 20% !important;
}

.card-body-ctm {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 25px 0px 25px;
}

a, a.disabled:hover, a:disabled:hover {
    color: #000;
}
/*------------------------------Survey--------------------------------*/

/*input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label::before {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: 2px solid #8cad2d;
        background-color: #fff;
        display: block;
        content: "";
        float: left;
        margin-right: 5px;
    }

    input[type="checkbox"]:checked + label::before {
        box-shadow: inset 0px 0px 0px 3px #fff;
        background-color: #8cad2d;
    }
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    
    position: relative;
    background-color: #d40000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}*/

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #d40000; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    /*.active, .accordion:hover {
        background-color: #ccc;
    }*/

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

/*.active:after {
    content: "\2212";
          resize: both;
      overflow: auto;
}*/

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    will-change: max-height;
}
/*------------------------------STEPPER--------------------------------*/
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative;
}

    .steps-form-2 .steps-row-2 {
        display: table-row;
    }

        .steps-form-2 .steps-row-2::before {
            top: 14px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 99%;
            height: 2px;
            background-color: #d40000;
            margin-left: 0.5%;
            margin-right: 0.5%;
        }

        .steps-form-2 .steps-row-2 .steps-step-2 {
            display: table-cell;
            text-align: center;
            position: relative;
        }

            .steps-form-2 .steps-row-2 .steps-step-2 p {
                margin-top: 0.5rem;
            }

            .steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
                opacity: 1 !important;
                filter: alpha(opacity=100) !important;
            }

            .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
                width: 70px;
                height: 70px;
                border: 2px solid #d40000;
                background-color: white !important;
                color: #d40000;
                border-radius: 50%;
                padding: 22px 18px 15px 18px;
                margin-top: -22px;
            }

                .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
                    border: 2px solid #4285F4;
                    color: #4285F4 !important;
                    background-color: white !important;
                }

                .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
                    font-size: 1.7rem;
                }
/*------------------------------STEPPER--------------------------------*/


.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}


.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}

.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.md-form input[type="date"]:focus:not([readonly]), .md-form input[type="datetime-local"]:focus:not([readonly]), .md-form input[type="email"]:focus:not([readonly]), .md-form input[type="number"]:focus:not([readonly]), .md-form input[type="password"]:focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form input[type="search"]:focus:not([readonly]), .md-form input[type="tel"]:focus:not([readonly]), .md-form input[type="text"]:focus:not([readonly]), .md-form input[type="time"]:focus:not([readonly]), .md-form input[type="url"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
    border-bottom: 1px solid #4285f4;
}

.file-field input.file-path {
    width: 100%;
    height: 2.1rem;
}

.md-form input[type="date"], .md-form input[type="datetime-local"], .md-form input[type="email"], .md-form input[type="number"], .md-form input[type="password"], .md-form input[type="search-md"], .md-form input[type="search"], .md-form input[type="tel"], .md-form input[type="text"], .md-form input[type="time"], .md-form input[type="url"], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}

.dtp .p10 > a {
    color: #7F0000 !important;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #7F0000 !important;
}


.ctm-tp-a-hover a:hover {
    color: #B00301 !important;
}

.zoom {

    transition: transform .2s;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.controls {
    visibility: hidden;
    opacity: 0.5;
    width: 400px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -200px;
    background-color: black;
    box-shadow: 3px 3px 5px black;
    transition: 1s all;
    display: flex;
}

.player:hover .controls, player:focus .controls {
    opacity: 1;
}

.header-lg {
    Display:block
}

.header-lg-document {
    width: 100%;
    height: 600px;
}




.header-lg-1 {
    Display: flex
}

.header-sm {
    Display: none
}

.background-video {
    background-color: transparent !important;
    color: black !important
    
}

.p-text-size {
   font-size:12px !important;
    color:lightgrey !important,
}

@media only screen and (max-width: 600px) {
    .zoom {
        transition: transform .2s;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .header-sm-document {
        width: 100%;
        height: 400px;
    }

    .header-sm-h {
        font-size:18px;
    }

    .header-lg-1 {
        Display: none
    }

    .header-lg {
        Display: none
    }

    .header-sm {
        Display: block
    }

    .w-sm-100 {
        Width: 100% !important
    }

    .video-sm-size {
        Width: 350px !important; 
        height: 240px !important
    }
}

    .zoom:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

body {
    height: 100%;
    margin: 0;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #ECC360 !important;
}

.year-picker-item:hover {
    color: #ECC360 !important;
}

.dtp div.dtp-actual-year {
    color: #7F0000 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #000 !important;
}

.dtp-buttons button {
    color: #000 !important;
}

.dtp-picker-year div a {
    background-color: #fff !important;
    padding: 2px 0px 0px 0px !important;
    color: #000 !important;
}

.dtp-picker-year div .btn, .dtp-picker-year div .btn:active, .dtp-picker-year div .btn:focus, .dtp-picker-year div .btn:hover {
    box-shadow: inherit !important;
}

.year-picker-item.active {
    color: #ECC360 !important;
    font-weight: bold;
    font-size: 24px !important;
}

.dtp .btn-default:not([disabled]):not(.disabled).active, .dtp .btn-default:not([disabled]):not(.disabled):active, .show > .dtp .btn-default.dropdown-toggle {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    background-color: #f0f0f0 !important;
}

.dtp .btn, .dtp .btn:active, .dtp .btn:focus, .dtp .btn:hover {
    box-shadow: inherit !important;
}

.dtp .btn:hover {
    background: #ECC360 !important;
}

.dtp .clearfix::after {
    margin-bottom: -2px !important;
}


.pagination .page-item.active .page-link:hover {
    background-color: #efdaa7 !important;
}

.pagination .page-item.active .page-link {
    background-color: #d2a469 !important;
}

.card-meta-title {
    font-size: 14px !important;
    font-weight: bold !important;
}


.c-text {
    cursor: text;
}

.card-b-radius {
    border-radius: .25rem !important;
}












.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}

    .chip.chip-md img {
        height: 42px;
        width: 42px;
    }

    .chip.chip-md .close {
        height: 42px;
        line-height: 42px;
        border-radius: 21px;
    }

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}

    .chip.chip-lg img {
        height: 52px;
        width: 52px;
    }

    .chip.chip-lg .close {
        height: 52px;
        line-height: 52px;
        border-radius: 26px;
    }

.img-card-p {
    box-shadow: 0px 0px 200px -10px rgba(255,255,255,1);
    border: 1px solid #fff;
}

.ctm-xs div.validation-summary-errors ul {
    list-style: none;
    padding-top: 20px;
    font-weight: 500;
    font-size: 12px;
}

.ctm-xs div.validation-summary-errors ul li {
    margin-left: -40px;
}

span.field-validation-error {
    font-size: 14px;
}


.section-border-login {
    border-bottom: 5px solid #e3e3e3;
    padding-bottom: 25px;
}

div.ctnt-ctm-disabled a {
    opacity: 1 !important;
}

div.ctnt-ctm-disabled .disabled {
    color: #c5c5c5 !important;
}

.steps-form-2 .steps-row-2 .steps-step-2 .selected i {
    color:#000;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #c0c0c0;
    color: #4285F4 !important;
}

.ctm-title-header .select2-selection--single {
    height: 1.92rem !important;
}

.ctm-title-header span:not(.select2-container--open) span .select2-selection--single {
    border: inherit;
}

.ctm-title-header .pt-2 {
    padding-top: 2px !important;
}

.ctm-title-header .form-control-sm {
    border: 1px solid #ffffff !important;
}

.ctm-title-header div.input-group .bg-tp-gold {
    border-radius: inherit !important;
}


@media screen and (max-width: 767px)  {
        .ctm-title-header .ctm-frm {
            display: block !important;
            width: 100% !important;
        }
    }

.sidebar-fixed {
    z-index:500 !important;
}

.bg-tp-red {
    background: #d40000 !important;
}

.text-tp-red {
    color: #d40000 !important;
}

.bg-tp-gold {
    background: #d2a469 !important;
}

.text-tp-gold {
    color: #d2a469 !important;
}

.ctm-login .carousel-caption {
    right: 0% !important;
    left: 0% !important;
    padding: 0px !important;
    bottom: 0px !important;
    background: #000 !important;
}

.ctm-login .carousel-caption p {
    font-size: 13px !important;
}

.ctm-login .carousel-indicators {
    bottom: -5px !important;
}

@media only screen and (min-width: 1024px)  {
    .ctm-login .carousel-item{
        height:170px    !important;
    }
}

ul.wysihtml5-toolbar .btn {
    color: #000;
    margin: .0rem;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.16),0 0px 1px 0 rgba(0,0,0,.12);
}

ul.wysihtml5-toolbar ul.dropdown-menu {
    padding-left: 15px;
    box-shadow: 0 0px 75px 0 rgba(0,0,0,0.15),0 0px 75px 0 rgba(0,0,0,.15);
}

.btn.btn-link-sincolor {
    box-shadow: none;
    background-color: transparent;
}

span.ctm-toggle .toggle {
    height: inherit !important;
}

span.ctm-toggle .btn {
    padding: 6px 45px;
    border-radius: .0rem !important;
}

span.ctm-toggle .toggle-group .toggle-handle {
    padding: 16px !important;
    background-color: #fffbfb !important;
    border-radius: 25px;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom:0px !important;
}

span.ctm-toggle .toggle-group .toggle-off {
    background-color: #f8c509 !important;
}