table.dataTable tbody th, table.dataTable tbody td{
	vertical-align: middle;
}

.main-header .logo{
	padding:5px 15px;
}

.red_text{
	color: #C00;
}

.info-box-icon{
	line-height: normal;
	font-size: 12px;
	background: #ccc;
}

a.info-box{
	color: #333;
}

.main-header .logo{
	text-align:center;
	padding-top: 0;
	padding-bottom: 0;
}

.main-header .logo .logo-lg{
	display:inline-block;
	max-width:180px;
}

.login-message{
	border: solid 1px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ccc;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:12px;
	text-align:center;
	color: #666;
}

.login-message.error{
	color: #C00;
	border-color: #C00;
	background:#FFB7B7;
}

.login-message.success{
	color: #060;
	border-color: #060;
	background:#C6FFC6;
}




.select2 {
	width: 100% !important;
	border: solid 1px #d2d6de;
	height: auto;
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif: ;
	font-size: 14px;
	color: #555555;
	clear: both;
	background: #fff;
}
.select2 .select2-selection {
	border: none;
	height: auto;
	background: none;
	border-radius: 0;
	padding: 0 10px;
}
.select2 .select2-selection.select2-selection--single .select2-selection__rendered {
	background: none;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	margin-top:0;
}
.select2 .select2-selection.select2-selection--single .select2-selection__arrow {
	top: 0;
	height: 32px;
	right: 5px;
}
.select2 .select2-selection.select2-selection--multiple {
	padding: 5px;
}

.select2-container{
	z-index: 9000;
}

.select2.select2-container--focus .select2-selection--multiple {
	border: none;
}
.select2 .select2-search {
	width: 100%;
}
.select2 .select2-search .select2-search__field {
	width: 100% !important;
}

.select2-results__option[aria-selected="true"] {
	display: none;
}

.select2-container .select2-selection--multiple{
	min-height:100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color: #555;
}

.sidebar .select2{
	background: #1e282c;
	border: none;
	border-bottom: solid 1px #2c3b41;
	border-top: solid 1px #2c3b41;
	color: #fff;
}

.sidebar .select2 .select2-selection{
	background: none;
	padding: 0;
}

.sidebar .select2 .select2-selection.select2-selection--single .select2-selection__rendered{
	height: 44px;
	line-height: 44px;
	padding-left: 18px;
}

.sidebar .select2 .select2-selection.select2-selection--single .select2-selection__arrow{
	height: 44px;
	right: 11px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff;
}

.info-box-number{
	white-space: nowrap;
	overflow: hidden;
}

.permissions.users-list li{
	width: 10%;
	position: relative;
}

.btn-close-corner{
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	font-weight: bold;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f95d5d;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	width: 20px;
	display: none;
}

.btn-close-corner:hover{
	background: #f00;
	color: #fff !important;
}

.permissions.users-list li:hover .btn-close-corner{
	display: block;
}
/*
.row {
    margin-left: 0;
    margin-right: 0;
}
*/

.loading-wrapper{
    background:url(../img/bg-loading-wrapper.png);
    color:  #fff;
    font-family:  Arial;
    font-size:  14px;
    height:  100%;
    left:  0;
    position:  absolute;
    text-align:  center;
    top:  0;
    width:  100%;
    z-index:  9500;
    display: none;
}

.loading-content{
	width: 212px;
	height: 100px;
	position: fixed;
	left: 50%;
	margin-left: -111px;
	top: 50%;
	margin-top: -50px;
}

.parsley-error{
	border-color: #f00 !important;
	color:#f00;
}

.parsley-errors-list{
	color:#f00;
	font-size: 10px;
	line-height:18px;
	margin: 0 !important;
	float:none !important;
	margin:0;
	padding:0;
	list-style:none;
}

.parsley-errors-list li{
	width:100% !important;
	margin:0 !important;
}

.ajs-content, .info-box-content{
	word-wrap: break-word;
	line-height: 14px;
}

.ajs-content{
	line-height: 20px;
}

.select2-container{
	z-index: 9000;
}

.alertify .ajs-dimmer{
	z-index: 9000;
}

.alertify .ajs-modal{
	z-index: 9001;
}

.select-workspace{
	display: block;
}

.select-workspace.mobile{
	display: none;
}

.select-workspace.mobile .select2{
	background: #f2bb62;
	border-color: #fff;
}

.select-workspace.mobile .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff;
}

.select-workspace.mobile .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #fff transparent transparent;
}