#login-page {
    background: linear-gradient(to right, #50dcc2, #3dc1b8);
    padding: 25px;
}

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

@font-face {
    font-family: font2;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype")
}

@font-face {
    font-family: font3;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype")
}

body {
    font-family: font1;
    font-size: 15px;
    background: #eee;
}

.login_page {
    text-align: center;
    background: #1d4860;
    margin-top: 7%;
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.17), 0 15px 12px rgba(0, 0, 0, 0.11);
    width: 28%;
    margin: 5% auto;
}

.login_page h1 {
    color: #e8e8e8;
    text-align: center;
    font-size: 25px;
}

.login_page .icon {
    text-align: center;
    position: relative;
    margin-top: -60px;
    display: -webkit-inline-box;
    border-radius: 100px;
}

.login_page .icon i {
    background: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    color: #fff;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    border-radius: 100px;
}

.login_inside {
    padding: 30px 55px;
    padding-bottom: 10px;
}

.login_inside input {
    height: 42px;
    width: 100%;
    padding-left: 15px;
    border: none;
    background: #0e2e3f;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.login_page .button input {
    height: initial;
    width: 70%;
    padding: 8px 0px;
    border-radius: 3px;
    background: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    box-shadow: inset 0px 0px 10px #7d3754;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: font3;
}

.login_inside input:focus {
    outline: none;
}

.login_page .button input:focus {
    outline: none;
}

.p-0 {
    padding: 0px;
}

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

.login_page ::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #ccc;
    font-family: font3;
}

.forgot_pwd {
    padding: 20px 0px;
}

.forgot_pwd a {
    color: #e8e8e8;
    font-size: 16px;
    text-decoration: none;
}

.common_table {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.common_table table {
    background: #fff;
    box-shadow: 0px 2px 3px #c1c1c1;
}

.common_table thead tr {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898 !important;
}

.common_table thead tr th {
    font-weight: 100;
    border-right: 1px solid #ccc;
    padding: 6px 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.common_table tr td {
    padding: 9px 5px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.common_table table tr:nth-child(even) {
    background: #eee;
}

.common_table tr td a i:first-child {
    margin-right: 8px;
    color: #2196F3;
    font-size: 20px;
}

.common_table tr td a:nth-child(2) i {
    color: red;
}

.main_menu {
    background: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
    padding: 5px;
}

.main_menu ul {
    margin: 0px;
}

.main_menu .center {
    margin: 10px 0px;
}

.main_menu .center a {
    color: #5d5d5d;
    text-decoration: none;
    background: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 3px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.main_menu .right a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    position: relative;
}

.main_menu .right a img {
    width: 45px;
}

.main_menu .right ul {
    text-align: left;
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.main_menu .right ul li {
    margin-bottom: 10px;
}

.main_menu .right ul li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
}

.main_menu .right ul li a i {
    color: #ee609c;
}

.table_add {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 20px;
}

.table_add a {
    background: #3dc1b8;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    border-bottom: 4px solid #16a59b;
}

.table_heading h1 {
    color: #000;
    font-size: 18px;
    font-family: font2;
    margin-top: 37px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 7px 20px;
    border-left: 4px solid #ef619b;
}


/*dashboard*/

.varavu {
    margin: 0px !important;
}

.varavu h1 {
    text-align: right;
    margin: 9px 0px;
    font-family: font3;
    font-size: 24px;
    color: #ffffff;
}

.varavu h1 span {
    color: #FFEB3B;
}

.dashboard {
    padding: 30px 0px;
}

.dashboard .block {
    background: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.dashboard .block h2 {
    margin: 0px;
    text-align: center;
    font-size: 15px;
    padding: 15px 0px;
    background: #3dc1b8;
    font-family: font3;
    color: #fff;
    text-transform: uppercase;
}

.dashboard .block ul {
    padding: 10px 7px;
    padding-left: 25px;
    height: 200px;
    overflow-y: auto;
}

.dashboard .block ul li {
    padding: 5px 0px;
    position: relative;
    padding-left: 17px;
    line-height: 24px;
}

.dashboard .block ul li a {
    color: #666;
    text-decoration: none;
}

.dashboard .block ul li a i {
    color: #3dc1b8;
    position: absolute;
    left: 0px;
    top: 9px;
}

.dashboard .block ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.dashboard .block ul::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: 1px solid #ccc;
}


/*common_form*/

.common_form {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.common_form_heading h1 {
    text-align: left;
    font-size: 18px;
    font-family: font3;
    background: #fff;
    display: inline-block;
    padding: 6px 20px;
    border-left: 4px solid #ee609c;
    text-transform: uppercase;
}
.common_form_heading a {
    text-align: right;
    float: right;
    margin-top: 18px;
    background: #ef619b;
    color: #fff;
    text-decoration: none;
    padding: 5px 22px;
    border-radius: 2px;
    font-family: font3;
    text-transform: uppercase;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
}

.common_form label {
    font-weight: 100;
    padding: 0px;
    font-family: font3;
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}

.common_form input {
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.common_form input:focus {
    border-bottom: 1px solid #ccc;
    outline: none;
}

.common_form select {
    width: 100%;
    border: 1px solid #ccc;
    height: 37px;
}

.common_form select:focus,.common_form textarea:focus{
    outline: none;
}

.common_form textarea{
    width:100%;
    resize: none;
}
.common_form .button input {
    background: #3dc1b8;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    border-bottom: 4px solid #16a59b;
    width: initial;
    height: initial;
}

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

.error {
    color: red;
    text-align: left;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    box-shadow: inset 0px 2px 1px #949494;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
    vertical-align: sub;
    margin-right:2px;
}

.common_form_button a {
    text-align: center;
    float: none;
    margin-top: 18px;
    background: #ef619b;
    color: #fff;
    text-decoration: none;
    padding: 5px 22px;
    border-radius: 2px;
    font-family: font3;
    text-transform: uppercase;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
}
/*datepicker*/

#ui-datepicker-div {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    width: 300px !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #ee609c;
    border-radius: 0px;
    color: #fff;
    font-family: font1;
    font-weight: 100;
    border: none;
}

.ui-datepicker th {
    background: #474747;
    color: #fff;
    font-weight: 100 !important;
}

.ui-datepicker td a {
    border: 1px solid #d3d3d3 !important;
    text-align: center !important;
    padding: 10px !important;
}

.ui-datepicker td a:hover,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: yellowgreen !important;
    color: #fff;
}

.ui-datepicker-next,
.ui-datepicker-next:hover,
.ui-icon-circle-triangle-e {
    background: url(../images/right.png) !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
    border: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover,
.ui-icon-circle-triangle-w {
    background: url(../images/left.png) !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    left: 34% !important;
    top: 35% !important;
}


/*----------------------*/


/*no_message*/

.no_message {
    background: lightgray;
    border-bottom: 4px solid #adadad;
    padding: 9px;
    text-align: center;
    color: #000;
}

.m-t-20 {
    margin-top: 20px;
}
.m-t-40 {
    margin-top: 40px;
}
.p-0-20{
    padding: 0px 20px;
}
.m-t-33{
    margin-top: 33px;
}


/*input_fields_wrap*/

.input_fields_wrap {}

.input_fields_wrap button {
    background: rgb(76, 175, 80);
    border: none;
    border-radius: 3px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    padding: 8px 20px;
    border-bottom: 4px solid green;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.input_fields_wrap button:focus {
    outline: none;
    box-shadow: none;
}

.wickedpicker__controls__control-up:before {
    font-family: FontAwesome !important;
    content: "\f077";
    color: #e85f9f;
    font-size: 18px;
}

.wickedpicker__controls__control-down:after {
    font-family: FontAwesome !important;
    color: #e85f9f;
    font-size: 18px;
}


/*time_picker div*/

.time_picker {
    width: 100%;
    float: left;
}

.time_picker input {
    width: 46%;
    float: left;
    margin: 2%;
}

.time_picker a {
    color: red;
    text-decoration: underline;
    padding-left: 10px;
}

.red a {
    color: red;
    text-decoration: underline;
    padding-left: 10px;
}

.input_fields_wrap .top {
    padding: 0px 11px;
    text-align: left;
}

.input_fields_wrap .top label,
.js-added-time .top label {
    color: blueviolet;
    margin: 0px;
}

.wickedpicker__controls__control--hours:focus {
    outline: none;
}

.success {
    background: #d7e4d7;
    border: 1px dashed green;
    padding: 10px 0px;
    text-align: center;
    color: green;
    font-size: 16px;
    margin-bottom: 20px;
}

.common_form_under {
    margin: 20px 0px;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.common_form_under h2 {
    margin: 0px;
    color: #ef619b;
    font-size: 18px;
    font-family: font3;
    border-bottom: 1px dashed #e35da2;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.common_form_under form {
    margin-top: 15px;
}

.common_form_under .button input {
    background: #e85f9f;
    border-bottom: 4px solid #bb136e;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    height: initial;
    border-radius: 2px;
    width: initial;
}

.common_form_under .button input:focus {
    outline: none;
}

.highlight_amounts {
    text-align: center;
}

.highlight_amounts li {
    font-size: 18px;
    color: #666;
}

.highlight_amounts li span {
    color: blueviolet;
    font-weight: 600;
}

.bill_details li {
    color: #666;
    font-size: 17px;
    margin-bottom: 8px;
}

.bill_details li span {
    font-family: font3;
}

.bill_details li .right {
    font-family: font1;
    font-size: 16px;
}

.bill_details li i {
    color: blueviolet;
    font-size: 20px;
    margin-right: 10px;
}

.paid {
    color: limegreen;
    font-family: font3;
}

.unpaid {
    color: red;
    font-family: font3;
}


/*pagination*/

.bills_table {
    background: #fff;
}

.bills_table tr td {
    padding: 9px 5px;
    border-right: 1px solid #ccc;
    text-align: center;
}
.bills_table tr td a{
    color:#f60;
    text-decoration: none;
    font-family: font3;
    outline: none;
}
.action_bills a{
    color: #f60;
    text-decoration: none;
    display: flex;
}

.bills_table tr:nth-child(even) {
    background: #eee;
}

.pagination {
    position: absolute;
    bottom: 7px;
    overflow: initial !important;
    right: 0px;
}

.pagination ul {
    position: absolute;
    right: 0px;
    margin: 20px 0px!important;
}

.pagination ul li {

}
.pagination ul li .current{
    background: #ce3372 !important;
}

.pagination ul li span,.pagination ul li a {
    background: #ef619b!important;
    border-radius: 2px;
    border: none;
    padding: 4px 20px;
    font-size: 16px;
    box-shadow: 0px 3px 4px rgba(0,0,0,0.2)!important;
    color:#fff;
    text-decoration: none;
}
.pagination ul .disabled span{
    background: #797979 !important;
}
.pagination ul .disabled:hover span{
  cursor: not-allowed;
}

/*tab_design*/
.tab_design .active a,.tab_design .active a:hover{
    background-color: #ef619b !important;
    border-radius: 0px;
    color: #fff !important;
    text-transform: uppercase;
    font-family: font3;
}
.tab_design a,.tab_design a:hover{
    color: #fff;
    background: #ef619b !important;
    text-transform: uppercase;
    font-family: font3;
    border-radius: 0px !important;
    margin-right: 5px !important;
    border: none !important;
}
.tabs_table{
    margin-top:175px;
}
.tab_table_top{
    position: absolute;
    top: 330px;
    left: 0px;
    right: 0px;
}
/*common-modal*/
.common-modal .modal-content{
    border-radius: 0px;
}
.common-modal h1{
    color: #f60;
    font-size: 27px;
}
.common-modal .modal-header{
    padding: 0px;
    background: #eee;
}
.common-modal .modal-header .close{
    top: -30px;
    position: relative;
    opacity: 1;
    right: 10px;
}
.common-modal .modal-body{
    width:100%;
    overflow-x: auto;
}
.excel{
    text-align: right;
    margin: 10px 0px 20px 0px;
}
.excel a{
    background: linear-gradient(to bottom,#fc8213 0%,#9e4b00 100%);
    color: #fff;
    padding: 6px 25px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}
.excel a:before{
    position: absolute;
    content: "\f019";
    top: 4px;
    left: 5px;
    font-family: FontAwesome;
}
#my-select ul li{
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}
#my-select ul li .red:before{
    background: red;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 9px;
    content: "";
}
#my-select ul li .green:before{
    background: green;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
     content: "";
}
#my-select ul li .yellow:before{
    background: gold;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 6px;
     content: "";
}
.veh-statuses .red-1{
    background: red;color: #fff;
}
.veh-statuses .green-1{
    background: green;color: #fff;
}
.veh-statuses .yellow-1{
    background: yellow;color: #fff;
}
.common_table .total{
    color: #fff;
    background: #8B85C1 !important;
}
.common_table .bal{
    color: #fff;
    background: #5e9da0 !important;
}
.common_table .totalhrs{
    color: #fff;
    background: #FF7F50 !important;
}
.m-b-0{
    margin-bottom: 0px !important;
}
.modal_form{
    text-align: left;
    font-size: 16px;
}
.modal_form .button{
    text-align: center;
}
.modal_radio{
    font-weight: 100;
    font-family: font3;
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}
.page_button{
    position: absolute;
    bottom: -60px;
    right: 0px;
    left: 0px;
    text-align: center;
    margin-bottom: 25px;
}
.page_button input{
    background: #e85f9f;
    border-bottom: 4px solid #bb136e !important;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    height: initial !important;
    border-radius: 2px;
    width: initial !important;
}
.page_button input:focus{
    outline: none;
}
.sal_table input{
    height: 35px;
    width:100%;
    border:1px solid #ccc;
    text-align: center;
}
.sal_table input:focus{
    outline: none;
}
/*.select2-container--default .select2-selection--single
{
    height:37px; 
    border-radius:1px;
}*/