
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/*==============================================
    GENERAL  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height:30px;
}

li{
    font-size:16px;
}

p{
    font-size:16px !important;
}

 #wrapper {
    width: 100%;
    margin-top:50px;
    background-color:#f3f3f3;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;
   
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
    min-height:1050px;
    overflow-y: auto;
}
.pad-top {
    padding-top:15px;
}

a.download_csv {
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid;
    color:black;
}

a.download_csv:hover {
  background-color: #0056b3;  /* Darker background color on hover */
  color: #ffffff;  /* Keep the text color white on hover */
}
/*==============================================
    MENU STYLES    
    =============================================*/

.sidebar-collapse .nav {
	padding:0;
    padding-top:50px;
}

.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
    color: #214761;
font-weight: 900;
font-size: 13px;
}

.sidebar-collapse > .nav > li {
	border-bottom:1px solid #e1e1e1;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	
	background:#F3F3F3;
	outline:0;
}

.navbar-side {
	border:none;
	background-color: #fff;
	
}
.navbar-inverse {

background-color: #214761;
border-color: #F0F0F0;
min-height: 80px;
}


.nav > li > a > i {
    margin-right:10px;
}
.logout-spn {
    float:right;
    color:#fff;
    font-size:25px;
    font-weight:800;
    margin:20px;
    margin: 10px 25px 10px 50px;
}
    .logout-spn a {
        text-decoration:none;
    }
.active-link {
    background-color:#d5ca26;
}
    
/*==============================================
    DASHBOARD STYLES    
    =============================================*/
.div-square {
    padding:5px;
    border:3px double #e1e1e1;
    -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;

}

.div-square> a,.div-square> a:hover {
    color:#808080;
     text-decoration:none;
}
/*==============================================
    FOOTER STYLES     
    =============================================*/
.footer {
    background-color:#214761;
    width:100%;
    color:#fff;
    padding:20px 50px 20px 50px;
     padding-left:20px;
}


    .footer > a, .footer>a:hover {
       
        color:#fff;
    }

/*==============================================
    MEDIA QUERIES     
    =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{
              /* margin: 0 0 0 260px;*/
              
        margin: 0 5px 0 15px;
        padding: 15px 30px;
        min-height: 1050px;
		
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
       
    }

 
}
/* Style for the col-sm-4 box */
.col-sm-4 {
  position: relative;
  background-color: #f8f9fa;           /* light background */
  border: 0.5px solid rgba(0,0,0,0.2);   /* semi-transparent border */
  border-radius: 0.25rem;              /* rounded corners */
  padding: 1rem;
  height: 180px;                       /* demo height */
}

.col-sm-4 {
  margin-bottom: 15px;  /* space below */
}

/* Ribbon strip at top */
.ribbon-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;                         /* span full width */
  padding: 0.6rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background-color: #1a2b52;           /* default warning color */
  border-bottom: 3px solid rgba(0,0,0,0.3); /* subtle border line */
  z-index: 10;
  font-size: medium;
}

/* Variants */
.ribbon-top.bg-primary { background-color: #007bff; }
.ribbon-top.bg-success { background-color: #28a745; }
.ribbon-top.bg-danger  { background-color: #dc3545; }
.ribbon-top.bg-gray    { background-color: #adb5bd; color:#fff; }
