/* Custom CSS */
.page-editor {
	overflow-y: hidden;
}

.page-editor #page-wrapper {
	padding: 0;
}
.page-editor #page-wrapper .row {
	margin-left: 0;
	margin-right: 0;
}
/*
.page-editor .navbar-default.navbar-static-side{
	height: 100%;
	overflow-y: auto;
}
*/
.iframe-editor,
.iframe-remote {
	border: none;
	width: 100%;
}
.input-group textarea{
	resize: vertical;
}
.btn-gallery-sort{
	cursor: move;
}
.icheckbox_square-green { border-radius: 3px; }

.bar-top {
	padding: 5px 0;
}  

.bar-top .btn-primary { 
	margin-left: 10px;
	vertical-align: top; 
}

/* New */
.header {
	background-color: #2f4050;
	padding: 20px 0;
}

.header h1 {
	text-align: center;
	color: #fff;
	font-size: 46px;
	margin: 0;
}

.header-logo {
	display: block;
	margin: 0 auto;
	width: 220px;
	height: 63px;
	background: url(../img/header-logo.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.navbar-brand-custom {
    display: inline-block;
    margin: 0 auto 15px;
    max-width: 170px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.custom-logo img,
.navbar-brand-custom img {
	height: auto;
	max-width: 100%;
}

.custom-logo {
	display: block;
	margin: 0 auto;
	max-width: 220px;
	text-align: center;
	width: auto;
}

.main {
	padding: 30px 0;
}

.page-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.expired {
	text-align: center;
}

.expired .btn-primary {
	padding-left: 30px;
	padding-right: 30px;
}

.expired-head {
	padding: 15px 0 30px;
}

.expired-head h2 {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 300;
	color: #2f4050;
}

.expired-head p {
	font-size: 21px;
	font-weight: 300;
}

.ico-expired {
	background: url(../img/ico-expired.png) no-repeat 0 0;
	width: 45px;
	height: 42px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	margin: 0 auto 35px;
	display: block;
}

.expired-body p {
	font-size: 21px;
	color: #2f4050;
	margin-bottom: 0;
}

.expired-body p a {
	font-size: 18px;
	font-weight: 300;
}

.expired-body .text-small {
	font-size: 14px;
	font-weight: 300;
	margin: 35px 0 25px;
}

.coming-soon {
	text-align: center;
	padding: 30px 0;
}

.coming-soon p {
	font-weight: 300;
	font-size: 28px;
	color: #2f4050;
	margin-bottom: 45px;
}

.coming-soon p strong {
	font-weight: 400;
}

.coming-soon-logo {
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	width: 260px;
	height: 75px;
	margin: 0 auto 45px;
}

.coming-soon-logo:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -0.25em;
	vertical-align: middle;
}

.coming-soon-logo img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.ico-coming-soon {
	background: url(../img/coming-soon-icon.png) no-repeat 0 0;
	width: 87px;
	height: 81px;
	margin: 0 auto;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.contact-support {
	background-color: transparent;
}

.chat-users {
	height: auto;
	background-color: #fff;
	overflow: visible;
}

.chat-user {
	background-color: #fff;
	border-right: 1px solid #e7eaec;
	position: relative;
	display: block;
	color: #2f4050;
}

.chat-user:hover {
	text-decoration: none;
	background-color: #f3f6fb;
	color: #2f4050;
}

.chat-user h4 {
	margin: 0;
	font-weight: 700;
}

.chat-user p small {
	color: #676a6c;
}

.chat-discussion {
	border-bottom: 1px solid #e7eaec;
	border-left: 1px solid #e7eaec;
	border-right: 1px solid #e7eaec;
}

.chat-discussion, 
.contact-support .chat-user.active {
	background-color: #f3f6fb;
}

.chat-user.active:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 1px;
	background-color: #f3f6fb;
	z-index: 5;
}

.chat-user.active a {
	color: #2f4050;
}

.chat-message-form {
	margin-top: 20px;
}
/* New end */
#wrapper {
	overflow-x: visible;
}

.ibox {
	margin-bottom: 20px;
}

#page-wrapper {
	padding-bottom: 54px;
}

.wrapper-content {
	position: relative;
	z-index: 20;
	padding-bottom: 20px;
}

.footer {
	z-index: 10;
}

.navbar-form-custom {
	width: 230px;
}

.navbar-default .nav>.nav-header {
	padding: 27px 25px 25px;
	text-align: center;
}

.navbar-default .nav>li>div>.navbar-brand {
	background: url(../img/logo.png) no-repeat 0 0;
	width: 145px;
	height: 43px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	padding: 0;
	float: none;
	margin: 0 auto 15px;
}

.navbar-default .nav>.active>a {
	color: #fff;
}

.preview-website {
	text-align: center;
	padding-top: 13px;
}

.page-heading h2 { margin-bottom: 15px; }

.page-heading p>i {
	font-size: 25px;
	position: absolute;
	top: -3px;
	left: 0;
	margin-right: 15px;
}

.page-heading p {
	position: relative;
	padding-left: 30px;
}

.page-heading .btn-group-languages {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}

.page-heading .breadcrumb {
	padding-bottom: 15px;
}

.page-heading .breadcrumb a:hover {
	color: #24a0d1;
}

.count-info .fa-bell+.label {
	right: -7px;
	min-width: 30px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
	.btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover,
	.open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus,
	.open>.dropdown-toggle.btn-primary:hover {
	background-color: #24a0d1;
	border-color: #24a0d1;
}

.btn-primary.btn-outline[disabled] {
	color: #fff;
}

a {
	color: #29b0e6;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus,
	.pagination>li>span:focus, a:hover {
	color: #24a0d1;
}

.form-inline .form-control-xs, .form-control-xs {
	width: 50px;
}

.mini-navbar .navbar-default .nav>li>div>.navbar-brand {
	width: 43px;
	margin-left: -10px;
}

.float-e-margins .bootstrap-touchspin .btn {
	margin-bottom: 0;
}

.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks,
	.navbar-top-links .dropdown-alerts {
	width: 260px;
}

.navbar-top-links .dropdown-menu li a {
	padding: 0;
	font-size: 13px;
	color: inherit;
	font-weight: 600;
}

.todo-list a:not (.label ):hover, .navbar-top-links .dropdown-menu li a:hover
	{
	color: #29b0e6;
}

.todo-list a:not (.label ) {
	color: inherit;
}

.text-right-mobile {
	text-align: right;
}

.count-info:focus, .count-info:active {
	outline: none;
}

.todo-list .checked+a {
	text-decoration: line-through;
}

.textarea-expandable-holder {
	position: relative;
}

.textarea-expandable-holder i {
	position: absolute;
	right: 18px;
	top: 10px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.textarea-expandable-holder i.active {
	opacity: 1;
	visibility: visible;
}

.textarea-expandable-holder textarea.form-control {
	height: 34px;
	padding-right: 35px;
	resize: none;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.textarea-expandable-holder textarea.expanded {
	height: 94px;
}

.table>thead>tr>th, .table>tbody>tr>td {
	vertical-align: middle;
}

.select2 {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	border-radius: 1px;
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
	{
	top: 4px;
}

.select2-container .select2-selection--multiple {
	min-height: 34px;
	border-radius: 1px;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.table a img {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.table a:hover img {
	opacity: 0.7;
}

.agile-list li:hover {
	background-color: #FAFAFB;
	cursor: default;
}

.pj-grid .dropdown-toggle + .dropdown-menu {
	width: 100%;
}
.show-total strong {
	font-size: 15px;
	padding: 0 3px;
}

.show-total label {
	margin: 0;
	font-weight: normal;
}

.go-to-page {
	float: left;
}

.go-to-page label {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	font-weight: normal;
}

.go-to-page .touchspin-holder {
	float: left;
	width: 80px;
}

.table-responsive-actions .show-total {
	text-align: right;
}

.table-responsive-actions .form-inline {
	min-width: 240px;
}

.table-responsive-tertiary, .table-responsive-secondary {
	overflow: visible;
}

.table-responsive-tertiary .dropdown-menu, .table-responsive-secondary .dropdown-menu
	{
	left: auto;
	right: 0;
}

.table-responsive-tertiary .table>thead>tr>th,
	.table-responsive-tertiary .table>tbody>tr>td,
	.table-responsive-secondary .table>thead>tr>th,
	.table-responsive-secondary .table>tbody>tr>td {
	max-width: 260px;
}

.table-responsive-secondary .table>tbody>tr>td.cell-width-2:first-child,
	.table-responsive-secondary .table>thead>tr>th.cell-width-2:first-child
	{
	width: 30px;
}

.table-responsive-secondary .form-control {
	font-weight: normal;
}

.iframe-responsive {
	width: 100%;
}

.btn-save {
	margin-top: 23px;
}

.onoffswitch-yn .onoffswitch-inner:before {
	content: "YES";
}

.onoffswitch-yn .onoffswitch-inner:after {
	content: "NO";
}

.onoffswitch-data .onoffswitch {
	width: 100%;
}
.onoffswitch-data .onoffswitch-inner:before {
	content: attr(data-on);
	text-transform: uppercase;
}
.onoffswitch-data .onoffswitch-inner:after {
	content: attr(data-off);
	text-transform: uppercase;
}
.onoffswitch-data .onoffswitch-switch {
	left: 0;
	right: auto;
}
.onoffswitch-data .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    left: calc(100% - 18px);
    right: 0;
}

.text-lead {
	font-size: 15px;
	padding-bottom: 25px;
}

.form-group .switch {
	margin-top: 7px;
}

.modified-layout {
	text-align: center;
}

.modified-layout img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.modified-layout h3 {
	padding-bottom: 10px;
}

.modified-layout .fa-angle-double-right {
	font-size: 64px;
	color: #24a0d1;
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -15px;
}

.wt-thumbnail {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.wt-thumbnail.active, .wt-thumbnail:hover {
	border-color: #29b0e6;
}

.thumbnail-badge {
	position: absolute;
	top: 15px;
	left: -30px;
	background-color: #29b0e6;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 2px 0;
	width: 120px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.wt-thumbnail-actions {
	position: absolute;
	bottom: -500px;
	left: 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 3;
}

.wt-thumbnail:hover .wt-thumbnail-actions {
	bottom: 0;
}

.wt-thumbnail .caption p strong {
	font-size: 18px;
}

.wt-thumbnail .caption h3 {
	font-size: 20px;
	font-weight: 300;
}

.wt-thumbnail .caption .badge {
	padding: 5px 10px;
	margin-top: 5px;
}

.i-checks2 {
	position: relative;
	padding-left: 30px;
	padding-bottom: 15px;
}

.i-checks2 label {
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
}

.i-checks2 label>div {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.i-checks2 label small {
	display: block;
}

.i-checks2 label strong {
	display: block;
	margin-bottom: 2px;
}

.i-checks2 label .text-small {
	font-size: 14px;
	font-weight: 300;
	color: #a0a0a0;
}

.i-checks2 label .text-small span {
	color: #676a6c;
	font-weight: 400;
}

.text-small {
	font-size: 14px;
	font-weight: 400;
}

.contact-box a:hover {
	color: inherit;
}

.contact-box.center-version>a img {
	width: auto;
}

.text-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.file .file-actions {
	background-color: #f8f8f8;
	border-top: 1px solid #e7eaec;
	text-align: center;
	white-space: nowrap;
}

.table.borderless {
	margin: 0;
}

.table.borderless>tbody>tr>td, 
.table.borderless>thead>tr>th {
	border: none;
	padding: 5px 0;
}

.table.clean > thead > tr > td,
.table.clean > thead > tr > th,
.table.clean > tbody > tr > td,
.table.clean > tbody > tr > th {
	border: none;
}

.box-upload.box-my .file-box,
.box-upload.box-stock .file-box {
	width: 209px;
}
.box-upload .pagination {
	margin: 0;
}
.box-upload.box-stock .image a {
	display: inline-block;
}
.box-upload.box-my .image,
.box-upload.box-stock .image {
	position: relative;
}
.box-upload.box-my .image:after,
.box-upload.box-stock .image a:after,
.box-upload.box-my .image img,
.box-upload.box-stock .image img {
	-webkit-transition: all .4s; 
	-o-transition: all .4s; 
	transition: all .4s;
}
.box-upload.box-my .image:hover img,
.box-upload.box-stock .image:hover img {
	opacity: 0.3;
}
.box-upload.box-my .image:after,
.box-upload.box-stock .image a:after {
    content: attr(data-btn);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    margin: -14px 0 0 -45px;
    text-align: center;
    opacity: 0;
    height: 34px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 400;
    border: 1px solid #29b0e6;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 5;
    background-color: #29b0e6;
}
.box-upload.box-my .image:hover:after,
.box-upload.box-stock .image:hover a:after {
	opacity: 1;
}

.btn-box-stock {
	background-color: #FF9101;
	border-color: #FF9101;
	color: #fff;
}
.btn-box-stock.btn-primary,
.btn-box-stock:focus,
.btn-box-stock:active,
.btn-box-stock:active:focus,
.btn-box-stock:active:hover,
.btn-box-stock:hover{
	background-color: #FF9101;
	border-color: #CE7500;
	color: #fff;
}

.file-boxes {
	margin: 0 -7px;
}

.file-boxes:after{
	clear: left;
	content: "";
	display: table;
	zoom: 1;
}

.file-boxes .pj-gallery-highlight,
.file-boxes .file-box {
	float: left;
	width: 20%;
	min-height: 194px;
	padding: 0 8px 15px;
}

.file-boxes .pj-gallery-highlight{
	background-color: #eee;
	border: dashed 1px #ccc;
}

.file-boxes .file {
	margin: 0;
}
.file-boxes .file .icon,
.file-boxes .file .image {
	background-color: #f7f7f7;
	position: relative;
}
.pj-gallery-adjust .file-boxes .file .image{
	background: transparent url(../img/transparent.gif) 0 0 repeat;
}
.file-boxes .file .file-name{
	background-color: #fff;
}
.file-boxes .image-overlay{
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: visible;	
}
.file-boxes .image-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -0.25em;
	vertical-align: middle;
}
.file-boxes .image-overlay .btn {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}
.file-boxes .icon:hover .image-overlay,
.file-boxes .image:hover .image-overlay {
	opacity: 1;
	visibility: visible;
}

.modal .ibox-content {
	padding: 0;
	border: none;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.vertical-align-center {
	/* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}
.vertical-alignment-helper .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
	max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.sk-custom-wrap .sk-spinner,
.sk-wrap .sk-spinner, 
.pj-gallery .sk-spinner, 
.filter-img .sk-spinner {
	display: none;
}

.sk-custom-wrap.sk-loading,
.sk-wrap.sk-loading, 
.pj-gallery.sk-loading, 
.filter-img.sk-loading {
	position: relative;
}

.sk-custom-wrap.sk-loading .sk-spinner,
.sk-wrap.sk-loading .sk-spinner, 
.pj-gallery.sk-loading .sk-spinner,
.filter-img.sk-loading .sk-spinner {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 2000;
}

.sk-custom-wrap.sk-loading:after,
.sk-wrap.sk-loading:after, 
.pj-gallery.sk-loading:after, 
.filter-img.sk-loading:after{
	content: '';
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-wrap {
	height: 500px;
}

.box-filters .hr-line-dashed {
	margin: 10px 0;
}

.box-filters .form-group {
	margin-bottom: 10px;
}

.colorpicker.dropdown-menu {
	z-index: 9999;
}

#imageUploadWarning .file {
	margin: 0;
}

.font-preview {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.font-preview:hover .font-preview-overlay {
	opacity: 1;
	visibility: visible;
}

.font-preview img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.font-preview-overlay {
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	visibility: visible;
}

.font-preview-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-left: -0.25em;
	vertical-align: middle;
}

.font-preview-overlay .btn-font {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}

.main-box .lead {
	font-size: 18px;
	margin-bottom: 0;
}

.main-box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 20px;
}

.icon-lg {
	font-size: 64px;
}

.icon-xlg {
	font-size: 80px;
}

.icon-md {
	font-size: 48px;
}

.chosen-domain {
	font-size: 15px;
	font-weight: 300;
}

.chosen-domain strong {
	font-size: 21px;
}

.chosen-domain small {
	font-size: 12px;
	font-weight: 400;
}

.input-xs {
	max-width: 160px;
	display: inline-block;
}

.collapse .panel-body p {
	font-size: 15px;
}

.forum-item a:hover, .forum-item .fa {
	color: #24a0d1;
}

.jumbotron .h3 {
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 15px;
}

.chat-message-form .btn-primary {
	height: 90px;
}

.chat-message-form .form-control {
	resize: none;
}

.chat-message-form .fileinput {
	position: absolute;
	top: 9px;
	right: 100%;
	margin-right: 15px;
	z-index: 2;
	padding-right: 15px;
}

.chat-message-form .fileinput-exists {
	top: 35px;
}

.chat-message-form .fileinput .close {
	position: absolute;
	top: 0;
	right: 0;
}

.chat-message-form .fileinput-new {
	font-size: 42px;
}

.chat-message-form .fileinput-filename {
	font-size: 14px;
	display: block;
}

.btn-file>input[type=file]::-webkit-file-upload-button {
	cursor: pointer;
}

.chat-discussion {
	height: auto;
}

.ct-jumbotron {
	min-height: 300px;
	position: relative;
}

.ct-jumbotron h4 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 45px;
}

.ct-jumbotron p {
	font-size: 16px;
}

.jumbotron-secondary:after {
	content: 'OR';
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #2f4050;
	color: #fff;
	text-align: center;
	padding-top: 16px;
	position: absolute;
	top: 50%;
	left: -46px;
	margin-top: -32px;
	overflow: hidden;
}

.ct-color-theme {
	padding: 15px;
	width: 20%;
	float: left;
}

.ct-color-theme .thumbnail {
	margin: 0;
}

p.ct-lead {
	font-size: 16px;
}

.ct-color-picker {
	width: 96px;
	margin: 0 auto;
}

.ct-color-picker .form-control {
	display: block;
	float: none;
	font-size: 16px;
	padding: 0 5px;
	text-align: center;
	width: 96px;
	margin-bottom: 10px;
}

.ct-color-picker span {
	padding: 0;
	display: block;
}

.ct-color-picker .input-group-addon {
	border: 0;
}

.ct-color-picker .input-group-addon i {
	display: block;
	width: 96px;
	height: 48px;
	border-radius: 5px;
}

.ct-dropzone {
	min-height: 96px;
	padding-left: 10px;
	padding-right: 10px;
}

.ct-dropzone .dz-message {
	margin: 1em 0;
}

.ct-form-control-holder {
	padding-top: 25px;
}

.ct-thumbnail {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.ct-thumbnail.active, .ct-thumbnail:hover {
	border-color: #29b0e6;
}

.ct-thumbnail-badge {
	position: absolute;
	top: 15px;
	left: -30px;
	background-color: #29b0e6;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 2px 0;
	width: 120px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ct-thumbnail-actions {
	position: absolute;
	bottom: -500px;
	left: 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.ct-thumbnail:hover .ct-thumbnail-actions {
	bottom: 0;
}

.device-view {
	display: inline-block;
	font-size: 24px;
	margin: 0 2px;
	color: #2f4050;
}

.device-view.active {
	color: #29b0e6;
}

.bar-choose-style, .bar-edit-pages {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 600;
	padding-top: 7px;
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bar-choose-style a:not(:first-of-type):before,
.bar-edit-pages a:not(:first-of-type):before {
	content: ' | ';
	display: inline-block;
	padding: 0 3px 0 1px;
	color: #676a6c;
	font-size: 14px;
}

.phone-view-portrait iframe, 
.phone-view-landscape iframe,
.tablet-view-portrait iframe, 
.tablet-view-landscape iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.phone-view-portrait iframe {
	height: 640px !important;
}
.phone-view-landscape iframe {
	height: 360px !important;
}
.tablet-view-portrait iframe {
	height: 1024px !important;
}
.tablet-view-landscape iframe {
	height: 768px !important;
}

.tablet-view-portrait {
	background: url(../img/devices/tablet-portrait.png) no-repeat 0 0;
	width: 880px;
	height: 1257px;
	margin: 0 auto;
	padding: 121px 54px 112px 58px;
}

.tablet-view-landscape {
	background: url(../img/devices/tablet-landscape.png) no-repeat 0 0;
	width: 1257px;
	height: 880px;
	margin: 0 auto;
	padding: 54px 112px 58px 121px;
}

.device-view-rotate {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.device-view-holder {
	display: inline-block;
	padding-left: 8px;
}

.desktop-view {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 56px;
}

.phone-view-portrait {
	background: url(../img/devices/phone-portrait.png) no-repeat 0 0;
	width: 406px;
	height: 768px;
	margin: 0 auto;
	padding: 67px 23px 61px;
}

.phone-view-landscape {
	background: url(../img/devices/phone-landscape.png) no-repeat 0 0;
	width: 768px;
	height: 406px;
	margin: 0 auto;
	padding: 23px 61px 23px 67px;
}

.table-responsive-quaternary .table>tbody>tr>td {
	vertical-align: top;
}

.widget {
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.widget:focus, .widget:active, .widget:hover {
	color: #fff;
	-webkit-box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}

.widget p {
	font-size: 14px;
}

.widget p span {
	font-weight: 600;
}

.widget p small {
	font-weight: 300;
	font-size: 13px;
}

.widget-bg {
	color: #a7b1c2;
	background-color: #2f4050;
}

.invoice-total>tbody>tr>td:last-child {
	width: 35%;
}

.invoice-total2 {
	text-align: right;
}

.invoice-total2>tbody>tr>td {
	vertical-align: middle;
}

.invoice-total2>tbody>tr>td:last-child {
	width: auto;
	text-align: left;
	border: 0;
}

.invoice-total2>tbody>tr>td:first-child {
	min-width: 180px;
	width: auto;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.panel .lead {
	overflow: hidden;
}

.panel p {
	font-size: 14px;
}

.panel p span {
	font-weight: 600;
}

.bg-confirmed {
	background-color: #5ac5b6;
	border-color: #5ac5b6;
	color: #fff;
}

.color-confirmed {
	color: #5ac5b6;
}

.bg-canceled:hover, .bg-canceled {
	background-color: #d1d1d1;
	border-color: #d1d1d1;
	color: #7f7f7f;
}

.color-canceled {
	color: #676a6c;
}

.bg-collected {
	background-color: #85cae7;
	border-color: #85cae7;
	color: #fff;
}

.color-collected {
	color: #85cae7;
}

.bg-completed {
	background-color: #2f4050;
	border-color: #2f4050;
	color: #fff;
}

.color-completed {
	color: #2f4050;
}

.bg-pending {
	background-color: #fbc994;
	border-color: #fbc994;
	color: #fff;
}

.color-pending {
	color: #fbc994;
}

.bg-error {
	background-color: #f47277;
	border-color: #f47277;
	color: #fff;
}

.color-error {
	color: #f47277;
}

.bg-pending:hover, .bg-confirmed:hover, .bg-collected:hover,
	.bg-completed:hover {
	color: #fff;
}

.bg-pending {
	background-color: #fbc994;
	border-color: #fbc994;
	color: #fff;
}

.color-pending {
	color: #fbc994;
}

.bg-error {
	background-color: #f47277;
	border-color: #f47277;
	color: #fff;
}

.color-error {
	color: #f47277;
}

.btn-move {
	cursor: move;
}

.add-field-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.add-field-list li {
	font-size: 14px;
	padding-top: 7px;
}

.add-field-list li .fa {
	font-size: 15px;
	color: #2f4050;
	display: inline-block;
	margin-right: 2px;
}

.edit-form-sortable {
	list-style: none;
	padding: 0;
	margin: 0;
}

.edit-form-sortable li {
	margin-bottom: 15px;
}

.edit-form-sortable li:last-child .hr-line-dashed {
	display: none;
}

.edit-form-sortable .ui-state-highlight {
	background: #eee;
	height: 40px;
}

.design-colors-boxes .jumbotron { overflow: hidden; position: relative; background: #fff; }
.design-colors-boxes .jumbotron > * { position: relative; z-index: 2; }
.design-colors-boxes .jumbotron .h3 { font-size: 38px; margin-top: 0; }
.design-colors-boxes .jumbotron p { line-height: 1.5; font-size: 20px; }
.design-colors-boxes .jumbotron .fa { position: absolute; bottom: -30px; right: -30px; font-size: 240px; z-index: 1; opacity: 0.1; z-index: 1; }
.design-colors-boxes .jumbotron .btn { margin-top: 5px; }
.design-colors-boxes.welcome-fix .jumbotron {
	min-height: auto;
	padding: 20px;
}
.design-colors-boxes.welcome-fix .jumbotron .h3 {
	font-size: 18px;
	font-weight: 600;
}
.design-colors-boxes.welcome-fix .jumbotron p {
	font-size: 14px;
}
.design-colors-boxes.welcome-fix .jumbotron .fa {
	bottom: -10px;
	right: -10px;
	font-size: 100px;
}

.img-welcome-x1 img {
	width: 240px;
}
.img-welcome-x2 img {
	width: 480px;
}
.img-welcome-x1,
.img-welcome-x2 { 
	outline: 0;
	position: relative;
}
.img-welcome-x1:after,
.img-welcome-x2:after {
	content: '';
	background: transparent url(../img/sprite-play.png) 0 -64px no-repeat;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 64px; 
	margin: -32px 0 0 -32px; 
	opacity: 0.5;
	height: 64px; 
	display: inline-block; 
	z-index: 5; 
}
.img-welcome-x1:focus img,
.img-welcome-x1:hover img,
.img-welcome-x2:focus img,
.img-welcome-x2:hover img { 
	opacity: 0.3;
}
.img-welcome-x1:focus:after,
.img-welcome-x1:hover:after,
.img-welcome-x2:focus:after,
.img-welcome-x2:hover:after {
	background-position: 0 0;
	opacity: 1;
}
.img-welcome-x1:after,
.img-welcome-x1 img,
.img-welcome-x2:after,
.img-welcome-x2 img {
	-webkit-transition: opacity .4s; 
	-o-transition: opacity .4s; 
	transition: opacity .4s;
}

.payment {
	display: inline-block;
	margin-bottom: 30px;
	max-width: 262px;
	max-height: 98px;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	padding: 10px;
}
.payment:hover { border-color: #24a0d1; }
.payment img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;

}
.payment span{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	font-size: 16px;
}
.payment:hover span,
.payment:hover img,
.payment.active img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}
.paymentRequest{
	position: relative;
}
.paymentRequest img{
	opacity: 0;
}
.paymentRequest span{
	bottom: 10px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding-top: 7px;
}
.modal-image .payment{
	margin-bottom: 0px;
	border-color: #24a0d1;
}

.dropdown-flags {
	min-width: 40px;
}

.dropdown-flags>li>a {
	padding-right: 8px;
	padding-left: 8px;
}

.select-hidden-area {
	display: none;
}

.select-hidden-area.active {
	display: block;
}

.tabs-reservations .nav-tabs {
	border: 0;
}

.donut-chart-holder {
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 210px;
	margin-top: 30px;
}

#morris-donut-chart {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.donut-chart-legend {
	padding-top: 45px;
}

.donut-chart-legend span {
	display: inline-block;
	font-size: 12px;
	padding-right: 10px;
}

.donut-chart-legend strong {
	display: inline-block;
	width: 40px;
	height: 12px;
	margin-bottom: -1px;
	margin-right: 2px;
}

.donut-color-1 {
	background-color: #5ac5b6;
}

.donut-color-2 {
	background-color: #fbc994;
}

.donut-color-3 {
	background-color: #85cae7;
}

.stat-list {
	padding-top: 30px;
}

.h1 {
	font-weight: 600;
}

.timeline-item a, p.h1 a {
	color: #676a6c;
}

.edit-reservation-actions {
	margin-bottom: 10px;
}

.edit-reservation-widgets {
	overflow: hidden;
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.edit-reservation-widgets li {
	float: left;
	width: 50%;
	padding: 0 10px 10px;
}

.edit-reservation-widgets .widget {
	margin: 0;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.modal-image {
	text-align: center;
	margin-bottom: 30px;
}

.modal-image .portal {
    margin: 0 auto;
}

.car-reservation-outer {
	height: 25px;
	width: 100%;
	position: relative;
}

.car-reservation {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 5px;
	padding: 5px 5px 0;
	z-index: 10;
}

.car-reservation-outer:last-child {
	padding-bottom: 5px;
	height: 30px;
}

.car-reservation-inner {
	height: 20px;
	width: 100%;
	border-radius: 2px;
	padding: 0 5px;
	color: #fff;
}

.car-reservation-inner:hover {
	opacity: 0.7;
}

.table-car-availability .table>tbody>tr>td, .table-car-availability {
	vertical-align: top;
	padding: 0;
}

.table-car-availability thead th {
	text-align: center;
	font-weight: normal;
}

.table-car-availability thead th:first-child {
	text-align: left;
	width: 20%;
}

.table-car-availability thead th strong {
	display: block;
	font-size: 16px;
}

.table-car-availability .table>tbody>tr>td:first-child {
	text-align: left;
	width: 20%;
	padding: 8px;
	vertical-align: middle;
}

.table-car-availability .table>tbody>tr>td:first-child strong {
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.table-car-availability tbody td {
	width: 11.4286%;
	position: relative;
}

.table-car-availability .table>thead>tr>.day-today {
	background: #2f4050;
	color: #fff;
}

.table-car-availability .table>tbody>tr>.day-today {
	background: #fbfdfe;
}

.dashboard-stats .ibox-content {
	min-height: 356px;
}

.file-name h3 {
	font-weight: 300;
	margin: 0 0 5px;
}

.file-boxes-holder {
	padding: 0 15px;
}

/* Comment to make it work with a new Replace button in Apps & Content / Images & Photos */
.file-boxes-holder .image * {
	position: relative;
	z-index: 1;
}

.file-boxes-holder .image .spinner {
	display: block;
	width: 100%;
	height: 100%;
}

.file-boxes-holder .image .spinner:after {
	content: " ";
	height: 20px;
	width: 20px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	border-top: 0.2em solid rgba(200, 200, 200, 0.5);
	border-right: 0.2em solid rgba(200, 200, 200, 0.5);
	border-bottom: 0.2em solid rgba(200, 200, 200, 0.5);
	border-left: 0.2em solid #ffffff;
	border-radius: 50%;
}

.chat-user.active { background-color: #eee; }

.portals { list-style: none; padding: 0; margin: 0 0 15px; overflow: hidden;}
.portals li { float: left; padding: 15px 30px 15px 0; }

.portal {width: 240px; height: 80px; font-size: 0; text-align: center; vertical-align: middle; display: block; overflow: hidden; border: 1px solid rgba(0,0,0,.1); border-radius: 5px; padding: 10px; }
.portal:hover { border-color: #24a0d1; }
.portal:before {content: ""; display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; }
.portal img {display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.portal img.inactive-image {filter: grayscale(100%); }
.portal span {display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; font-size: 20px; color: #29b0e6; }

.need-portal { border-color: #29b0e6; }
.need-portal:hover { background-color: #29b0e6; border-color: #29b0e6; }
.need-portal:hover span { color: #fff; }

.input-group.clockpicker > input,
.input-group.date > input{
	cursor: pointer;
}

.folder-list li a.active,
.folder-list li a.active i{
	color: #29b0e6;
}

.pulse {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align:center;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(41,176,230, 0.4);
  animation: pulse 2s infinite;
}
.nav > li > a .pulse > i{
	margin-right: 0;
}

a.text-white:hover { 
	color: #fff; 
	text-decoration: underline;
}

.multilang-dropdown { display: none; }
.multilang-dropdown .multilang-title { margin: 0 10px; }
.multilang-dropdown .multilang-item { vertical-align: middle; margin: 0 0 0 10px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(41,176,230, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(41,176,230, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(41,176,230, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(41,176,230, 0.6);
    box-shadow: 0 0 0 0 rgba(41,176,230, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(41,176,230, 0);
      box-shadow: 0 0 0 10px rgba(41,176,230, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(41,176,230, 0);
      box-shadow: 0 0 0 0 rgba(41,176,230, 0);
  }
}

@-moz-keyframes spin { 
	100% {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin { 
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin { 
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media ( max-width :1700px) {
	.ct-jumbotron {
		padding: 30px;
	}
	.ct-jumbotron h4 {
		font-size: 28px;
		min-height: 62px;
		margin-bottom: 30px;
	}
	.edit-reservation-actions a {
		display: block;
		margin-bottom: 10px;
	}
}

@media ( max-width :1599px) {
	.dashboard-stats {
		width: 100%;
	}
	.dashboard-stats .ibox-content {
		min-height: 0;
	}
	.file-boxes .file-box {
		width: 25%;
	}
}

@media ( max-width :1440px) {
	.table-responsive-tertiary, .table-responsive-secondary {
		overflow: hidden;
	}
	.ct-color-theme {
		width: 25%;
	}
	.jumbotron-secondary:after {
		font-size: 16px;
		width: 48px;
		height: 48px;
		padding-top: 12px;
		left: -40px;
		margin-top: -32px;
	}
	.ct-jumbotron {
		padding: 20px;
		min-height: 290px;
	}
	.ct-jumbotron p {
		font-size: 14px;
	}
	.ct-jumbotron h4 {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.edit-reservation-widgets li {
		width: 100%;
	}
	.dashboard-stats2 {
		width: 41.66666667%;
	}
	.dashboard-stats3 {
		width: 58.33333333%;
	}
	.file-boxes .file-box {
		width: 33.3333%;
	}
	.file-boxes-holder {
		float: none;
		width: auto;
	}
	
	.multilang-bar { display: none; }
	.multilang-dropdown { display: block; }
}

@media ( max-width : 1279px) {
	.table-responsive-secondary {
		overflow-x: auto;
		overflow-y: auto;
		margin-bottom: 20px;
	}
	.table-responsive-secondary .table>thead>tr>th,
		.table-responsive-secondary .table>tbody>tr>td {
		min-width: 180px;
	}
	.table-responsive-secondary .table>thead>tr>td:first-child,
		.table-responsive-secondary .table>tbody>tr>th:first-child {
		min-width: 30px;
	}
	.table-responsive-secondary .table>tbody>tr>td.cell-width-2,
		.table-responsive-secondary .table>thead>tr>th.cell-width-2,
		.table-responsive-secondary .table>thead>tr>th.cell-width-1,
		.table-responsive-secondary .table>tbody>tr>td.cell-width-1 {
		min-width: 40px;
	}
	.table-responsive-tertiary .table>thead>tr>th,
		.table-responsive-tertiary .table>tbody>tr>td {
		min-width: 140px;
	}
	.table-responsive-tertiary .table>thead>tr>th:first-child,
		.table-responsive-tertiary .table>tbody>tr>td:first-child {
		min-width: 200px;
	}
	.table-responsive-tertiary .table>thead>tr>th:last-child,
		.table-responsive-tertiary .table>tbody>tr>td:last-child {
		min-width: 50px;
	}
	.bar-choose-style, .bar-edit-pages {
		font-size: 13px;
	}
	.jumbotron {
		padding: 30px;
	}
	.jumbotron .h3 {
		font-size: 34px;
	}
	.jumbotron p {
		font-size: 18px;
	}
	.jumbotron p:last-child {
		margin-bottom: 0;
	}
	.icon-xlg, .icon-lg {
		font-size: 46px;
	}
}

@media ( max-width : 1199px) {
	#page-wrapper {
		padding-bottom: 100px;
	}
	.btn-save {
		margin-top: 0px;
	}
	.contact-box-location .text-right, .contact-box-location .text-left {
		text-align: center;
	}
	.ct-color-theme {
		width: 33.3333%;
	}
	.ct-jumbotron {
		padding: 15px;
		min-height: 0px;
	}
	.ct-jumbotron h4 {
		min-height: 0;
	}
	.ct-form-control-holder {
		padding-top: 0;
	}
	.jumbotron-secondary:after {
		top: -7px;
		left: 50%;
		margin-left: -32px;
	}
	.bar-choose-style, .bar-edit-pages {
		text-align: center;
		padding: 0;
	}
	.bar-edit-pages {
		padding-bottom: 8px;
	}
	.bar-choose-style {
		padding-top: 5px;
	}
	.edit-reservation-widgets li {
		width: 50%;
	}
	.dashboard-stats2, .dashboard-stats3 {
		width: 100%;
	}

	.pj-multilang-wrap { margin-bottom: 15px; }

	.col-lg-3 > .row > .btn { margin-left: 15px; margin-top: 15px; }
}

@media ( max-width : 991px) {
	h2.text-right-mobile {
		text-align: left;
	}
	.table-responsive-actions .show-total {
		text-align: left;
	}
	.modified-layout .fa-angle-double-right {
		display: none;
	}
	.ct-color-theme {
		width: 50%;
	}
	.file-boxes .file-box {
		width: 50%;
	}

	.table-head-actions .col-sm-6,
	.table-head-actions .col-sm-12 { padding-bottom: 15px;  }
}

@media ( max-width :768px) {
	/*
	.navbar-default .nav>li>div>.navbar-brand {
		width: 43px;
		margin-left: -14px;
	}
	*/
	.table-responsive {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.table-responsive .badge {
		display: none;
	}
	.preview-website {
		padding-top: 0;
		padding-bottom: 15px;
	}

}

@media ( max-width :767px) {
	.page-heading .btn-group-languages {
		margin-top: 0;
		padding-top: 10px;
		margin-bottom: 15px;
		text-align: left;
	}
	.text-right-mobile {
		text-align: left;
	}
	.wt-thumbnail {
		max-width: 310px;
		margin: 0 auto 15px;
	}
	.show-total:after{
		clear: left;
		content: "";
		display: table;
		zoom: 1;
	}
	.show-total .form-group {
		float: left;
		margin-right: 10px;
	}
	.show-total label {
		margin-top: 7px;
	}
	.timeline-item {
		position: relative;
	}
	.timeline-item .badge {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: 0;
		margin-top: 11px;
	}
	.donut-chart-holder {
		margin: 0 auto;
	}
	.stat-list {
		padding-top: 15px;
	}
	.donut-chart-legend {
		padding-top: 15px;
		margin-bottom: 0;
	}
	.search-group {
		margin-bottom: 15px;
	}
	.chat-users {
		height: auto;
	}
	.file-boxes .file-box {
		width: 50%;
	}
}

@media ( max-width : 479px) {
	.go-to-page {
		margin-top: 10px;
	}
	.ct-color-theme {
		width: 100%;
	}
	.bar-choose-style, .bar-edit-pages {
		font-size: 12px;
	}
	.edit-reservation-widgets li {
		width: 100%;
	}
	.ibox-heading h3 {
		font-size: 18px;
	}
	.timeline-item .date {
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}
	.timeline-item .date i {
		right: auto;
		left: 15px;
		border: 1px solid #e7eaec;
	}
	.timeline-item .content {
		border-bottom: 1px solid #e7eaec;
		border-top: 0;
		width: 100%;
		margin-bottom: 15px;
		border-left: 0;
	}
	.timeline-item .badge {
		margin-top: 4px;
	}
	.jumbotron {
		padding: 15px;
	}
	.jumbotron .h3 {
		font-size: 28px;
	}
	.jumbotron p {
		font-size: 16px;
	}
	.calendar-title {
		font-size: 21px;
		padding-top: 10px;
	}
	.file-boxes .file-box {
		width: 100%;
	}
	.gallery-sort, .gallery-search {
		float: none;
		padding: 0 15px;
	}
	.gallery-sort h5, .gallery-search h5 {
		float: none;
		margin: 0 0 5px;
	}
	.gallery-search .form-group, .gallery-sort .form-group {
		float: none;
	}
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }

    .table-responsive-actions .input-group,
    .table-responsive-actions .btn-group { margin-bottom: 15px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }


}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}

label { font-weight: 600; }  

#frmConfig label { margin: 6px 0 0; padding-top: 0; }

.ibox-content p.h1.no-margins { white-space: nowrap; }

.dropdown-menu > li > .page-off { opacity: 0.5; }
.dropdown-menu > li > .page-off i { float: right; margin: 6px 0 0; }

.file .icon, 
.file .image { height: 150px; vertical-align: middle; text-align: center; font-size: 0; }

.file .icon:before, 
.file .image:before { content: ""; display: inline-block; height: 100%; margin-left: -0.25em; vertical-align: middle; }

.file .icon i,
.file .image img  { display: inline-block; max-height: 100%; vertical-align: middle; }

p.h1 { font-size: 32px; }

.ibox-content-stats { padding-top: 20px; }

/*
.help-block { color: #a94442; }
*/

textarea.form-control-short-text { height: 132px; }

.i-checks3 strong { font-weight: 400; }

.datepicker-days { padding: 5px; }

.car-types { font-size: 0; vertical-align: top; }

.car-type { float: none; display: inline-block; vertical-align: top; font-size: 13px; }

#map_canvas > div { position: relative!important; }

/*.mce-panel { width: 100%!important; }*/

.mobile-text-right { text-align: right; }

#frmLocationCars > .row { font-size: 0; vertical-align: top; } 
#frmLocationCars .col-lg-3.col-md-4.col-sm-6 { float: none!important; display: inline-block; vertical-align: top; }

.welcome-ibox-content h3 { line-height: 1.6; }

/* New bar */

.bar-top { padding-top: 5px; padding-bottom: 5px; background-color: #293846; background-color: #384d61; border: 0!important; }
.bar-top .btn-warning { margin-left: 10px; vertical-align: top; }
.bar-top .btn-primary { margin-left: 10px; vertical-align: top; }

.bar-edit-pages { padding-top: 0px; }

.bar-choose-style a:not(:first-of-type):before, 
.bar-edit-pages a:not(:first-of-type):before {content: ' | '; display: inline-block; padding: 0 3px 0 1px; color: #676a6c; font-size: 14px; }

.bar-edit-pages p,
.device-view { color: #fff; }

.navbar-minimalize { position: absolute; top: 5px; left: 100%; font-size: 40px; line-height: 40px; }

.dropdown-menu-right { left: auto; right: 0; }
	
.navbar-minimalize { font: normal normal normal 14px/1 FontAwesome; padding: 5px 12px; height: 35px; display: inline-block; cursor: pointer; background-color: #263a4a; border: 0; margin: 0 0 0 -3px; overflow: visible; outline: none; border-top-right-radius: 4px; border-bottom-right-radius: 4px; color: #29b0e6; font-size: 28px; line-height: 1; font-weight: normal; }
.navbar-minimalize:after { content: "\f100"; display: block; margin-top: -3px; }
.mini-navbar .navbar-minimalize:after { content: "\f101"; }

.navbar-default { background: #2f4050; }

.bar-col { padding-left: 15px; padding-right: 15px; float: left; }
.bar-col .bar-edit-pages { padding-left: 40px; }

.bar-col-1of3 { width: 33.3333%; }
.bar-col-2of3 { width: 66.6666%; }
.bar-col-1of2 { width: 50%; }

.page-editor #page-wrapper .bar-col-2of3 .row { margin-left: -15px; margin-right: -15px; }

.bar-col .btn strong { font-weight: normal; }

.pace-done .navbar-static-side, 
.pace-done .nav-header, 
.pace-done li.active, 
.pace-done #page-wrapper, .pace-done .footer { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } 

.navbar-minimalize:hover { color: #48cbff; }

.navbar-top-links > li > a:hover { opacity: 0.7; }   

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, 
.mini-navbar .nav li:focus > .nav-second-level { min-width: 210px; }

body.mini-navbar .navbar-default .nav-second-level li a .fa { display: inline-block; }

.welcome-icon { font-size: 240px; position: absolute; top: 20px; right: -30px; opacity: 0.2; color: #29b0e6; }

.overflow-hidden { position: relative; overflow: hidden; }


@media (max-width: 1600px){
	p.h1 { font-size: 28px; }	

	.paymentRequest span { top: 15px; }
	
	.dashboard-stats4 { width: 100%; }

    .dashboard-stats5 { width: 50%; }

    .bar-col-1of3 { width: 40%; }
	.bar-col-2of3 { width: 60%; }
}
@media (max-width:1599px){
 	.dashboard-stats { width: 100%; }
 
 	.dashboard-stats .ibox-content { min-height: 0; }
}
@media (max-width:1440px){
	.dashboard-stats2 { width: 41.66666667%; }
	
	.dashboard-stats3 { width: 58.33333333%; }
}
@media (max-width: 1366px){
	p.h1 { font-size: 22px; }	
	
	.ibox-content-stats { padding-top: 25px; padding-bottom: 25px; }

	.paymentRequest span { top: 10px; font-size: 14px; padding-top: 0; } 

	.welcome-warning h3 { line-height: 1.8; }

	.bar-col .btn-group .btn strong:not(.caret),
	.bar-col .btn-warning strong { display: none; }
	.bar-col .btn-warning .fa { margin-right: 0; }

	.bar-col-1of3,
	.bar-col-2of3 { width: 50%; }
	
	.bar-col-2of3 .row { font-size: 0; vertical-align: top; text-align: right; }
	.bar-col-1of2 { width: auto; float: none; vertical-align: top; display: inline-block; }

	.device-view { margin: 0 4px; }
	.device-view-holder { padding-left: 4px; }
}

@media (max-width: 1280px){
	.paymentRequest span { top: 10px; font-size: 13px; } 
}

@media (max-width: 1199px){
	.mobile-text-right { text-align: left; }
	
	.dashboard-stats2,
	.dashboard-stats3 { width: 100%; }

	.bar-choose-style, 
    .bar-edit-pages { text-align: center; padding: 0; }

    .bar-choose-style { padding-top: 5px; } 

    .bar-col-1of3 { width: 60%; }
	.bar-col-2of3 { width: 40%; padding-right: 20px; }

	.device-view {display: none;}

	.bar-col-1of2 { padding: 0 10px 0 0; }
}

@media (max-width: 991px){
	.table-responsive-actions .mobile-text-right { text-align: right; }
}

@media (max-width: 768px){
	.preview-website { padding-bottom: 0; padding-top: 13px;} 

	body.mini-navbar .navbar-default .nav > li > .nav-second-level li a { padding: 7px 5px; }

	body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, 
	.mini-navbar .nav li:focus > .nav-second-level { min-width: 160px; }

	body.mini-navbar .navbar-static-side { display: block; opacity: 1; }

	.mini-navbar .navbar-default .nav>li>div>.navbar-brand { margin: 0 auto; }

	.navbar-default .nav>.nav-header { padding: 15px 10px 15px 8px; }

	.paymentRequest span { top: 15px; font-size: 15px; } 

	.jumbotron.white-bg .fa { float: left; margin-right: 10px; margin-top: -2px; }

	.jumbotron.white-bg .fa-paint-brush { margin-top: -7px; }

	.jumbotron .h3 { margin-top: 0; margin-bottom: 10px; }

	.navbar-static-side { display: block; top: 0; bottom: 0; }

	#wrapper { position: relative; }

	#page-wrapper { margin-left: 220px; }

	body.mini-navbar .navbar-static-side { width: 70px; }
	body.mini-navbar #page-wrapper { margin-left: 70px; }
	body.mini-navbar  .navbar-default .nav > li > div > .navbar-brand { width: 43px; margin-left: 5px; }

	.navbar-default { background: #2f4050; }
	
	.bar-edit-pages .pull-left:first-child { display: none; }

	.mini-navbar .bar-edit-pages .pull-left:first-child { display: block; }

	.bar-col-1of3 { width: 70%; }
	.bar-col-2of3 { width: 30%; }

	.body-small .navbar-static-side { display: block; width: 220px;  }

	.preview-website { padding-left: 40px; }

	.navbar-top-links li:last-child { margin-right: 15px; }
	.navbar-top-links li a { padding-left: 5px; padding-right: 5px; }

	.welcome-icon { display: none; }
}

@media (max-width: 767px){
	.car-type { width: 50%; }

	.preview-website { padding-bottom: 15px; padding-top: 0;} 

	.tabs-container .tab-tabs-mobile > li { float: left!important; }

	.paymentRequest span { top: 25px; font-size: 16px; } 
	
	.dashboard-stats5 { width: auto; }

	.bar-col-1of3 { width: 100%; }
	.bar-col-2of3 { width: 100%; }

	.bar-col-2of3 .row { text-align: center; }

	.bar-edit-pages { text-align: center; padding: 0 30px 5px; }
	.bar-edit-pages .pull-left { float: none!important; }

	.mini-navbar .bar-edit-pages .pull-left:first-child { display: none; }

	.bar-top .btn-primary { margin-left: 7px; }

	.navbar-top-links { text-align: center; }
}

@media (max-width: 639px){
	.car-type { width: 100%; }
}

@media (max-width: 480px){
	
	.mobile-text-center,
	.mobile-text-right { text-align: center; }

	.btn-advance-search { display: block; }

	.ibox-content { padding: 15px; }

	.paymentRequest span { top: 15px; font-size: 14px; } 

}

@media (max-width: 479px){
	.paymentRequest span { top: 10px; font-size: 12px; } 

	.col-xs-mobile { text-align: center; width: 100% ; }

	.jumbotron.white-bg .fa { display: none; }

	.jumbotron p { line-height: 1.6; } 

	.bar-edit-pages .btn-group { margin-bottom: 5px; }
}