html, body {
    padding:0;
    height:100%;
    overflow: hidden;
}

.login-form {
    width: 300px;
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.login-form-signin-error {
    padding-top:10px;
    color:red;
}

.page-container {
    min-height:100%;
    position:relative;
    padding:0;
    height:100%;
}

.header {
    width: 100%;
    height: 90px;
    position:relative;
}

.header-tabs {
    margin-top: 22px;
    position:relative;
}

.header-top {
    height:30px;
    margin-top: 0px;
    position:relative;
}

.header-top-inner {
    float: right;
}

.header-top-right {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding-top:5px;
}

.header-top-breadcrumbs {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-top-logo {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.paginate_button {
    padding:3px !important;
}

.btn {
    padding: 3px 6px 2px 6px;
}

.bootstrap-select .btn {
    padding-left: 12px;
}

.breadcrumb {
    background-color: transparent;
}

.footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:0;
}

.center-container {
    margin-top: 0px;
    margin-bottom: -100px;
}

.center {
    position: absolute;
    left: 0;
    top: 87px;
    width: 100%;
    bottom: 92px !important;
    margin-bottom: -90px;
    overflow: hidden;
    padding-left:0px;
    padding-top:0px;
}

.center-left {
    width: 195px;
    height: 100%;
    overflow-y: auto;
    overflow-x:hidden;
    float:left;
    padding-top:1px;
    padding-left:3px;
}

.center-left2 {
    width: 195px;
    height: 100%;
    float:left;
    padding-top:0px;
    padding-left:3px;
}

.navigation-left {
    width: 100%;
    float: left;
    padding-top:3px;
}

.center-middle {
    border-left: 1px #428bca solid;
    height: 100%;
    left:200px;
    right:0px;
    float:left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
    overflow: auto;
    position: absolute;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    border-top:0px #afcee9 solid;
}

.center-middle2 {
    border-left: 1px #428bca solid !important;
    height: 100%;
    left:198px;
    right:0px;
    float:left;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
    margin-bottom: -90px;
    overflow: auto;
    position: absolute;
}

.dataTables_info {
    padding-left: 4px;
}

.header-gradient {
    background: linear-gradient(#d0d0d0, #ffffff 100%);
    #border-bottom:1px #f3f3f3 solid;
}

.center-right {
    float:left;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
    background: linear-gradient(to right, #428bca, #ffffff 140%);
    border-radius: 4px;
}

.nav-sidebar > li.active .fa  {
    color:#ffb246 !important;

}
.nav-sidebar > li.active .glyphicon  {
    color:#ffb246 !important;

}

.nav-tabs {
    border-bottom:1px #428bca solid;
}

.nav-sidebar > li > a {
    padding: 13px 4px 3px 5px;
}

/*.nav-tabs > a:hover {*/
    /*border-bottom:1px gray solid;*/
/*}*/

.nav > li > a {
    padding:6px 8px 6px 8px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-left:1px #428bca solid;
    border-top:1px #428bca solid;
    border-right:1px #428bca solid;
    border-bottom:1px white solid;
    border-radius: 4px 4px 0 0;

    background: linear-gradient(#ffca80, #ffffff 100%);
}

.nav-tabs > li:not(.active) > a,
.nav-tabs > li:not(.active) > a:hover {
    border-bottom:1px #428bca solid;
}

.dataTables_filter > label > input {
    border:1px #b0b0b0 solid;
    margin-right:2px;
}

.dataTable > thead  {
    background: linear-gradient(#afcee9, #ffffff 100%);
    height:50px !important;
}

.dataTable > thead > tr > th {
    height:24px !important;
}

.dataTable > tfoot > tr > th {
    height:24px !important;
}

.dataTable > thead > tr > th {
    color:#606060;
}

.dataTable > tfoot > th, .dataTable > tfoot > td {
    padding:2px;
    border-top:1px #428bca solid;
}

.c-btn-tight
{
    padding: 1px 4px;
}

.c-table > thead > tr > th
{
    border-top:1px #428bca solid !important;
    border-bottom:1px #afcee9 solid !important;
    padding: 3px 14px 3px 4px !important;
}

.c-table > tfoot > tr > th
{
    border-top:1px #428bca solid !important;
    border-bottom:1px #afcee9 solid !important;
    padding: 3px 4px 3px 8px !important;
}

/*table.dataTable thead .sorting {*/
    /*background: url(../images/sort_both_dark.png) no-repeat center right; !important;*/
/*}*/

.dataTables_scrollBody {
    border-bottom: 0 !important;
}

.dataTables_scrollBody thead th {
  vertical-align: top;
}

.dataTables_scrollBody thead tr {
    display:none;
}


.round-button {
    font-size: 12px;
    border-radius: 10px;
    border:1px #428bca solid;
    background-color: #87b5de;
    color:white;padding: 3px 5px;
    cursor: pointer
}

.round-button:hover {
    background-color: darkred;
    border: 1px blue solid;
}

.round-button-selected {
    font-size: 12px;
    border-radius: 10px;
    border:1px #428bca solid;
    background-color: darkred;
    color:white;padding: 3px 5px;
    cursor: pointer
}

.c-table
{
    border-bottom:1px #428bca solid !important;
}

.c-table > tbody > tr > td
{
    padding: 2px 4px 2px 4px !important;
    white-space:nowrap;
}

.c-table-row-40 > tbody > tr > td {
    height: 40px;
}

.c-table-wrap > tbody > tr > td
{
    padding: 2px 4px 2px 4px !important;
    white-space:normal;
    max-height: 20px !important;
    height: 20px !important;
    overflow: hidden;
}

.c-table-wrap > thead > tr > th
{
    padding: 2px 4px 2px 4px !important;
    white-space:nowrap;
}

.form-control {
    padding-top:1px;
    padding-bottom:1px;
}

.form-control {
    height:26px !important;
}

.form-container {
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

.input-group-addon {
    padding:4px;
}

/*.form-container > fieldset > div {*/
    /*margin-bottom: 10px;*/
/*}*/


.modal-wide .modal-dialog {
    width: 95%; /* or whatever you wish */
}

.modal-half .modal-dialog {
    width: 95%; /* or whatever you wish */
}

.modal-header {
    border-bottom: 1px #c3daee solid !important;
}

.modal-footer {
    border-top: 1px #c3daee solid !important;
}

.form-horizontal .control-label-large {
    width: 250px;
    text-align: left;
}

.form-input-label {
    float:left;
    width: 200px;
}

.form-input-data {
    float:left;
}

.form-separator {
    width:100%;
    height: 2px !important;
    background-color: #e0e0e0;
}

.form-group-label {
    font-size: 20px;
    color: #eea236;
}

.drop-button:hover{
    border: 1px #428bca solid;
    background-color: red !important;
    background: linear-gradient(#ffc266, #ffffff 100%);
}

.c-combo {
    float:right !important;
}

.combobox-short > div.combobox-container {
    width:206px !important;
}

.c-spacing {
    padding-right:10px;
}

.paragraph {
    padding-bottom:15px !important;
    padding-left:4px !important;
}
.paragraph > div > div{
    padding-bottom:2px !important;
    padding-top:2px !important;
}

.paragraph-narrow > div > div{
    padding-bottom:0px !important;
    padding-top:0px !important;
    padding-left:4px !important;
}

.control-label {
    padding-top: 7px !important;
    margin-bottom: 0;
    text-align: right;
    vertical-align: middle;
}


.input-group > div {
    width:250px;
    padding-top: 0px;
}

.input-xlarge {
    width:250px !important;
}

.input-large {
    width:200px !important;
}

/*.input-group > div .prettycheckbox {*/
    /*padding-top: 7px !important;*/
/*}*/

.combobox-container {
    /*width:250px;*/
}

.combobox-short {
    width:150px;
}

.input-narrow {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

#div_years > div.combobox-container {
    width:100px;
}

.modal .modal-body {
    overflow: auto;
}

.data-table-row40 {
    min-height: 40px;
    height: 40px;
}

.data-table-cell-ellipsis {
    text-overflow: ellipsis;
}

.data-table-cell-center {
    text-align: center;
    width:10px;
    height:24px;
}

td.data-table-cell-left-border {
    border-left:1px #c0c0c0 solid;
}

td.data-table-cell-right-border {
    border-right:1px #c0c0c0 solid;
}

.data-table-cell-blue {
    color: blue;
}

.data-table-cell-select {
    cursor: pointer;
}

td.data-table-cell-high{
    height:55px;
}

.data-table-cell-right {
    text-align: right;
    height:24px;
}

.data-table-cell-small {
    font-size: 11px;
}

.data-table-cell-width-min {
    width:10px;
}

.data-table-cell-crop {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position:relative;
}

.select2-wrapper {
    float:right;
    width:200px;
}

.c-table-row-top-border > td {
    border-top:1.4px #b0b0b0 solid !important;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.combobox-item-red {
    color:red;
}

.dataTables_empty {
    height:24px;
    vertical-align: middle;
}

/*.dataTables_info {*/
/*    padding-top:10px !important;*/
/*}*/

.paginate_button {
    border: 0px !important;
}

.paginate_button.current {
    margin:3px !important;
    background: linear-gradient(#88b5dd, #ffffff 120%) !important;
    color:white !important;
}

.paginate_button.current:hover {
    color:white !important;
}


.round-box {
    background-color: #f6f6f6;
    margin-top: 10px;
    margin-right: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 6px;
    border: 1px lightgray solid;
    border-radius: 5px
}

.icon-selected {
    background-color: #9acfea;
    border: 1px gray solid;
    border-radius: 4px;
}

.icon-selection {
}

.icon-selection td:not(.icon-selected):hover{
    background-color:#f0f0f0;
    border: 1px gray solid;
    border-radius: 4px;
}

.round-box-rep {
    margin-top: 10px;
    margin-right: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 6px;
    border: 1px lightgray solid;
    border-radius: 5px;
    width:inherit;
}

.sec-error {
    color:black;
    text-shadow: 1px 1px lightgray;
    font-size: 16px;
    text-align: center;
    border:1px red dashed;
    border-radius: 5px;
    padding:6px;
    margin:6px;
    background-color: #fff0f0;
}

.info-box {
    color:black;
    text-shadow: 1px 1px lightgray;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    padding:6px;
    margin:6px;
}

.caption-object-name {
    color: #eea236;
}

/*@media print {
    .printShow {
        background-color: white;
        height: 700px !important;
        width: 400px !important;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        visibility: visible;
    }

    body {transform: scale(.7);}

    .printHide {
        background-color: white;
        height: 0px;
        width: 0px;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        visibility: hidden;
        display:none;
    }
}*/

.form-group-label-new {
    font-size: 20px;
    color: black;
    background-color: lightgray;
    padding:4px;
    border-bottom:1px gray solid;
}


.paragraph-new {
    padding-bottom:15px !important;
    padding-left:4px !important;
}

.paragraph-new > table {
    border:2px #808080 solid !important;
}

.paragraph-new > table > tbody > tr > td {
}

.paragraph-new > table > tbody > tr > th {
    text-align: center;
    width:180px;

}

.c-table-row-drop > tbody > tr {
    height: 36px !important; /* or whatever height you need to make them all consistent */
    min-height: 36px !important; /* or whatever height you need to make them all consistent */
    max-height: 36px !important; /* or whatever height you need to make them all consistent */
    text-overflow: ellipsis;
}
.c-table-row-drop > tbody > tr > td {
    height: 36px !important; /* or whatever height you need to make them all consistent */
    min-height: 36px !important; /* or whatever height you need to make them all consistent */
    max-height: 36px !important; /* or whatever height you need to make them all consistent */
    text-overflow: ellipsis;
}

.control-label-new {
    padding-top: 2px !important;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

.input-new {
    padding:3px;
}

.track-changed {
    border-color: red !important;
    background-color: #ffe6e6 !important;
}

.track-changed > button {
    border-color: red !important;
    background-color: #ffe6e6 !important;
}

.validation-mark {
    color:red;
}

.validation-mark2{
    background-image: url("/images/red-circle.png");
    background-repeat:no-repeat;
    background-position:2px;
    background-size: 6px;

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.blinking-flight{
    animation:blinkingFlight 2s infinite;
}
@keyframes blinkingFlight{
    0%{     color: #FF0000;    }
    50%{    color: transparent; }
}