/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*.toast-message ul {
    padding: 0;
    list-style: none;
}*/

del {
    background-color: #FEC8C8;
    text-decoration: line-through;
}

ins {
    background-color: #CCFFCC;
    text-decoration: none;
}


.field-validation-error {
    margin: 10px 0;
    display: inline-block;
}

.page-header {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom-color: #fff;
}

.page-header .navbar-brand {
    height: 60px;
    max-height: 60px;
    line-height: 27px;
    border-right: 1px solid #fff;
}

.page-header .topbar-actions .btn-group-img .btn {
    padding: 0;
    border-radius: 0;
    line-height: normal;
    background: #fff;
    height: 60px;
    border-left: 1px solid #ccc;
}

@media (max-width: 479px){
    .page-header .navbar-brand {
        float: left;
        display: block;
    }
}

.m-5 {
    margin-left: 0 !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.pdf-link {
    color: #EB1000;
}

.pdf-link:hover {
    color: #B30B00;
}

.dl-horizontal.dt-210 dt {
    width: 210px !important;
}

.dl-horizontal.dt-210 dd {
    margin-left: 230px !important;
}