#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;
}


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

.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 .ranges .range_inputs label {
    padding-top: 0px;
}

.daterangepicker .ranges li {
    color: #3498db !important;;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #3498db !important;
    border: 1px solid #3498db !important;
    color: white !important;
	border-radius: 0px !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;
}

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

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



.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 #3498db;
    box-shadow: none;
    outline: none !important;
}

body .bootstrap-select.open .dropdown-toggle {
    border: 1px solid #3498db !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: #3498db !important;
}

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

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;
    display: inline-block !important;
}

label.label-status.label-green {
    background-color: #1fb5ad;
}

.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: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;
    text-transform: uppercase;
}

.brand a.logo {
    text-align: center;
    font-weight: 700;
    /*margin-top: 20px;*/
    font-size: 20px;
}

.brand a.logo span {
	display: block;
	margin-top: 18px;
    color: white;
    color:#454545;

}

body .twitter-typeahead {
    display: initial !important;
}
body .bootstrap-tagsinput {
    padding: 6px 6px;
}

body input.note-btn {
    color: white !important;
}

.bootbox-body .confirm-title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.bootbox-body .confirm-message {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.logo-admin-image {
    max-width: 130px;
}

.twitter-typeahead .tt-menu.tt-open {
    z-index: 999 !important;
}

.top-menu .visit-site, 
.top-menu .visit-site:hover, 
.top-menu .visit-site:active, 
.top-menu .visit-site:focus {
    padding: 6px 20px !important;
}

.select-min-width {
    min-width: 140px;
    margin-right: 10px;
}

.editable {
    cursor: pointer;
    border-bottom: none !important;

}

.login-body {
    background-image: url('../images/bkimage.jpg') !important;
    background-repeat: no-repeat;
}

.form-signin a, .form-signin a:hover
{
    color:#000;
}

::selection {
	background: #3498db;
	color: white;
}

.form-control:focus, #focusedInput {
	border: 1px solid #3498db;
}

.nicescroll-cursors {
	background-color: #3498db !important;
}

.maintenance-mode {
	text-align: center !important;
	color:  #333333 !important;
	padding-top: 20px; 
	padding-bottom: 20px; 
}