/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 5, 2019, 2:22:44 PM
    Author     : Kingorav
*/

@font-face {
    font-family: 'Londrina_Solid';
    src: url('./fonts/Londrina_Solid/LondrinaSolid-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'Londrina_Solid_Black';
    src: url('./fonts/Londrina_Solid/LondrinaSolid-Black.ttf')  format('truetype');
}

@font-face {
    font-family: 'Londrina_Solid_Light';
    src: url('./fonts/Londrina_Solid/LondrinaSolid-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'Londrina_Solid_Thin';
    src: url('./fonts/Londrina_Solid/LondrinaSolid-Thin.ttf')  format('truetype');
}

@font-face {
    font-family: 'Qwipstik';
    src: url('./fonts/Qwipstik.ttf')  format('truetype');
}

body {
    background-color: rgb(207, 47, 51);
    color: rgb(247, 244, 214);
    /*margin-left: 30px;
    margin-right: 30px;*/
    margin-left: 0px;
    margin-right: 0px;
    /*margin-top: 20px;*/
    margin-top: 10px;
    margin-bottom: 40px;
}
h3 {
    color: rgb(247, 244, 214);
    margin-top: 0px;
}
a {
    color: rgb(247, 244, 214);
    font-weight: 500;
    font-size: 16px;
}
a:hover {
    color: rgb(255, 204, 77);
    cursor: pointer;
}
label {
    margin-bottom: 0px;
}
.yellow {
    color: rgb(255, 204, 77);
}
div.row {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}
input[type=button] {
    /*background-color: rgb(255, 240, 123);*/
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
    font-size: 20px;
    font-weight: 800;
    border-radius: 7px;
    border: solid 1px rgb(247, 244, 214);
    /*border: solid 1px rgb(255, 240, 123);*/
    margin-top: 20px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=submit] {
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
    font-size: 20px;
    font-weight: 800;
    border-radius: 7px;
    border: solid 1px rgb(247, 244, 214);
    margin-top: 20px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=button].senior-button {
    
    background-color: rgb(255, 240, 123);
    color: rgb(186, 0, 19);
    font-size: 18px;
    font-weight: 800;
    border-radius: 7px;
    border: solid 1px rgb(255, 240, 123);
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=button].senior-button:disabled,
input[type=button].senior-button[disabled] {
    
    border: solid 1px rgb(235, 154, 91);
    background-color: rgb(235, 154, 91);
    color: rgb(203, 76, 42);
}

/*.text-center {
    text-align: center;
}*/

.text-capitalize {
    text-transform: uppercase;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.image-20 {
    width: 20%;
}

.image-25 {
    width: 25%;
}

.image-50-2 {
    width: 50%;
}

.image-50 {
    width: 60%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
    /*font-size: 20px;
    font-weight: 800;*/
    font-size: 18px;
    font-weight: 800;
    border-radius: 7px;
    border: solid 1px rgb(247, 244, 214);
    /*margin-top: 20px;*/
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 89%;
}

input[type=text]:read-only,
input[type=tel]:read-only,
input[type=email]:read-only,
input[type=password]:read-only {
    background-color: rgb(255, 240, 123);
    border: solid 1px rgb(255, 240, 123);
    color: rgb(207, 47, 51);
}

textarea {
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
    /*font-size: 20px;
    font-weight: 800;*/
    font-size: 18px;
    font-weight: 800;
    /*border-radius: 7px;*/
    border-radius: 6px;
    border: solid 1px rgb(247, 244, 214);
    /*margin-top: 20px;*/
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

textarea.ta-popup-dialog {
    background-color: white;
    color: rgb(207, 47, 51);
    /*font-size: 20px;
    font-weight: 800;*/
    font-size: 18px;
    font-weight: 800;
    /*border-radius: 7px;*/
    border-radius: 6px;
    border: solid 1px rgb(247, 244, 214);
    /*margin-top: 20px;*/
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.justify {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 20%;
}

.logo-30 {
    width: 30%;
}

.logo-35 {
    width: 35%;
}

.logo-45 {
    width: 45%;
}

.logo-50 {
    width: 50%;
}

.logo-64 {
    width: 64%;
}

.logo-div {
    padding: 0px;
    text-align: center;
}

.button-div {
    background-image: url("../images/button_background.jpg");
    /*margin-bottom: 30px;*/
    margin-bottom: 20px;
    margin-top: 10px;
    /*border-radius: 15px;*/
    border-radius: 12px;
    text-align: center;
    vertical-align: central;
}
.image-button {
    font-size: 32px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(202, 49, 46, 1.0);
}
.image-button-seniors {
    font-size: 26px;
    font-weight: 500;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(186, 0, 19, 1.0);
}

.div-button {
    background-color: rgba(254, 239, 196, 1);
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.hr-homepage {
    margin-left: 50px;
    margin-right: 50px;
    border-color: rgba(253, 205, 33, 1.0);
}

.home-title {
    font-size: 28px;
    font-weight: 300;
    color: rgba(253, 205, 33, 1.0);
    font-stretch: expanded;
}

.footer-button {
    font-size: 18px;
    font-weight: 300;
    color: rgba(253, 205, 33, 1.0);
}

@font-face {
    font-family: 'HogFish';
    src: url('./fonts/Hogfish-Demo.otf')  format('truetype');
    /*src: url('webfont.eot'); /* IE9 Compat Modes * /
    src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 * /
         url('webfont.woff') format('woff'), /* Modern Browsers * /
         url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS * /
         url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'JustAnotherHand';
    src: url('./fonts/JustAnotherHand-Regular.ttf')  format('truetype');
}

.button-text-big {
    font-family: 'HogFish';
    font-size: 25px;
    line-height: 30px;
}

.button-text-small {
    font-family: 'JustAnotherHand';
    font-size: 30px;
    line-height: 24px;
}

.layer {
    background-color: rgba(254, 239, 196, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 15px;*/
    border-radius: 12px;
}

.title-label {
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    /*padding: 5px;
    padding-top: 4px;
    padding-bottom: 4px;*/
    color: rgba(253, 205, 33, 1.0);
}

.questions-row {
    border: solid 0.2px rgb(207, 47, 51);
    border-radius: 10px;
    cursor: pointer;
    /*padding: 5px;*/
}

.questions-row:hover {
    border: solid 0.2px rgb(247, 244, 214);
    border-radius: 10px;
    cursor: pointer;
    /*padding: 5px;*/
}

@media only screen and (max-width: 900px) {
    .questions-row:hover {
        border: solid 0.6px rgb(247, 244, 214);
        border-radius: 7px;
    }
}

.questions-div {
    margin-left: 40px;
    margin-right: 40px;
}

.questions-div h3 {
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
}

/* Dialog Styles */

.ui-dialog {
    background-color: rgb(247, 244, 214) !important;
    /*background-color: rgb(255, 204, 77) !important;*/
    /*position: relative;*/
}


@media only screen and (max-width: 900px) {
    .ui-dialog {
        /*left: 50% !important;*/
        /*left: 0 !important;
        top: 50% !important;*/
        /*margin-left: -325px !important; /* half 650 */
        /*margin-top: -165px !important; /* half 330 */
    }
    
    .no-close {
        /*left: 50% !important;*/
        /*left: 0 !important;
        top: 50% !important;*/
        /*margin-left: -325px !important; /* half 650 */
        /*margin-top: -165px !important; /* half 330 */
    }
}

.ui-dialog-titlebar {
    background-color: rgb(255, 204, 77) !important;
    /*background-color: rgb(247, 244, 214) !important;*/
}

.ui-dialog-buttonpane {
    background-color: rgb(247, 244, 214) !important;
    /*background-color: rgb(255, 204, 77) !important;*/
}

.ui-button {
    background-color: rgb(255, 204, 77) !important;
    /*background-color: rgb(247, 244, 214) !important;*/
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-close .ui-dialog-titlebar {
    display: none;
}

/*::-webkit-input-placeholder { /* Edge * /
    /*color: red;* /
    color: rgb(207, 47, 51);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 * /
    /*color: red;* /
    color: rgb(207, 47, 51);
}

::placeholder {
    /*color: red;* /
    color: #ffcccc;
}*/

.mobile-display {
    display: none;
}

@media only screen and (max-width: 900px) {
    .mobile-display {
        display: inline;
    }
}

.desktop-display {
    display: block;
}

@media only screen and (max-width: 900px) {
    .desktop-display {
        display: none;
    }
    .image-25 {
        width: 50%;
    }
}

/****** Custom Checkbox *****/

/* Customize the label (the container) */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 900px) {
    .check-container {
        margin-left: 5px;
    }
}

/* Hide the browser's default checkbox */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    margin-top: 7px;
    position: absolute;
    top: 0;
    left: 22px;
    height: 30px;
    width: 30px;
    /*background-color: #eee;*/
    background-color: rgb(253, 248, 207);
    border-radius: 7px;
}

@media only screen and (max-width: 900px) {
    .checkmark {
        left: 2px;
    }
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
    background-color: rgb(255, 204, 77);
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    background-color: rgb(253, 248, 207);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 9px;
    top: 2px;
    width: 12px;
    height: 21px;
    /*border: solid white;*/
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-div {
    
    background-color: rgb(251, 253, 186);
    border-radius: 10px;
    text-align: center;
}

.login-title {
    
    color: rgb(186, 0, 19);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 28px;
}

.login-sub-title {
    
    color: rgb(186, 0, 19);
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.login-sub-title-small {
    
    color: rgb(186, 0, 19);
    font-weight: 300;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

input[type=text].login-input,
input[type=tel].login-input,
input[type=email].login-input,
input[type=password].login-input {
    
    /*background-color: rgb(247, 244, 214);*/
    background-color: white;
    /*color: rgb(207, 47, 51);*/
    color: rgb(186, 0, 19);
    /*font-size: 20px;
    font-weight: 800;*/
    font-size: 14px;
    font-weight: 400;
    border-radius: 7px;
    /*border: solid 1px rgb(186, 0, 19);*/
    border: white;
    /*margin-top: 20px;*/
    margin-top: 15px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 84%;
}

input[type=button].login-button {
    
    background-color: rgb(207, 47, 51);
    color: rgb(251, 253, 186);
    font-size: 14px;
    font-weight: 600;
    border-radius: 7px;
    border: solid 1px rgb(207, 47, 51);
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.login-red-line {
    
    height : 1px; 
    background-color: rgb(207, 47, 51); 
    margin-left: 50px; 
    margin-right: 50px;
}

@media only screen and (max-width: 900px) {
    
    input[type=button].login-button {
        margin-bottom: 0px;
        margin-top: 20px;
    }
    
    input[type=button].login-button-mb-20 {
        margin-bottom: 20px;
    }
    
    input[type=text].login-input,
    input[type=tel].login-input,
    input[type=email].login-input,
    input[type=password].login-input {
        padding-left: 12px;
        padding-right: 12px;
        width: 93%;
    }
    
    .login-red-line {
    
        margin-left: 30px; 
        margin-right: 30px;
    }
}

.nav-bar {
    margin: 15px;
    margin-bottom: 25px;
}

.nav-bar a {
    padding: 12px;
    margin: -5px;
    color: #484848;
    background-color: #fdfedf;
    display: inline-block;
    /*width: 180px;*/
    width: 190px;
}

.nav-bar a.selected {
    background-color: #f3d989;
    color: black;
}

.nav-bar a:hover {
    background-color: #f3d989;
    text-decoration: none;
}

.nav-bar a.first {
    
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nav-bar a.middle {
}

.nav-bar a.last {
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

input[type=button].session-button,
input[type=image].session-button {
    
    background-color: rgb(253, 226, 118);
    /*color: rgb(207, 47, 51);*/
    color: rgb(186, 0, 19);
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    border: solid 1px rgb(207, 47, 51);
    margin-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

input[type=button].session-button-disabled {
    
    background-color: rgb(235, 154, 91);
    color: rgb(203, 76, 42);
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    border: solid 1px rgb(207, 47, 51);
    margin-top: 5px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.no-close .ui-dialog-titlebar {
    display: none;
}

a.page-numbers {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}

a.page-numbers-active {
    /*color: rgb(255, 204, 77);*/
    color: rgb(207, 47, 51);
    background-color: rgb(247, 244, 214);
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

/*-----------------------
Button
-------------------------*/

.btn {
    background-color: rgb(207, 47, 51);
    border: 1px rgb(247, 244, 214) solid;
}

.btn:hover {
    color: rgb(255, 204, 77);
}

/*-----------------------
Dropdown
-------------------------*/

.dropdown-menu {
    /*background: #fff;*/
    background: rgb(207, 47, 51);
    font-size: 14px;
    color: #3d405c;
    border: 1px solid #e6e6f2;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    /*color: #3d405c;*/
    color: rgb(247, 244, 214);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    /*color: #5969ff;*/
    color: rgb(207, 47, 51);
    /*background: #efeff6;*/
    background-color: rgb(247, 244, 214);
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    /*color: #fff;*/
    color: rgb(207, 47, 51);
    text-decoration: none;
    /*background-color: #5969ff;*/
    background-color: rgb(255, 204, 77);
}

/*-----------------------
Text Box
-------------------------*/

.form-control {
    background-color: rgb(207, 47, 51);
    color: rgb(247, 244, 214);
}

/*-----------------------
Pagination
-------------------------*/

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0px;
    margin-right: 5px;
    line-height: 1.25;
    /*color: #71748d;
    background-color: #fff;
    border: 1px solid #e6e6f2;*/
    border-radius: 3px;
    line-height: 1;
    
    background-color: rgb(207, 47, 51);
    border: 1px rgb(247, 244, 214) solid;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    /*background-color: #5969ff;
    border-color: #5969ff;*/
    
    color: rgb(207, 47, 51);
    background-color: rgb(255, 204, 77);
}

.pagination>li>a, .pagination>li>span {
    
    color: rgb(247, 244, 214);
    background-color: rgb(207, 47, 51);
    border: 1px rgb(247, 244, 214) solid;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    
    border: 1px rgb(247, 244, 214) solid;
    color: rgb(207, 47, 51);
    background-color: rgb(255, 204, 77);
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    
    border: 1px rgb(247, 244, 214) solid;
    color: rgb(207, 47, 51);
    background-color: rgb(255, 204, 77);
}

.pagination>.disabled>a, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>span:hover {
    color: #AAA;
    background-color: rgb(207, 47, 51);
    border: 1px rgb(247, 244, 214) solid;
}

/*.page-item {
    background-color: rgb(207, 47, 51);
    border: 1px rgb(247, 244, 214) solid;
}*/

.page-item.active .page-link {
    z-index: 1;
    /*color: #fff;
    background-color: #5969ff;
    border-color: #5969ff;*/
    
    border: 1px rgb(247, 244, 214) solid;
    color: rgb(207, 47, 51);
    background-color: rgb(255, 204, 77);
}

/*-----------------------
Table-Rows
-------------------------*/

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 10px;
    border-top: none;
    font-weight: 500;
}

.table>tbody>tr>td, 
.table>tfoot>tr>td, 
.table>thead>tr>td  {
    font-weight: 500;
}

.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>th {
    text-align: center;
}

/****** CUSTOM RADIO & CHECKBOXES ******/

.radioButton {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.radioButton > input { /* HIDE ORG RADIO & CHECKBOX */
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* RADIO & CHECKBOX STYLES */
/* DEFAULT <i> STYLE */
.radioButton > i { 
    display: inline-block;
    vertical-align: middle;
    /*width:  32px;
    height: 32px;*/
    width:  24px;
    height: 24px;
    border-radius: 50%;
    transition: 0.0s;
    /***box-shadow: inset 0 0 0 8px #FF9BA2;***/
    /*border: 1px solid rgb(207, 47, 51); /* gray; */
    /*background: rgb(207, 47, 51);*/
    /*background: white;*/
    background: #FF9BA2;
}

.radioButton:hover > i { /* HOVER <i> STYLE */
    /*box-shadow: inset 0 0 0 4px #fff;*/
    /**box-shadow: inset 0 0 0 4px #FF9BA2;**/
    /*background: gray;*/
    /*background: rgb(255, 204, 77);*/
    background: rgb(247, 244, 214);
}

.radioButton > input:checked + i { /* (RADIO CHECKED) <i> STYLE */
    /*box-shadow: inset 0 0 0 4px #fff;*/
    /**box-shadow: inset 0 0 0 4px #FF9BA2;**/
    background: rgb(207, 47, 51); /* orange; */
}

/****** SELECT2 STYLES ******/

.select2 {
    width: 89%;
    margin-bottom: 0px;
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
    font-size: 18px;
    font-weight: 800;
    border-radius: 7px;
    border: solid 1px rgb(247, 244, 214);
}

.select2 .select2-selection--single {
    border: 1px solid transparent;
    border-radius: 7px;
}

.select2 .select2-selection--single .select2-selection__rendered {
    color: rgb(207, 47, 51);
}

.select2-container--default .select2-selection--single {
    background-color: rgb(247, 244, 214);
}

.select2-dropdown {
    background-color: rgb(247, 244, 214);
    /*border-radius: 7px;*/
}

.select2-container .select2-search--dropdown {
    background-color: rgb(247, 244, 214);
    border-bottom: 1px solid #c8d1d3;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container .select2-search--dropdown .select2-search__field {
    color: rgb(207, 47, 51);
    border: 1px solid #dfe6e8;
}

.select2-dropdown .select2-results__option {
    background-color: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    color: rgb(247, 244, 214);
    background-color: rgb(207, 47, 51);
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
    background-color: rgb(207, 47, 51);
}

/****** TIME PICKER STYLES ******/

.ui-timepicker-standard {
    background-color: rgb(247, 244, 214);
    border: 1px solid #AAA;
    color: rgb(207, 47, 51);
}

.ui-widget-content {
    background: rgb(247, 244, 214);
    color: rgb(207, 47, 51);
}

.ui-timepicker-standard a {
    color: rgb(207, 47, 51);
}

.ui-timepicker-standard .ui-state-hover {
    color: rgb(247, 244, 214);
    background-color: rgb(207, 47, 51);
}

/****** DATE PICKER STYLES ******/

.ui-widget-header {
    border: 1px solid rgb(207, 47, 51);
    color: rgb(207, 47, 51);
    background: rgb(247, 244, 214);
    font-weight: bold;
}

.ui-state-default {
    background: rgb(247, 244, 214) !important;
    color: rgb(207, 47, 51) !important;
}

.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    background: rgb(255, 204, 77) !important;
    /*color: rgb(207, 47, 51) !important;*/
    color: #454545 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: rgb(255, 204, 77) !important;
    /*color: rgb(207, 47, 51) !important;*/
    color: #454545 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #000;
}