:root {

}

body {
    font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #333;
	background: #f1f2f7;
	padding: 0px !important;
    margin: 0px !important;
}


.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a {
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}
a:hover {
	text-decoration: none;
}

button {

}


label {
    /*font-weight: normal;*/
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0;
}

.help-block {
    font-size: 12px;
}

.checkbox label, .checkbox-inline label {
	font-size: 13px;
    font-weight: normal;
	text-transform: unset;
    cursor: pointer;
	margin-bottom: 5px;
}


.form-horizontal label {
	font-size: 13px;
	font-weight: normal;
	text-transform: unset;
}


.form-control {
	border: 1px solid #e2e2e4;
    box-shadow: none;
    color: #272727;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c2c2c2;
	opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #c2c2c2;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #c2c2c2;
}
.form-control:focus {
    border: 1px solid #00A8B3;
    box-shadow: none;
}
.form-control-sm {
	width: 100px;
}


.btn {
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}
.btn-default {
    background-color: var(--default-bg-color);
    border-color: var(--default-border-color);
    color: var(--default-color);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: var(--default-bg-color-hover);
    border-color: var(--default-border-color-hover);
    color: var(--default-color-hover);
}

.btn-primary {
    background-color: var(--primary-bg-color);
    border-color: var(--primary-border-color);
    color: var(--primary-color);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: var(--primary-bg-color-hover);
    border-color: var(--primary-border-color-hover);
    color: var(--primary-color-hover);
}


.btn-success {
    background-color: var(--success-bg-color);
    border-color: var(--success-border-color);
    color: var(--success-color);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: var(--success-bg-color-hover);
    border-color: var(--success-border-color-hover);
    color: var(--success-color-hover);
}

.btn-warning {
    background-color: var(--warning-bg-color);
    border-color: var(--warning-border-color);
    color: var(--warning-color);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: var(--warning-bg-color-hover);
    border-color: var(--warning-border-color-hover);
    color: var(--warning-color-hover);
}

.btn-danger {
    background-color: var(--danger-bg-color);
    border-color: var(--danger-border-color);
    color: var(--danger-color);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: var(--danger-bg-color-hover);
    border-color: var(--danger-border-color-hover);
    color: var(--danger-color-hover);
}

.smooth-trans {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}


.main-container {
    padding-top:  51px;
}


/* Heading controls */

.controls-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.controls-right a {
    margin-left: 10px;
    color: #a7a7a7;
    font-size: 12px;
}
.controls-right a:hover {
    color: #757575;
}

.controls-right span {
    color: #767676;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px 8px;
    transition: .3s all ease;
    cursor: pointer;
}
.controls-right span:hover {
    color: #757575;
    background: #eee;
}
.controls-right span.back {
    border: none;
    background: transparent;
    font-size: 18px;
}
.controls-right span.delete {
    color: #ff0000;
}

.controls-right .control {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    color: #767676;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px 8px;
    transition: .3s all ease;
    cursor: pointer;
}
.controls-right .control i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.controls-right .control:hover {
    color: #757575;
    background: #eee;
}
.controls-right .control.back {
    font-size: 20px;
    background: transparent;
    border: none;
}


/* Header */
.fixed-top {
    position: fixed;
    /*box-shadow: 1px 0 3px rgba(0,0,0,.15);*/
}
.header {
    left: 0;
    right: 0;
    z-index: 1002;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.brand {
    background: #1fb5ad;
    float: left;
    width: 260px;
    height: 50px;
    position: relative;
}
.brand .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
}
.brand .logo img {
    width: 100%;
}

/*.sidebar-toggle-box {*/
/*    background: #F6F6F6;*/
/*    border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: -15px;*/
/*    transform: translateY(-50%);*/
/*    transition: .3s all ease;*/
/*}*/
/*.sidebar-toggle-box:hover {*/
/*    background: #32d2c9;*/
/*}*/
/*.sidebar-toggle-box .fa-bars {*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    font-size: 15px;*/
/*    padding: 8px 8px 8px 9px;*/
/*    color: rgba(0,0,0,.3);*/
/*}*/


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.notify-row {
    float: right;
    margin-top: 8px;
}
/*.notify-row .badge {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    z-index: 100;
}*/
ul.top-menu {
    margin-right: 30px;
    margin-top: 0;
}
ul.top-menu>li {
    float: left;
}
ul.top-menu > li > a, ul.top-menu > li > span.menu-item {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #666666;
    font-size: 16px;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 15px;
    cursor: pointer;
}
ul.top-menu > li > a, ul.top-menu > li > span.menu-item.menu-button {
    width: max-content;
    height: 35px;
    border-radius: 5px;
    padding:  7px 10px 5px 10px;
}
ul.top-menu>li>a:hover, ul.top-menu>li>a:focus, ul.top-menu > li > span.menu-item:hover {
    background: #59ace2;
    text-decoration: none;
    /*color: rgba(0,0,0,0.3) !important;*/
    color: white;
    padding-right: 8px !important;
}

ul.top-menu span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.badge.bg-success {
    background: var(--success-bg-color);
}
.badge.bg-important {
    background: var(--important-bg-color);
}
.badge.bg-warning {
    background: var(--warning-bg-color);
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}


aside {
	display: block;
}
#sidebar {
    width: 260px;
    height: 100%;
    position: fixed;
    background: #32323a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar ul li {
    position: relative;
}
#sidebar .sidebar-heading {
    position: relative;
    color: #fff;
    height: 79px;
    border-bottom: 1px solid #3c3c44;
}
#sidebar .sidebar-heading span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px 25px;
}
#sidebar .sidebar-heading span i {
    padding-right: 7px;
}


ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}
ul.sidebar-menu {
    list-style: none;
}
ul.sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
ul.sidebar-menu li.user-account {
    color: #c0c7d0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0 15px 0;
}
ul.sidebar-menu li.user-account .version {
    font-size: 11px;
    color: #838383;
    margin-bottom: 10px;
}
ul.sidebar-menu li.user-account .user-icon {
    font-size: 20px;
    padding: 0 0 5px 0;
}
ul.sidebar-menu li.user-account .user {
    padding: 0 0 10px 0;
}
ul.sidebar-menu li.user-account .signout {
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 8px 30px 8px 30px;
    cursor: pointer;
    transition: .3s all ease;
}
ul.sidebar-menu li.user-account .signout:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.2);
}
ul.sidebar-menu li a.menu-item {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 0 18px 25px;
    /*font-size: 12px;*/
    outline: none;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #28282e;
    color: #1FB5AD;
    display: block;
}
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #1fb5ad;
}
ul.sidebar-menu li a span.icon {
    display: inline-block;
    font-size: 15px;
    width: 21px;
    height: 21px;
    padding-right: 6px;
}
ul.sidebar-menu li a span.icon-group {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 21px;
    height: 21px;
    padding-right: 6px;
}
ul.sidebar-menu li a span.icon-group i:first-child {

}
ul.sidebar-menu li a span.icon-group i:last-child {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
ul.sidebar-menu li a span.icon-group i.small {
    font-size: 10px;
    transform: translateX(-80%) translateY(-50%);
}
/*ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}*/
ul.sidebar-menu li a span {
    display: inline-block;
}
ul.sidebar-menu li ul.sub li {
    background: #28282e;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
ul.sidebar-menu ul.sub li {
    border-bottom: none;
}
#sidebar .sub-menu>.sub li a {
    padding-left: 46px;
}
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #1fb5ad;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background: #202025;
}


ul.sidebar-menu li.sub-menu {
    line-height: 15px;
}
ul.sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}


.active .dcjq-icon {
    background: url(/assets/images/control-icons/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.sidebar-menu li a span {
    display: inline-block;
}



.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(/assets/images/control-icons/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}






#main-content {
    margin-left: 260px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrapper {
    display: inline-block;
    margin-top: 80px;
    /*padding: 15px;*/
    padding: 0 var(--wrapper-pad) var(--wrapper-pad) var(--wrapper-pad);
    width: 100%;
}


.section-header {
    position: sticky;
    top: 50px;
    background: #fdfdfd;
    padding: 10px;
    box-shadow: var(--border-deafult-shadow);
    margin-bottom: 20px;
    z-index: 1000;
}
.section-header:after {
  content: "";
  clear: both;
  display: table;
}
.section-header .left-side {
    float: left;
}
.section-header .right-side {
    float: right;
}
.section-header .separator {
    display: inline-block;
    width: 10px;
}


.page-header {
    position: sticky;
    top: 80px;
    color: #fff;
    background: #32323a;
    border-left: 1px solid #3c3c44;
    padding: 12px var(--wrapper-pad);
    margin-left: var(--gutter-minus);
    margin-right: var(--gutter-minus);
    margin-bottom: 20px;
    z-index: 6000;
}
.page-header .page-title {
    font-size: 20px;
}
.page-header .controls-right {
    right: 0;
}
/*.page-header .controls-right a, .page-header .controls-right span {
    display: block;
    float: left;
    font-size: 16px;
    border-left: 1px solid #3c3c44;
    padding: 18px;
    margin: 0;
}
.page-header .controls-right a:hover, .page-header .controls-right span:hover {
    color: #fff;
}*/

.page-header .controls {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.page-header .controls div {
    display: block;
    float: left;
    color: #dcdcdc;
    font-size: 16px;
    border-left: 1px solid #3c3c44;
    padding: 15px;
    margin: 0;
    transition: .3s all ease;
    cursor: pointer;
}
.page-header .controls div:hover {
    color: #fff;
}
.page-header .controls div .caption {
    font-size: 13px;
}

/*.controls-right span {
    
    margin-left: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px 8px;
    cursor: pointer;
}
.controls-right span:hover {
    color: #757575;
    background: #eee;
}
.controls-right span.delete {
    color: #ff0000;
}*/


.page {
    position: relative;
}
.page .page-main {
    position: relative;
    float: left;
    width: 100%;
}
.page .page-main.shrinked {
    width: calc(100% - 600px);
    padding-right: var(--gutter);
}
/*.page .page-side {
    float: right;
    width: 500px;
}
.page .page-side.hidden {
    margin-left: -500px;
    width: 500px;
}*/

.page .page-side {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 600px;
    transition: .3s all ease;
}
.page .page-side.collapsed {
    transform: translateX(120%);
}


/*.right-side {
    position: fixed;
    right: 0;
    top: 132px;
    width: 350px;
    height: 100%;
    color: #d6c3c3;
    background: #32323A;
    z-index: 1000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.right-side .head {
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    padding: 20px;
}
.right-side .head .title {
    float: left;
}
.right-side .head .title i {
    padding-right: 5px;
}
.right-side .head .action {
    float: right;
}

.right-side .red-bg {
    color: #fff;
    background: #fa8564;
}
.right-side .purple-bg {
    color: #fff;
    background: #a48ad4;
}
.right-side .yellow-bg {
    background: #f3c022;
    color: #fff;
}


.right-side ul.list-group {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.right-side ul.list-group>li {
    display: block;
    border-bottom: 1px solid #3C3C44;
    padding: 15px 15px;
}*/

.list-group .list-group-item {

}
.list-group .list-group-item .image {
    position: relative;
    float: left;
    width: 25%;
    background: #202025;
    border-radius: 3px;
    margin-right: 15px;
    overflow: hidden;
}
.list-group .list-group-item .image img {
    width: 100%;
}
.list-group .list-group-item .image .completed {
    position: absolute;
    display: block;
    color: #fff;
    background: #00a5ff;
    transform: rotate(-45deg);
    top: 5px;
    left: -20px;
    padding: 2px 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.list-group .list-group-item .content {
    float: right;
    width: calc(75% - 15px);
}
.list-group .list-group-item h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.list-group .list-group-item p {
    font-size: 10px;
    color: #8f8f9b;
    margin-top: 5px;
    margin-bottom: 0;
}
.list-group .list-group-item p.info {
    color: #a48ad4;
}
.list-group .item-heading {
    position: relative;
    color: #fff;
    background: #202025;
    padding: 10px 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}
.list-group .item-heading .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.list-group .item-heading .checkbox label {
    font-size: 14px;
    margin-bottom: 0;
}
.list-group .item-body {
    color: #bbbbd0;
}



.list-group li.list-group-option {
    position: relative;
    display: block;
    border-bottom: 1px solid #3C3C44;
    padding: 0 !important;
}
.list-group li.list-group-option a.option {
    position: relative;
    display: block;
    /*font-size: 14px;*/
    color: #fff;
    background: #202025;
    padding: 15px 15px;
}
.list-group .list-group-option .icon {
    display: inline-block;
    width: 20px;
}
.list-group .list-group-option .caption {

}
.list-group .list-group-option .caption span {
    color: #a9a9a9;
}

.group-checkbox {
    display: block;
    cursor: pointer;
}
.group-checkbox .icon {
    display: inline-block;
    width: 20px;
}
.group-checkbox span.total-phones {
    color: #a5a5a5;
}


.popup-overlay {
    display: none;
	position: fixed;
	top: 0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0, 0, 0, 0.70);
	overflow-y: auto;
	z-index: 6000;
}
.popup-overlay.visible {
    display: block;
}
.modal {
	width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal .modal-header {
	position: relative;
    color: #333;
    background: #FAFAFA;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 15px;
}
.modal .modal-header .modal-title {
	margin-top: 0;
	margin-bottom: 0;
}
.modal .modal-body {
	background: #fff;
	padding: 15px 15px;
}
.modal .modal-body:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal .modal-footer {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	padding: 15px 15px;
}
.modal.modal-xs {
    width: 20%;
}
.modal.modal-sm {
    width: 50%;
}
.modal.modal-lg {
    max-width: 700px;
}
/*.modal .modal-body.modal-full-height {*/

/*}*/


.close {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover {
	color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}



/* Panels */

.panel {
    border: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: var(--widget-bottom-margin);
}
.panel-heading {
	position: relative;
    font-size: 13px;
    font-weight: 400;
    background: #fafafa;
    padding: calc(var(--widget-pad) - 5px) var(--widget-pad);
    border-bottom: 1px solid #eff2f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading.panel-heading-sm {
    padding: calc(var(--widget-pad) - 10px) var(--widget-pad);
}
.panel-heading h2 {
    font-size: 16px;
    margin: 0;
}
.panel-heading h6 {
    height: 14px;
    font-weight: 400;
    color: #565656;
    margin: 0;
}
.panel-heading span.total {
    color: #949494;
}
.panel-heading .subtitle {
    font-size: 12px;
    color: #949494;
}
.panel-body {
    background: #fff;
    height: max-content;
    padding: var(--widget-pad);
    
}
.panel-body:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-body:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-body.fixed-height {
    height: calc(100vh - 207px);
    overflow-y: auto;
}


.panel.ec-panel {
}
.panel.ec-panel .panel-heading {
    cursor: pointer;   
}
.panel.ec-panel .panel-heading .toggler {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.panel.ec-panel .panel-body {
    overflow: hidden;
    transition: .3s all ease;
}
.panel.ec-panel .panel-body.collapsed {
    max-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    transition: .3s all ease;
}

.panel-footer {
	text-align: right;
	padding: calc(var(--widget-pad) - 5px) var(--widget-pad);
}
.panel-title a {
    color: inherit;
    font-weight: 600;
}

.panel .panel-wraper {
    padding-bottom: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.panel .panel-wraper .panel-wraper-inner {
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.panel-collapse {

}
.collapse.in {
    display: block;
}

.collapse {
    display: none;
}



/* GEOS */

.node-group {
    margin: 2px 0 2px 0;
}
.node-group .node {
}
.node-group .node:after {
    content: "";
    clear: both;
    display: table;
}
.node-group .node:hover {
    background: var(--item-hover-background);
}
.node-group .node .toggle {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.node-group .node .toggle:hover {
    background: #d1d1d1;
}
.node-group .node .toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.node-group .name {
    float: left;
    padding: 5px;
    cursor: pointer;
}
.node-group .name.marked {
    background: var(--item-marked-background);
}
.node-group .name.geo-marked {
    color: red !important;
    font-weight: 500 !important;
}
.node-group .category {
    float: right;
    color: #ababab;
    padding: 6px 5px;
    font-size: 12px;
}
.node-group .node.selected {
    background: var(--item-selected-background);
}
.node-group .node.first-selected {
    border: 1px solid #ccc;
}

.node-group .children {
    margin-left: 30px;
}
 /* διαμέρισμα */
.node-group.level-0 .node .name {
    font-weight: 700;
}
/* Μομός */
.node-group.level-1 .node .name {
    font-weight: 500;
}
/* Δήμος */
.node-group.level-2 .node .name {
    font-weight: 500;
    /*color: #5c5c5c;*/
}
/* Πόλη - Χωριό */
.node-group.level-3 .node .name {
    font-weight: 400;
    /*color: #337ab7;*/
}
/* Περιοχή */
.node-group.level-3 .node .name {
    font-weight: 400;
    color: #337ab7;
}

.node-group .name .node-path {
    font-size: 10px;
    font-weight: normal;
    color: #565656;
}
.node-group .name .marked-path {
    font-size: 10px;
    font-weight: normal;
    color: #565656;
}

.node-group .name .kalikratis-info {
    font-size: 11px;
    font-weight: normal;
    color: #59ace2;
}
.node-group .name .not-nactive {
    text-decoration: line-through;
}
.node-group .name .not-visible {
    color: #ccc;
}
.node-group .name .matches {
    font-weight: 300;
    font-size: 10px;
    color: #000;
}
.node-group .name .matches .match {
    position: relative;
    background: #fff;
    border: 1px solid #e2e2e4;
    border-radius: 9px;
    padding: 2px 25px 2px 5px;
    margin-top: 1px;
}
.node-group .name .matches .match.allow-remove {
    padding-left: 22px;
}
.node-group .name .matches .match:hover {
   /* background: #f1f2f7;*/
}
.node-group .name .matches .match .remove {
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #ff0000;
    border: 1px solid #e2e2e4;
    border-radius: 50%;
    padding-top: 2px;
}
.node-group .name .matches .match .remove:hover {
    color: #fff;
    background:  #ff0000;
}

.node-group .name .matches .match .find {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #8c7ab7;
    border: 1px solid #e2e2e4;
    border-radius: 50%;
    padding-top: 2px;
}
.node-group .name .matches .match .find:hover {
    color: #fff;
    background:  #59ace2;
}


.node-group .merged {
    float: right;
    color: #5e5e5e;
    padding: 5px 10px 5px 0;
}
.node-group .info {
    float: right;
    color: #5e5e5e;
    padding: 5px 10px 5px 0;
}

.node-group .button {
    float: right;
    color: #8c7ab7;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
}
.node-group .button:hover {
    background: #e1e1e1;
}


/* EGO EDIT PANEL */

.edit-panel {
    border: var(--border-default);
    border-radius: 4px;
    box-shadow: var(--border-deafult-shadow);
}
.edit-panel-heading {
    background: #fafafa;
    padding: 5px 10px;
}
.edit-panel-body {
    background: #fdfdfd;
    padding: 10px;
}


.progress-status {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #6c6c6c;
}
.progress-status span {
    display: inline-block;
    margin-left: 5px;
}


/* ALERTS */

.alert {
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.alert-danger {
    color: var(--danger-color);
    background: var(--danger-bg-color);
}









/* Tab Nav */

.tab-nav {
border-bottom: 1px solid #eff2f7;
}
.tab-nav:after {
  content: "";
  clear: both;
  display: table;
}
.tab-nav ul.tabs {
	list-style: none;
    padding: 0;
    margin: 0;
}
.tab-nav ul.tabs:after {
  content: "";
  clear: both;
  display: table;
}
.tab-nav ul.tabs>li {
	display: block;
	float: left;
}
.tab-nav ul.tabs>li>a {
	display: block;
	color: #32323a;
	background-color: #EFF2F7;
    border: 1px solid #EFF2F7;
    padding: 10px 15px;
    margin-right: 1px;
}
.tab-nav ul.tabs>li>a:hover {
	background-color: #2eb4ad;
    border-color: #2eb4ad;
    color: #fff;
}
.tab-nav ul.tabs>li>a.active {
	background-color: #57c8f1;
    border-color: #57c8f1;
    color: #FFFFFF;
}
.tab-nav ul.tabs>li:first-child a {
	border-top-left-radius: 3px;
}
.tab-nav ul.tabs>li:last-child a {
	border-top-right-radius: 3px;
}
.tab-nav .content {

}
.tab-nav .content .tab-content {

}



.nav-pagination {

}
.nav-pagination ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-pagination ul:after {
  content: "";
  clear: both;
  display: table;
}
.nav-pagination ul>li {
	float: left;
    margin: 0 1px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    list-style: none;
}
.nav-pagination ul>li>a {
	color: #797979;
    padding: 5px 10px;
    display: inline-block;
}
.nav-pagination ul>li.disabled a {
    color: #c7c7c7;
}
.nav-pagination ul>li:hover a, .nav-pagination ul>li.active a {
    color: #797979;
    background: #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}





/* TABLES */

td.row-actions {
    text-align: right;
    /*width: 1%;*/
}
.row-actions a, .row-actions span {
    /*color: #797979;*/
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px 8px;
}
.row-actions span {
    cursor: pointer;
}
.row-actions a:hover, .row-actions span:hover {
    color: #fff;
    background: #eee;
    text-decoration: none;
    /*color: rgba(0,0,0,0.3) !important;*/
    color: #555;
}
.row-actions a.delete:hover, .row-actions span.delete:hover {
    color: #ff0000 !important;
}


.panel-modal-overlay {
    position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.70);
	overflow-y: auto;
	z-index: 6000;
}
.panel-modal-overlay-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
    overflow-y: auto;
    z-index: 6000;
}
.panel-modal {
    position: relative;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    width:70%;
}


/* TREE */

ul.tree {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tree li {
    padding-left: 15px;
}

ul.tree li .tree-item {
    position: relative;
    border-radius: 50px;
    margin-bottom: 1px;
}


/* FORMATING */

.text-warning {
    color: #FCB322;
}
.text-danger {
    color: #FF6C60;
}
.text-info {
    color: #8175c7;
}
.text-success {
    color: #A9D86E;
}
.text-inactive {
    text-decoration: line-through;
}
.text-italic {
    font-style: italic;
}

.text-thin {
    font-weight: 300 !important;
}
.text-small {
    font-size: 12px;
}
.text-md {
    font-size: 14px;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}


.mrg-none {
    margin: 0;
}
.mrg-t-none {
    margin-top: 0 !important;
}
.mrg-t-md {
    margin-top: 15px;
}
.mrg-b-none {
    margin-bottom: 0 !important;
}

.mrg-b-sm {
    margin-bottom: 10px;
}
.mrg-b-md {
    margin-bottom: 15px;
}
.mrg-b-lg {
    margin-bottom: 30px;
}


/* INITIALIZER */
.initializer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff url('/assets/images/loader.gif') 50% 50% no-repeat;
}
.initializer .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    /*width: 70%;*/
    /*max-width: 300px;*/
}
.initializer .logo img {
    width: 100%;
}
.initializer .caption {
    color: #8a8a8a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 220%);
}


/* LOADER */
.loader {
    display:none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ff0000;
    z-index: 8000;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader.gif') 50% 50% no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}
.loader.visible {
    display: block;
}

/* NEW MESSAGE */
.total-recipients {
    color: #313131;
    font-weight: 600;
}

