body {
    background: #e7ecea;
}

* {
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.login-body {
    background-color: #0295aa;
    /* background-color: #fff; */
    /* background: url('../images/advice-advise-advisor-business-7075.jpg') no-repeat right top;
    background-size: 100%; */
    /* background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.5); */
}


/* body { */


/* background: url('{{ url("/public/assets/images/advice-advise-advisor-business-7075.jpg") }}'); */


/* } */

.login-left {
    margin-top: 60px;
}

.login-left img {
    width: 100%;
    border-radius: 1%;
}

.login-right {
    width: 100%;
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: 120px;
    /* /////// New Changes ////////// */
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.exitportal-logo {
    text-align: center;
}

.exitportal-logo img {
    width: 185px;
}

label {
    cursor: context-menu !important;
}

.login-right h2 {
    font-size: 20px;
    text-align: center;
    color: #0295aa;
}

.form-container .formRow {
    margin: 20px 0px;
}

.forgot-text a {
    color: #0295aa;
    text-decoration: none;
}

.gray-button {
    background-color: #666;
}

.orange-button {
    background-color: #ef7d00;
}

.button-container {
    position: relative;
    cursor: pointer;
    width: 30%;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    height: 40px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.button-container:hover {
    color: #fff;
    border-color: #3f51b5;
}

.button-container input {
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 15px;
    z-index: 2;
}

.button-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #0295aa;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    z-index: 1;
}

.button-container:hover::before {
    /*
    opacity: 1;
    background-color: #0295aa;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	*/
}

.content-container {
    margin-top: -24px;
    padding: 25px 3px 0 0px;
    /* height: calc(100vh - 100px);*/
    overflow: auto;
    padding-bottom: 0;
    width: 83%;
    float: right;
}

.list-view {
    background-color: #FFF;
    padding: 20px;
    margin-top: -1px;
    /*border: 1px solid #000;*/
}

.themeTable-1 thead tr th {
    padding: 8px 8px !important;
    background-color: #EE7E0A;
    color: #FFF;
}

.themeTable-1 tbody tr td {
    padding: 8px 8px !important;
}

.form-initiate .formRow {
    margin-bottom: 2 0px;
}


/* Text Box Style */

.transition,
.textboxControl label,
.textboxControl input[type="text"] {
    -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

.textboxControl {
    position: relative;
    margin: 8px 0px;
}

.textboxControl:first-of-type {
    padding-top: 0;
}

.textboxControl:last-of-type {
    padding-bottom: 0;
}

.textboxControl label {
    transform-origin: left center;
    color: #95989a;
    font-weight: 100;
    letter-spacing: 0.01em;
    font-size: 17px;
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
    /* position: absolute; */
    top: 10px;
    z-index: 2;
    pointer-events: none;
    background-color: #FFF;
    left: 10px;
}

.textboxControl input {
    appearance: none;
    background-color: none;
    border: solid 1px #d6d6d6;
    line-height: 0;
    font-size: 17px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 15px 20px 11px;
    border-radius: 5px;
    color: #95989a;
    font-weight: 100;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

.textboxControl input:focus,
.textboxControl input:hover {
    outline: none;
    border: solid 1px #EE7E0A;
}

.textboxControl input:valid {}


/* .textboxControl input:focus ~ label { */


/* -moz-transform: translate(0, -25px) scale(0.7); */


/* -ms-transform: translate(0, -25px) scale(0.7); */


/* -webkit-transform: translate(0, -25px) scale(0.7); */


/* transform: translate(0, -25px) scale(0.7); */


/* color:#EE7E0A; */


/* text-transform:uppercase; */


/* } */


/* .textboxControl input:valid ~ label {
    text-transform: uppercase;
    font-style: italic;
    -moz-transform: translate(5px, -25px) scale(0.7);
    -ms-transform: translate(5px, -25px) scale(0.7);
    -webkit-transform: translate(5px, -25px) scale(0.7);
    transform: translate(5px, -25px) scale(0.7);
    color:#EE7E0A;
  }  */


/* Text Box Style */


/* Custom Checkbox & Radio box*/

.radio-container {}

.radio-container .myradio {
    margin-right: 10px;
}

.radio-container .myradio:last-child {
    margin-right: 0;
}

.mycheck input[type="checkbox"]:checked,
.mycheck input[type="checkbox"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.mycheck input[type="checkbox"]:checked+label,
.mycheck input[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
}

.mycheck input[type="checkbox"]:checked+label::before,
.mycheck input[type="checkbox"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c5;
    background: #fff;
}

.mycheck input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}

.mycheck input[type="checkbox"]:disabled+label:before,
.mycheck input[type="checkbox"]:disabled+label::after {
    opacity: 0.5;
}

.mycheck input[type="checkbox"]:checked+label::after,
.mycheck input[type="checkbox"]:not(:checked)+label::after {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    color: #e6ab13;
    position: absolute;
    top: -1px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 11px;
}

.mycheck input[type="checkbox"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.mycheck input[type="checkbox"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.myradio input[type="radio"]:checked,
.myradio input[type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.myradio input[type="radio"]:disabled+label {
    cursor: not-allowed !important;
}

.myradio input[type="radio"]:checked+label,
.myradio input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: normal;
}

.myradio input[type="radio"]:checked+label::before,
.myradio input[type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #d4d4d4;
    border-radius: 100%;
    background: #fff;
}

.myradio input[type="radio"]:checked+label::after,
.myradio input[type="radio"]:not(:checked)+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #e6ab13;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.myradio input[type="radio"]:not(:checked)+label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.myradio input[type="radio"]:checked+label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* Custom Checkbox & Radio box*/

.other-information {
    border: 1px solid #D6D6D6;
    padding: 15px;
}

.other-information legend {
    display: inline-block;
    border: none;
    width: auto;
    font-weight: bold;
    margin: 0px 20px 20px 20px;
    padding: 0px 10px;
    font-size: 15px;
}

.magintop-0 {
    margin-top: 0;
}

.marginbottom-20 {
    margin-bottom: 20px;
}

.active,
.a:hover {
    background-color: #666;
    color: white;
}

.topnav {
    background-color: #dededed9;
    height: 43px;
    z-index: 123;
    position: sticky;
}

.topnav_button {
    font-weight: 300;
    font-size: 1.1em !important;
    font-family: none;
    background-color: #f58220;
    /* transform: skew(20deg); */
    border: none;
    color: white;
    padding: 8px 70px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px 15px 0px 0px;
    margin: 5px 0px 0px 0;
    border: solid 1px #000;
}

.topnav_style {
    margin: 0px 0 0px 7px;
}

.title_header {
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-bottom: 1px solid #000;
}

.topnav2 {
    background-color: #ee7f2b;
    margin: -20px 0px 28px -21px;
    width: 104%;
}

.topnav_button.active,
.topnav_button:hover {
    background-color: #ffffff!important;
    color: #020202 !important;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0093aa;
    color: white;
}

#customers_previous {
    background-color: #f1f1f1;
    color: black !important;
    border: 2px solid #0093aa;
}

#customers_next {
    background-color: #f1f1f1;
    color: black !important;
    border: 2px solid #0093aa;
}

#Add_30days {
    font-size: 25px !important;
    margin-left: 239px !important;
    font-weight: bolder !important;
    padding-left: 190px !important;
}

#Add_60days {
    font-size: 25px !important;
    margin-left: 239px !important;
    font-weight: bolder !important;
    padding-left: 190px !important;
}

#Add_90days {
    font-size: 25px !important;
    margin-left: 239px !important;
    font-weight: bolder !important;
    padding-left: 190px !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999 !important;
    /* font-weight: 600; */
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999!important;
    /* font-weight: 600; */
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #999 !important;
    /* font-weight: 600; */
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
    /* font-weight: 600; */
}

::-ms-input-placeholder {
    color: #999 !important;
    /* font-weight: 600; */
}

.paginate_button {
    background-color: #0093aa;
    /* Green */
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.current {
    background-color: #ef7d00;
}

input:read-only {
    cursor: not-allowed !important;
}

input:read-only:focus {
    border: 1px solid #ccc !important;
}

textarea:read-only {
    cursor: not-allowed !important;
}

textarea:read-only:focus {
    border: 1px solid #ccc !important;
}

.disableplan {
    -webkit-filter: opacity(.3);
    filter: opacity(.3);
}

.attac {
    text-decoration: underline;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 52%;
}

.dataTables_wrapper .paginate_button.next.disabled {
    opacity: 0.1 !important;
}

.dataTables_wrapper .paginate_button.previous.disabled {
    opacity: 0.1 !important;
}


/*******************************************
       Appraisal Form Design
********************************************/

.appraisal-form-control {
    /*display: block; */
    /* width: 100%; */
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}