aside.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 80vw;
    max-width: 280px;
    background: #37474f;
    background: #182752;
    background-color: #2780e3;
    background-color: #A5A4A4;
    background-color: #555;
    z-index: 100;
    transition: all 0.3s;
}

.sidebar-hidden aside.sidebar {
    transform: translateX(-280px);
}

.no_fix aside.sidebar {
    top: 0px;
}

footer.footer {
    background: #ddd;
    /*box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);*/
    z-index: 90;
    position: absolute;
    width: 100%;
    padding-left: 295px;
    /*margin-top: 15px;*/
}

header.header {
    padding: 0px 15px;
    background-color: #fff;
    background-color: #182752;
    background-color: #16a1dc;
    background-color: #03A9F4;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 120;
    position: fixed;
    height: 60px;
    top: 0;
    right: 0;
    width: 100%;
    /*padding-left: 295px;*/
}

.header_title {
    margin: 0;
    font-size: 22px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 30px;
    color: #fafafa;
}

.header_title .small {
    color: #eee;
}

.header .logo {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0px;
    width: 80vw;
    max-width: 280px;
    margin-left: -15px;
    padding-left: 15px;
    background: #0098dc;
    float: left;
}

.header .logo img {
    max-height: 100%;
}

.header_menu {
    height: 60px;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
}

button.sidebar-button {
    height: 60px;
    width: 50px;
    font-size: 22px;
    background: transparent;
    border: 0px;
    color: #fff;
    outline: 0;
}

.header_menu .menu {
    list-style: none;
}

.header_menu .menu>li {
    list-style: none;
    display: inline-block;
}

.header_menu .menu>li>a {
    display: block;
    height: 100%;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.8);
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.1s;
    position: relative;
}

.header_menu .menu>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 0%;
    width: 100%;
    background: rgba(0, 60, 130, 0.15);
    transition: 0.2s;
    pointer-events: none;
    border-bottom: 3px solid #fff;
    border-color: transparent;
    z-index: -1;
}

.header_menu .menu>li:hover>a:after,
.header_menu .menu>li.active>a:after {
    left: 0%;
    width: 100%;
    height: 100%;
    border-color: #fff;
}

.header_menu .menu>li:hover>a,
.header_menu .menu>li.active>a {
    color: rgba(255, 255, 255, 1);
}

.avatar_menu {
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 10px;
}

aside.page-content {
    width: 100%;
    min-height: 100%;
    min-height: calc(100% - 45px);
    padding-left: 280px;
    transition: all 0.3s;
}

.sidebar-hidden aside.page-content {
    padding-left: 0;
}

.sidebar .form_wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
}

.charge_list>ul {
    padding: 0;
    list-style: none;
}

.charge_list>ul>li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}


/*
.history .charge_list{
	margin-top: 47px;
}

.history .charge_list > ul > li:first-child {
    border-top: 1px dashed rgba(255,255,255,0.2);
}*/

.charge_list>ul>li {
    padding: 10px 15px;
    display: block;
    color: #eee;
    text-decoration: none;
    transition: all 0.2s;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-left: 5px solid transparent;
}

.charge_list>ul>li>a {
    color: #eee;
    text-decoration: none;
}

.charge_list>ul>li.active,
.charge_list>ul>li:hover,
.charge_list>ul>li.active>a,
.charge_list>ul>li:hover>a {
    color: #2780e3;
    color: #37474f;
    color: #182752;
    color: #fafafa;
    /*font-weight: 600;*/
}

.charge_list>ul>li.active {
    border-left: 5px solid #df691a;
    border-left: 5px solid #03a9f4;
    background: #888;
    background: #3d3d3d;
}

.text-orange {
    color: #df691a;
}

.content_body {
    padding: 0px 15px;
    padding-top: 60px;
}

.no_fix .content_body {
    padding-top: 0px;
}

.select2-selection {
    border-radius: 0px !important;
}

.select2-dropdown.select2-dropdown--below {
    border-color: #2780e3;
    border-radius: 0;
    font-size: 13px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #2780e3;
    font-size: 13px;
}


/*
.tabs_wrapper {
    border: 1px solid rgba(0,0,0,0.11);
    padding: 10px 15px;
}

.tabs_wrapper > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs_wrapper > ul > li {
    display: inline-block;
    border: 0px solid rgba(0,0,0,0.3);
	transition: all 0.2s;
	cursor: pointer;
	margin-left: 5px;
	font-weight: 600;
	margin: 2px 0px;
	background: linear-gradient(#bbb,#ddd, transparent);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tabs_wrapper > ul > li:hover {
    border: 0px solid #2780e3;
	background: linear-gradient(#999,#ccc, transparent);
}
.tabs_wrapper > ul > li > a{
    color: #555;
	text-decoration: none;
	padding: 7px 12px;
	display: block;

}
.tabs_wrapper > ul > li:hover > a {

}
.tabs_wrapper > ul > li.active{
    border: 0px solid #2780e3;
    background: #2780e3;
	color: #fafafa;
	background: linear-gradient(#1967be,#2780e3, transparent);

}
.tabs_wrapper > ul > li.active > a{
	color: #fafafa;
}
*/

.table {
    font-size: 13px;
}

.table th {
    font-weight: 600;
    vertical-align: middle !important;
}

.table td {
    vertical-align: middle !important;
}

tr.primary {
    background: #eee;
}

.cs_tab-content .tab-pane {
    display: none;
}

.calc_control p {
    margin: 0px;
    padding: 2px;
    cursor: pointer;
}

.calc_control p:hover {
    color: #2780e3;
}

.calc_control {
    display: inline-block;
    margin: 0 auto;
    margin-top: -2px;
}

.rate_text {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin: 0;
}

.cs_rate_input {
    font-weight: 500;
    font-size: 15px;
}

table .plan_title {
    font-weight: 600;
    color: #666;
    vertical-align: top !important;
}

.breadcrumb_wrapper .breadcrumb {
    margin: 0;
}

.breadcrumb_wrapper {
    background: #f5f5f5;
}

.select_dur {
    width: 100%;
    max-width: 150px !important;
}

ol.breadcrumb,
ol.breadcrumb>li:before {
    background: transparent;
    color: #444;
}

.hiddenRow {
    padding: 0 !important;
    border: 0 !important;
}

.accordion-body {
    border-top: 1px solid #dddddd !important;
    text-align: left;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
    border-bottom: 0;
}

.no_hover,
.no_hover:hover {
    background: transparent;
    background-color: transparent !important;
}

.cs_table_center>tbody>tr>td,
.cs_table_center>tbody>tr>th,
.cs_table_center>thead>tr>td,
.cs_table_center>thead>tr>th {
    text-align: center;
}

tr.head,
tr.head:hover {
    background-color: #16a1dc !important;
    color: #fff;
}

table.cs_table-border {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}


/*-------------------------------------------------*/

.p-15 {
    padding: 15px;
}

.p-0 {
    padding: 0px;
}

.p-8 {
    padding: 8px;
}

.m-0 {
    margin: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-t-5 {
    padding-top: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.m-t--15 {
    margin-top: -15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

.font-15 {
    font-size: 15px;
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}

.cs_pointer {
    cursor: pointer;
}

label {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

textarea {
    max-width: 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.w80 {
    width: 80%;
    display: inline-block;
}

.w60 {
    width: 60%;
    display: inline-block;
}

.w20 {
    width: 20%;
    display: inline-block;
}

span.base {
    padding: 0px 5px;
}

.bold {
    font-weight: 600;
}

table tr .form-control {
    max-width: 100px;
}

[readonly] {
    pointer-events: none;
}

button.btn.btn-link {
    outline: 0 !important;
    text-decoration: none;
    padding: 0;
}

.text-dark {
    color: #555;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-base {
    vertical-align: baseline;
}

div#description>ul,
.description {
    list-style: none;
    padding: 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
}

div#description>ul>li,
.description>li {
    padding: 5px 0px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

div#description>ul>li:last-child {
    border-bottom: 0;
}

.description {
    border: 0;
    padding: 0 20px;
}

.cs_pointer {
    cursor: pointer;
}

.display_error p,
.form_error p {
    margin: 0;
}

.dis-inline {
    display: inline-block;
}

.mr-25 {
    margin-right: 25px;
}

[align-item-center] {
    display: flex;
    align-items: center;
}

.well {
    width: 100%;
}

.login-form {
    padding-top: 65px;
}

.login-box {
    max-width: 400px;
    margin: 0 auto;
}

.h100 {
    height: 100%;
}

.btn {
    border-radius: 2px;
    min-width: 80px;
}

.dropdown-right ul.dropdown-menu {
    right: 0;
    left: initial;
    left: inherit;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu li.dropdown-submenu {
    position: relative;
}

.dropdown-right ul.dropdown-menu li.dropdown-submenu>ul.dropdown-menu {
    right: 100%;
    top: 0;
    left: initial;
    left: inherit;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #03a9f4;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    transition: all 0.1s;
}

.dropdown-menu>li>a {
    padding: 6px 20px;
    transition: all 0.1s;
}

.full_page_modal {
    padding: 0 !important;
}

.full_page_modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.full_page_modal .modal-content {
    position: relative;
    height: 100%;
    padding-top: 60px;
}

.full_page_modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
    background: #03a9f4;
    border-bottom: 0;
}

.full_page_modal .modal-header button.close {
    font-size: 30px;
    line-height: 45px;
    margin-top: -5px;
    color: #fff;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 1000;
}

.full_page_modal .modal-header button.close:hover {
    opacity: 1;
}

.full_page_modal .modal-body {
    padding: 0;
    height: 100%;
}

.full-iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.last_agent {
    background-color: rgba(3, 169, 244, 0.2);
    ;
}

p.agent_name {
    margin: 0;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.95);
}

.page_header {
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

h3.page-title {
    font-weight: 500;
    font-size: 20px;
    color: #555;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.product_title {
    font-weight: 500;
    color: #666;
    font-size: 17px;
    margin: 6px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.addon_title {
    font-weight: 500;
    color: #666;
    font-size: 14px;
    margin: 2px 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.table-center th,
.table-center td {
    text-align: center;
}

.btn.btn-square {
    min-width: 10px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 0;
    border-radius: 3px;
}

.well table {
    background-color: #fff;
}

.modal-title {
    font-size: 16px;
    color: #666;
}

.label-sm {
    padding-top: 7px !important;
    font-size: 13px;
}

.label-sm.p-t-0 {
    padding-top: 0 !important;
}

tr.p-t-5>td {
    padding-top: 5px;
}

span.note_text {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 10px;
}

.form-narrow .form-group {
    margin-bottom: 5px;
}

.input-sm {
    padding: 5px 5px;
}

table.max-120 tr .form-control {
    max-width: 120px;
}

.max250 {
    max-width: 250px;
}

.mb0 {
    margin-bottom: 0;
}

.addon_list_title {
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.p-r-10 {
    padding-right: 10px;
}

.addon_list_title .glyphicon-menu-down {
    display: none;
}

.addon_list_title .glyphicon-menu-up {
    display: inline;
}

.addon_list_title.collapsed .glyphicon-menu-down {
    display: inline;
}

.addon_list_title.collapsed .glyphicon-menu-up {
    display: none;
}

ul.error_wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #ff0039;
    color: #fff;
    list-style: none;
    text-align: left;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
}

ul.error_wrapper>li {
    padding: 5px 10px;
}

.cs_checkbox input[type=checkbox] {
    display: none;
}

.cs_checkbox input[type=checkbox]+label {
    /*border: 1px solid #ddd;*/
    padding: 1px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    width: 100%;
}

.cs_checkbox input[type=checkbox]+label .check_icon {
    position: absolute;
    width: 15px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-right: 1px solid #ddd;*/
    font-size: 12px;
    padding-top: 2px;
}

.cs_checkbox input[type=checkbox]:checked+label .check_icon.no {
    display: none;
}

.cs_checkbox input[type=checkbox]:not(:checked)+label .check_icon.yes {
    display: none;
}

.cs_checkbox input[type=checkbox]+label .check_icon.yes {
    color: #43ac6a;
}

.cs_checkbox input[type=checkbox]+label.readonly {
    /*background: #eee;*/
    cursor: not-allowed;
    font-weight: 700;
    color: #666;
}

.cs_checkbox input[type=checkbox]+label:hover {
    background: #f7f7f7;
}

.table-padding th,
.table-padding td {
    padding: 2px 15px;
}

.panel-sm .panel-heading {
    padding: 5px 15px;
}

.w100 {
    width: 100%;
}

.w45 {
    width: 45%;
}

.form-control.w-200 {
    width: 100%;
    max-width: 200px;
}

.mr10 {
    margin-right: 10px;
}

.mb8 {
    margin-bottom: 8px;
}

.loader {
    margin: 0px auto;
    padding: 50px 0px;
    width: 100%;
    max-width: 250px;
}

.spinner {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #03a9f4;
    border-bottom: 10px solid #03a9f4;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s ease infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lft-menu-li {
    display: inline-block;
    padding: 0 !important;
}

.lft-menu-li-a {
    display: block;
    padding: 10px 15px;
}

.space {
    margin-top: 15px;
}

.fixed-max-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.fixed-max-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


/*====================================*/

.btn-primary {
    color: #ffffff;
    background-color: #16a1dc;
    border-color: transparent
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #16a1dc;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #1787b7;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1787b7;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #1787b7;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #df691a;
    border-color: transparent
}

.btn-primary .badge {
    color: #df691a;
    background-color: #ffffff
}

.btn-primary {
    color: #ffffff;
    background-color: #03A9F4;
    border-color: transparent
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #03A9F4;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #039BE5;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #039BE5;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #1787b7;
    border-color: rgba(0, 0, 0, 0)
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #df691a;
    border-color: transparent
}

.btn-primary .badge {
    color: #df691a;
    background-color: #ffffff
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0)
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0)
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0)
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: rgba(0, 0, 0, 0)
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: transparent
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff
}

.btn-success {
    color: #ffffff;
    background-color: #43ac6a;
    border-color: #3c9a5f
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #358753;
    border-color: #183e26
}

.btn-success:hover {
    color: #ffffff;
    background-color: #358753;
    border-color: #2b6e44
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #358753;
    border-color: #2b6e44
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #2b6e44;
    border-color: #183e26
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #43ac6a;
    border-color: #3c9a5f
}

.btn-success .badge {
    color: #43ac6a;
    background-color: #ffffff
}

/* user menu >> avatar image >> name and logout button added by RJV Date : 18Sep2017 start */
.avatar_wrapper>.dropdown-menu {
    right: 10px;
    left: auto;
    border: 3px solid #5eabea;
    background: #fff;
    top: auto;
    box-shadow: 0px 0px 0px 0px #fff;
    border-radius: 0;
    padding: 0;
    min-width: 250px;
}

.avatar_wrapper>.dropdown-menu>li.user-header {
    min-height: 75px;
    padding: 10px 10px 0px 10px;
    text-align: center;
    background-color: #fff;
}

.avatar_wrapper>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #555;
    font-size: 17px;
}

.avatar_wrapper>.dropdown-menu>.user-footer {
    background-color: #ddd;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.avatar_wrapper>.dropdown-menu>li.user-header>.img_change {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.avatar_wrapper>.dropdown-menu>li.user-header>.img_change>img {
    z-index: 5;
    height: 65px;
    width: 65px;
    border-color: rgba(255, 255, 255, 0.2);
}

/* user menu >> avatar image >> name and logout button added by RJV Date : 18Sep2017 end */
/* user menu >> avatar image >> name and logout button added by RJV Date : 22Sep2017 starts */
.avatar_wrapper>.dropdown-menu {
    right: 0px;
    top: 63px;
    min-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 0;
}

.avatar_wrapper {
    position: relative;
}

.avatar_wrapper>.dropdown-menu:after {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 100000;
    right: 8px;
    border-bottom-width: 12px;
    top: -21px;
}

.avatar_wrapper>.dropdown-menu>.user-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px;
    background-color: transparent !important;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
}

/* user menu >> avatar image >> name and logout button added by RJV Date : 22Sep2017 end */
html,
body {
    height: 100%
}

/*{min-height: 100%}*/


.text-red {
    color: #dd4b39 !important
}

.text-green {
    color: #00a65a !important
}

/*th, td, body, .btn-sm, .btn-group-sm>.btn, .header_menu .menu>li>a, label, .nav-tabs>li>a, h6, .h6, .input-sm
increase font size >> added by RJV Date : 22Apr2024 starts */
.table,
th,
td,
.btn-sm,
label {
    font-size: 14px !important;
}

/* increase font size >> added by RJV Date : 22Apr2024 end */

.w50 {
    width: 50%;
    display: inline-block;
}

.pl10 {
    padding-left: 1rem !important
}

.pl20 {
    padding-left: 2rem !important;
}

.pl30 {
    padding-left: 3rem !important;
}

.pl40 {
    padding-left: 4rem !important
}

.pl50 {
    padding-left: 5rem !important
}

.pl60 {
    padding-left: 6rem !important
}

.txt-center {
    text-align: center;
}

.wd10 {
    width: 10%;
    max-width: 10%;
}

.cust-tgl {
    cursor: pointer;
}

.tgl-on {
    color: #00a65a;
}

.tgl-off {
    color: #858585;
}

.reqField {
    color: #ff0039;
}