.navbar-brand span{
    color: red;
}
.main{
    margin-top: 60px;
    margin-bottom: 50px;
} 
span.error{
    color:#9A0000;
    display: block;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-warning {
    border-left-color: #ffc107;
}
.footer {
    background-color: rgb(190, 190, 190);
}

/*richfilemanager dialog window*/
.fm-modal {
	z-index: 10011; /** Because CKEditor image dialog was at 10010 */
	width:80%;
	height:80%;
	top: 10%;
	left:10%;
	border:0;
	position:fixed;
	-moz-box-shadow: 0px 1px 5px 0px #656565;
	-webkit-box-shadow: 0px 1px 5px 0px #656565;
	-o-box-shadow: 0px 1px 5px 0px #656565;
	box-shadow: 0px 1px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.photos { overflow: hidden;  }
.photos ol {margin: 0; padding: 0;}
.photos ol li { float: left; text-align: center; list-style: none; }
.photos ol li a.remove{ display:block; text-align: center; }

input.number{
    text-align: right;
}

/*dev express*/
tr.dx-header-row{
    background-color:#005FC5;
    color: #fff;
}

tr.dx-row-focused > td > a > i{
    color:#fff;
}

tr.dx-row > td.action-cell{
    padding: 5px 0 0 0;
}
