/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 450px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

@media screen and (max-width: 767px) {
	.modal {
		width: 80vw;
	}
}

.modal a.close-modal {
	position: absolute;
	top: 5px;
	right: 2px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
/** Modal End **/

/**
*[class*="trow"] {
    padding: 3px;
}
**/

.breadcrumb {
    padding: 8px;
    margin-bottom: 20px;
	width: 100%;
    list-style: none;
    background-color: #e0e0e0;
    color: #333;
    border-radius: 0px;
}

.checkbox, .radio {
    display: inline;
}

.panel-title, h3.panel-title>a {
    color: #fff;
	font-weight: bold;
}

.panel-body {
    padding-left: 15px;
    padding-right: 15px;
	padding-top:0;
	padding-bottom: 0;
}
		

/* Forum head collapsible links */

.navbar-forumhead {
	min-height: 30px;
	margin-bottom: -7px;
	margin-top: -2px;
}

.navbar-forumhead .navbar-toggle {
    border-color: #fff;
	margin:0px;
	padding:6px 7px;
}

.navbar-forumhead .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-forumhead ul {
    margin-right:12px;
}

.navbar-forumhead ul>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-forumhead ul>li>a:focus, .navbar-forumhead ul>li>a:hover {
    background-color: #ffffff;
    color: #262626;
}

/* End Forum head collapsible links */
		
		
.theme_red {
    color: #000;
    background: #ff0000;
    padding: 2px 4px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.theme_green {
    color: #000;
    background: #00950b;
    padding: 2px 4px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.theme_grey {
    color: #000;
    background: #aaa;
    padding: 2px 4px;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icode {
  border: 1px solid #aaa;
  padding: 2px;
  font-family: Monaco, Consolas, Courier, monospace;
  border-radius: 3px;
}	


.h1, .h2, .h3, h1, h2, h3 {
   margin: 10px 0;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 0;
    box-shadow: none;
	font-family: 'Poppins', sans-serif;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 0;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
	background-image: none;
    border-radius: 5px;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #ddd;
    outline: none;
    box-shadow: none;
}

.select2-container .select2-choice {
    background-color: #fff;
	background-image: none!important;
}
		