html {
    margin: 0;
    padding: 0;
}
body {
    padding: 10px;
    margin: 0;
    padding-top: 68px; /* FIXME: Tied to height of menu and header */
    background-color: #FFFFEF;
    background-color: #FFFFF9;
    background: url("/img/USCG-respect-blur.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/** Fix IE behavior of vertical scrollbar overlay on content */
@-ms-viewport{
    width: auto !important;
}

#banner-top, #banner-btm {
    display: none; /* Default to no-banners to avoid flashing */
}

#menu {
    position: fixed;
    left: 0;
    top: 0px; /* Default to no-banners to avoid flashing */
    padding: 0;
    margin: 0;
    height: 45px; /* FIXME: Hardcoded for font sizing/spacing */
    width: 100%;
    /* border-top: 2px solid #333; */
    /* border-bottom: 1px solid #a69766; */
    border-bottom: 1px solid #ffffff;
    /*background-color: #C2B280;*/
    background-color: rgb(237 ,241 ,245 );
    background-image: linear-gradient( rgb(237 ,241 ,245 ), white);
    border-leftCC: 1px solid #999;
    border-rightCC: 1px solid #999;
}
#menu img {
    margin-top: 9px; /* FIXME: Hardcoded for image sizing/spacing */
}
#menu .text {
    display: none;
}

#menu .logo {
    position: absolute;
    top: 5px;
    left: -2px;
    height: 43px;
    width: 400px;

    background-image: url("../../img/USCG-logo.png");
    background-size: 400px 43px;
}

#menu .logo-login {
    top: 1px;
    left: 2px;
}

#menu .prc_status_title {
    position: absolute;
    left: 200px;
    top: 7px;
    font-weight: bold;
    font-size: 19px;
    color: #FFF;
}

#menu .prc_status_up, .prc_status_down {
    position: absolute;
    left: 330px;
    border-radius: 10%;
    width: 225px;
    top: 11px;
    text-align: center;
    font-weight: bold;
    background-color: #008F01;
}

#menu .prc_status_down {
    width: 135px;
    background-color: #cb0001;
}

#menu .dropdown {
    float: right;
    height: 100%;
    vertical-align: text-bottom;
    margin-left: 1px;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #33333F;
    color: #FFF;
    font-weight: bolder;
}
#menu .dropdown.selected {
    background-color: #597EAA;
    background-color: #006ba6;
}
#menu .dropdown img {
    margin: 0px;
    margin-top: -4px;
}
#menu .dropdown-domain {
    padding-left: 12px;
    padding-right: 12px;
}
#menu .dropdown-user {
    padding-left: 4px;
    padding-right: 4px;
}
#menu .dropdown-menu-auto {
    margin-top: 0;
    font-weight: normal;
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.4285;
    color: #777;
    white-space: nowrap;
}
#menu .dropdown-menu {
    margin-top: 0;
}

.top-menu {
    z-index:9999;
}

.milpoBandwidth {
    width: 5%;
    height: 30px;
    padding-left: 3px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/** Table Editor ======================================== */
.ted-grid {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 3px;
    bottom: 4px;
    z-index: 1;
}
.ted-grid .k-grid {
    width: 100%;
    height: 100%;
}
h4.ted-title {
    margin-left: 8px;
}

.popup-button {
    float:right;
    margin-left: 10px;
}

.soldierManagement th {
    vertical-align: middle;
    text-align: right;
    padding-left: 12px;
    padding-bottom: 8px;
}

.soldierManagement td {
    vertical-align: middle;
    text-align: left;
    padding-left: 12px;
    padding-bottom: 8px;
}

.USCGbtn1 {
    color : white !important;
    background-color: rgba(0, 107, 166, 0.96) !important;
}

.USCGbtn1:not([disabled]):hover {
    background-color: rgba(0, 107, 166, 0.96) !important;
    color: white !important;
}

.USCGbtn1[disabled] {
    color : rgb(0, 107, 166) !important;
    background-color: rgba(0, 107, 166, 0.96) !important;
    font-color: white !important;

}