
/*=============================================================
    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;
	background-color: #f3f3f3;
}

 #wrapper {
    width: 100%;
    margin-top:50px;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;
	margin-bottom: 45px;
	margin-top:120px;
	padding-bottom: 35px;
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
	height: auto !important; 
	min-height: 100%; 
	padding-left: 20px;
    padding-right: 20px;
}
.pad-top {
    padding-top:15px;
}

.alert {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 0px;
}

.page-name {
	text-align:center;
}

th {
	text-align: center !important;
}

td {
	vertical-align: middle !important;
}

/*==============================================
    MENU STYLES    
    =============================================*/

.sidebar-collapse .nav {
	padding:0;
    padding-top:70px;
}

.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
    color: #002157;
font-weight: 900;
font-size: 16px;
}
.sidebar-collapse > .nav > li {
	border-bottom:1px solid #e1e1e1;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	
	background:#e6e6e6;
	outline:0;
}

.navbar-side {
	border:none;
	background-color: #f3f3f3;
	
}
.navbar-inverse {

background-color: #002157;
border-color: #F0F0F0;
min-height: 80px;
}


.nav > li > a > i {
    margin-right:10px;
}
.nav-title {
    text-align:center;
    color:#fff;
    font-size:25px;
    font-weight:800;
	margin-top:10px;
}
    .nav-title a {
        text-decoration:none;
    }
	
.subtitle {
    text-align:center;
    color:#fff;
    font-size:16px;
    font-weight:700;
}	

.nav-icon {
	width: 16px;
}
	
.active-link {
    background-color:#fff;
}
    
/*==============================================
    DASHBOARD STYLES    
    =============================================*/

.div-square {
    padding:5px;
	padding-top: 15px;
    border:3px double #cccccc;
    -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;
}

.div-square > a {
	text-decoration: none;
	color: #427fca;
}

.div-square > a:hover {
    color:#2a5f96;
    text-decoration:none;
}

h2 {
	margin-top:30px;
	margin-bottom:0px;
}

.icon-cp {
	font-size: 360%;
}
/*==============================================
    FOOTER STYLES     
    =============================================*/
.footer {
    background-color:#002157;
    color:#fff;
    padding:20px 50px 20px 50px;
    padding-left:20px;
	 
    position: fixed;
    bottom: 0;
    width: 100%;
	text-align: center;

	z-index:9999999;
}


    .footer > a, .footer>a:hover {
       
        color:#fff;
    }

/*==============================================
    PANEL STYLES     
    =============================================*/

.panel {
	margin-left: 10px;
    margin-right: 10px;
}

.panel-primary {
	border: 2px solid #427fca;
}

.panel-primary > .panel-heading {
	background-color: #427fca;
    border-color: #427fca;
}

.panel-body {
	line-height: 20px;
	text-align: justify;
	background-color: #fff;
}

.panel-footer {
	line-height: 20px;
	text-align: justify;
}

.panel-subtitle
{
	text-align: left;
}

/*==============================================
    ACCORDION STYLES     
    =============================================*/

.panel-default {
    border-color: #427fca;
}

.panel-default > .panel-heading {
	background-color: #427fca;
    border-color: #427fca;
	color: #fff;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 2px solid #427fca;
}

.panel-accordion {
	border: 2px solid #427fca;
}


/*==============================================
    TABS STYLES     
    =============================================*/

.tab-content > .active {
	padding-top: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	font-weight: bold;
}

.tab-title {
	padding-bottom: 10px;
}

.nav-tabs {
	font-size:13px;
}

.nav-tabs > li > a {
	color: #427fca;
}

.nav-tabs > li > a:hover {
    color:#2a5f96;
}

.btn-info {
	background-color:#427fca;
	border-color:#427fca;
}

.btn-info:hover {
	background-color:#2a5f96;
	border-color:#2a5f96;
}

/*==============================================
    FORM STYLES     
    =============================================*/

.input-group {
	margin: 10px;
	padding-left: 0;
}

.form-input-text {
	width: 100% !important;
}

.form-input-btn {
	width: 50% !important;
}

.filter-option-inner-inner {
	color: #555;
}

.form-input-textarea {
	width: 130% !important; 
	color: #555;
}

.bootstrap-select {
	min-width: 180px !important;
}

/*==============================================
    MEDIA QUERIES     
    =============================================*/
 
 @media(min-width:768px) {
     #page-wrapper{ /* Original min-height 1050px */
               margin: 0 0 0 260px;
        padding: 15px 30px;
		height: auto !important; 
		min-height: 100%; 
		margin-bottom: 45px;
		margin-top: 0px;
		width:66%;
    }
	
	
    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
       
    }
	
	.active-link {
		margin-right: -30px;
	}
	
	.sidebar-collapse .nav {
    padding-top:50px;
	}
	
	.page-name {
		text-align:left;
		margin-left:60px;
	}

	.form-input-text {
		width: 50% !important;
	}

	.input-group {
	padding-left: 25%;
	}

	.nav-tabs {
	font-size:14px;
	}

	.form-input-textarea {
		width: 120% !important; 
	}
}


  @media(min-width:1050px) {
     #page-wrapper{ /* Original min-height 1050px */
               margin: 0 0 0 260px;
        padding: 15px 30px;
		height: auto !important; 
		min-height: 100%; 
		margin-bottom: 45px;
		margin-top: 0px;
		width:75%;
    }

	.form-input-textarea {
		width: 220% !important; 
	}
  }
  
    @media(min-width:1400px) {

	.form-input-textarea {
		width: 290% !important; 
	}
  }

 