.login-out{
    border:1px solid green;
    padding:5px;
    background-color: #ffcaca;
    color: green;
    border-radius: 5px 5px 5px;
}

body {
    min-height: 75rem;
    padding-top: 4.4rem;
    background: #2f81b5 !important;
    font: normal 14px Arial, Helvetica, sans-serif;
    position: relative;
!important;
}

.btn-custom {
    width: 200px !important;
}

.btn-sml {
    padding: 0px 5px;
    font-size: 14px;
    border-radius: 4px;
}

.table-clean {
    border-collapse: separate;
    border: solid black 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    width: 100%;
}

table {
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

td, th {
    padding: 5px;
}

th {
    background-color: #114E7B;
    border-top: none;
    text-align: center;
}

td:first-child, th:first-child {
    border-left: none;
}

th {
    padding: 5px 5px 5px 5px;
    border: 1px solid #BADFF6;
    font-size: 14px;
    color: #005596;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    background-color: #ECEFF5;
}

td {
    padding: 2px 4px 2px 4px;
    border: 1px none #BADFF6;
    font-size: 12px;
    color: #505050;
}

/* unvisited link */
a:link {
    color: #2A5DB0;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #2A5DB0;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #2A5DB0;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #2A5DB0;
    text-decoration: none;
}

/* when active use specificity to override the !important on border-(color) */
.nav-tabs .nav-link {
    color: white !important;
    background-color: green !important;
    border-color: transparent !important;
}

/* when not active use specificity to override the !important on border-(color) */
.nav-tabs .nav-link:not(.active) {
    color: rgba(255, 255, 255, .5) !important;
    background-color: #2F81B5 !important;
    border-color: transparent !important;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 1px;
    padding: 5px;
    margin-bottom: 0px;
}

div.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
    border: 1px solid #AAAAAA;
}

.divTable.blueTable .divTableBody .divTableCell {
    font-size: 13px;
    padding: 2px 0px;
}

.divTable.blueTable .divTableRow:nth-child(even) {
    background: #D0E4F5;
}

.divTable.blueTable .divTableHeading {
    background: #1E649F !important;
    background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444;
}

.divTable.blueTable .divTableHeading .divTableHead {
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}

.divTable.blueTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}

.blueTable .tableFootStyle {
    font-size: 14px;
}

.blueTable .tableFootStyle .links {
    text-align: right;
}

.blueTable .tableFootStyle .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.blueTable.outerTableFooter {
    border-top: none;
}

.blueTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}

/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableFoot {
    display: table-footer-group;
}

.divTableBody {
    display: table-row-group;
}

/* for support screen */
.rounded-user {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #000;
    background-color: #acf;
    padding: 10px;
}

/* for support screen */
.rounded-user-caution {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #000;
    background-color: #e6e319;
    padding: 10px;
}

.rounded-admin {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #000;
    background-color: #20c997;
    padding: 10px;
}

.rounded-admin-comment {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #000;
    background-color: #f0ad4e;
    padding: 10px;
}

.rounded-system-message {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 2px #000;
    background-color: #f0eb11;
    padding: 10px;
}

/* @group Blink */
@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.25;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% { opacity: 0.25; }
    to { opacity: 1.0; }
}

.blink {
  animation:fade 2000ms infinite;
  -webkit-animation:fade 2000ms infinite;
}
/* @end */

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(4) translateY(40px);
}

.ticket_high {
    background-color: #ef6161;
}

.ticket_med {
    background-color: lightsalmon;
}

.ticket_low {
    background-color: #91e619;
}

.adblock {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 80%;
    color: #000;
    border: 1px solid red;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
