﻿
@import url('app.css');

@media print{

    .hidden-print {
        display:none;
        
    }
    .navbar{
        display:block;
        white-space:nowrap;
    }
      img {
    page-break-inside:avoid;
  }
      a[href]:after {
    content:none;
  }
@media (min-width: 500px) {


  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
 *,
  *:before,
  *:after {
    color:inherit !important;
    /*text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;*/
  }

    .nav:before,
    .nav:after,
    .navbar:before,
    .navbar:after,
    .navbar-header:before,
    .navbar-header:after,
    .navbar-collapse:before,
    .navbar-collapse:after
    {
        display: block;
    }
}

.specdt {
    white-space: nowrap;
    width: 300px;
    text-align: left;
}

div#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -10em;
    margin-left: -5em;
    /*border: 1px solid #ccc;*/
    /*background-color:black;*/
    color: blue;
    font-size: 20px;
    text-align: center;
    z-index: 10;
}


.table > thead {
    font-size: 16px;
    background-color: lightgrey;
    color: black !important;
}

/*.caption {
    color:white;
    background-color:#00A0AF;
    
}*/


.tab-content {
    /*border: 1px solid #00a0af;*/
}



.modal-backdrop {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 0;
}

.modal {
    position: absolute;
    top: 1px;
    margin-top: 100px;
}

html {
    background-color: #f2f2f2;
    background-color: #f5f5f5;
    background-color: #ffffff;
}

body {
    color: #383838;
}

.text-bold {
    font-weight: bold;
}

.p-h-md {
    padding-right: 20px;
    padding-left: 30px;
}

.tiles {
    /*background-image: url(../images/vc-tiles.jpg) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;*/
    width: 100%;
}

.bg-primary {
    color: #ffffff;
    background-color: #0e4ea9;
    background-color: #00A0AF;
}

    .bg-primary.lt {
        background-color: #0099cc !important;
        background-color: #0c78a7 !important;
        background-color: #0d89bf !important;
    }

.bg-blue1 {
    background-color: #0099CC;
}

.bg-green {
    background-color: #b5df35;
    background-color: #8cc540;
    color: #ffffff;
}

.bg-red {
    background-color: #f24040;
    color: #262626;
    color: #ffffff;
}

.bg-blue2 {
    background-color: #1a99ce;
    color: #262626;
    color: #ffffff;
}

.img-rounded {
    border-radius: 10px;
}

.navbar {
    min-height: 58px;
    margin: 0;
    border: none;
}

    .navbar .navbar-brand {
        display: block;
        width: 290px;
        height: 58px;
        padding: 20px 20px;
        font-size: 20px;
    }

        .navbar .navbar-brand img {
            max-height: 62px;
            margin-top: -20px;
            margin-left: -10px;
            vertical-align: middle;
            /*position: absolute;
    left: 0px;
    top: 0px;*/
        }

    .navbar .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
    }

.bg-primary .dropdown-menu {
    border-color: #00A0AF;
    border-color: #D9D9D9;
}

.dl-horizontal dt {
    white-space: normal;
}

.dl-vertical dt {
    white-space: normal;
    font-size: 16px;
    /*margin-left: 20px;*/
    margin-right: 20px;
}

.dl-vertical dd {
    white-space: normal;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

h2 {
    text-align: center;
    /*text-shadow: 1px 1px 2px #47F0FF;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #0e4ea9;
    color: #00707A;
    /*padding-left: 70px;*/
}

h3 {
    text-align: left;
    color: #00707A;
    font-size: 20px;
}

h4 {
    text-align: left;
    color: #0e4ea9;
    color: #CCA700;
    color: #D97408;
}

h5 {
    margin-bottom: 7px;
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #005961;
}

h6{
    margin-bottom: 7px;
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #005961;

}
.btn {
    min-width: 80px;
    padding: 5px 5px;
    border-radius: 3px;
}

.btn-primary {
    padding: 3px 5px;
    border-radius: 5px;
    background-color: #008894;
    border-color: #008894;
    /*background-color: #4089C9;
    border-color: #357ebd;*/
    /*font-size: .8em;*/
}

.btn-sm {
    min-width: 80px;
}

.underlineRed {
    text-decoration: underline;
    color: red;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-stroke:hover,
.btn-primary.btn-stroke:focus,
.btn-primary.btn-stroke:active,
.btn-primary.btn-stroke.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff !important;
    background-color: #005961 !important;
    border-color: #005961 !important;
    /*background-color: #2F6FA7 !important;
  border-color: #005961 !important;*/
}

.alert {
    padding: 3px 5px 3px 4px;
    margin-top: 1px;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-size: 16px;
    text-align: center;
}

.alert-warning {
    color: #997300;
    background-color: #F6EAAC;
    border-color: #fbeed5;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
    min-height: 50px;
}

.row {
    margin-right: 0px;
    /*margin-left: 0px;*/
}

p {
    margin: 0 0 2px;
}

.table {
    /*background-color: #fafafa;*/
}

    .table > thead {
        /*background-color: #f2f2f2;*/
        color: #262626;
        color: #008894;
    }

    .table td {
        text-transform: uppercase;
    }

    .table thead > tr > th {
        vertical-align: bottom;
        font-weight: normal;
        /*border-bottom: 2px solid #dddddd;
    background-color: #B9DBFE;
  background-color: #D2E8FE;*/
    }

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 3px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #E0F9FF;
}

fieldset {
    /*margin-left: 10px;*/
    /*background-color: #ffffff;*/
}

.form-group {
    margin-bottom: 10px;
    /*margin-top: 5px;*/
}


.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

label {
    cursor: pointer;
}

dl {
    margin-bottom: 5px;
    margin-top: 8px;
}

dt, dd {
    line-height: 1.7;
}

dt {
    font-weight: normal;
    color: #008894;
}

dd {
    /*text-transform: uppercase;*/
}

.toUpper {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 220px;
    }

    .dl-horizontal dd {
        margin-left: 240px;
    }
}

.form-control {
    width: 90%;
    height: 32px;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

select[multiple], select[size] {
    height: 90px;
}

.panel {
    margin-bottom: 12px;
}

.panel-body {
    padding: 8px;
}



@media (min-width: 768px) {
    .app-aside {
        width: 210px;
    }

        .app-aside ~ .app-content,
        .app-aside ~ .app-footer {
            margin-left: 210px;
        }

    .app-aside-top .app-aside ~ .app-content,
    .app-aside-top .app-aside ~ .app-footer {
        margin-left: 0;
    }
}

.bg-primary .nav > li:hover,
.bg-primary .nav > li:focus,
.bg-primary .nav > li > a:hover,
.bg-primary .nav > li > a:focus,
.bg-primary .nav > li.active > a {
    color: #ffffff;
    background-color: #00707A;
},
 .bg-primary .nav > li.disabled > a {
    color: #ffffff;
    background-color: #555555;

 }

.bg-primary .nav .open > a {
    background-color: #1B6ADA;
    background-color: #00707A;
}

.bg-primary .nav > li > a {
    color: #ffffff;
}

/* This is a complete hack and I don't like it : ( '*/
.tab-pane {
    /*border: 1px solid #ffffff;*/
}

.nav-tabs {
    border-bottom: 0px solid #F89A35;
    margin-bottom: 5px;
    /*margin-top: 0px;*/
}

    .nav-tabs > li {
        float: left;
        margin-bottom: 1px;
        background-color: #00A0AF;
        border-right: 1px solid #ffffff;
        font-size: 14px;
        border-bottom: 0px solid #ffffff;
        border-radius: 8px;
    }

.nav > li > a,
.nav.bg-inherit > li > a {
    color: #ffffff;
    padding: 13px 15px;
}

.nav-tabs > li:hover > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover .nav-tabs > li.active > a:focus {
    background-color: #D97408;
    background-color: #F89A35;
    color: #ffffff;
    border-color: #e3e5e7;
    border-bottom: 2px solid #f89a35;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #ffffff;
        cursor: default;
        background-color: #D97408;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

.nav-tabs > li > a {
    border-bottom-color: #e3e5e7;
    border-radius: 0 0px 0 0;
    border-radius: 8px;
    padding: 5px 10px;
    /*Use this to fix size - CD*/
    width: 100px;
    height: 50px;
    margin-right: 0px;
}

/*.nav-tabs {
  border-color: #E6E6E6;
}*/

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    color: #008894;
    color: #005961 !important;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
    font-weight: bold;
    /*text-align: center;*/
}
/* *************************************************** NEW ELEMENTS  *********************************************/


/* text-box, multi-line are needed to overright html controls when using EditorFor() */
.text-box {
    display: block;
    width: 90%;
    height: 30px;
    padding: 6px 6px;
    line-height: 1.3;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.multi-line {
    height: auto;
    /*min-height: 420px;*/
}

.text-box:focus {
    border-color: #66afe9;
    outline: 0;
}

select {
    display: block;
    width: 90%;
    height: 32px;
    padding: 6px 6px;
    line-height: 1.3;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    select:focus {
        border-color: #66afe9;
        outline: 0;
    }


.field-validation-error {
    color: #b94a48;
    display: inline-block;
    padding-top: 2px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #b94a48;
}

.validation-summary-errors {
    font-weight: bold;
    color: #b94a48;
    margin-left: 180px;
}

.validation-summary-valid {
    display: none;
}

.header-sort {
    /*font-weight: bold;*/
    cursor: pointer;
}

.header-date-sort {
    /*font-weight: bold;*/
    cursor: pointer;
}

.header-style {
    /*font-weight: bold;*/
    color: #008894;
}

input[type="text"] {
    display: block;
    width: 90%;
    height: 30px;
    padding: 6px 6px;
    line-height: 1.3;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    input[type="text"]:focus {
        border-color: #66afe9;
        outline: 0;
    }

input[type="datetime"] {
    /*display: block;*/
    width: 90%;
    height: 30px;
    padding: 6px 6px;
    line-height: 1.3;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    input[type="datetime"]:focus {
        border-color: #66afe9;
        outline: 0;
    }

caption {
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #D97408;
    color: #005961;
}


.breadcrums {
    margin-bottom: 5px;
    text-align: left;
    /*font-weight: normal;*/
    font-size: 16px;
    color: #D97408 !important;
}

.multiline-label{
        display: block;
        float: left;
        margin-left: 4px;
        /*margin-top: -4px;*/
        line-height: 1.1em;
        white-space: pre-wrap;
    }

.multiline-labellicense{       
        display: block;
        float: right;
        margin-left: 4px;
        /*margin-top: -4px;*/
        line-height: 1.1em;
        white-space: pre-wrap;
        text-align:left;
        
    }


