/* GLOBAL STYLE OVERRIDES */

a:link {
    color: #26A9E0;
}

a:active {
    color: #2d2a2b;
}

i {
	color: #828282;
	font-size: 1em;
}

.aside-menu .menu-nav>.menu-section .menu-text {
    color: #e2e2e2;
}

.menu-label {
    margin-top: 15px;
}

.menu-label span {
    font-size: 20px;
    margin-left: 20px;
    font-weight: 500;
}

.page-title {
    font-size: 25px;
    font-weight: 600;
}

.page-description {
    margin-top: 10px;
}

.pg_container {
    display: block;
    padding: 5px 25px;
}

.pg_content {
    display: block;
}

.awa-text {
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
}

.fv-data span {
    width: 18px;
    height: 18px;
    background: grey;
    display: inline-block;
    top: 3px;
    position: relative;
}

.fv-data b {
    line-height: 18px;
    position: relative;
    color: black;
    font-weight: bolder;
    margin-left: 5px;
}

.category-description-textarea {
    margin-left: 100px;
}

.span_tabs {
    background: #f2f7f8 !important;
    color: #009efb !important;
    border: unset;
    border-radius: 0px !important;
    padding: 15px 10px 15px 10px;
}

.span_tabs:hover {
    background: #019acb !important;
    color: #fff !important;
}

.span_tabs.active_tab {
    background: #019acb !important;
    color: #fff !important;
}

.text-red-600 {
    color: red;
    margin-left: 10px;
}

.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-icon .fa-icon,
.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-icon .fa-icon {
    color: #3699FF;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-icon,
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-icon .fa-icon {
    color: #3699FF;
}

.text-success {
    color: #3699FF !important;
    font-size: 16px;
    text-align: center;
}

.text-success i {
    color: #007AFF;
}

.save_success {
    color: #0B780B;
    padding: 10px 0;
}

.text-danger i {
    color: #F64E60;
}

.wrap-login {
    border-radius: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

@media (max-width: 576px) {
    .wrap-login {
        width: 350px;
    }
    .wrap-login img {
        width: 300px;
    }
}

.pg_content .steps {
    padding: 0 60px 0 20px;
    line-height: 1.8em;
    font-size: 14px;
}

.pg_content i.fas {
    margin-right: 5px;
    color: #26A9E0;
}

.pg_content h4,
.pg_content h5,
.pg_content h6 {
    color: #26A9E0;
    display: inline-block;
}

.pg_content img {
    max-width: 568px;
    display: block;
    margin: 25px auto 15px auto;
    border: 2px solid #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 1px 8px #ccc;
}

.wmenu {
    margin-top: 50px;
}

.pg_container.wmenu .pg_menu {
    width: 18.3333333%;
    float: left;
    position: fixed;
}

.pg_container.wmenu .pg_content {
    width: 72.66666%;
    float: right;
}

.pg_menu ul {
    list-style-image: url("/assets/img/client/link-solid_sm.png");
}

.pg_menu ul li {
    line-height: 2em;
    font-size: 14px;
}

.img_caption {
    text-align: center;
    font-style: italic;
    display: block;
    width: 75%;
    margin: 0 auto 25px auto;
}


/* CALLOUTS */

.callout_subtle {
    display: inline-block;
    border: 1px solid #eee;
    width: auto;
    border-radius: 5px;
    margin: 10px 0px;
    padding: 10px 20px;
    text-align: center;
}

.lightgrey {
    background-color: #fbf5f5;
    color: #383838;
}

.lightorange {
    background-color: #ecbf6c;
}

.lightpink {
    background-color: #f8dbff;
    color: #625763;
}

.star_rating_btn {
    margin-top: 10px;
}

.star_rating_btn span {
    background: #D1D1D1;
    color: #737373;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: 800;
    cursor: pointer;
}

.star_rating_btn span .fa-star {
    color: #5883C0;
}

.starRating {
    font-family: arial;
    transform: translate(-10%, -10%);
}

.starRating input {
    display: none;
}

.starRating label {
    font-size: 55px;
    margin: 0px 5px;
    color: #ddd;
    float: right;
}

.starRating label:before {
    content: '★';
}

.starRating input:checked~label {
    color: #FFC107;
}

.starRating .result:after {
    left: 0px;
    right: 0px;
    font-size: 20px;
    color: #FFC107;
    display: none;
}

.starRating input:checked~.result:after {
    display: block;
}

#starRatingModal .modal-header {
    display: flow-root;
    margin-right: 18px;
    border: none;
}

#starRatingModal .modal-header .close span {
    display: block;
    color: black;
}

#starRatingModal .modal-header .close {
    padding: 16px 5px 14px 5px;
    border-radius: 20px;
    font-size: 26px;
    background: #cdd1d5;
}

#starRatingModal .modal-title {
    font-weight: 800;
}

#starRatingModal .modal-title {
    font-weight: 800;
    margin-bottom: 5px;
}

#starRatingModal .modal-body .form-group .text-label {
    font-size: 14px;
    font-weight: 500;
}

#starRatingModal .modal-body {
    padding: 10px 60px;
}

#starRatingModal .modal-footer {
    border: none;
    text-align: center;
    display: block;
}

#starRatingModal .modal-footer button {
    padding: 10px 50px;
    cursor: pointer;
}

#starRatingModal .modal-footer .btn-secondary {
    background: white;
    color: black;
    border-color: #ddd;
}

.i-font i {
    color: #3F4254;
    font-size: 13px !important;
}

.txt-btn .btn {
    width: 90px;
    margin-right: 10px;
}

.txt-btn input[type="radio"] {
    display: none;
}

.txt-btn input[type="radio"]:checked+label {
    background-color: #3699FF;
    border-color: #3699FF;
    color: #FFFFFF;
}

.txt-btn input[type="radio"]+label {
    color: #3F4254;
    background-color: #E4E6EF;
    border-color: #E4E6EF;
}

.txt-btn input[type="radio"]:checked+label.btn-success {
    background-color: #2138A1
;
    border-color: #2138A1
;
    color: #FFFFFF;
}

.txt-btn input[type="radio"]:checked+label.btn-danger {
    color: #FFFFFF;
    background-color: #EE2D41;
    border-color: #EE2D41;
}

.goog-check {
    width: 25px;
    height: 25px;
}

.or_wrapper {
    margin-left: 57.4% !important;
}

.or_wrapper .or_btn {
    margin-left: -10px;
    margin-top: -4px;
}

.or_wrapper .or_save {
    margin-top: -4px;
}

.custom-input {
    max-width: 14%;
}

.legal_team_config_toggle {
    margin: 20px 0;
}

.custom-date-picker {
    background: #fff;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #ccc;
    width: 224px;
    border-radius: 5px;
}

.info-box {
	background: #eee;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height: 175px;
    margin: auto 10px;
    max-width: 30.333333%;
}
@media only screen and (max-width: 460px) {
	.info-box {
		max-width: 100%;
	}
}
.info-box h5 {
	color: #26A9DF;
	font-weight:bold;
}
.info-box a:link {
	background-color: #fff;
    padding: 10px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.file-upload-button {
    position: relative;
    width: 150px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px dashed #BBB;
    text-align: center;
    background-color: #DDD;
    cursor: pointer;
}
.instructions {
	font-style:italic;
	color:#555;
	font-size:12px;
}
.form-check {
    padding: 10px 20px;
}

.custom-checkbox-switch {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 24px;
}

.custom-checkbox-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-checkbox-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-checkbox-switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-checkbox-switch input:checked+.slider {
    background-color: #2196F3;
}

.custom-checkbox-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.custom-checkbox-switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.custom-checkbox-switch .slider.round {
    border-radius: 34px;
}

.custom-checkbox-switch .slider.round:before {
    border-radius: 50%;
}

.notification-active input[type="radio"],
.notification-deactive input[type="radio"]{
    display: none;
}

.banner-message-display {
    height: 12px;
    width: 12px;
}
.banner-message-display.notice{
    background-color: orange;
    color: white;
}
.banner-message-display.warning{
    background-color: red;
    color: white;
}
.banner-message-display.affirmation{
    background-color: green;
    color: white;
}
.banner-message-display.calming{
    background-color: lightblue;
    color: black;
}
.banner-message-display.dark{
    background-color: black;
    color: white;
}
.banner-message-display.default{
    background-color: white;
    color: black;
}

#show-form .rendered-form h1,
#show-form .rendered-form h2,
#show-form .rendered-form h3,
#show-form .rendered-form h4,
#show-form .rendered-form h5,
#show-form .rendered-form h6 {
    padding: 30px 0px;
}

