html,
body {
    /* height: 100%; */
	font-family: 'Exo 2', sans-serif;
	background: #F6F9FC none repeat scroll 0% 0%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 70px 0 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.message_count {
	position: absolute;
	display: block;
	top: -13px;
	width: 24px;
	height: 24px;
	right: -12px;
	background-color: #f70000;
	padding: 3px;
	border-radius: 50% !important;
	font-size: 18px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
	margin-top: 40px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

a:hover, a:active, a:focus {
	outline: 0;
}

input::-moz-focus-inner { 
	border: 0; 
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* LAYOUT */
.content {
	width: 100%;
}
.wrap .container {
	width: 100%;
}
/*.wrap .container {
	padding: 0px !important;
}*/

@media screen and (min-width: 1200px) {
	.wrap .container {
		width: 1170px;
	}
}


.margin-auto {
	margin: 0px auto;
}

/* BOOTSTRAP TWEAKS */
.navbar-blue {
	background-color: #567CA4;
	border-color: #567CA4;
}
.navbar-header {
	margin-left: 0px !important;
}
.navbar-blue .navbar-brand {
	/*padding-left: 50px;*/
	color: #FFFFFF;
	margin-left: 0px !important;
	padding-right: 15px;
}
.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
	color: #FFFFFF;
	background-color: #51759b;
}
.navbar-blue .navbar-text {
	color: #FFFFFF;
}
.navbar-blue .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-blue .navbar-nav > li > a:hover,
.navbar-blue .navbar-nav > li > a:focus {
	color: #FFFFFF;
	text-decoration: none;
    background-color: #51759b;
}
.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus {
	/*color: #555555;
	background-color: #e7e7e7;*/
}
.navbar-blue .navbar-nav > .disabled > a,
.navbar-blue .navbar-nav > .disabled > a:hover,
.navbar-blue .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-blue .navbar-toggle {
	border-color: #7598BD;
}
.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
	background-color: #7598BD;
}
.navbar-blue .navbar-toggle .icon-bar {
	background-color: #8AA7B1;
}
.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
	/*border-color: #e7e7e7;*/
}
.navbar-blue .navbar-nav > .open > a,
.navbar-blue .navbar-nav > .open > a:hover,
.navbar-blue .navbar-nav > .open > a:focus {
	text-decoration: none;
    background-color: #51759b;
}

.navbar-fixed-top {
	border-width: 0px;
}

.navbar-usermenu-username {
	padding-left: 61px !important;
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

@media (max-width: 767px) {
	.navbar-blue .navbar-nav > li > a {
		line-height: 30px;
	}
	.navbar-nav .navbar-usermenu .dropdown-menu > li > a {
		padding-left: 61px !important;
	}
}

@media (min-width: 768px) {
	.navbar-right {
		margin-right: 0px !important;
	}
	.navbar-usermenu-username {
		padding-left: 50px !important;
		background-position: 4px 4px;
	}
	/*.navbar-blue .navbar-brand {
		width: 100%;
	}*/
}

/*@media (min-width: 992px) {
	.navbar-blue .navbar-header {
		width: 25%;
	}
}*/

.navbar-blue .navbar-link {
  color: #777777;
}
.navbar-blue .navbar-link:hover {
  color: #333333;
}
.navbar-blue .btn-link {
  color: #777777;
}
.navbar-blue .btn-link:hover,
.navbar-blue .btn-link:focus {
  color: #333333;
}

.dropdown-menu li a {
	color: #FFFFFF ;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #FFFFFF;
	background-color: #51759b;
}

/* .dropdown-menu { */
	/* background-color: #567CA4; */
/* } */

.tooltip-inner {
	text-align: left;
	max-width: 350px;
	white-space:pre;
    max-width:none;

}

.no-side-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-vert-padding {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.zero-margin {
    margin: 0px !important;
}

.full-width {
    width: 100% !important;
}

.btn-group-custom .btn {
    margin-bottom: 10px;
}

/* SIDEBAR */
.sidebar-menu {
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(6, 33, 63, 0.13);
	margin-bottom: 10px;
	width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
	.sidebar-menu {
		width: 90%;
	}
}

.sidebar-menu ul {
	list-style: outside none none;
	padding-left: 0px;
    margin: 10px 0px;
}

.sidebar-menu a {
	display: block;
	line-height: 32px;
	padding: 0px 20px;
	text-decoration: none;
}

.sidebar-menu ul li a:hover {
	background-color: #f5f7fa;
	text-decoration: none;
}

.sidebar-menu ul ul {
	list-style: outside none none;
	background: #FFF none repeat scroll 0% 0%;
	padding: 0px;
    margin: 0px;
}

.sidebar-menu ul ul li a {
	display: block;
	line-height: 29px;
	padding: 0px 34px;
	color: #757C85;
}

.sidebar-menu-active > a {
	background-color: #F5F7FA !important;
	font-weight: bold;
	padding-left: 18px !important;
	border-left: 2px solid #6286AE ;
	color: #000000 !important;
}

.sidebar-menu ul ul li.sidebar-menu-active > a {
	padding-left: 32px !important;
}

/* OTHER */

.margin-vert-233 {
	margin: 233px 0px;
}

.margin-vert-40 {
	margin: 40px 0px;
}

.half-width {
	width: 50%;
}

.pad-top-10 {
	padding-top: 10px;
}

.pad-top-20 {
	padding-top: 20px;
}

/* BLOCKS */
.content-block {
	/*width: 100%;*/
	padding: 15px 25px;
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(6, 33, 63, 0.13);
	margin-bottom: 20px;
}

.content-block  h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

/* Ð“Ð›ÐÐ’ÐÐÐ¯ Ð¡Ð¢Ð ÐÐÐ˜Ð¦Ð */
.item {
	margin-bottom: 10px;
}

.item .photo {
	width: 100px;
	height: 100px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 3px;
    border: 1px solid grey;
    display: block;
}

.item .photo-container {
	width: 105px;
	height: 105px;
}

.item .info {
	position: relative;
	height: 80px; 
}

.item .info-view {
    min-height: 85px;
	margin-bottom: 25px;
}

.item .location {
	position: absolute; 
	bottom: 0px; 
	left: 0px;
	color: rgb(133, 133, 133);
	line-height: 1px;
	white-space: nowrap;
    font-style: italic;
}

.item .name {
	font-size: 18px;
}

/* SELECT2 CUSTOMIZING */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: rgb(244, 248, 255) !important;
	color: #000000 !important;
}

.select2-results__option {
    height: 32px;
}

/* RADIO */
input[type=radio].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:23px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
    font-weight: 400;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
label.css-label {
	background-image:url(/img/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datetime {
    font-size: 10px;
    color: grey;
    margin-top: 5px;
}

.bg-gray {
    background-color: #f9f9f9;    
}

/* SCROLLER */
.nano > .nano-pane  { 
	background-color: rgba(0, 0, 0, 0.15);
	width: 2px;
	margin: 10px 5px;
}
.nano > .nano-pane > .nano-slider { 
	background-color: rgba(0, 0, 0, 0.75);
	margin: 0px;
}

.emoji-container {
    width: 100%;
    height: 100px;
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(6, 33, 63, 0.13);
	margin-bottom: 10px;
    overflow: hidden;
}

.emoji-container div {
    margin-top: 3px;
    margin-left: 3px;
    
}

.emoji-inline {
    display: inline-block;
    vertical-align: middle;
}

.nano-content {
    outline: 0 !important;
}

.grid-view-row-with-smiles td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    line-height: 26px !important;
}

.table-striped > tbody > tr > .danger,
.table-striped > tbody > .danger > td,
.table-striped > tbody > .danger > th {
  background-color: #f2dede !important;
}

.tooltip-inner {
    white-space:pre-line;
	word-wrap: break-word;
	max-width: 600px;
	font-size: 13px;
}

.smartshop-item hr {
    margin: 15px 0px 15px 0px;
    /* margin: 15px -25px 15px -25px; */
}

.progress {
  position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.smartshop-item-photo {
    width: 100%;
    margin-right: 15px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
	/* border-radius: 50%; */
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 
}

.timezone {
	color: #E4E4E4;
}

.timezone span {
	font-size: 0.7em;
}

.permissions-block {
	padding-left: 20px;
}

.permissions-block label {
	font-weight: normal;
}

.details {
	text-decoration: none;
	border-bottom: 1px dashed #337ab7;
}

.details:hover {
	text-decoration: none;
}

.display-block {
	display: block;
}

.quantity {
	width: 130px;
}

.addressman-remaining-addon {
	background-color: #ffffff;	
	cursor: pointer;
}

.addressman-remaining-addon:hover {	
	background-color: #eeeeee;	
}

.mb-5 {
	margin-bottom: 5px;
}

.font-normal {
	font-weight: normal;	
}

.btn-spacing 
{
	margin-right: 5px;
	margin-bottom: 5px !important;
}

.underline {
	text-decoration: underline;
}

.inline-headers h1, .inline-headers h4 {
  display: inline-block;
  vertical-align: baseline;
}

.sidebar-menu hr {
	margin-top: 7px;
	margin-bottom: 7px;
}

.sidebar-menu .stub {
	padding: 0px 20px; line-height: 32px; font-weight: bold;
}

.smartshop-item .btn {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 20px;
}

.smartshop-item .content-block {
	padding: 15px 0px 0px 0px;
}

.smartshop-item .content-block h4, .smartshop-item-img-container {
	padding-left: 20px;
	padding-right: 20px;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}