﻿/* REMEMBER to insert in alphabetic order */


body {
    background-color: #EBEFF5;
    font-family: 'Trebuchet MS';
    font-weight: 500;
}

footer {
    background-color: black;
    color: white;
    height: 50px;
    padding-top: 10px;
    padding-left: 20px;
}

.header-metricorr {
    background-color: #FFFFFF;
    padding: 10px 32px;
}
.logo-section{
    display: flex;
    align-items: center;
    gap: 32px;
}
.logo-section > h1{
    font-weight: bold;
    color: #00a3e0 !important;
    font-size: 48px;
    margin: 0px;
}
.logo-section > h2{
    font-weight: bold;
    color: #000 !important;
    font-size: 36px !important;
    margin: 0px;
}
.new-data-reciver{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-info-section{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-end;
}
.gap-12{
    margin-left: 12px !important;
}

.metricorr-btn-text-left {
    text-align: left
}

.metricorr_edit_width {
    width: 100px;
    background-color: black
}

/* Relevant for forms*/
.header-metricorr-forms {
    height: 200px;
    padding-top: 120px;
}


#leftsidebar {
    float: none;
    width: auto;
}

#main {
    margin-left: 4px;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-left-width: 2px;
    border-left-color: #5391ce;
    border-left-style: solid;
    min-height: 1000px;
}

#mainRoot {
    margin-left: 4px;
    background-color: white;
    /* padding-left: 20px;
    padding-right: 20px;
    border-left-width: 2px;
    border-left-color: #5391ce; */
    /* border-left-style: solid; */
    /* min-height: 100vh; */
    min-height: calc(100vh - 201px);
}

#main-admin {
    margin-left: 4px;
    /*background-color: lightgray;*/
    padding-left: 20px;
    padding-right: 20px;
    border-left-width: 2px;
    border-left-color: #5391ce;
    border-left-style: solid;
    min-height: 1000px;
}



#menulist {
    margin: 0;
    padding: 0;
}

.menuitem {
    background: #CDF0F6;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    list-style-type: none;
    margin: 4px;
    padding: 2px;
}

.menustyle-metricorr {
    color: red;
}

menubar-metricorr {
    padding-right: 150px;
    margin-right: 150px;
    font-family: 'Trebuchet MS';
}


.metricorr-RedTxt {
    color: red;
}


.metricorr-GrayTxt {
    color: gray;
}

.metricorr-GreenTxt {
    color: green;
}

.metricorr-PurpleTxt {
    color: purple;
}

.metricorr-BlackTxt {
    color: black;
}

.metricorr-BlueTxt {
    color: dodgerblue;
}


.metricorr-GreenBaground {
   background-color:greenyellow;
}

.metricorr-field-with {
    width: 70px;
}

.metricorr-text-black {
    color: black !important;
}

.metricorr-headline {
    border-bottom-width: 1px;
    border-bottom-color: white;
    border-bottom-style: solid;
}

.metricorr-drop-down-width {
    width: 180px;
}

.metricorr-border-right {
    border-right-color: #5391ce;
    border-right-width: 1px;
    border-right-style: solid;
}

.metricorr-border-left {
    border-left-color: #5391ce;
    border-left-width: 1px;
    border-left-style: solid;
}

.metricorr-border-top {
    border-top-color: #5391ce;
    border-top-width: 1px;
    border-top-style: solid;
}

.metricorr-border-buttom {
    border-bottom-color: #5391ce;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}



.metricorr-plot-width {
    min-width: 1300px; /* suppose you want minimun width of 1000px */
    width: auto !important; /* Firefox will set width as auto */
    width: 1300px; /* As IE ignores !important it will set width as 1000px; */
}

.metricorr-range-setting {
    border-bottom-width: 3px;
    border-bottom-color: #5391ce;
    border-bottom-style: solid;
}

.metricorr_login_box {
    float: left;
    padding-left: 200px;
    width: 700px;
    height: 700px;
    padding-top: 50px;
}


.metricorr_login_box1 {
    border-bottom-width: 1px;
    border-bottom-color: #5391ce;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-color: #5391ce;
    border-top-style: solid;
}

.metricorr-filter-txt {
    width: 200px
}

/* Login page*/
span.error {
    color: red;
    border: solid double red;
    visibility: collapse;
}

#loginbody {
    margin-left: 15em;
    background-color: #EBEFF5;
    padding-bottom: 1em;
    width: 35em;
    padding-left: 2em;
    padding-right: 6em;
}

#picture1login {
    padding: inherit;
    margin-left: 15.5em;
    margin-top: 3em;
}

#loginempty {
    background-color: white;
    height: 16em;
}


.selectedButton {
    color: black !important;
    text-decoration: underline;
}


/* Style the navbar copied from http://www.w3schools.com/bootstrap/bootstrap_theme_company.asp */
.navbar {
    margin-bottom: 0;
    background-color: white;
    /*  z-index: 9999; */
    border: 0;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    border-radius: 0;
    /* padding-right: 30px !important; */
}

    .navbar li a, .navbar .navbar-brand {
        color: #5391ce !important;
        font-weight: 900;
    }




.navbar-nav li a:hover, .navbar-nav li.active a {
    color: black !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff;
}

/* For forms */

DIV#metricorr-menubar-forms {
    background-color: #F0F8FF;
}

    DIV#metricorr-menubar-forms a {
        color: blue;
        font-size: 15px !important;
        padding: 0.5em;
    }

        DIV#metricorr-menubar-forms a.alignRight {
            color: darkmagenta;
            font-size: small;
            padding: 0.5em;
            padding-left: 25em;
        }

        DIV#metricorr-menubar-forms a.selectedProfileButton {
            color: purple;
            font-size: 15px !important;
            padding: 0.5em;
            padding-left: 25em;
        }


th {
    background-color: #F0F8FF;
}


.wrapper {
    overflow: auto;
}

@media screen and (max-width: 1200px) {
    .mainRootHeading {
        margin-left: 60px;
    }
}

@media screen and (max-width: 992px) {
    .logo-section{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 16px;
    }
    .header-info-section {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 480px) {
    #leftsidebar {
        width: 200px;
        float: left;
    }

    #main {
        margin-left: 216px;
    }
}


.metricorr-dateField {
    width: 90px
}


.wrap-line {    
    white-space: pre-wrap
}


.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #fff;
    border-style: solid;
    border-top: none;
    border-right: none;
    border-left: none;
    border-left: none;
}

.PathWidth {
    width:1000px;
    background-color: yellow !important;
}


li > a.metricorr-drop-down-color {
    background-color: white !important
}

/**************/

.important-notice {
    width: auto;
    margin-left: 550px;
    padding-left: 200px;
    padding-right: 150px;
    padding-top: 50px;
}
