﻿.btn-square {
    border-radius: 0px !important;
}

.navigationalBar {
    margin-bottom: 0 !important;
    background-color: #1944a6 !important;
    border-bottom: 4px solid #00aeef;
}
.navigationalBarLinks {
    color: #FFF !important
}

.navigationalBarTitle {
    color: #FFF !important
}
.modal-list-items {
    font-size: 14px;
}

.pad10 {
    padding-bottom: 10px !important;
}

.selectorRow:hover {
    background: #f9f6f6 !important;
    cursor: pointer;
}

.form-group {
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}

.control-label {
    /*font-weight:bold !important;*/
    color: #000 !important;
    font-size: 14px !important;
    /*white-space: nowrap !important;*/
    font-weight: normal !important;
}

.btn-print-preview {
    background-color: #7a84c9 !important;
    color: #FFF !important;
}

.form-control {
    font-weight: bold !important;
    font-size: 16px !important;
}

.panel-primary > .panel-heading {
    color: #fff;
    font-size: larger;
    background-color: #1944a6 !important;
    border-color: #1944a6 important;
}

.table-label {
    white-space: nowrap;
    position:relative;
    top:5px;
    /*vertical-align: middle !important;*/
    /*font-weight:bold !important;*/
    color: #000 !important;
    text-align:right;
}

.table-text {
    white-space: nowrap;
    vertical-align: top !important;
    /*font-weight:bold !important;*/
    font-size: 50px;
    color: #000 !important;
}

input.required {
    border: 2px solid #8b1010 !important;
    /*background-color: #FFFFD5 ;*/
}

input.error, input.input-validation-error {
    background-color: #FFFFD5;
}

.table-header-label {
    /*font-weight:bold !important;*/
    color: #1944a6 !important;
    text-align: center !important;
}

label.error {
    /*margin-left: 10px;
		width: auto;
		display: inline;*/
    color: red;
    font-size: smaller;
}

input.error {
    border: 1px dotted red;
}

td.required-label {
    /*border-bottom: 1px dashed red !important;*/
    /*background-color: rgb(250, 237, 210) !important*/
}


label.required-label {
    /*border-bottom: 1px dashed red !important;*/
    /*font-style:italic;*/
    /*color:#4800ff !important;*/
    /*background-color: rgb(250, 237, 210) !important*/
}



/*@media (min-width: 768px)
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}*/

.protected-field {
    background-color: #eeeeee !important;
    cursor: not-allowed !important;
}
/* datatabelds */
table.dataTable thead th, table.dataTable thead td {
    padding: 4px 4px !important;
    white-space: normal !important;
    background-image: none;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none;
    background-image: none !important;
}

    table.dataTable thead .sorting_asc:after {
        float: none !important;
        padding-left: 6px !important;
    }

table.dataTable thead .sorting_desc {
    background-image: none;
}

table.dataTable thead .sorting:after {
    float: none !important;
    padding-left: 6px !important;
}

table.dataTable thead .sorting_desc:after {
    float: none !important;
    padding-left: 6px !important;
}
/* datatabelds */

.bigger-text {
    font-weight: bold !important;
    font-size: 16px !important;
}

/*Checkboxes, radio buttons etc for nice look and feel*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    /*display: none;*/
    width: 0px;
    height: 0px;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.modal-content {
    border-radius: 0px !important;
}

.modal-header {
    padding: 10px !important;
    background: #f0eaea !important;
    border-radius: 0px !important;
}

.modal-content {
    border: 1px solid ##1944a6 !important;
}

.modal-footer {
    padding: 10px !important;
}

.modal-body {
    margin: 10px !important;
}

.btn-info {
    background-color: #1186a8 !important;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .hideImage {
        display: none;
    }
}
.control-label-comment {
    white-space: normal !important;
    font-size: 14px !important;
    text-align: left !important;
    border-right: 4px solid #FFF;
    /*background-color: #ecc6bd;*/
    padding-bottom: 5px;
    padding-left:4px;
}

.control-label-comment-danger {
    color: #a94442 !important;
    background-color: #f2dede;
    border-left: 4px solid #8b1010;
}
    .control-label-comment-danger:before {
        font-family: 'FontAwesome';
        content: "\f071";
        background-color: #f2dede;
        color: #8b1010;
        font-size: 14px;
    }
.control-label-comment-success {
    color: #3c763d !important;
    background-color: #dff0d8;
    border-left: 4px solid #3c763d;
}
    .control-label-comment-success:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        background-color: #dff0d8;
        color: #3c763d;
        font-size: 14px;
    }
.control-label-comment-warning {
    color: #8a6d3b !important;
    background-color: #f7f0ce;
    border-left: 4px solid #f0ad4e;
}
    .control-label-comment-warning:before {
        font-family: 'FontAwesome';
        content: "\f071";
        background-color: white;
        color: #f0ad4e;
        font-size: 14px;
    }

.control-label-comment-default {
    color: #333 !important;
    background-color: #f5f5f5;
    border-left: 4px solid #333;
}
    .control-label-comment-default:before {
        font-family: 'FontAwesome';
        content: "\f10c";
        background-color: white;
        color: #333;
        font-size: 14px;
    }
.control-label-comment-info {
    color: #31708f !important;
    background-color: #d9edf7;
    border-left: 4px solid #31708f;
}
    .control-label-comment-info:before {
        font-family: 'FontAwesome';
        content: "\f129";
        background-color: white;
        color: #31708f;
        font-size: 14px;
    }
.control-label-comment-primary {
    color: #FFF !important;
    background-color: #1985a6;
    border-left: 4px solid #1944a6;
}
    .control-label-comment-primary:before {
        font-family: 'FontAwesome';
        content: "\f10c";
        background-color: #1944a6;
        color:#FFF;
        font-size: 14px;
    }


@media (min-width: 768px)
.sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 54px !important;
}