@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans.ttf) format('truetype');
}

::-webkit-scrollbar {
	background: none;
	width: 14px;
	height: 12px;
	transition: 0s;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	border: solid 0 rgba(0, 0, 0, 0);
	border-right-width: 2px;
	border-left-width: 2px;
	-webkit-border-radius: 9px 4px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0.2), inset 0 0 0 6px rgba(128, 128, 128, 0.2);
}
::-webkit-scrollbar-track-piece {
	margin: 2px 0;
}
.g-recaptcha{
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1, h2, h3 {
	margin: 10px 0px;
}

h1{
	font-size: 37px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 21px;
	color: #939393;
}
h4{
	font-size: 16px;
	font-weight: bold;
}
html,
body{       
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	display: block;
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
        min-width: 400px;
	height: 100%;/*
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	 user-select: none;*/
}
body,
body.collapse{
	display: table;
}
.header .collapse{
	display: inline-block;
}
.wrap {
	position: relative;
	display: table-row;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

.wrap > .main-container {
	display: table;
	table-layout: fixed;
	vertical-align: top;
	padding: 40px;
	width: 100%;
	padding-top: 105px;


	height: 100%;
	background-color: #f7f7f7;
}

.footer {
	position: absolute;
	width: 100%;
	bottom: 0px; 
	background-color: #f8f8f8;
	border: 0px;
	padding: 10px;    
	border-top: 1px solid #e7e7e7;
}

.menu-user{        
	margin-top: -70px;
	padding: 70px 0px 70px 0px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: inline-block;
	right: 15px;
}
.page-settings{
	display: none;
}
.breadcrumb {
	padding: 8px 0px;
	margin: 0px;
	list-style: none;
	background-color: transparent;
}
.breadcrumb > li {
	display: inline-block;
	color: #fd6c01;
	text-decoration: none;
	cursor: default;
}
.breadcrumb a.link{
	color: #fd6c01;
	text-decoration: underline;
	cursor: pointer;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #fd6c01;
	content: "/\00a0";
}
.well{
	width: 100%;
	background-color: #f3f3f3;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	padding: 15px;
	margin-bottom: 15px;
}
.panel>hr{
	padding: 0px;
	margin: 0px -10px;
	margin-bottom: 10px;
	border: 0px;
	border-bottom: 1px solid #c9c9c9;
}
label {
  display: inline-block;
  float: none;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.text-center{
	text-align: center;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
	  touch-action: manipulation;
  cursor: pointer;/*
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bg-default,
.btn-default:hover,
.btn-default{
	background-color: #38b5e5;
	border: 1px solid #38b5e5;
	color: #fff;
}
.bg-primary,
.btn-primary:hover,
.btn-primary{
	background-color: #0033a0;
	border: 1px solid #0033a0;
	color: #fff;
}
.bg-danger,
.btn-danger:hover,
.btn-danger{
	background-color: #d9016e;
	border: 1px solid #d9016e;
	color: #f9f7f7;
}
.bg-warning,
.btn-warning:hover,
.btn-warning{
	background-color: #f6be09;
	border: 1px solid #f6be09;
	color: #fff;
}
.bg-success,
.btn-success:hover,
.btn-success{
	background-color: #4cae4c;
	border: 1px solid #4cae4c;
	color: #fffefe;
}
.bg-disable,
.btn-disable:hover,
.btn-disable{
	background-color: #c9c9c9;
	border: 1px solid #c9c9c9;
	color: #fff;
}
.btn-vip>span{
	font-size: 16px;
	line-height: 31px;
}
.disable:hover,
.disable{
	color: #c9c9c9;
}
.default:hover,
.default{
	color: #f48706;
}
.primary:hover,
.primary{
	color: #FCE001;
}
.danger:hover,
.danger{
	color: #f20808;
}
.warning:hover,
.warning{
	color: #f6be09;
}
.disable.active:hover,
.disable.active,
.success:hover,
.success{
	color: #a8b807;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.hidden{
	display: none !important;    
}
.visible{
	display: block !important;    
}
.visible-inline{
	display: inline-block !important;    
}
.visible-cell{
	display: table-cell !important;    
}
.alert{
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-success {
  color: #333;
  background-color: #ffeeaa94;
  border-color: #ffeeaa17; 
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}


.code-phone{    
    min-width: 110px;
}
.code-phone>i{
    position: absolute;
    top: 13px;
    left: 12px;
    height: 11px;
    width: 16px;
    z-index: 2;
}
.code-phone>i:after{
    position: absolute;
    content: '+';
    top: 0px;
    left: 20px;
    font-size: 14px;
    font-style: normal;
    line-height: 12px;
}
.code-phone>input.form-control:not(:first-child),
.code-phone>input.form-control:first-child{
    padding-left: 40px;
    border-right: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.code-phone .dropdown-menu,
.code-phone .dropdown-menu{
    left: 0px;
    right: 0px;
    width: auto;
    max-height: 200px;
    overflow: auto;
    padding: 5px 10px;
}
.input-group.field-wysiwyg-lng{
    width: 100%;
    padding-left: 41px;
}
.input-group.field-wysiwyg-lng .input-group-addon:first-child {
    border-right: 0;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 41px;
    text-align: center;
    padding: 7px 0px;
}
.input-group.field-wysiwyg-lng .note-editor{
    display: block;
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #ccc;
}
.input-group.field-wysiwyg-lng .note-editor .input-group{
    display: flex;
}
.input-group.field-wysiwyg-lng .note-editor .input-group .input-group-addon{
    display: flex;
    width: auto;
}
.note-popover .bg-default, 
.note-popover .btn-default:hover, 
.note-popover .btn-default,
.input-group.field-wysiwyg-lng .note-editor .bg-default, 
.input-group.field-wysiwyg-lng .note-editor .btn-default:hover, 
.input-group.field-wysiwyg-lng .note-editor .btn-default {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #5a5a5a;
}
.input-group.field-remindercondition>.form-control select{
    padding: 5px;
    margin: 5px 0px 0px 0px;
    height: 30px;
}
.input-group.field-remindercondition>.form-control .input-group-btn>select{
    width: 100px;
}
.form-group {
    margin-bottom: 15px;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  margin-bottom: 0;
  outline: none;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.row{    
	margin-bottom: 15px;
}
.row:before,
.row:after{
	display: table;
	content: " ";
	border-collapse: collapse;
}
.row:after {
  clear: both;
}
th .dropdown-toggle{
	width: auto;
	border: 0px;
	background: transparent;
	text-align: left;
	padding: 12px;
}
th .caret{
	position: absolute;
	top: 0px;
/*	right: 0px;*/
	padding: 15px 0px;
	width: 20px;
	border: 0px;
}

.message,
.message:hover{
	position: fixed;
	overflow-y: auto;
	z-index: 10010;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #0f1010;
}
.message .form{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.message-body-scroll-none{
	overflow-x: hidden;
	overflow-y: hidden;
}
.message .wrapper{
	display: table-cell;
	vertical-align: middle;
}
.message .content{    
	margin: auto;
	background-color: #edf1f3f5;
	border: 0px;
	border-radius: 2px;
	width: 100%;
}
.message .header{
	position: relative;
	min-height: 30px;
}
.message .header .menu-left{
	padding: 10px;
	padding-bottom: 0px;
}
.message .header .menu-right{
	position: absolute;
	padding: 0px;
	margin: 0px;
	top:0px;
	right:0px;
}
.message .header .menu-right ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}
.message .header .menu-right ul>li{
	padding: 0px 5px;
	margin: 0px;
	color: #c9c9c9;
	font-family: inherit;
	font-size: 21px;
	cursor: pointer;
}
.message .modal-body{
	color: red;
	padding: 5px 15px;
	border: 1px #fff solid;
	background-color: #fff;
}
.message .modal-body .breadcrumb{
	padding-top: 0px;
}
.languages{
	float: left;
	margin: 30px 0px 0px 10px;
	width:30px;
}
.languages>button{
	border: 0px;
	padding: 1px 6px;
}
.languages>button .caret{
	float: left;
	margin-left: 10px;
}
.languages .dropdown-backdrop{
    display: none;
}
.field-image{
	padding: 5px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
		  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

	width: inherit;
}
.field-image .form-control.image{
	width: 200px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
        padding: 0px;
	font-size: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0px;
	border-radius: 3px;
	box-shadow: none;
}
.field-select-text>.dropdown-menu{
	width: 100%;
	max-height: 250px;
	overflow: auto;
}
.field-presenters .presenter-avatar{
    width: 60px;
    height: 60px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0px;
    border-radius: 30px;
}
.field-strlng-menu{
        margin-bottom: 5px;
}
.field-remindercondition>div,
.field-multiselect>div{
        float: none;
        height: 183px;
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
}
.item-row{
	padding: 0px 10px;
}
.item-folder-wrapper,
.item-file-wrapper{
	padding: 5px;
}
.item-file.selected,
.item-folder.selected{
	background-color: rgba(0,0,0,0.05);
}
.item-file>.image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	margin: 10px auto;
}
.item-folder>.directory{
	padding: 15px;
}
.item-category>.directory .fa,
.item-folder>.directory .fa{
	color: #38b5e5;
}
.item-folder,
.item-file{
	min-height: 170px;    
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.file-manager .header{
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
}
.message.file-manager .popover .popover-title{
    margin: 0px;
}
.message.file-manager .modal-body .form-group .btn {
    padding: 7px 12px;
}
.overlay-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  background-image: url(../img/safety.gif);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
  display: none;
}
.loader{    
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    background-image: url(../img/safety.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    display: none;
}
.loader>.box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -75px 0 0 -75px;
  border: 16px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top: 16px solid rgba(56,181,229,1);
  border-bottom: 16px solid rgba(56,181,229,1);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.alert-reminder{
	position: absolute;
	display: block;
	font-family: inherit;
	font-size: 8px;
	background-color: #f00;
	color: #fff;
	border-radius: 10px;
	height: 12px;
	min-width: 12px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	top: 18px;
	left: 20px;
}
.guest-wrapper>.profile-status{
	padding: 0px 0px;
	position: fixed;
	top: 0px;
	right: 0px;
	width: auto;
	z-index: 1030;
}
.order-state{
	display: block;
	white-space: nowrap;
	padding: 10px;   
	border-radius: 4px; 
	cursor: default;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 450px) {
	.hidden-ss {
	  display: none !important;
	}
	.visible-ss{
	  display: block !important;
	}
	.visible-ss-inline{
	  display: inline-block !important;
	}
	.visible-ss-cell{
		display: table-cell !important;    
	}
}
@media (max-width: 550px) {
	.guest-wrapper>.profile-status{
		display: none;
	}
}
@media (max-width: 767px) {    
        .new-contacts-btn{
            display: none;
        }
}
@media (min-width: 451px) and (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
	.visible-xs{
	  display: block !important;
	}
	.visible-xs-inline{
	  display: inline-block !important;
	}
	.visible-xs-cell{
		display: table-cell !important;    
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
	  display: none !important;
	}
	.visible-sm{
	  display: block !important;
	}
	.visible-sm-inline{
	  display: inline-block !important;
	}
	.visible-sm-cell{
		display: table-cell !important;    
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
	  display: none !important;
	}
	.visible-md{
	  display: block !important;
	}
	.visible-md-inline{
	  display: inline-block !important;
	}
	.visible-md-cell{
		display: table-cell !important;    
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
	  display: none !important;
	}
	.visible-lg{
	  display: block !important;
	}
	.visible-lg-inline{
	  display: inline-block !important;
	}
	.visible-lg-cell{
		display: table-cell !important;    
	}
}
/* ==================== Page Dashboard ============================= */
.dashboard .head{
	padding: 10px;
	cursor: pointer;
}
.dashboard .head{
	background-color: #f6f6f6;
}
.dashboard .info{
	background-color: #f9f9f9;
}
.dashboard .info .tab-pane.profile-item-notes,
.dashboard .info .tab-pane.profile-item-correspondence{
	width: 100%;
	height: 100%;
}
.dashboard .info .notes-controls>ul{
	margin-top: -52px;
	margin-right: -15px;
	display: none;
}
.dashboard .info .notes-messages .message-content{
	width: 100%;
	height: 400px;
	overflow: auto;
	resize: none;
	border: 0px;
}
.chat-messages{
	list-style: none;
	padding: 0px;
	height: 350px;
	overflow: auto;
}
.profile-item-chat-msg{    
	position: relative;
	padding-bottom: 15px;
}
.profile-item-chat-msg-date{
	position: absolute;
	top: 5px;
	right: 0px;
}
.profile-item-chat-msg-content{    
	display: block;
	width: auto;
	padding: 5px 15px;
	border-radius: 5px;
}
.profile .chat-controls{
	display: none;
}
.msg-left >.profile-item-chat-msg-content{    
	background-color: #e3eff7;
	margin-right: 200px;
	margin-left: 50px;
}
.msg-left >.profile-item-chat-msg-content:before{
	position: absolute;
	top: 7px;
	left: 36px;
	content: '';
	border: 7px solid transparent;
	border-right-color: #e3eff7;
}
.msg-right >.profile-item-chat-msg-content{    
	background-color: #a8dcff;
	margin-right: 150px;
	margin-left: 100px;
}
.msg-right >.profile-item-chat-msg-content:before{
	position: absolute;
	top: 7px;
	right: 136px;
	content: '';
	border: 7px solid transparent;
	border-left-color: #a8dcff;
}
.profile-item-chat-avatar{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 40px;
	background-color: #c9c9c9;
	border-radius: 20px;
	border: 3px solid #fff;
	margin-top: -6px;
	text-align: center;
	padding: 0px;
	color: #fff;
	font-size: 22px;
}
.chat-controls>textarea{
    width: 100%;
    resize: vertical;
    overflow: auto;
    margin-bottom: 5px;
}
.dashboard .info .tab-pane{
	min-height: 400px;
	margin: 0px;
	padding: 0px;
}
.dashboard .item.head,
.dashboard item.info{
	background-color: transparent;
}
.dashboard .item.info{
	display: none;
	opacity: 0;
}
.dashboard .head .profile-avatar{
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px;
	margin-top: -5px;
	margin-right: 10px;
}
.dashboard .head .profile-avatar>div{
	position: static;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	height: 50px;
	width: 50px;
	background-color: #c9c9c9;
	border-radius: 30px;    
}
.dashboard .head .profile-avatar>div>i{
	font-size: 25px;
	line-height: 40px;
	width: 40px;
}
.dashboard .head .profile-avatar .online{
	position: absolute;
	left: 32px;
	top: 32px;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	background-color: #01520f;
	border: 2px solid #fff;
}
.dashboard .head .profile-avatar .online.success{
	background-color: #c3d600;
}

.dashboard .head .profile-avatar .online.disable{
	background-color: #ababab;
}
.dashboard tbody > tr.info > td{
	background-color: transparent;
}
.dashboard .tab-content{
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0px;
	padding: 15px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dashboard .panel.profile{
	margin-bottom: 0px;
}

/* ==================== Page Profile =============================== */

.profile-controls.form-group {
  margin-top: 10px;
}
.panel.profile{
	padding: 0px;    
	border: 1px solid #ddd;
}
.panel.profile>hr{
	margin: 0px;
}
.profile-head,
.profile-social,
.profile-status,
.profile-avatar{
    position: relative;
    width: 100%;
    text-align: center;
}
.profile-avatar{
    padding-top: 50px;
}
.profile-status{
    padding: 10px 0px;
}
.profile-head{
	padding: 10px;
	background-color: #c9c9c9;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
	margin-bottom: 10px;
	height: 200px;
}
.profile-name{
	text-align: center;
}
.profile-info{
	font-weight: normal;
	text-align: center;
}
.profile-avatar a,
.profile-social a{
	color: royalblue;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px dashed royalblue;
	cursor: pointer;
}
.profile-head a{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}
.profile-status ul{
	display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px auto;
}
.profile-status ul li{    
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: inherit;
	font-size: 21px;
	width:50px;
}
.profile-status ul li>span{
	font-family: inherit;
	font-size: 10px;
	display: block;
	white-space: normal;
}
.profile-social ul{
    display: table;
    border-collapse: separate;
    border-spacing: 3px; 
    list-style: none;
    padding: 0px;
    margin: 0px auto;
}
.profile-social ul li,
.profile-social ul li:hover{
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-family: inherit;
    background-color: #939393;
    vertical-align: middle;
    font-size: 21px;
    width: 50px;
    height: 50px;
    border:0px;
    border-radius: 25px;
}
.profile-social ul li> a,
.profile-social ul li> a:hover{
    background: transparent;
    border: 0px;
    color: #fff;
    width: auto;
    height: 17px;
    padding: 0px;
    display: inline-block;
}
.profile-social ul li> a .fa,
.profile-social ul li:hover> a .fa{
    color: #fff;
    font-size: 21px;
}
.profile-social ul li> a .fa:before{
    float: none;
    width: auto;
}
.profile-avatar>div{
	position: absolute;
	top: -50px;
	left: 50%;
	height: 80px;
	width: 80px;
	background-color: #c9c9c9;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 40px;
	border: 5px solid #fff;
	margin-left: -40px;
}
.profile-avatar>div>i{
	font-size: 45px;
	line-height: 70px;
	width: 70px;
	color: #fff;
}
.profile-sponsor .panel{
	min-height: 200px;
}
.login-jeunesses{
    color: #f7be07;
    padding: 10px;
    float: none;
}
body.collapse .left-menu .login-jeunesses {
    display: none;
}
.login-jeunesses a,
.login-jeunesses a:hover,
.login-jeunesses a:visited,
.login-jeunesses a:focus{
    color:  #d8006c;
}
.profile .statistic{
	width: 100%;
	border: 0px;
	border-top: 1px solid #c9c9c9;
	border-collapse: collapse;
	border-spacing: 0px;
}
.profile .statistic td{
	text-align: center;
	font-family: inherit;
	border-left: 1px solid #c9c9c9;
	cursor: pointer;
}
.profile .statistic td:first-child{
	border-left: 0px;
}
.profile .statistic span{
	font-family: inherit;
	font-size: 10px;
	color: #c9c9c9;
}
.profile.panel>ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
    list-style: none;
}
.profile.panel>ul li{
    display: inline-block; 
}
/* ==================== Page Guest ================================= */


	
/* ==================== Page Guest ================================= */
.guest-wrapper{
	padding-right: 50px;
}
.guest-wrapper section{
	position: relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}
.guest-wrapper section .content{
	padding: 15px 50px 15px 15px;
	width:100%;
	min-height: 250px;
}
.guest-wrapper section.guest1 .content{
	padding-top: 15px;
}
.guest-wrapper section .shade{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.guest-wrapper .status-bar{
	display: table;
	position: fixed;
	top:0px;
	right:0px;
	z-index: 3;
	width: 70px;
	height: 100%;
	background-color: #eee;
	padding-top: 70px;
}
.guest-wrapper .status-bar-wrapper{
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 100%;
	height: 100%;
}
.guest-wrapper .status-bar .bar{
	display: inline-block;
	transition: height 5s;
	width: 100%;
	height: 0%;
	margin-bottom: -5px;
}
.g_video{
	position: relative;
}
.viedo-starter{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
}
@media (max-width: 992px){
	.guest-wrapper .status-bar{
		width: 35px;
	}
}

a:hover{text-decoration: none;}


.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 .col-10, .col-11{
  float: left;
  position: relative;
}

.col-1{width: 8.333333333333333%;}
.col-2{width: 16.66666666666666%;}
.col-3{width: 25%;}
.col-4{width: 33.33333333333333%;}
.col-5{width: 41.66666666666667%;}
.col-6{width: 50%;}
.col-7{width: 58.33333333333333%;}
.col-8{width: 66.66666666666666%;}
.col-9{width: 75%;}
.col-10{width: 83.33333333333333%;}
.col-11{width: 91.66666666666666%;}
.col-12{width: 100%;}


/*ul_style*/
.ul_style{
  list-style: none;
  font-size: 14px;
}

.ul_style li{
  margin: 15px 0;
  position: relative;
  padding-left: 15px;
}

.ul_style li:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #f7be07;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: -6px;
  top: 2px;
}
/*ul_style*/


.g_block {
  padding: 20px 0;
}

.g_title{
  font-size: 34px;
  padding: 10px 0 20px;
  text-align: center;
  font-weight: 700;
}

.g_title-s{
  font-size: 18px;
  padding: 10px 0;
  font-weight: 500;
}

.g_subTitle{
  font-weight: 400;
  font-size: 21px;
  text-align: center;
}

.g_text{
  font-size: 15px;
  line-height: 1.5;
  margin: 20px 0;
}

.g_text-line{
  padding-left: 20px;
  border-left:5px solid #f7be07;
  overflow: hidden;
}

.g_hr{
  height: 1px;
  background-color: #e6e6e6;
  width: 100%;
  margin: 20px 0;
}

.g_marker{
  font-size: 15px;
  background: #38b5e6;
  width: 27px;
  display: inline-block;
  height: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  text-align: center;
  vertical-align: middle;
  color:white;
  margin-right: 5px;
}

.g_marker span{
  display: inline-block;
  padding-top: 5px;
  display: inline-block;
  padding-top: 3px;
  margin-left: -1px;
}

.g_button{
  padding: 12px 20px 13px;
  font-weight: 700;
  color: white;
  background: #38b5e6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.g_button:hover{
  background: #2f9ec9;
}


.g_button-red{
  background-color: #d8006c;
}

.g_button-red:hover{
  background: #c90065;
}

.g_input{
  width: 260px;
  padding: 13px 18px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.g_input:focus{
  border-color:#d8006c;
  background-color: #fff;
}

.g_title_center{text-align: center; font-size: 20px; color:black; font-weight: 700; text-transform: uppercase;}
.g_title_center span{display: inline-block; position: relative;}
.g_title_center span:after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: -30px;
  width: 20px;
  height: 3px;
  background-color: #c9c9c9;
}

.g_title_center span:before{
content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: -30px;
  width: 20px;
  height: 3px;
  background-color: #c9c9c9;
}
/*=======================base=======================*/



/*g_about*/
.g_about__left{
  width: 40%;
  float: left
}

.g_about__right{
  width: 60%;
  float: left
}

.g_about__title{
  font-size: 27px;
  font-weight: 700;
}

.g_about__img{
  padding-right:30px;
  max-width: 100%;
}

.g_about__title {
  margin-bottom: 10px;
}

.g_about__title span{
  display: inline-block;
  background-color: #f7be07;
  padding: 3px 6px;
}

.g_about__subtitle{
  font-size: 16px;
}

.g_about__list{
  display: inline-block;
  margin: 5px 20px;
}


@media screen and (max-width: 600px){
  .g_about__img { padding-right:0px;}
  .g_about__left {text-align: center; float: none; width: 100%;}
  .g_about__right {float: none; width: 100%;}
}
/*g_about*/





.g_step__block{
  padding-bottom: 20px;
}

.g_stepOne_left{
  width: 45%;
  float: left;
  padding-right: 20px;
}

.g_stepOne_left .g_video{
  padding-bottom: 60%;
  padding-top: 100px;
}

.g_stepOne_right{
  overflow: hidden;
}

.g_step_title{
  font-size: 62px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.g_step_subTitle{
  font-size: 20px;
  text-transform: none;
}


.g_stepOne__item_text{
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

.g_stepOne__item_video{
  padding: 10px;
}




/*g_advant*/
.g_advant_item{
  padding: 7px;
}

.g_advant_itemIn{
  padding: 25px 20px;
  border:2px solid #38b5e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.g_advant_item i{
  float: left;
  font-size: 42px;
  color: #38b5e6;
}

.g_advant_item__text{
  color: #222;
  line-height: 1.35;
  font-size: 16px;
  overflow: hidden;
  padding-left: 14px;
}
/*g_advant*/


/*g_video*/
.g_video{
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

.g_video iframe, .g_video .g_video object, .g_video .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*g_video*/


/*g_tarif*/
.g_tarif_wrap{
  overflow-x: auto; 
}

.g_tarif{
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.g_tarif__cell{
  border: 1px solid #e9e9e9;
  text-align: center;
  vertical-align: middle;
}

.g_tarif_icon{
  font-size: 20px;
}

.g_tarif_align{
  text-align: left;
}

.g_tarif__headrow .g_tarif__cell{
  padding: 20px;
  text-align: center;
}
.g_tarif__headrow .g_tarif__one{background-color: #38b5e6;}
.g_tarif__headrow .g_tarif__two{background-color: #d8006c;}
.g_tarif__headrow .g_tarif__three{background-color: #b9cb00;}

.g_tarif__headrow .g_tarif__two .g_tarif__buy{border-color: #94004a; color:#d8006c;}
.g_tarif__headrow .g_tarif__three .g_tarif__buy{border-color: #8a9800;  color:#b9cb00;}

.g_tarif__bodyrow .g_tarif__cell{padding: 15px 20px;}

.g_tarif__bodyrow .g_tarif__one{color: #38b5e6;}
.g_tarif__bodyrow .g_tarif__two{color: #d8006c;}
.g_tarif__bodyrow .g_tarif__three{color: #b9cb00;}

.g_tarif__one .g_tarif__price{color:#094a64;}
.g_tarif__two .g_tarif__price{color:#640635;}
.g_tarif__three .g_tarif__price{color:#505800;}

.g_tarif__title{font-size: 18px; font-weight: 500;}

.g_tarif__time{
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.g_tarif__price{
  font-size:36px;
  font-weight: 700;
  padding: 10px;
}

.g_tarif__price span{
 font-size:18px;
}

.g_tarif__buy{
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  color: #38b5e6;
  border-bottom: 2px solid #0083b6;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 40px 13px;
  display: inline-block;
}
/*g_tarif*/



/*g_open*/
.g_open_wrap{
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

.g_open_item{
  width: 20%;
  height: 200px;
  display: table;
  float: left;
}

.g_open_item__in{
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
}

.g_open_icon{
  color: #c3d600;
  font-size: 40px;
}

.g_open_title{
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0;
}

.g_open_text{
  font-size: 13px;
  line-height: 1.4;
}
/*g_open*/

.g_step__inform{
  padding: 5px 0 15px;
}

.g_step__inform span{
  font-weight: 700;
  color:#d8006c;
}

.g_step_five{
  margin-top: 20px;
}

/**/
.step_five__act_text{
  margin-bottom: 15px;
}

.step_five__act{
  vertical-align: middle;
  font-size: 15px;
  padding: 70px 20px;
  text-align: center;
  border: 3px solid #dadada;
}

/**/

.g_step_five__instruct{text-align: center;}
.g_step_five__instruct a{margin: 0 20px; display: block;}
.g_step_five__instruct img{max-width: 100%;}



@media screen and (max-width: 960px){
  .g_advant_item {
	width: 50%;
  }

  .g_block{padding: 20px 0 0;}
}



@media screen and (max-width: 840px){
  .g_step_five__info{
	width: 100%;
	margin: 0 auto;
	float: none;
	margin-bottom: 30px;
  }

  .g_open_item{
	width: 33.3%;
  }

  .g_step_five__act{width: 60%;}
  .g_step_five__instruct{width: 40%;}
}


@media screen and (max-width: 760px){
  .g_stepOne_right {text-align: center; float: none; width: 100%;}
  .g_stepOne_left {float: none; width: 100%; margin-bottom: 20px;}
  .g_step_five{margin-bottom: 20px;}
}


@media screen and (max-width: 500px){
    h1{
	font-size: 18px;
    }
    h2{
        font-size: 12px;
    }
    h3{
        font-size: 10px;
    }
    h4{
	font-size: 9px;
}
  .g_advant_itemIn i{display: none;}
  .g_advant_itemIn{ padding: 10px;}
  .g_advant_item__text{font-size:14px; }
  .g_open_item{width: 50%;}
  .g_open_item__in{padding:10px;}

  .step_five__act{padding: 40px 20px;}
}



/*g_landing*/
.g_landing{
  background-color: #fbfbfb;
  border:1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 40px 40px 20px 40px;
}

.g_landing__wrap{padding: 20px 50px; position: relative;}
.g_landing__name{
  color: white;
  position: absolute;
  bottom: 10px;
  padding: 10px 20px;
  z-index: 1;
  width: 100%;
}


.g_landing__item{
  width: 33.3%;
  float: left;
  position: relative;
  border: 1px solid #fbfbfb;
}


.g_landing__item:after{
  content: "";
  position: absolute;
  bottom:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  width: 100%;
  height: 100%;
}

.g_landing__item:hover .g_landing__name{text-decoration: underline;}


.g_landing__item img{
  max-width: 100%;
}

.g_array_slide{background-color: #dfdfdf; display: inline-block;padding: 10px 15px; position: absolute;}
.g_array_slide i{font-size: 40px; color: #ffffff;}

.g_array_slide:hover{background-color: #c3d600;}

.g_array_slideL{
  left: -40px;
  top:50%;
  margin-top: -25px;
  cursor: pointer;
}

.g_array_slideR{
  right: -40px;
  top:50%;
  margin-top: -25px;
  cursor: pointer;
}

/*g_landing*/




.btn_more{
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  color:#5d5d5d;
  margin-top: 30px;
}


.btn_more_indent {margin-left: 20px; margin-right: 20px;}

.btn_more_inside{
  padding:0 20px;
  background-color: #fbfbfb;
  position: relative;
  bottom: 23px;
  display: inline-block;
}

.btn_text{
  font-size:14px;
  padding:12px 30px;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
	display: inline-block;
}

.btn_more:hover .btn_text {
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 1px #d8006c;
  color:#d8006c;
}


/*---CUSTOM STYLES---*/

.new-contacts-btn {
    float: right;
    margin: 20px 10px 0 0px;
    font-size: 13px;
    color: #050505;
    padding: 10px 30px;
    border: 1px solid #d8006c;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    transition: all 150ms ease-in-out;
    text-align: center;
}

.new-contacts-btn:hover {
    background-color: #d8006c;
    color: #fff;
}
.new-contacts-btn.disable,
.new-contacts-btn.disable:hover{
    border: 1px solid #ddd;
    background-color: #eee;
    color: #999;
}
.new-contacts-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(216, 0, 108, 0.15);
	border-radius: 50px;
	animation: pulse 2s linear infinite;
}
.new-contacts-btn.disable:after{
    display: none;
}
@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1, 1.4);
    }

    100% {
        opacity: 0;
        transform: scale(1.2, 1.5);
    }
}

/*--profile block--*/

.profile-block {
    float: right;
    padding: 20px 20px 0px 0;
}

.profile-block > div {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 15px;
    transition: all 150ms ease-in-out;
}

.profile-block .chat {
	color: #213A54;
    font-size: 20px;
}

.profile-block .user {
	color: #c3d600;
    font-size: 20px;
}

.profile-block .notifications {
	color: #f7be07;
    font-size: 20px;
}

.profile-block .user:hover,
.profile-block .notifications:hover {
    transform: scale(1.2);
}

.profile-block .profile-settings {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 150ms ease-in-out;
}

.profile-block .profile-settings:hover {
    border-color: rgba(216, 0, 108, 0.5);
}

.profile-block .profile-settings img {width: 100%;}

/*--profile block--*/


/*--menu--*/

.left-menu.menu-home {background: #0032a0;}
.left-menu.menu-settings {background: #1669f2;}

.left-menu.menu-home>.left-menu-wrap>ul li.active {background-color: #0032a0;}
.left-menu.menu-settings>.left-menu-wrap>ul li.active {background-color: #115ad2;}

.left-menu.menu-settings>.left-menu-wrap>ul li .fa {color: #9ccafe;}

.left-menu.menu-home>.left-menu-wrap>ul li.active::after {border-left: 20px solid #0032a0;}
.left-menu.menu-settings>.left-menu-wrap>ul li.active::after {border-left: 20px solid #115ad2;}

.left-menu.menu-settings>.left-menu-wrap>ul li, 
.left-menu.menu-settings>.left-menu-wrap>ul li:hover, 
.left-menu.menu-settings>.left-menu-wrap>ul li:focus {
    border-bottom: 1px solid #3c85fd;
}

.left-menu.menu-settings .header {background: #0032a0;}
.left-menu.menu-home .header {background: #356ce6;}

.left-menu.menu-settings .header {
    border-bottom: 1px solid #3c85fd;
}

.left-menu.menu-home li.open>ul.dropdown-menu li a .fa:before,
.left-menu.menu-settings li.open>ul.dropdown-menu li a .fa:before {display: none;}

.left-menu .left-menu-wrap ul>li.disable,
.left-menu .left-menu-wrap ul>li.disable:hover,
.left-menu .left-menu-wrap ul>li.disable>a,
.left-menu .left-menu-wrap ul>li.disable:hover>a{
    cursor:default;
}
.left-menu .left-menu-wrap ul>li.disable>a,
.left-menu .left-menu-wrap ul>li.disable:hover>a,
.left-menu .left-menu-wrap ul>li.open li.disable>a,
.left-menu .left-menu-wrap ul>li.open li.disable:hover>a{
    color: #537dd9 !important;
}

.dropdown-menu {border-radius: 0;}

.left-menu .profile-sponsor {    
    float: none;
}
.left-menu .profile-sponsor>label{
    color: #fff;
    padding-top: 30px;
}
body.collapse .left-menu .profile-sponsor{
    display: none;
}

/*--Переключатель--*/

.switcher-name, .switcher-btn {
    display: inline-block;
    vertical-align: middle;
}

.switcher-name a {
    color: #fff;
    text-decoration: none;
}

.switcher-btn {
    width: 35px;
    background: #fff;
    border-radius: 30px;
    padding: 2px;
    position: relative;
    height: 18.5px;
    cursor: pointer;
    margin: 0px 4px;
}

.collapse .switcher-btn{
    width: 17px;
    background: #fff;
    border-radius: 5px;
    padding: 0px;
    position: relative;
    height: 12px;
    cursor: pointer;
    margin: 0px;
    margin-top: -2px;
    margin-left: -28px;
}
.collapse .switch-settings .switcher-btn{
    margin-left: -24px;
}
.collapse .switcher-btn>.switch-circle {
    width: 10px;
    height: 10px;
    background-color: #d8006c;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1px;
    transition: all 150ms ease-in-out;
}
.collapse .switch-settings .switcher-btn>.switch-circle {
    left: 6px;
    margin: 0px;
}
.collapse .switcher-name>a>span{
    display: none;
}

.switch-home .switch-circle {
    width: 15px;
    height: 15px;
    background-color: #d8006c;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 150ms ease-in-out;
}

.switch-settings .switch-circle {
    width: 15px;
    height: 15px;
    background-color: #d8006c;
    border-radius: 50%;
    position: absolute;
    left: 100%;
    top: 2px;
    margin-left: -17px;
    transition: all 150ms ease-in-out;
}

/*--Переключатель--*/

/*--Таблица--*/

.table > thead > tr > th {border-bottom: none;}

.table .btn-selected {
    position: relative;
    top: 3px;
    color: #bababa;
}

.table-responsive table th.fixed-right, .table-responsive table td.fixed-right {
    border-left: 2px solid #f6f6f6 !important;
}

.table-responsive table>thead>tr>th .dropdown-menu li {color: #333;}

.table-responsive table>thead>tr>th .dropdown-menu li>.input-group>.input-group-addon {display: table-cell;}

td.cell-sort {
    padding: 0 10px !important;
}

.table-responsive table>thead>tr>th:nth-child(1)>.btn-selected {color: #fff;}

.table-responsive table tr,
.table-responsive table tr td.fixed-left,
.table-responsive table tr td.fixed-right {background: #fff;}
.table-responsive table tr:nth-child(even),
.table-responsive table tr:nth-child(even) td.fixed-left,
.table-responsive table tr:nth-child(even) td.fixed-right {background: #f2fbff;}



/*--Таблица--*/

/*---CUSTOM STYLES---*/

.authorize video {
    display: block; 
    position: fixed;
    top: 0;
    left: 0;
}

#imagelightbox
{
    position: fixed;
    z-index: 1000; 
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: transparent;
    padding: 10px;
}
#imagelightbox>.loader{
    z-index: 0;
    display: block;
}
#imagelightbox>img{
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#imagelightbox>.control-left,
#imagelightbox>.control-right{
    z-index: 9999; 
    position: fixed;
    top:50%;
    height: 110px;
    width: 100px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 7em;
    margin-top: -55px;
    background-color: rgba(0,0,0,0.5);
    color:rgba(255,255,255,0.5);
    padding: 10px;
    border-radius: 10px;
}
#imagelightbox>.control-left{
    left: 15px;
    right: auto;
}
#imagelightbox>.control-left:after{    
    content:'\f053';    
}
#imagelightbox>.control-right{
    left:auto;
    right: 15px;
}
#imagelightbox>.control-right:after{    
    content:'\f054';
}

.order-state {
  display: block;
  white-space: nowrap;
  padding: 10px;
  border-radius: 4px;
  cursor: default;
  margin-bottom: 10px;
  background: transparent;
  color: red;
  border: none;
}

.prepare-stripe-pp{
  text-align: center;
  border: 4px solid #497ef5;
}
@media screen and (max-width: 320px){
	.controls .btn-danger{
		margin-top: 10px;
	}

	.order-state{
		margin-bottom: 10px;
	}
}