body {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Roboto', sans-serif;
}

strong {
	font-weight: 500;
}
#loading-overlay {
	pointer-events: none;
	display: block;
	opacity: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 100000;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: 50%;

	-webkit-transition: opacity 500ms linear;
	-o-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}
#loading-overlay.show{
	opacity: 1;
	pointer-events: initial;
}

textarea {
	resize: none;
}


.m-none{
	margin: 0 !important;
}

.p-none{
	padding: 0 !important;
}

.m-bot50{
	margin-bottom: 50px;
}

a {
	color: #428bca;
}

.gritter-close{
	display: block !important;
}

.bootbox-body, .modal-footer {
	text-align: center;
}

.top-nav ul.top-menu>li .dropdown-menu.profile {
	width: auto !important;
}

.dropdown-menu.extended.profile li.account {
	padding: 10px;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
	font-size: 12px;
}

.margin-top {
	margin-top: 20px;
}

.search-container {
	margin-bottom: 20px;
}

.search-container .form-group {
	margin-left: 5px;
}

a.logo{
	width: 100%;
	margin: 10px 0;
}

a.logo img{
	margin: 0 auto;
	max-width: 165px;
	max-height: 65px;
	width: 100%;
}


.has-switch span.switch-primary,
.has-switch span.switch-lefty {
	background: #F16939;
}

.inherit-color{
	color: inherit;
}

.vertical-top {
	vertical-align: top;
}

.store-expositors .help-block {
   /* display: none;*/
}

#stores_datatable_wrapper .row .col-sm-5 {
	display: none;
}
#stores_datatable_wrapper .row .col-sm-7 {
	width: 100%;
}

#tags {
	width: 100%;
}

.bootstrap-tagsinput {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}

.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	max-width: inherit;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background-color: #5bc0de;
	font-weight: 400;
	font-size: 80%;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.tt-menu{
	padding: 10px 5px;
	border: 1px solid #919191;
	background-color: #FFFFFF;
	border-radius: 4px;
	left: -10px !important;
}
.tt-menu .tt-suggestion{
	padding: 0 5px;
	white-space: nowrap;
}
.tt-menu .tt-cursor{
	background-color: #EAEAEA;
	border-radius: 4px;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #ccc;
	cursor: no-drop;
}
.daterangepicker .ranges .range_inputs label {
	padding-top: 0px;
}
/*
.daterangepicker .ranges li {
	color: #F16939 !important;;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background: #F16939 !important;
	border: 1px solid #F16939 !important;
	color: white !important;
}
*/

.fileupload .btn-file{
	/*overflow: initial;*/
}
.fileupload #image-error{
	display: block;
}

.input-group label.error{
	position: absolute;
	bottom: -22px;
	left: 0;
}
label.error{  
	font-weight: normal;
	color: #a94442;
	font-size: 12px;
}

input.error, select.error{
	  border-color: #B94A48 !important;
}

.fileupload-new img, .fileupload-preview img{
	max-height: 360px !important;
}


.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: #F16939;
	border-color: #F16939;
}

.pagination > li > a:hover, 
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li.active > a,
.pagination > li.active > a:hover {
background-color: #F16939;
	border-color: #F16939;
}

.panel .btn-action {
	text-transform: none;
}

body .bootstrap-select .btn-default {
	color: gray !important;
	background-color: #fff !important;
	border: 1px solid #e2e2e4;
	font-size: 14px;
}


body .bootstrap-select .dropdown-toggle:hover,
body .bootstrap-select .dropdown-toggle:focus, 
body .bootstrap-select .dropdown-toggle:active {
	border: 1px solid #535353;
	box-shadow: none;
	outline: none !important;
}

body .bootstrap-select.open .dropdown-toggle {
	border: 1px solid #535353 !important;
	color: gray !important !important;
	background-color: #fff !important;
}

body .dropdown-menu > li > a {
	font-size: 14px;
}

body .dropdown-menu > li > a:hover, 
body .dropdown-menu > li > a:focus {
	color: white !important;
	background-color: #535353 !important;
}

.dropdown-menu li.selected a span.check-mark {
	color: #535353;
}

body .dropdown-menu > li > a:hover span.check-mark , 
body .dropdown-menu > li > a:focus span.check-mark {
	color: white;
}

.table.no-border>thead>tr>th,
.table.no-border>tbody>tr>th,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>tbody>tr>td,
.table.no-border>tfoot>tr>td
{
	border: 0px;

}

label.label-status {
	font-weight: normal;
	font-size: 11px;
}

.table-responsive .table thead > tr > th, .table tbody > tr > th, 
.table-responsive .table tfoot > tr > th, .table thead > tr > td, 
.table-responsive .table tbody > tr > td, .table tfoot > tr > td {
	vertical-align: middle;
}


.removal-container {
	max-width: 450px;
}
.removal-container .removal-message {
	color: gray;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}

.space {
   height: 7px;
}

.pagination-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.pagination-container p {
	margin-bottom: 0px;
	line-height: 32px;
}


.pagination-container .pagination {
	margin-top: 0px;
	margin-bottom: 0px;
}

.info-list  li {
	padding-top: 7px;
	padding-bottom: 7px;

}


.user-heading {
	color:#fff;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	padding: 15px 30px;
	text-align:center;
}
.user-heading.round a {
	border-radius:50%;
	-webkit-border-radius:50%;
	border:10px solid rgba(256,256,256,0.3);
	display:inline-block;
}
.user-heading a img {
	width:112px;
	height:112px;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.user-heading h1 {
	font-size:20px;
	font-weight:300;
	margin-bottom:5px;
}
.user-heading p {
	font-size:16px;
	color:#8b8b8b;
	line-height:25px;
}


.user-heading ~ .panel-heading{
	border-radius: 0;
	/*background-color: rgba(71,71,81,0.5) !important;*/
}

.user-heading > .fa-user-heading{
	float: left;
	opacity: 0.3;
	height: 80px;
	width: 80px;
	border: 5px solid rgba(255,255,255,1);
	border-radius: 50%;
	margin-right: 20px;
}
.user-heading > .fa-user-heading > i{
	text-align: center;
	line-height: 70px;
	width: 100%;
}

.img-preview {
	max-width: 200px;
	max-height: 200px;
}

.breadcrumb > li > a {
	color: #F16939;
}

.breadcrumb > li > a:hover {
	color: #222227;
}

.img-thumb {
	width: 200px;
	margin: 0 auto;
}


.form-signin h2.form-signin-heading img {
	margin-left: auto;
	margin-right: auto;
}

.form-signin h2.form-signin-heading {
	font-weight: 700;
	font-size: 22px;
}

.brand a.logo {
	font-size: 16px;
	color: white;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 25px; 
	font-weight: 700;
}

.square {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.progress-container h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
}


.month-title {
	margin-bottom: 30px;
	font-size: 20px;
}

.progress {
	height: 30px;
	border-radius: 0px;
	margin-bottom: 30px;
	background-color: white;
	font-weight: 400;
}

.btn, 
.form-control {
	border-radius: 5px;
}

.input-group-addon {
	border-radius: 1px;
}

.category-item a,  
.category-item p 
{
	color: inherit !important;
	display: block;
	margin-bottom: 15px;
}
.category-item a:hover {
	text-decoration: underline;
}

@media only screen and (max-width : 767px) {


	.form-signin {
		margin: 70px auto;
	}

	.brand a.logo {
		text-align: left;
		margin-left: 25px;
	}

	.month-title {
		margin-bottom: 15px;
		margin-top: 10px;
		font-size: 15px;
	}

	.progress-divider {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.progress-container h4 {
		font-size: 13px;
	}

	.progress {
		height: 20px;
		margin-bottom: 15px;
		line-height: 20px;
	}

	.category-item a,  
	.category-item p 
	{
		color: inherit !important;
		display: block;
		margin-bottom: 15px;
	}

}


.content-list .editable-click, 
.content-list a.editable-click, 
.content-list a.editable-click:hover {
    border-bottom: 0px;
    cursor: pointer;
}

.mini-stat {
	border-radius: 10px;
}

.panel {
	border-radius: 10px;
}

.panel-heading {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.form-signin p {
	color:  #32323A;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 14px;
}


.login-body .form-control[disabled], 
.login-body .form-control[readonly], 
.login-body fieldset[disabled] 
.login-body .form-control {
	background-color: #ffffff !important;
}

.form-signin .form-control {
	margin-bottom:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #eaeaea;
	box-shadow:none;
	font-size:12px;
}

.form-signin-heading {
	padding: 20px 15px !important;
}
.form-signin-heading img {
	max-width: 240px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.user-login-info .help-block {
	color: #a94442;
}

.top-nav ul.top-menu>li>a {
	padding:  7px 20px;
	font-weight: 600;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color:  gray;
}
.select2-container--bootstrap .select2-selection {
	border: 1px solid #e2e2e4;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border: 1px solid #F16939;
	box-shadow:  none;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #F16939;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #F16939;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
	float: none;
	margin:  5px;
	border-color: #edecec;
}

.select2-selection__choice__display {
	color:  gray;
	font-size: 14px;
	margin-left: 10px;
}

.select2-selection__choice__remove {
	margin: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F16939;
    border: 1px solid #F16939;
	color:  white !important;
	border-radius: 5px;

}

a.internal-link {
	color: #F16939;
}

.grid-container {
	margin-top: 20px;
}

.prize-info {
	margin-top: 10px;
	font-weight: bold;
}

.well.no-contents {
	background-color: transparent;
	border:  none;
}

.bootbox-body {
	font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mini-stat-info span {
	font-size: 22px;
}