﻿/*override default styles*/

.panel-success > .panel-heading {
    color: #aeb2b7;
    background-color: #35404d;
    border-color: #35404d;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #7087A3;
    border-color: #7087A3;
}

    .panel-default > .panel-heading > h3 {
        color: white;
    }

.tools a {
    color: white;
}

.panel-title {
    color: #aeb2b7;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-left-10 {
    margin-left: 10px;
}
.margin-10{
    margin:10px
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-horizontal .control-label {
    font-weight: 700;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-right-5 {
    margin-right: 5px;
}

.dataTables_processing {
    border: 1px gray dashed !important;
}

.subtext {
    font-style: italic;
    font-size: 10px;
}

.text-white {
    color: white;
}


.sub-menu:last-of-type {
    margin-bottom: 100px;
}