<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');</style>
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
  font-weight:300;
}
html,
body {
  height: 100%;
  color: #676a6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}
b, strong {
    font-weight: 600;
}
a,
a:focus,
a:hover {
  outline: 0;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.gray-bg{
    background-color: #f3f3f4;
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
	width:100%;
}
.full-width {
    width: 100% !important;
}
.set-mb10 {
    margin-bottom: 15px;
}
.set-mb15 {
    margin-bottom: 15px;
}
.btn-theme {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-theme:active:focus,
.btn-theme:active:hover,
.btn-theme.active:hover,
.btn-theme.active:focus,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active{
	background-color: #18a689;
	border-color: #18a689;
	color: #FFFFFF;
}
.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
	background-color: #18a689;
	border-color: #18a689;
	color: #FFFFFF;
}
.btn-back {
    background-color: #B4520A;
    border-color: #B4520A;
    color: #FFFFFF;
}
.btn-back:active:focus,
.btn-back:active:hover,
.btn-back.active:hover,
.btn-back.active:focus,
.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active{
	background-color: #D15C07;
	border-color: #B4520A;
	color: #FFFFFF;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.form-control {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control, 
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
    box-shadow: none;
}
.wrapper {
    display: flex;
    align-items: stretch;
}
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
	background:#fff;
}
.page-content{
	padding:0px 0px 15px 0px;
}
.noPadding{
	padding:0px;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
/***********MAIN SIDE MENU*************/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.wrapper,
#sidebar .sidebar-dropdown > a:after,
#sidebar .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
#sidebar ul li a i,
#sidebar .sidebar-search input.search-menu,
#sidebar .sidebar-search .input-group-text,
#sidebar .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
i,
span {
    display: inline-block;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #2f4050;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active span{
	display:none;
}


@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    
    #sidebar.active {
        margin-left: 0 !important;
    }
   
}
/*----------------------sidebar-menu-------------------------*/

#sidebar .sidebar-menu {
  padding-bottom: 10px;
  color:#fff;
}

#sidebar .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

#sidebar .sidebar-menu ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebar .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
  font-weight:300;
   font-size: 14px;
}

#sidebar .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

#sidebar .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

#sidebar .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 11px;
}

#sidebar .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
  list-style-type:none;
	background-color: #293846;
}

#sidebar .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 0px;
  font-size: 13px;
}



#sidebar .sidebar-menu ul li a span.label,
#sidebar .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

#sidebar .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
#sidebar .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

#sidebar .sidebar-menu .sidebar-submenu {
  display: none;
}

#sidebar .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/************************/
.dashboard-header {
    border-top: 0;
    padding: 20px 20px 20px 20px;
	background:#fff;
	border-bottom: 1px solid #e7eaec;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 0;
	display:block;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb li{
	display:inline-block;
	font-size:12px;
}
.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 20px;
    padding: 0;
}
.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
	display:table;
	width:100%;
}
.ibox-title h5{
	display:table-cell;
}
.ibox-tools {
    display: table-cell;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 15px 15px 15px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
	clear: both;
}

.btn-xs{
	padding: 0px 5px 5px 5px;	
	text-align:center;
	line-height:100%;
}
.btn-xs i{
	padding:0px;	
	margin:0px;	
	font-size:12px;
	line-height:12px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500;
	font-size:14px;
}
table.dataTable thead th, table.dataTable thead td  {
    padding: 5px 8px;
    border-bottom:0px;
}
table.dataTable tfoot th, table.dataTable tfoot td{
    padding: 5px 8px;

}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 8px;
	font-size:14px;
}
table.dataTable {
    border-collapse: collapse;
}
.form-control{
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-control:focus {
  border-color: #1ab394;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #676a6c;
}
label{
	font-size:14px;
	font-weight:500;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    min-width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    background-color: #fff;
    border: 1px solid #E5E6E7;
	border-right-color: rgb(229, 230, 231);
	border-right-style: solid;
	border-right-width: 1px;
    border-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: auto;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon:first-child {
    border-right: 0;
}
/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
  content: "\f067";
}
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
#nestable2 span.label {
  margin-right: 10px;
}
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Nestable list end */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.menuElemTpHdSt{
	width:100%;
	color:inherit;
	text-align:left;
	font-weight:400;
}
.menuElemTpHdSt:visited,
.menuElemTpHdSt:active,
.menuElemTpHdSt:focus,
.menuElemTpHdSt:hover{
	text-decoration:none;
	color:inherit;
}
.hiddenElm{
	display:none;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #18a689;
  border-color: #18a689;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
  line-height: 100%;
    font-weight: 400;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}
.rolePermAct{
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
.rolePermAct li{
	margin:0px 15px 0px 0px;
	list-style-type:none;
	display:inline-block;
}
.dropzone{
	border:1px dashed #ccc;
	border-radius:3px;
}
.greenColor{
	color:#8bc34a;
}
.redColor{
	color:#ff0000;
}
.statusListSt{
	padding:0px 0px 0px 5px;
}
.statusListSt i{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
}
a.btnEditList{
	margin:0px 0px 0px 10px;
}
a.removeItem{
	margin:0px 0px 0px 7px;	
}
.textAlignCenter{
	text-align:center;
}
.table td, .table th {
    vertical-align: middle;
}
.setFldCustomArea{
	display:table;width:100% border:1px solid #ccc;background:#f2f2f2;padding:3px 5px 3px 5px;
}
.setFldCustomCol{
	display:table-cell;
	padding-right:5px;
	padding-left:5px;
	vertical-align:middle;
}
.setFldCustomTextPos{
	margin:0px 3px 0px 3px;
	padding:0px 5px 0px 5px;
	border:1px solid #ccc;
	overflow:hidden;
	float:left;
	opacity:0.6;
}
.setFldCustomTextPos:hover,
.selTextAlignPos{
	background:#fff;
	opacity:1;
}
.setFldCustomColorArea{
	padding:0px 20px 0px 0px;position:relative;border:1px solid #ccc;background:#fff;border-radius:3px;line-height:100%;
}
.setFldCustomColorIco{
	position:absolute;right:5px;top:0px;font-weight:bold;
	line-height:22px;
}
.setFldCustomColorIco i{
	font-size:12px;
	margin-top:6px;
}
.setFldCustomColorArea .minicolors{
	line-height:100%;
}
.setFldCustomColorArea .minicolors-theme-bootstrap .minicolors-swatch{
	width: 22px!important;height: 22px!important;
}	
#sidebar .sidebar-menu  a{
    color: #fff;
}
.requiredInp{
	border:1px solid #ff0000!important;
}
.requiredLabel{
	color:#ff0000!important;
}
.servStatus_st0{
	background:#EDDB39;
	color:#333;
}
.servStatus_st1{
	background:#138496;
	color:#fff;
}
.servStatus_st2{
	background:#EB6342;
	color:#fff;
}
.servStatus_st3{
	background:#ff0000;
	color:#fff;
}
.servStatus_st4{
	background:#4BA624;
	color:#fff;
}
.cstusersList{
	width:100%;
	clear:both;
	overflow:hidden
}
.cstuserName{
	width:100%;
	padding:5px 5px 5px 5px;
}
.detailsTabClients ul li h2{
	margin:0px 0px 0px 0px;
	padding:5px 5px 0px 5px;
	font-size:14px;
	line-height:16px;
}
.detailsTabClients ul li h4{
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	font-size:12px;
	line-height:12px;
}
.detailsTabClients ul li p{
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	font-size:12px;
	line-height:12px;
}
.cstuserCstName{
	display:none;
}
.detailPlanner  .cstuserName{
	display:none;
}
.detailPlanner  .cstuserCstName{
	display:block;
}
.planningSetVariantArea .detailPlanner{
	text-align:center;
}
.planningSetVariant{
	cursor:pointer;
}
.dspNoneSt{
	display:none;
}
span.spinnerStArea{
	padding:0px;
	text-align:center;
	width:50px;
	height:48px;
	line-height:48px;
	font-size:40px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-24px;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 1px 0px #cccccc;
	-moz-box-shadow: 0px 0px 1px 0px #cccccc;
	box-shadow: 0px 0px 1px 0px #cccccc;
	border-radius:10px;
}
span.spinnerStArea [class*=" icon-"]{
	margin:5px 0px 0px 0px !important;
	padding:0px 0px 0px 0px  !important;
	text-align:center;
	width:40px;
	height:38px;
	line-height:38px;
	font-size:40px;
	color:#333333;
	vertical-align:top!important;
}
span.spinnerStAreaSm{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0px 0px 1px 0px #cccccc;
	-moz-box-shadow: 0px 0px 1px 0px #cccccc;
	box-shadow: 0px 0px 1px 0px #cccccc;
	border-radius:3px;
	color:#333333;
}
span.spinnerStAreaSm i{
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px  !important;
	text-align:center;
	width:15px;
	height:15px;
	line-height:15px;
	font-size:15px;
	color:#333333;
	top:0px;
	vertical-align:middle!important;
}
.offerCalcDaysByDomainTb{
	display:table;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#f2f2f2;	
	border:1px solid #ccc;
	border-top:0px;
	font-size: 14px;
}
.offerCalcDaysByDomainRw{
	display:table-row;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.offerCalcDaysByDomainCol_1{
	display:table-cell;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	border-top:1px solid #ccc;
}
.offerCalcDaysByDomainCol_2{
	display:table-cell;
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 10px;
	width:50px;
	border-top:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
.offerPriceRwProducts{
	list-style-type:none;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.offerPriceRwProducts li{
	list-style-type:none;
	margin:0px 20px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline-block;
}
.offerPriceVariantItem{
	background:#f2f2f2;
	padding:20px;
	border-top:2px solid #fff;
	position:relative;
}
.removeOffPriceVarBt{
	position:absolute;
	right:20px;
	top:20px;
}
.offerPriceVariantArea .offerPriceVariantItem:first-child .removeOffPriceVarBt{
	display:none;
}
.systemaUsrBodyStyle .systemaUsrStyle{
	display:none!important;
}
.domAccListSt,
.domAccListSt b{
	font-weight:normal;
	font-size:12px;
	margin-top:-15px;
	margin-bottom:20px;
}
.signTmpPersArea{
	width:100%;
	border:1px solid #ccc;
	background:#fff;
	padding:0px;
	display:table;
}
.signTmpPersArea label{
	padding:0px;
	margin:0px;
	width:100%;
	font-weight:400;
}
.signTmpPersRw{
	display:table-row;
}
.signTmpPersCol1{
	display:table-cell;
	border-bottom:1px solid #ccc;
		padding:5px 10px 5px 10px;
}
.signTmpPersCol2{
	width:150px;
	display:table-cell;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
		padding:5px 10px 5px 10px;
	text-align:center;
}
.signTmpPersArea .signTmpPersRw:first-child{
	font-size: 14px;
    font-weight: 600;
}
.signTmpPersArea .signTmpPersRw:last-child .signTmpPersCol1,
.signTmpPersArea .signTmpPersRw:last-child .signTmpPersCol2{
	border-bottom:0px;
}
.signTmpPersCol1 input{
	float:left;
	margin-top:6px;
}
.signTmpPersCol1 span{
	float:left;
	margin-left:10px;
}
@media (min-width: 576px){
	.modal-lg, 
	.modal-xl {
		max-width: 1140px;
	}
}
.sidebarLogoArea{
	width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 23px 10px 23px 10px;
    background: #fff;
    overflow: hidden;
    border-right: 1px solid #f2f2f2;
    text-align: center;
}
.sidebarLogoArea img{
	width:170px;
	max-width:100%;
}
.loginLogoArea{
	width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    overflow: hidden;
    text-align: center;
} 
.loginLogoArea img{
	width:170px;
	max-width:100%;
}
.phaseRequestCertArea{
	background:#EEECEC;
	padding-top:15px;
	margin-bottom:15px;
}
.phaseRequestCertHistory{
	width:100%;
}
.phaseRequestCertHistory p{
	font-size:12px;
	margin:0px;
	padding:0px;
	
}