.navbar-ems.navbar-default{
    margin: 64px 0 44px 0;
    background: none;
    border:none;
    box-shadow: none;
    border-radius: 0;
}

body{
    font-family: 'Roboto';
    font-weight: 400;
}

.container{
    padding: 0 32px;
}

/* navbar */
.navbar-brand{
    height: 80px;
    padding: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a{
    background: none;
    box-shadow: none;
}

.navbar-nav{
    padding-top: 60px;
    /* max-width: 75%; */
}

.navbar-nav > li{
}

.navbar-nav > li > a{
    
    line-height: 20px;
    margin: 0 16px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 5px 0;
    color: #7C7B7B;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a{
    color: #7C7B7B !important;
    /*text-decoration: underline;*/
    background-color: white !important;
    border-bottom: 1px solid #7C7B7B;
}

.navbar-nav.navbar-right{
    
}

.navbar-collapse{
    
}

.navbar-nav.navbar-right > li > a:hover, .navbar-nav.navbar-right > li > a:focus{
    border-bottom: none;
}

.navbar-right > li > a.logout{
    /*background: url(../img/icons/LOGOUT.png) top left no-repeat;
    width: 48px;
    height: 48px;
    display: block;
    float: right;
    margin: 0 -15px 0 0 ;*/
    margin: 0 -15px 0 0;
}

.navbar-right > li > a.logout img {
    display: block;
    margin-top: -15px;
}

.navbar-right > li > a .glyphicon{
    display: none;
}

.contentHeadline{
    background: none;
    box-shadow: none;
    background-color: #00ADDF;
    border: none;
    color: white;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    padding: 0 0 0 5px;
}

.contentpadding{
    padding-top: 40px;
}

.datatable {
    margin-top: 10px;
}

.headlineText{
    padding: 5px 0 5px 0;
}

.newData{
    background: url(../img/icons/PLUS.png) top left no-repeat;
    height: 48px;
    width: 48px;
    display: block;
    float:right;
}

.headlineOptions{
    height: 48px;
    padding: 0;
}

.newData .glyphicon {
    display: none;
}

/* data lists */
.contentWindow{
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.datatable > thead > tr > th{
    border: none;
    padding: 10px 5px;
}

.datatable > thead > tr > th, .datatable > thead > tr > th a{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #777;
}
 
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border:none;
    background-color: #EDEDED;
    border-bottom: 6px solid white;
    color: #050505;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 28px;
}

.table > tbody > tr > td.options{
    padding: 0;
    padding-top: 5px;
    padding-right: 5px;
}

.table .options a, .headlineOptions .dropdown a{
    padding: 0;
}

.table .options a img{
    width: 38px; height: 38px;
}


/* footer */
html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 45px;
}

.footer {
    background-color: #00ADDF;
    bottom: 0;
    height: 32px;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 16px;
    line-height: 32px;
}

.footer a{
    text-decoration: underline;
    color: white;
    font-size: 16px;
}

/* forms */
.form-group{
    margin-bottom: 6px;
}

.form-control, .form-control:focus{
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #EDEDED;
    height: 48px;
}

.control-label, .form-horizontal .control-label{
    font-weight: normal;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500; 
    color: #7C7B7B;
    padding-top: 0;
}

.btn-default, .btn-default:hover, .btn-default:focus{
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #61ABDD;
    color: white;
    text-shadow: none;
    width: 128px;
    text-transform: capitalize;
    float: right;
}

/* login */
.loginHeader{
    margin: 64px 0 32px 0;
}

.loginHeader .loginNavText{
    padding-left: 0;
}

.loginHeader .loginLogo{
    width: 150px;
    float: left;
}

.loginNavText{
    padding-top: 60px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 151px;
    color: #7C7B7B;
}

.loginBox{
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.loginBox .contentHeadline{
    margin-bottom: 48px;
}


select.form-control, select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/icons/OPEN.png");
    background-repeat: no-repeat;
    background-position: right 10px top;
}


@media (max-width: 768px) {
    .navbar-right > li > a.logout{
        margin:0;
        background-color: transparent !important;
    }
    
    .navbar-nav{
        padding-top:0;
        margin-top: 10px;
    }
    
    .navbar-right > li > a.logout img{
        margin:0;
    }
}