﻿
.table-bottom-line {
    border-bottom: 2px solid #193352;
    border-top: 0 solid #193352;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    width: 98%;
}


.error-text-label {
    color: #a9a9a9;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align:center;
    vertical-align: middle;
}

.text-label {
    color: #a9a9a9;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.text-combobox {
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10pt;
    height: 23px;
    margin-left: 15px;
    text-align: left;
    width: 175px;
    color: Black;
    font-weight: bold;
}

.text-input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11pt;    
    margin-left: 5px;
    padding-left: 5px;    
    height:25px;
    width: 100%;
    vertical-align:middle;
}

.text-alert {
       font-size: 16pt;
       color:red;
       font-weight:bold;
}

.div-table-row {
    border: 1px solid #00ffff;
    display: table-row;
    width: 100%;
}


.spanlabel {    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11pt;
    font-weight:600;
    height: 23px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}


.logintextbox {
    border: 0 solid #00ff00;
    border-radius: 5px;
    display: table-cell;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 25px;
    vertical-align: middle;
    width: 100%;
}

.row {
    margin-left: 5px;
    margin-right: 5px;
}

#loading-div-background {
    display: none;
    z-index:99999;
    position: fixed;
    top: 0;
    left: 0;
    background: #cccccc;
    width: 100%;
    height: 100%;
}

#loading-div {
    width: 300px;
    height: 200px;
    background-color: White;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
}

.trigger-button {
    visibility: collapse;
}


/* Change for bootstrap */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0px solid #ddd;
    line-height: 1.0;
    padding: 1px;
    vertical-align: top;
}
h5 {
    margin-left: 20px;
}
.input-sm {
    width: 95%;
}
.jumbotron {
    padding: 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover >.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
