/*========================
    01. General
    ========================*/

/* Text */

.mt-1 {
    margin-top: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.fw-bold {
    font-weight: bold;
}

.has-error input, .has-error select, .has-error textarea{
    border-color: #a94442;
}

[data-toggle="collapse"]:after {
    transition: .3s transform ease-in-out;
}
[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.hide{
    display: none;
}
.dynamic-element:first-child .hide-first{
    display: none;
}

.was-validated .form-control:valid,.form-control.is-valid{border-color:#3ac47d;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#3ac47d;box-shadow:0 0 0 .2rem rgba(58,196,125,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}
.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#d92550;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#d92550;box-shadow:0 0 0 .2rem rgba(217,37,80,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d92550}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}


/* Header */

.header-menu a{
    float: left;
}

.header-menu-right {
    float: right;
}

.logout-drop li a img {
    padding-right: 6px;
    display: inline-block;
    font-size: 11px;
}

.lang {
    float: left;
    line-height: 15px;
}

.lang span {
    font-size: 13px;
}

.lang button {
    background: none;
    border: 0px;
    box-shadow: none !important;
}

.lang.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.lang.btn-group .dropdown-toggle-4::after
{
    right: -9px;
    top: 50%;
    position: absolute;
}

/*  Menu*/
.base-data-menu {
    background: #fff;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 40, 100, 0.12);
}



/*========================
    02. Tab
    ========================*/

#exTab1 h5 {
    color : white;
    background-color: #0d5257;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}


/*========================
    02. Table
    ========================*/

table.table-clear thead tr {
    background: #f2f2f2;
}

table.table-clear thead tr th {
    color: #636363;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle;
    padding: 11px 8px;
}


table.table-clear tbody tr th {
    font-size: 15px;
    color: #495057;
    font-weight: 500;
    border-top: none!important;
}

table.table-clear tbody tr td {
    font-size: 14px;
    padding: 13px 10px;
    vertical-align: middle;
    font-weight: 400;
    color: #495057;
    border-top: none;
}

/*========================

  ======================== */

svg.bi-arrow-up-down {
    color: green;
    width: 25px;
}

.custom-btn {
    border-radius: 240px;
    border-width: 2px;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    padding: 6px;
    font-size: 18px;
}

.custom-btn:active {
    box-shadow:  inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
    background: #eeeeee;
}

.custom-btn:hover {
    background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
    background: #eeeeee;
}

/*========================
  03. Custom Radio Button
  ======================== */
.inline-radio-button {
    display: inline;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.inline-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-control[readonly]{
    background-color: #ebf4fb!important;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.inline-radio-button:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.inline-radio-button input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.inline-radio-button input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.inline-radio-button .checkmark:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
/*=======================
  04. Custom File Upload
  ======================= */

.file-upload {
    display:block;
    text-align:center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}

.file-upload .file-select .file-select-button {
    background:#dce4ec;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}

.file-upload .file-select .file-select-name {
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}

.file-upload .file-select:hover {
    border-color:#34495e;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background:#34495e;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.file-upload.active .file-select {
    border-color:#3fa46a;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
    background:#3fa46a;
    color:#FFFFFF;
    transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.file-upload .file-select input[type=file]{
    z-index:100;
    cursor:pointer;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    filter:alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity:0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor:default;
    display:block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor:pointer;
    height:40px;
    line-height:40px;
    margin-top:5px;
    text-align:left;
    background:#FFFFFF;
    overflow:hidden;
    position:relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background:#dce4ec;
    color:#666666;
    padding:0 10px;
    display:inline-block;
    height:40px;
    line-height:40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height:40px;
    display:inline-block;
    padding:0 10px;
}

/*===================
  05. Custom Buttons
  ===================*/

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.modal-title span {
    padding-left: 6px;
}

.sm-btn {
    width: 30px;
    height: 30px;
    padding: 0!important;
}

.custom-total {
    background: #0d5257!important;
    color: white!important;
}

.commission-total {
    background: #0d5257!important;
    color: white!important;
    margin-top: 5% !important;
}

.spacer {
    height: 30px;
}

.custom-th-header {
    color: white;
    text-align: center;
    background-color: #6e7186 ;
}

.custom-th-header-2 {
    color: white;
    text-align: center;
    background-color: #0d5257;
    border-right: 1px solid #d9c6c6;
}

.show {
    display: block;
}

.custom-th {
    background-color: #efefef;
    border-right: 1px solid #d9c6c6;
    color: #665a5a;
    text-align: center;
}

.custom-th-2 {
    background-color: #00b2a9;
    border-right: 1px solid #d9c6c6;
    color: white;
    text-align: center;
}

.p-3 {
    padding: 3px!important;
}

.btn-danger {
    background: #F25961!important;
    border-color: #F25961!important;
    color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #39f;
    border-color: #39f;
}

.btn-danger:hover, .btn-danger:focus{
    background: #CD4633!important;;
    border-color: #CD4633!important;;
    color: #fff;
}

.sm-custom-blue-btn {
    background: #5e72e4;
    color: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    margin-left: 5px;
}

.sm-custom-purple-btn {
    background: #794c8a !important;
    color: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    margin-left: 5px;
}

.sm-custom-blue-btn:hover, .sm-custom-blue-btn:focus, .sm-custom-purple-btn:hover, .sm-custom-purple-btn:focus  {
    color: #fff;
}

.btn-outline-white {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline-white:hover,.btn-outline-white:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid #007bff;;
    color: #007bff;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}

.btn-outline-info {
    background: transparent;
    border-color: #48ABF7!important;
    color: #48ABF7;
}

.btn-outline-info:hover, .btn-outline-info:focus{
    background: #48ABF7!important;
    border-color: #48ABF7!important;
    color: #fff;
}

.btn-outline-danger {
    background: transparent;
    border-color: #F25961 !important;
    color: #F25961;
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
    background: #F25961 !important;
    border-color: #F25961 !important;
    color: #fff;
}

/*===================
  06. Card Pricing
  ================== */
.select-package {
    text-align: center;
    margin: 30px 0 40px 0;
    font-size: 18px;
    color: #495057;
    font-weight: 400;
    font-style: italic;
}

.card-pricing2 .pricing-plan-footer {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 15px;
}

.card-pricing2 .desc-content {
    margin: 0 10px 0 10px;
}

.card-pricing2 {
    padding-bottom: 10px;
    background: #fff !important;
    border-bottom: 7px solid;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.card-pricing2:before {
    content: "";
    width: 100%;
    height: 350px;
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}

.card-pricing2 .price-value:after, .card-pricing2 .price-value:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}

.card-pricing2 .value:after, .card-pricing2 .value:before {
    content: "";
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}

.card-pricing2 .pricing-header {
    color: #fff;
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}

.card-pricing2 .sub-title {
    display: block;
    font-size: 16px;
}

.card-pricing2 .value {
    background: #fff;
}

.card-pricing2 .price-value {
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid;
    border-top: none;
    border-bottom: none;
    position: relative;
}

.card-pricing2 .price-value:after, .card-pricing2 .price-value:before {
    width: 121px;
    height: 121px;
    border: 3px solid;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
}

.card-pricing2 .price-value:after {
    border-top: none;
    border-left: none;
    border-bottom: 3px solid;
    border-right: 3px solid;
    top: auto;
    bottom: -60px;
}

.card-pricing2 .value {
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-top: none;
    border-bottom: none;
    z-index: 1;
    position: relative;
}

.card-pricing2 .value:after, .card-pricing2 .value:before {
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid;
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    z-index: -1;
}

.card-pricing2 .value:after {
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}

.card-pricing2 .amount {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}

.card-pricing2 .amount span {
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    vertical-align: top;
    margin-top: -7px;
}

.card-pricing2 .month {
    display: block;
    font-size: 16px;
    line-height: 0;
}

.card-pricing2 .pricing-content {
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    transition: all .3s ease 0s;
}

.card-pricing2 .pricing-content li {
    padding: 7px 0;
    font-size: 15px;
    color: grey;
    position: relative;
}

.card-pricing2 .pricing-content li.disable:before, .card-pricing2 .pricing-content li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 900;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #172b4d;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
    font-size: 9px;
}

.card-pricing2 .pricing-content li.disable:before {
    content: "\f00d";
    background: #fe6c6c; }
.card-pricing2.card-default {
    border-bottom-color: #1a2035; }
.card-pricing2.card-default .price-value:before, .card-pricing2.card-default .value:before {
    border-left-color: #1a2035;
    border-top-color: #1a2035; }
.card-pricing2.card-default .price-value, .card-pricing2.card-default .value {
    border-right-color: #1a2035; }
.card-pricing2.card-default .price-value:after, .card-pricing2.card-default .value:after {
    border-right-color: #1a2035; }
.card-pricing2.card-default .price-value:after, .card-pricing2.card-default .value:after {
    border-bottom-color: #1a2035; }
.card-pricing2.card-default .value {
    color: #1a2035; }
.card-pricing2.card-default:before {
    background: #1a2035; }
.card-pricing2.card-default .price-value, .card-pricing2.card-default .value {
    border-left-color: #1a2035; }
.card-pricing2.card-primary {
    border-bottom-color: #1572E8; }
.card-pricing2.card-primary .price-value:before, .card-pricing2.card-primary .value:before {
    border-left-color: #1572E8;
    border-top-color: #1572E8; }
.card-pricing2.card-primary .price-value, .card-pricing2.card-primary .value {
    border-right-color: #1572E8; }
.card-pricing2.card-primary .price-value:after, .card-pricing2.card-primary .value:after {
    border-right-color: #1572E8; }
.card-pricing2.card-primary .price-value:after, .card-pricing2.card-primary .value:after {
    border-bottom-color: #1572E8; }
.card-pricing2.card-primary .value {
    color: #1572E8; }
.card-pricing2.card-primary:before {
    background: #1572E8; }
.card-pricing2.card-primary .price-value, .card-pricing2.card-primary .value {
    border-left-color: #1572E8; }
.card-pricing2.card-danger {
    border-bottom-color: #e63e53e6; }
.card-pricing2.card-danger .price-value:before, .card-pricing2.card-danger .value:before {
    border-left-color: #e63e53e6;
    border-top-color: #e63e53e6; }
.card-pricing2.card-danger .price-value, .card-pricing2.card-danger .value {
    border-right-color: #e63e53e6; }
.card-pricing2.card-danger .price-value:after, .card-pricing2.card-danger .value:after {
    border-right-color: #e63e53e6; }
.card-pricing2.card-danger .price-value:after, .card-pricing2.card-danger .value:after {
    border-bottom-color: #e63e53e6; }
.card-pricing2.card-danger .value {
    color: #e63e53e6; }
.card-pricing2.card-danger:before {
    background: #e63e53e6; }
.card-pricing2.card-danger .price-value, .card-pricing2.card-danger .value {
    border-left-color: #e63e53e6; }
.card-pricing2.card-info {
    border-bottom-color: #48ABF7; }
.card-pricing2.card-info .price-value:before, .card-pricing2.card-info .value:before {
    border-left-color: #48ABF7;
    border-top-color: #48ABF7; }
.card-pricing2.card-info .price-value, .card-pricing2.card-info .value {
    border-right-color: #48ABF7; }
.card-pricing2.card-info .price-value:after, .card-pricing2.card-info .value:after {
    border-right-color: #48ABF7; }
.card-pricing2.card-info .price-value:after, .card-pricing2.card-info .value:after {
    border-bottom-color: #48ABF7; }
.card-pricing2.card-info .value {
    color: #48ABF7; }
.card-pricing2.card-info:before {
    background: #48ABF7; }
.card-pricing2.card-info .price-value, .card-pricing2.card-info .value {
    border-left-color: #48ABF7; }


.wrapper-head.semi-head-border {
    background-color: #0d5257;
}

.clear {
    background-color: #575756!important;
}

#search, .sm-custom-blue-btn {
    background-color: #3f6ad8!important;
}

.sm-search-btn {
    background-color: #1685C2!important;
}

thead > tr[role="row"] {
    background-color: #0d5257!important;
    color: white!important;
}

.btn-primary {
    background-color: #3f6ad8;
}

.btn-info {
    background-color: #1685C2!important;
}

.btn-secondary {
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}

.btn-outline-primary {
    background-color: white;
    border-color: #3f6ad8;
}

.btn-wrapper {
    margin: 0 !important;
}

.alternate {
    background-color: #794c8a !important;
}