﻿.nomargin {
    margin-bottom: 0px;
    margin-top: 0px;
}

.panel-heading {
    padding: 5px;
    vertical-align: middle;
}

body {
    font-size: .85em;
    font-family: Calibri,"Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
    /*font-weight: normal;
    font-size: 15px;
     vertical-align: super;*/
}

.form-group.required .control-label {
    vertical-align: middle;
}

.required .control-label:after {
    content: "*";
    color: red;
    /*font-weight: normal;
    font-size: 15px;
     vertical-align: super;*/
}

.sortbytext {
    cursor: pointer;
    color: #2e5277;
    /*font-size:13px;*/
}

.sortbynumber {
    cursor: pointer;
    color: #2e5277;
}

    .sortbynumber:hover {
        text-decoration: underline;
    }

.sortbytext:hover {
    text-decoration: underline;
}

.textblue {
    /*cursor: pointer;*/
    color: #436e9a;
}

    .textblue:hover {
        text-decoration: underline;
    }

.chkFont {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.panel-heading-left {
    padding: 5px;
    vertical-align: middle;
}

.panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.field-color {
    color: rgba(57, 167, 231, 1);
}

    .field-color:focus {
        text-decoration: underline;
    }

.searchBox {
    padding-left: 15px;
    padding-right: 15px;
}

.Icon {
    transition: color 0.6s ease;
    color: white;
    font-size: 16px;
}

    .Icon:hover {
        color: #696969;
        cursor: pointer;
    }


/*Group image*/
/* Styles the thumbnail */

a.lightbox img {
    /*height: 150px;*/
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    /*margin: 94px 20px 20px 20px;*/
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0,0,0,.7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

    /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

    .lightbox-target img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 30px;
        right: 0;
        bottom: 0;
        max-height: 0%;
        max-width: 0%;
        border: 3px solid white;
        box-shadow: 0px 0px 8px rgba(0,0,0,.3);
        box-sizing: border-box;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

/* Styles the close link, adds the slide down transition */

p.lightbox-close {
    cursor: pointer;
    display: block;
    width: 68px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    /* Provides part of the "X" to eliminate an image from the close link */

    p.lightbox-close:before {
        content: "";
        display: block;
        height: 30px;
        width: 1px;
        background: black;
        position: absolute;
        left: 26px;
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Provides part of the "X" to eliminate an image from the close link */

    p.lightbox-close:after {
        content: "";
        display: block;
        height: 30px;
        width: 1px;
        background: black;
        position: absolute;
        left: 26px;
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0%;
    bottom: 40px;
    right: 0%;
    height: 100%;
    z-index: 9999;
}

    .lightbox-target:target img {
        max-height: 100%;
        max-width: 100%;
    }

/*.lightbox-target:target p.lightbox-close {
            top: 0px;
        }*/
.whiteSpaceNowrap {
    white-space: nowrap;
}
/*.form-control{
    border-color:#2e5277;
}*/

.form-control:focus {
    border-color: #436e9a !important;
}

i {
    color: #436e9a !important;
}

.panel-title {
    /*color: #436e9a !important;*/
}

#NewdivMEstExtraTemplateListSettings h3 {
    color: #436e9a !important;
}

#divNewVatSatting h3 {
    color: #436e9a !important;
}

#divCompanyBody h3 {
    color: #436e9a !important;
}

#DivReportingList .glyphicon {
    color: #436e9a !important;
}

#DivReportingList .badge {
    background-color: #436e9a !important;
}

#DivMileageReportingList .glyphicon {
    color: #436e9a !important;
}

#DivMileageReportingList .badge {
    background-color: #436e9a !important;
}
/*.glyphicon-ok-sign{
    background-color: #436e9a !important;
}*/
.btn-link {
    color: #436e9a !important;
}

.glyphicon-ok {
    color: #436e9a;
}
.glyphicon-edit {
    color: #436e9a;
}
button .glyphicon-print {
    color: white !important;
}

#EstimationItemsMaterialRows .badge {
    background-color: #436e9a !important;
}

.glyphicon-refresh {
    color: #436e9a;
}
.btn-group .glyphicon {
    color: white !important;
}
/*#sidebar0 li .active{
    background-color:black !important;
}*/
.modal-title{
color: #436e9a !important;
}
#AccSyncDiv .glyphicon-refresh {
    color: white !important;
}
.glyphicon-plus-sign{
    color: #436e9a !important;
}

.li_inactive a {
    color:red
}

.form-control {
  color: black !important;
}
.note-toolbar i{
    color:white !important;
}
.note-icon-font{
    background-color:#5b5d5d !important;
}

#InvoiceGeneratedTable11 .glyphicon-plus-sign{
    color: #446e9b !important;
}
.label-done {
    background-color: #386b38 !important;
}
.glyphicon-ok-sign {
    color: #436e9a !important;
}
.glyphicon-plus {
color:white !important;
}
/*.glyphicon-home {
    color: #436e9a !important;
}*/
/*--------------------------------------- Reporting time ---------------------------------------------*/


.label-urgent {
    background-color: palevioletred;
}
