﻿html {
    height: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    padding: 0px;
    margin: 0px;
    position: relative;
    min-height: 100%;
    font-family: Arial,'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;    
}

a {
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}
ol, ul {
    padding-left: 0;
}
ul li{
    list-style-type:none;
}
.breadcrumb-container {
    background: linear-gradient(45deg, #caf9d2, #f5c04e);
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
}

ol.breadcrumb {
    padding-bottom: 0;
    margin-bottom: 0;
}
li.breadcrumb-item a{
    color:#000;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom:5px;
}
.form-group{
    margin-bottom:10px;
}
label{
    margin-bottom:10px;
    font-weight:700;
}
fieldset {
    border: 1px solid #62b828;
    width: auto;
    padding: 10px 20px 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
legend {
    font-size: 16px;
    width: auto;
    padding: 5px 12px;
    float: none;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-top: 0px;
    font-weight: 700;
}

.required {
    color: #fa0808;
    font-size: 13px;
    font-weight: 700;
    font-family: cursive;
}
.btn {
    padding: 6px 20px;
}
select.form-control {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.gv-container{
    max-height:400px;
    overflow:auto;
}
table.gv-table > tbody > tr > th {
    background: #c6e4c6;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #92b092;
}

table.gv-table > tbody > tr > td {
    padding: 5px;
    border: 1px solid #a7a7a7;
    white-space:nowrap;
}

.gv-container .gv-table tr:nth-child(even) {
    background: #eaeaea;
}


.login-header-container {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 5px 15px;
    background: #f5c04e;
    color: #ffffff;
    text-align: right;
    overflow: hidden;
    z-index:99;
}

.login-header-container a {
    color: #ffffff;
}

.main-section-container {
}
.admin-panel-content{
    margin-top:52px;
}

.dashboard-content {
    height: 40px;
    position: fixed;
    width: 364px;
    background: #c29534;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    margin-top: 0px;
}

.dashboard-site-nav {
    height: 100%;
    background: #222d32;
    padding: 15px 0px 45px 0px;
    position: fixed;
    width: 364px;
    overflow: auto;
    margin-top: 40px;
}

.user-info-container {
    background: #222d32;
    height: 60px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.user-info-container .img-content {
    height: 40px;
    width: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    font-size: 25px;
}

.auth-text-content {
    margin-left: -70px;
}

.auth-text-content .circle {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    background: lightgreen;
}

.main-nav-text {
    background: #1a2226;
    color: #4b646f;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}


.sidebar-nav ul li.nav-parent {
    padding: 15px 0 0px 20px;
    border-bottom: 1px solid #000;
}

.sidebar-nav > ul > li.nav-parent{

}

.sidebar-nav ul li a{
    color: #ffffff;
}
.sidebar-nav ul li ul {
    margin-left: 25px;
    padding-top: 15px;
}
.sidebar-nav ul li ul li.nav-child a {
    padding: 10px;
    background: #1a2328;
    border-top: 1px solid #090c0e;
    display: inline-block;
    width: 100%;
}
.form-control{
    margin-bottom:10px;
}