
/**
*[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;
}
		
		
		