@charset "utf-8";
/* -------------------------- CUSTOM --------------------------- */
html, body {
    height: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    padding: 0 !important
}

body, div, p, span, td, h1, h2, h3, h4, h5, input, form, textarea, select {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-smooth: always !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body, div, p, span, td, h1, h2, h3, h4, h5 {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}
/* FORMS */
input {
    border-radius: 4px;
    border: 1px solid #28505E !important
}

textarea {
    border-radius: 10px;
    padding: 5px;
    border: none !important;
    font-size: 14px;
    min-width: 80% !important
}

select {
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    color: #28505E !important;
}

.scroll {
    overflow-y: auto !important;
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
    height: 100px;
    padding: 5px;
    border: #8496A0 solid 1px;
    border-radius: 10px;
    margin-bottom: 30px
}

/* end of FORMS */
.container-div {
    height: 100% !important;
    min-height: 67.5vh !important;
    max-width: 90% !important;
    margin: 10px !important;
    padding: 10px
}

.container-div-small {
    min-height: 30vh !important;
    height: 100% !important;
    max-width: 90% !important;
    margin: 15px 0 !important;
    padding: 10px 0;
}

#main-table {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}
/* FONTS & COLORS */
.font {
    font-family: 'Lato', Helvetica, sans-serif !important;
}

.dark-teal {
    color: #28505E !important;
}

.light-green {
    color: #52AA00 !important;
}
/* TITLES & HEADERS */
.title1 {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 26px;
    line-height: 100%;
    font-weight: 400;
    display: inline;
    text-transform: uppercase;
}

.title2 {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    height: 50px !important;
    text-transform: uppercase;
}

.title3 {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 18px;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: top;
}

.title4 {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
    height: 50px !important;
    padding-bottom: 10px;
}

.title-table {
    min-width: 250px !important;
    width: 96% !important;
    border-bottom: 1px solid #C4FFC7 !important;
}

.logo-txt {
    font-family: 'Effra', Arial !important;
    font-weight: 400;
    font-size: 44px;
    font-style: italic;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 90%;
    padding: 0 10px;
}

label {
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 120%;
    font-weight: 300;
    text-transform: uppercase;
}

.header-table {
    width: 90%;
    min-width: 90%
}

.arrow-left { /* select criteria */
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    vertical-align: text-bottom
}
/* end of TITLES / HEADERS */
/* CONTENT FONT SIZES */
.font1 {
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 100%;
    font-weight: 300;
    text-align: left;
}
/* end of CONTENT FONT SIZES */
/* BUTTON */
.btn-primary {
    color: #ffffff !important;
    background-color: #28505E !important;
    border: none !important;
    width: 200px !important;
    transition: 0.2s;
    font-size: 16px !important
}

    .btn-primary:hover {
        background-color: #598f68 !important;
        border: 1px solid #000000;
    }
/*end of BUTTON*/
/* LOGIN SCREEN */
.col-md-4 {
    min-width: 320px !important;
    width: 100% !important;
    margin: auto !important
}

.login-bg {
    height: 96vh !important;
    min-width: 100% !important;
    margin: auto !important;
    text-align: center;
    display: inline-block
}

.login-form form input {
    margin: auto !important;
    color: #28505E !important;
    outline: solid 1px #28505E !important;
    font-size: 14px !important;
}

input {
    color: #28505E !important;
    font-size: 16px !important;
    line-height:120%;
    padding: 4px;
    margin: 5px 5px 0 0;
    min-width: 200px !important;
    margin-top: 5px
}

    input[type=checkbox] {
        margin: 5px 5px 5px 0 !important;
        min-width: 20px !important
    }

    input.run-count[type="submit"]:hover {
        background-color: #28505E !important;
        /* background: linear-gradient(to right, salmon 50%, lightblue 50%) left;*/
        background-size: 200%;
        transition: .4s ease-out;
        color: #ffffff !important;
    }

#email .button {
    margin-top: 0 !important
}
/* end of LOGIN SCREEN */
/* SIDE BAR */
.sidebar {
    background-color: #598f68;
    /*background-image: linear-gradient(#598f68, #2E8C00);*/
}

.navbar-brand {
    font-size: 30px !important;
    line-height: 100%;
    font-weight: 300 !important;
    margin: 0 !important;
    color: #ffffff;
}
/* end of SIDE BAR */
/* THE FANCY EFFECTS */
/*.fun-line {
    background: linear-gradient(to right, #8496A0, #64c8c8), linear-gradient(to right, #c4ffc7, #c4ffc7, #abe675, #a3e665);
    background-size: 180px 2px, 0 2px;
    background-position: 10% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 600ms;
}
:hover, :focus {
    background-size: 0 2px, 180px 2px;
}*/
.border-gradient {
    border-width: 3px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c4ffc7, #c4ffc7, #abe675, #a3e665) !important;
}

.img-logo .img-logo-nav {
    opacity: 0.7;
    transition-timing-function: ease;
    transition: all 1s;
    height: auto;
}

.img-logo {
    width: 60px;
}

.img-logo-nav {
    width: 40px;
    padding-bottom: 0.15em;
}

.img-logo:hover {
    transition-duration: 1s;
    opacity: 1;
}
/* end of THE FANCY EFFECTS */
/* COLUMNS */
.main .content .px-4 .div-reset {
    padding: 0 !important;
    margin: 0 !important;
}

.main {
    background-color: #DDDDDD;
}

.main-table-col-1 {
    width: 40% !important;
    min-height: 100% !important;
    padding: 15px;
}

.main-table-col-2 {
    width: 25% !important;
    min-height: 100% !important;
    padding: 15px;
}

.main-table-col-3 {
    width: 35% !important;
    min-height: 100% !important;
    padding: 15px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px 0;
}

.padding20 {
    padding: 20px;
}

.col-style1 {
    border-radius: 9px;
    -moz-border-radius: 9px;
    background-color: #ffffff;
}

.col-style2 {
    border-radius: 9px;
    -moz-border-radius: 9px;
    background-color: #EBEBEB;
}

iframe {
    margin-top: 3px !important;
    border-radius: 10px;
    font-family: 'Lato', Helvetica, sans-serif !important;
    font-size: 14px;
    color: #28505E !important;
    line-height: 120%;
    font-weight: 300;
    height: auto;
    min-height: 360px;
    border: none !important;
    background-color: #ffffff;
}

.username {
    background: #C4FFC7 padding-box center;
    border-radius: 5px;
    padding: 5px 10px;
    color: #28505E
}

.scrolling-div {
    max-height: 520px;
    vertical-align: top;
    width: auto;
    overflow: auto;
    padding-right: 10%
}

.scrolling-div-mmy {
    max-height: 620px;
    width: 90%;
    overflow: auto;
    box-sizing: content-box;
    padding-right: 10%;
}

.xls-icon {
    height: 25px
}
