/* styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin-ext,greek,latin);

body {
    background-color: rgb(242,242,242);
    font-family: 'Roboto',Helvetica Neue,Arial,Sans-serif;
    height: 100vh;
}

h1,h2,h3,h4,h5 {
    font-family: 'Roboto',Helvetica Neue,Arial,Sans-serif;
}

.hidden {
    display: none;
}

.clickable,
.rclickable {
    cursor: pointer;
}

#jsSuccessMessage, .alert.flash {
    z-index: 99999;
    position: fixed;
    top: 0.5vw;
    left: 20vw;
    width: 60vw;
    padding: 2vh 5vh;
    text-align: center;
    font-size: 20px;    
}
body .flash #flashMessageClose2 {
    float: right;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 4px;
    color: inherit;
    opacity: 0.4;
    cursor: pointer;
}

#flashMessageClose {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.table-full-width {
    width: 100%;
}

.table-full-width.data-table {
    width: 99%;
}

label {
    display: block;
    margin: 8px 0 0 0;
    font-size: 0.95em;
}

label:after {
    content: ':';
}

.dataTables_wrapper label:after {
    content: '';
}

#frm-signInForm label:after {
    content: '';
}

form {
    width: 30vw;
}

form .required label {
    color: rgba(80,0,0,1);
}

form .required input,
form .required textarea,
form .required select {
    border-color: rgba(80,0,0,0.5);
}

form .error {
    color: maroon;
}

input[type=submit] {
    margin: 8px 0 0 0;
}

.glyphicon {
    cursor: pointer;
}

.logo {
    margin: 0 2px 35px 30px;
}
h1 {
    font-size: 22px;
}
#frm-signInForm {
    display: initial;
}
.logo a {
    display: inline-block;
    padding: 40px 0 0 93px;
    color: #323232;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    min-height: 78px;
    background: url(../images/logo/01.png) no-repeat;
    background-size: auto;
    background-size: auto 78px;
    width: 250px;
    position: absolute;
    left: 2vw;
}
.logo {
    padding: 2vh 2vw 3vh 2vw;
    color: white;
    margin: 0;
    position: relative;
    text-align: center;
    height: 116px;
}
.logo div {
    display: inline-block;
    margin: 15px auto 0 auto;
    width: 150px;
    font-size: 2em;
    color: black;
}
.menu-panel {
    min-height: 88.5vh;
}
.content-wrapper {
    padding: 2vh 2vw;
}
.navbar {
    width: 100%;
    background-color: rgb(242,242,242);
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.glyphicon.green {
    color: #37cc3f;
}
.glyphicon.red {
    color: #c93636;
}
td.green {
    color: green;
}
td.red {
    color: red;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h3.big {
    font-size: 20px;
    margin: 30px 0 10px 0;
}
.glyphicon.glyphicon-warning-sign {
    font-size: 20px;
    color: orange;
}