body {

	position: relative;

}

.main-header .logo {

	line-height: 46px;

}

.login-logo img {

	max-height: 60px;

}

.logo .logo-lg > img {

    max-height: 40px;

}

.rk-profile-box {

    _border: 1px solid #e1e1e1;

    _padding: 15px;

}

.rk-profile-box .rk-profile-pic {

    float: left;

    position: relative;

    width: 180px;

}

.rk-file-upload {

    background-color: #666666;

    border-radius: 3px;

    bottom: 1px;

    color: #ffffff;

    left: 0;

    line-height: normal;

    padding: 8px 12px;

    position: absolute;

    right: 0;

    text-align: center;

}

.rk-file-upload:hover {

    background-color: #7a7a7a;

}

.rk-file-upload > input {

    bottom: 0;

    cursor: pointer;

    height: 100%;

    left: 0;

    opacity: 0;

    position: absolute;

    right: 0;

    width: 100%;

}

.rk-file-upload > span > i {

    margin-right: 5px;

}

.error {

    color: #ac2925;

    _margin-bottom: 15px;

}



.cmn-toggle {

	position: absolute;

	margin-left: -9999px;

	visibility: hidden;

}

.cmn-toggle + label {

	display: block;

	position: relative;

	cursor: pointer;

	outline: none;

	user-select: none;

}

input.cmn-toggle-round-flat + label {

	background-color: #dd4b39;

	border-radius: 30px;

	height: 20px;

	padding: 2px;

	transition: background 0.4s ease 0s;

	width: 50px;

}

input.cmn-toggle-round-flat + label:before, 

input.cmn-toggle-round-flat + label:after {

	display: block;

	position: absolute;

	content: "";

}

input.cmn-toggle-round-flat:checked + label {

	background-color: #00a65a;

}

input.cmn-toggle-round-flat:checked + label:after {

	margin-left: 30px;

	background-color: #00a65a;

}

input.cmn-toggle-round-flat + label:before {

	background-color: #fff;

	border-radius: 30px;

	bottom: 2px;

	left: 2px;

	right: 2px;

	top: 2px;

	transition: background 0.4s ease 0s;

}

input.cmn-toggle-round-flat + label:after {

	background-color: #dd4b39;

	border-radius: 24px;

	bottom: 4px;

	left: 4px;

	top: 4px;

	transition: margin 0.4s ease 0s, background 0.4s ease 0s;

	width: 11px;

}



/*---------------------------------------------------------------

RADIO & CHECKBOX

---------------------------------------------------------------*/

.checkbox input[type=checkbox] {

    opacity: 0;

    margin-left: 1px !important; 

}

.checkbox input[type=checkbox] + label {

    display: block;

    padding-left: 20px !important;

    position: relative; 

}

.checkbox input[type=checkbox] + label:hover:before {

    border-color: #37599b; 

}

.checkbox input[type=checkbox] + label:before {

    background-color: #fff;

    border: 2px solid #b6b7b8;

    border-radius: 0px;

    content: "";

    display: inline-block;

    height: 16px;

    line-height: 1;

    margin-left: -20px;

    position: absolute;

    top: 2px;

    transition: all linear 0.1s;

    width: 16px; 

}

.checkbox input[type=checkbox] + label:after {

    color: #fff;

    content: "\f00c";

    font-family: 'FontAwesome';

    font-size: 0px;

    -webkit-font-smoothing: antialiased;

    left: 6px;

    position: absolute;

    top: 7px;

    transition: all linear 0.1s; 

}

.checkbox input[type=checkbox]:checked + label:before {

    border-width: 8px;

    border-color: #37599b; 

}

.checkbox input[type=checkbox]:checked + label:after {

    font-size: 10px;

    left: 3px;

    top: 3px; 

}

.form-inline .checkbox input[type="checkbox"] {

    left: 0;

    position: absolute;

    top: 0;

}

.form-group.form-inline .checkbox {

    margin-right: 15px;

}



table.dataTable thead > tr > th {

	position: relative;

    vertical-align: middle;

}

.dataTable th .btn-delete {

    background-color: #dd4b39;

    border: none;

    border-radius: 0;

    color: #fff;

    font-size: 14px;

    left: 30px;

    position: absolute;

	top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.btn-edit {

    background-color: #dd4b39;

    border: none;

    border-radius: 0;

    color: #fff;

    font-size: 14px;

    left: 30px;

	top: 8px;

}

.btn-edit:hover {

	color:#ffffff;

}

.btn-green {

	background-color:#008000;

}

.btn-green:hover {

	color:#ffffff;

}

.content-header .btn_profile {

	margin-left: 15px;

}

.sidebar-menu > li.user-header {

    text-align: center;

}

.sidebar-menu > li .user-name {

    line-height: normal;

    margin-bottom: 0;

}

.sidebar-menu .user-header > img {

	height: 150px;

    object-fit: cover;

    width: 150px;

}

.profile-user-img {

    height: 100px;

    object-fit: cover;

}

#reviews .timeline>li>.timeline-item {

	margin:0;

}

#bookings .user-block .username, #bookings .user-block .description {

	margin-left:0;

}

form .alert {

    margin-bottom: 0;

    margin-top: 20px;

}



/*-------- Photo Gallery --------*/

.rk-gallery-item {

	margin-bottom: 15px;

    margin-top: 15px;

    overflow: hidden;

    position: relative;

}

.rk-gallery-item img {

	height: 130px;

    object-fit: cover;

    width: 100%;

}

.rk-gallery-overlay {

	background-color: rgba(0, 0, 0, 0.5);

    bottom: 90px;

    height: 100%;

    left: 0;

    opacity: 0;

    position: absolute;

    text-align: center;

    transition: all 0.2s linear 0s;

    visibility: hidden;

    width: 100%;

    z-index: 1;

}

.rk-gallery-item:hover .rk-gallery-overlay {

	bottom: 0;

    opacity: 1;

    visibility: visible;

}

.rk-gallery-overlay a {

    border: 1px solid;

    color: #fff;

    left: 50%;

    padding: 11px 12px 10px;

    position: absolute;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    transition: all 0.2s linear 0s;

}

.rk-gallery-overlay a:hover {

	background-color: #37599b;

	border-color: #37599b;

}

.rk-gallery-overlay a i {

    display: table;

}



div.pp_default .pp_top .pp_left { background: url(../img/prettyPhoto/sprite.png) -78px -93px no-repeat; } /* Top left corner */

div.pp_default .pp_top .pp_middle { background: url(../img/prettyPhoto/sprite_x.png) top left repeat-x; } /* Top pattern/color */

div.pp_default .pp_top .pp_right { background: url(../img/prettyPhoto/sprite.png) -112px -93px no-repeat; } /* Top right corner */

	

div.pp_default .pp_content .ppt { color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left { background: url(../img/prettyPhoto/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }

div.pp_default .pp_content_container .pp_right { background: url(../img/prettyPhoto/sprite_y.png) top right repeat-y; padding-right: 13px; }

div.pp_default .pp_content { background-color: #fff; } /* Content background */

div.pp_default .pp_next:hover { background: url(../img/prettyPhoto/sprite_next.png) center right  no-repeat; cursor: pointer; } /* Next button */

div.pp_default .pp_previous:hover { background: url(../img/prettyPhoto/sprite_prev.png) center left no-repeat; cursor: pointer; } /* Previous button */

div.pp_default .pp_expand { background: url(../img/prettyPhoto/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Expand button */

div.pp_default .pp_expand:hover { background: url(../img/prettyPhoto/sprite.png) 0 -56px no-repeat; cursor: pointer; } /* Expand button hover */

div.pp_default .pp_contract { background: url(../img/prettyPhoto/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; } /* Contract button */

div.pp_default .pp_contract:hover { background: url(../img/prettyPhoto/sprite.png) 0 -113px no-repeat; cursor: pointer; } /* Contract button hover */

div.pp_default .pp_close { width: 30px; height: 30px; background: url(../img/prettyPhoto/sprite.png) 2px 1px no-repeat; cursor: pointer; } /* Close button */

div.pp_default #pp_full_res .pp_inline { color: #000; } 

div.pp_default .pp_gallery ul li a { background: url(../img/prettyPhoto/default_thumb.png) center center #f8f8f8; border:1px solid #aaa; }

div.pp_default .pp_gallery ul li a:hover,

div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }



div.pp_default .pp_gallery a.pp_arrow_previous,

div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }

div.pp_default .pp_nav .pp_play,

div.pp_default .pp_nav .pp_pause { background: url(../img/prettyPhoto/sprite.png) -51px 1px no-repeat; height:30px; width:30px; }

div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }

div.pp_default .pp_details { position: relative; }

div.pp_default a.pp_arrow_previous,

div.pp_default a.pp_arrow_next { background: url(../img/prettyPhoto/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }

div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; } /* The next arrow in the bottom nav */

div.pp_default .pp_content_container .pp_details { margin-top: 5px; }

div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }

div.pp_default .pp_nav .currentTextHolder{ font-family: Georgia; font-style: italic; color:#999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }



div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity:0.7; }



div.pp_default .pp_bottom .pp_left { background: url(../img/prettyPhoto/sprite.png) -78px -127px no-repeat; } /* Bottom left corner */

div.pp_default .pp_bottom .pp_middle { background: url(../img/prettyPhoto/sprite_x.png) bottom left repeat-x; } /* Bottom pattern/color */

div.pp_default .pp_bottom .pp_right { background: url(../img/prettyPhoto/sprite.png) -112px -127px no-repeat; } /* Bottom right corner */



div.pp_default .pp_loaderIcon { background: url(../img/prettyPhoto/loader.gif) center center no-repeat; } /* Loader icon */



div.pp_pic_holder a:focus { outline:none; }

div.pp_overlay {

	background: #000;

	display: none;

	left: 0;

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 9500;

}

div.pp_pic_holder {

	display: none;

	position: absolute;

	width: 100px;

	z-index: 10000;

}

.pp_top {

	height: 13px;

	position: relative;

}

* html .pp_top { padding: 0 20px; }

.pp_top .pp_left {

	height: 13px;

	left: 0;

	position: absolute;

	width: 20px;

}

.pp_top .pp_middle {

	height: 13px;

	left: 20px;

	position: absolute;

	right: 20px;

}

* html .pp_top .pp_middle {

	left: 0;

	position: static;

}

.pp_top .pp_right {

	height: 13px;

	left: auto;

	position: absolute;

	right: 0;

	top: 0;

	width: 20px;

}

.pp_content { height: 40px; min-width: 40px; }

* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container {

	position: relative;

	text-align: left;

	width: 100%;

}

.pp_content_container .pp_details {

	float: left;

	margin: 10px 0 2px 0;

}

.pp_nav {

	clear: right;

	float: left;

	margin: 3px 10px 0 0;

}

.pp_nav p {

	float: left;

	margin: 2px 4px;

	white-space: nowrap;

}

.pp_nav .pp_play,

.pp_nav .pp_pause {

	float: left;

	margin-right: 4px;

	text-indent: -10000px;

}

a.pp_arrow_previous,

a.pp_arrow_next {

	display: block;

	float: left;

	height: 15px;

	margin-top: 3px;

	overflow: hidden;

	text-indent: -10000px;

	width: 14px;

}

.pp_hoverContainer {

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 2000;

}

.pp_gallery {

	display: none;

	left: 50%;

	margin-top: -50px;

	position: absolute;

	z-index: 10000;

}

.pp_gallery div {

	float: left;

	overflow: hidden;

	position: relative;

}

.pp_gallery ul {

	float: left;

	height: 35px;

	margin: 0 0 0 5px;

	padding: 0;

	position: relative;

	white-space: nowrap;

}

.pp_gallery ul a {

	border: 1px #000 solid;

	border: 1px rgba(0,0,0,0.5) solid;

	display: block;

	float: left;

	height: 33px;

	overflow: hidden;

}

.pp_gallery ul a:hover,

.pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li {

	display: block;

	float: left;

	margin: 0 5px 0 0;

	padding: 0;

}

.pp_gallery .pp_arrow_previous,

.pp_gallery .pp_arrow_next {

	margin-top: 7px !important;

}

a.pp_next {

	display: block;

	float: right;

	height: 100%;

	text-indent: -10000px;

	width: 49%;

}

a.pp_previous {

	display: block;

	float: left;

	height: 100%;

	text-indent: -10000px;

	width: 49%;

}

a.pp_expand,

a.pp_contract {

	cursor: pointer;

	display: none;

	height: 20px;	

	position: absolute;

	right: 30px;

	text-indent: -10000px;

	top: 10px;

	width: 20px;

	z-index: 20000;

}

a.pp_close {

	position: absolute;

	right: 0;

	top: 0;

	display: block;

	line-height: 22px;

	text-indent: -10000px;

}

.pp_bottom {

	height: 13px;

	position: relative;

}

* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left {

	height: 13px;

	left: 0;

	position: absolute;

	width: 20px;

}

.pp_bottom .pp_middle {

	height: 13px;

	left: 20px;

	position: absolute;

	right: 20px;

}

* html .pp_bottom .pp_middle {

	left: 0;

	position: static;

}

.pp_bottom .pp_right {

	height: 13px;

	left: auto;

	position: absolute;

	right: 0;

	top: 0;

	width: 20px;

}

.pp_loaderIcon {

	display: block;

	height: 24px;

	left: 50%;

	margin: -12px 0 0 -12px;

	position: absolute;

	top: 50%;

	width: 24px;

}

div.ppt {

	display: none !important;

}

.mt10 {

	margin-top: 10px;

}

.mt20 {

	margin-top: 20px;

}

.mt30 {

	margin-top: 30px;

}

.mt40 {

	margin-top: 40px;

}

.mt50 {

	margin-top: 50px;

}

.pagination > .active > a, 

.pagination > .active > a:focus, 

.pagination > .active > a:hover, 

.pagination > .active > span, 

.pagination > .active > span:focus, 

.pagination > .active > span:hover {

    background-color: #37599b;

    border-color: #37599b;

}

.invoice .page-header {

    margin-top: 0;

}

.box-profile .list-group-item {

    display: inline-block;

    width: 100%;

}



.dataTables_wrapper .buttons-csv, 

.dataTables_wrapper .buttons-excel {

	background: #37599b;

	border-color: #27498b;

	border-radius: 3px;

	color: #fff;

	font-size: 14px;

	padding: 6px 12px;

}

.dataTables_wrapper .buttons-csv:hover:not(.disabled), 

.dataTables_wrapper .buttons-excel:hover:not(.disabled) {

	background: #27498b;

}



/* User Details */

.widget-user-2 .widget-user-header {

    display: table;

    width: 100%;

}

.widget-user-2 .widget-user-header > .row > div {

    display: table-cell;

    float: none;

    vertical-align: middle;

}

.widget-user-2 .widget-user-header > .row > div:last-child {

    width: 1%;

}

.bitcoin-address {

    padding: 10px 15px;

}

.bitcoin-address label {

	float: left;

    font-weight: normal;

    margin: 7px 0;

    padding: 0 3px;

    width: 30%;

}

.bitcoin-address .form-control {

    width: 70%;

}

.btn[data-loading-text] > i.fa {

	margin-right: 4px;

}



/* News */

.pip {

	display: inline-block;

	margin: 10px 10px 0 0;

}

.pip .imageThumb {

    height: 142px;

    width: 170px;

    object-fit: cover;

	max-height: 90px;

	padding: 1px;

	cursor: pointer;

}

.remove {

	display: block;

	background: #444;

	border: 1px solid black;

	color: white;

	text-align: center;

	cursor: pointer;

}

.remove:hover {

	background: white;

	color: black;

}

.timeline-body.row.view_news_images img {

    height: 75px;

    object-fit: cover;

}



/*.daterangepicker {

	bottom: 280px !important;

	left: 245px !important;

	right: inherit !important;

	top: inherit !important;

}

div.daterangepicker.opensleft:before {

    border-bottom: none;

    border-top: 7px solid #ccc;

	bottom: -7px;

    left: 9px;

    right: inherit;

    top: inherit;

}

div.daterangepicker.opensleft:after {

    border-bottom: none;

    border-top: 6px solid #fff;

	bottom: -6px;

    left: 10px;

    right: inherit;

    top: inherit;

}*/



@media (min-width: 992px) {

.table-responsive {

	overflow: hidden;

}

}



@media (max-width: 991px) {

.invoice {

    margin: 0;

}

}



@media (max-width: 767px) {

.table-responsive {

    border: none;

    margin-bottom: 0;

}

.table-responsive .table {

    text-align: left;

}

}



@media (max-width: 479px) {

.col-xxs-12 {

	width: 100%;

}

.nav-tabs-custom li > a {

	padding: 10px;

}

.invoice .page-header {

    margin-bottom: 15px;

}

.invoice .page-header > small {

    float: none !important;

	margin-top: 10px;

}

}



/* div.col-md-12 ul.nav.nav-stacked.newul li a{

    padding: 3px 10px;

    display: inline-block;

    background: #ededed;

    font-size: 12px;

    color: #999;

    text-transform: uppercase;

    border-radius: 3px;

} */



.mt20{

	margin-top: 20px !important;

}

.mb20{

	margin-bottom: 20px !important;

}

.ml10{

	margin-left: 10px !important;

}

.dataTables_wrapper .dataTables_length {
float: left;
}
.dataTables_wrapper .dataTables_filter {
float: right;
text-align: right;
}