/* === HTML ELEMENTS === */
/* 
a:link,	
a:focus, 
a:visited , 
a:active,
a:hover { 
    text-decoration: none; 
} */

/* a {
    color: #222;
}

a:hover {
    color: #666;
} */

.hidden {
    display: none;
}

.clearfix {
    clear: both;
    min-height: 1px;
}

.required > label:after {
    content: ' *';
    color: #C3232D;
}

.accordion .card-header > a {
    color: #333;
}

.pull-right {
    float: right;
    padding: 5px 0;
}

.pull-down {
    transform: rotate(180deg);
    transition: 0.3s;
}

.collapsed .pull-down {
    transition: 0.3s;
    transform: none;
}

.card-muted {
    opacity: 0.5;
    background-color: #eee;
}

.actions form {
    display: inline-block;
}


.notify {
    display: none;
    border-radius: 2px;
    position:fixed;
    bottom:0px;
    left: 50%;
    margin-left:-200px;
    width: 400px;
    z-index:105;
    text-align:center;
    font-size:16px;
    color: white;
    background-color:rgba(0, 0, 0, 0.7);
    padding:15px;
}

/* === END HTML ELEMENTS === */
.img-overmargin {
    margin: -10px;
}

/* === SIDEBAR === */
.body {
    position: relative;
    margin: 0;
    padding: 0;
    transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
}

/* .body.slide {
    margin-left: 230px;
} */

.sidebar {
    background-color: #343463;
    background-image: linear-gradient(-15deg,#7e63fa,#484bff 50%,#1bd7ff);
    width: 230px;
    min-height: 100%;
    padding: 0px; 
    position: fixed;
    left: -230px;
    right: auto;
    /*top: 50px;*/
    z-index: 10;
    transition: left 0.2s;
    -o-transition: left 0.2s;
    -moz-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    overflow-y: hidden;
}
.sidebar-admin {
    background-image: linear-gradient(141deg, #35359a 0%, #6d35a0 41%, #343463 75%);
}

.sidebar.show {
    left: 0;
    display: block;
}

.ps-scrollbar-y-rail {
    margin: 5px 0;
}	

.sidebar .footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0.5rem 1rem;
    color: white;
    width: 100%;
}
/* 
.sidebar.show + .main-body {
    margin-left: 230px;
} */

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 9;
    opacity: 0;
    top: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 10px;
}

@media only screen and (min-width: 992px)  {
    .sidebar {
        left: 0;
        display: block !important;
    }

    .sidebar + .main-body {
        margin-left: 230px;
    }
}
/* === END SIDEBAR === */


/* === SIDEBAR MENU === */
.panel {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    color: #FFF;
}

.panel-default > .panel-heading {
    padding: 10px 20px;
    background-color: #29317b;
    height: 54px;
}

/* 
.panel-default > .panel-heading:hover {
    background-color: rgba(59, 59, 158, 0.54);
} */

.panel-default > .panel-heading  a {
    color: #FFF;
    display: block;
    padding: .75rem 0;
}

.sidebar .list-group-item {
    padding-left: 1rem;
    border: 0;
    border-radius: 0 !important;
    background: transparent;
}

/* .panel-collapse {
    background-color: rgba(0, 47, 103, 0.25);
} */

.panel-collapse .list-group-item {
    padding-left: 1.8rem;
}

.list-group-item:hover {
    background: transparent;
    transition-delay: 0s;
    transition-duration: 0.1s;
    transition-property: all;
    transition-timing-function: linear;	
}

a.list-group-item {
    color: #FFF;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
}

a.list-group-item:hover {
    background: rgba(59, 59, 158, 0.54);
    color: #FFF;
}	

.list-group-item.no-border {
    border: 0;
}

.list-group-item.active {
    background-color: rgba(0, 123, 255, 0.81); /* rgba(59, 59, 158, 0.82); */
}

.list-group-item .icon {
    display: inline-block;
    width: 25px;
    font-size: 1.10rem;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}	
/* === END SIDEBAR MENU === */

.error-message {
    color: #ff0000;
}

.header {
    position: relative;
}

.fixed-right {
    position: absolute;
    top: 0;
    right: 0;
}

.col-inline form {
    display: inline-block;
}

/* Firefox, Chrome, Opera */
.form-control::placeholder {
    color: #ccc; 
}

/* Firefox, Chrome, Opera */
.form-control::-webkit-input-placeholder { 
    color: #ccc;
}

/* Internet Explorer 10-11 */ 
.form-control:-ms-input-placeholder {
    color: #ccc; 
}

/* Microsoft Edge */ 
.form-control::-ms-input-placeholder {
    color: #ccc; 
}

@media (min-width: 200px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

/************** SLIDER SWITCH BUTTON **********************/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}
  
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
  
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
    transform: translateX(16px);
}
  
/* Rounded sliders */
.slider.round {
    border-radius: 12px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.img-brand {
    display: inline-block;
    height: 33px;
}

.img-brand img {
    max-height: 100%;
    opacity: .75;
}

/**********************************
******* WIDGET
**********************************/
.widget {
    position: relative;
    background-color: #008a2c;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0px 3px 0px #e0e0e0;
}

.widget-default {
    background-color: #008a2c;
}

.widget-secondary {
    background-color: #7190ab;
}

.widget-success {
    background-color: #28a745;
}

.widget-primary {
    background-color: #007bff;
}

.widget-info {
    background-color: #17a2b8;
}

.widget-warning {
    background-color: #ffc107;
}

.widget-danger {
    background-color: #dc3545;
}

.widget-dark {
    background-color: #343a40;
}

.widget .widget-icon {
    font-size: 2.1rem;
    position: absolute;
    top: 0.85rem;
    left: 1.5rem;
    margin-right: 20px;
    opacity: 0.5;
}

.widget .widget-icon + div {
    text-align: right;
}

.widget .widget-value {
    color: #CDDC39;
    font-size: 1.35rem;
    line-height: 1;
}

.widget .widget-label {
    font-size: .8rem;
    margin-bottom: 0;
}

.box-money input[type="radio"] {
    display: none;
}

.tinybox {
    display: inline-block;
    margin-left: 2.5rem;
}

.tinybox .tinybox-value {
    font-size: 2.1rem;
    line-height: 1;
}


.tinybox .tinybox-label {
    font-size: .8rem;
}

.form-layout label {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px;
}

.form-layout input:checked + label {
    background-color: #2196F3;
    border: 1px solid #999;
}

.nav-tabs .nav-link {
    padding: 0.25rem 1rem;
    color: #787878;
}

.box-relative {
    position: relative;
}

.fixed-input {
    padding: .5rem;
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 0;
    background-color: #92c8ff;
    font-size: 1.2rem;
}

.pos-right {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    outline: none;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar .nav-item {
    color: #333;
}

.navbar .nav-item:hover {
    color: #666;
}

/***
* Table with fluid height and width fixed header, footer and first column using position:sticky
* https://codepen.io/chuyenim/pen/pozeWqj
* https://codepen.io/paulobrien/pen/LBrMxa
*/
.table-scroll {
	position:relative;
	margin: auto;
	border-right: 1px solid #efefef;
	overflow: hidden;
}
.table-scroll .table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
}
.table-scroll th, .table-scroll td {
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone tbody th {
	visibility:visible;
	color:red;
}
.clone .fixed-side {
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
  /************* End Table Sticky ***********/
  
.arrow-curved {
    position: absolute;
    top: -22px;
    right: 22px;
}

.headbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
/*     
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
*/
}

.mainbox {
    max-width: 600px;
    word-break: break-all;
}

.text-break-word {
    word-break: break-word;
    white-space: normal !important;
}

.text-break-all {
    word-break: break-all;
    white-space: normal !important;
}


.bootstrap-select .dropdown-toggle {
    border: 1px solid #ccc;
}

.shadow-focus-0:focus {
    box-shadow: none !important;
}

.statistics .user-likes i {
    background-color: #007bfe;
    color: white !important;
    padding: 4px;
    font-size: 10.5px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    box-shadow: inset 1px 6px 9px 0px rgba(253, 253, 253, 0.27);
}


.bg-light-primary {
    background-color: #d2e8ff!important;
}

.bg-light-secondary {
    background-color: #dbdbdb!important;
}

.bg-pre-footer {
    background-color: #e3e3e3;
    font-size: 10.2pt;
}

.bg-light-violet {
    background-color: #ffc7ff!important;
}

.bg-light-warning {
    background-color: #feffc7!important;
}

.bg-light-danger {
    background-color: #ffc7c7!important;
}

.bg-light-success {
    background-color: #cbffd3!important;
}

.bg-fade {
    background-color: rgba(0,0,0,.07) !important;
}

.text-normal {
    font-size: 100%;
}

.text-small {
    font-size: 90%;
}

.text-smaller {
    font-size: 80%;
}

.text-underline {
    text-decoration: underline;
}

.social-proof {
    background-size: contain;
    background-image: url(../img/map@tablet-2x.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f5f6fa;
    margin-bottom: 0;
}

.pricing .name {
    margin-bottom: 10px;
}

.pricing .description {
    margin-bottom: 5px;
}

.pricing .price {
    font-size: 1.55rem;
}

.pricing .pricing-item + .pricing-item {
    border-left: 1px solid #d0d0d0;
}

.pricing-box {
    padding: 10px;
}

.pricing ul {
    list-style: none;
}

.pricing ul li {
    margin-bottom: 15px;
}

.pricing .list-group > li {
    background: url(../img/check.svg) no-repeat center left;
    background-size: 24px 24px;
    padding-left: 30px;
    border-bottom: 0;
    color: #4a4a4a;
}

.pricing-yes {
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) no-repeat center left;
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: bottom;
}

.pricing-no {
    margin: 4px;
    background-color: #c9c9c9;
    height: 2px;
    width: 15px;
    display: inline-block;
}

.size-big {
    font-size: 1.2rem;
}

.size-bigger {
    font-size: 1.5rem;
}

.pricing,
.pricing-table {
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.icon-feature img {
    max-width: 48px;
}


/** CHAT CONVERSATION Style */
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    overflow: hidden;
    border: 1px solid #c4c4c4;
}

.chat_ib h5 {
    font-size:15px;
    color:#464646;
    margin:0 0 8px 0;
}

.chat_ib h5 span {
    font-size:13px;
    float:right;
}

.chat_ib p {
    font-size:14px;
    color:#989898;
    margin:auto
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_img img,
.chat_img .user-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.14rem;
    overflow: hidden;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow:hidden;
    clear:both;
}

.chat_list {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 10px;
}

.message-row { 
    overflow: hidden;
    margin-bottom: 10px;
}

.message-row + .message-row {
    margin-top: 5px;
}

.message-row .message-row-inner {
    display: flex;
    max-width: 80%;
}

.message-row .message-content {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 12px;
    margin-bottom: 3px;
    padding: 10px 12px;
}

.bubble-odd .message-content {
    background: #2196f3 none repeat scroll 0 0;
    color:#fff;
}

.message-info li {
    display: inline-block;
}

.message-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}

/** //- CHAT CONVERSATION Style */

.badge-active {
    color: #02c802;
    padding: 5px 14px;
    background-color: rgb(169 169 169 / 24%);
    border-radius: 50px;
}