/* ------------------------------------------------------------------------------
 *
 *  # Custom Style 
 *
 * ---------------------------------------------------------------------------- */

.navbar-brand img {
    height: 50px;
    display: block;
}
.navbar-brand {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.hideinputmodal{
	display: none
}
.modal-title {
    font-weight: 700;
}
label{
	color: #a6b1cb
}
.form-control {
    background-color: rgba(0,0,0,.3);
}
.h5, h5 {
    font-size: 1.5rem;
}
a.modaluser:hover{
	cursor: pointer
}
.glyphs>div>a{
	padding:.5rem 1rem;
	color: #fff;
	display: block
}
.glyphs>div>a:hover{
	background-color:rgba(255,255,255,.1);
	color:#fff;
	border-radius:.1875rem
}
.glyphs>div>a:hover .text-muted{
	color:rgba(255,255,255,.75)
}
.padding0{
	padding:  0;
}
.animate-bt {
    -animation: spin .5s infinite linear;
    -webkit-animation: spin2 .5s infinite linear;
}
#idstand, #idstandmod{
	text-transform: uppercase !important
}
.coloblio{
	line-height: 45px
}
.coloblio a{
	text-decoration: underline;
	color: #f00
}
.hidden{
	display: none
}
.cssload-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    position: fixed;
    z-index: 2147483647 !important;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.7);
    display: none
}
.cssload-speeding-wheel {
  width: 32px;
  height: 32px;
  /* margin: 0 auto; */
  border: 3px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border-left-color: rgba(60, 60, 60, 0.1);
  border-right-color: rgba(60, 60, 60, 0.1);
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
  top: 45%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}


.cssload-container-2 {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 2147483647 !important;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
} 

@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
/**new preloader end*/


@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.mb-5{ margin-bottom: 5px !important}
.mb-10{ margin-bottom: 10px}
.mb-20{ margin-bottom: 20px}
.mb-30{ margin-bottom: 30px}
.mb-40{ margin-bottom: 40px}

.mt-20{ margin-top: 20px}
.mt-30{ margin-top: 30px}
.mt-40{ margin-top: 40px}

.imp-shapes-menu-wrap.imp-shapes-menu-wrap-with-search-box{
	height: 606px !important;
}

#states *.on {
  fill: red;
}

.list-of-states {
  margin: 0;
  padding: 0;
  columns: 100px auto;
  column-gap: 8px;
  list-style: none;
}
.list-of-states li {
  padding: 2px 4px;
  display: inline-block;
  width: 100%;
}
.list-of-states li.on {
  background: red;
  color: white;
  font-weight: bold;
}

@media print {
	.sidebar, .navbar, .notprint{
		display: none
	}
    #image-map-pro-container {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
}