/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

body {
    margin-top: 100px;
/*    background-color: #222;*/
font-family: 'PT Sans', sans-serif;
}

.bg-warning{
		background: #142f4c;
    border: solid 1px #142f4c;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 55px;
		}
		
		.bg-warning:hover{
		background:#142f4c;
		border:solid 1px #142f4c;
		color:#fff;
		}
   .top-menutext{
	   color:#fff;
	   text-align:center;
	   }

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
		    margin-top: 105px;
    }
.navbar-fixed-bottom, .navbar-fixed-top{
	height: 110px;
	}
	.navbar-brand{
		    padding: 5px 45px;
		}
	
	.navbar-brand>img{
		height:80px;
		}
	
	.bg-warning{
		background: #142f4c;
    border: solid 1px #142f4c;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 55px;
		}
		
		.bg-warning:hover{
		background:#142f4c;
		border:solid 1px #142f4c;
		color:#fff;
		}
    #page-wrapper {
        padding: 15px 0px;
    }
	
	.dropdown-menu{
		  left: 225px;
   
    top: 2px;
		}
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 110px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
      /*  overflow-y: auto;*/
        background-color: #0e1a35;
        bottom: 0;
       /* overflow-x: hidden;*/
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #142f4c !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 5px 15px 5px 18px;
    text-decoration: none;
    color: #fff;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}
.logo{
	background: #5686ff;
	background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 20px 20px;
    padding-top: 30px;
	}
.texts{
	    text-align: center;
    color: #fff;
    font-size: 20px;
	}

/*==============================Edit bootstrap Menu Css========================*/
.navbar-inverse {
    background-color: #0e1a35;
    border-color: #0e1a35;
	    border-bottom: solid 3px #95fa57;
}

.m-l{
	margin-left:230px;
	}
	.navbar-inverse .navbar-nav>li>a{
		color: #ffffff;
		font-size: 15px;
		border-bottom: solid 1px #fff;
		}
		
		.navbar-inverse .navbar-nav>li{
				    border-bottom: solid 1px #fff;
		   
		}
	
		.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
			 background-color: #142f4c;
			}
			
			.caret {
    display: inline-block;
    width: 0;
    height: 0;
    /* margin-left: 50px; */
    position: absolute;
    right: 7px;
    top: 10px;
    vertical-align: middle;
    border-top: 13px dashed #95fa57;
    border-top: 4px solid\9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
			.active{
				   /* border-top: 5px solid #95fa57;*/
				}
			.side-nav > .active{
				border-top:none;
				/*border-left: 5px solid #95fa57;*/
			
				}
				.navbar-inverse .m-l>li>a{
		
		    border-top: 5px solid #0e1a35;
		}
		
		
			.dropdown-menu{
				    background-color: #142f4c;
					    min-width: 250px;
				}
				.dropdown-menu>li>a {
					    color: #fff;
					}
			
			.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
				background-color: #142f4c;
   border-top: 5px solid #95fa57;

				}
				.navbar-inverse .side-nav > li > a:focus, .navbar-inverse .side-nav > li > a:hover {
				background-color: #142f4c;
   /*border-left: 5px solid #95fa57;*/
   border-top:none;
     
				}
				
				.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #142f4c;   
}
			.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-top:none;
	
}

.navbar-inverse .side-nav > .active > a, .navbar-inverse .side-nav > .active > a:focus, .navbar-inverse .side-nav > .active > a:hover {
    border-left:none;
	
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #95fa57;
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
.caret{
	margin-left: 45px;
	}
	}
			
			@media only screen and (max-width: 767px) {
				#page-wrapper{
					    margin-top: 125px;
					}
				.navbar-brand{
	    display: block;
    /* background: #fff; */
    /* border-radius: 50%; */
    margin: 5px 10px;
    width: 50px;
    height: 50px;
    padding: 2px 12px;
	}
	.navbar-brand img {
		
		    height: 50px;}
	
	
				.top-menutext{
					margin-top:-40px;
					    margin-left: 50px;
					    font-size: 22px;
					}
					.bg-warning{
						    top: 80px;
						}
				.m-l{
	margin-left:0px;
	}
	
	.logo{
		display:none;
		}
		
		.active{
			border-top: none;
				    border-left: 5px solid #95fa57;
				}
		.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
				border-top: none;
   border-left: 5px solid #95fa57;

				}
				.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-left:none;
	
}
.navbar-inverse .m-l>li>a{
		border-left: 5px solid #0e1a35;
		    border-top: none;
		}
		.caret {
    margin-left: 0px;
}
.xs-algin{
	float:none ! important;
	text-align:center;
	}
		
				}
				
				@media only screen and (max-width: 480px) {
					.top-menutext {
   
    font-size: 17px;
}
.top-menutext {
    margin-top: -45px;
    margin-left: 45px;
    font-size: 17px;
}
.navbar-brand {
	    padding: 2px 0px;
}
.xs-algin{
	float:none ! important;
	text-align:center;
	}
					}
					.nav-tabs>li {
    float: left;
   margin-bottom: 1px;
    width: 33.3%;
}
					.nav-tabs>li>a{
						color:#fff;
						}
						
						.nav-tabs>li>a:hover{
						background-color:#142f4c;
						border-color:#142f4c;
						}
						
						.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #142f4c;
    border: 1px solid #142f4c;
    border-bottom-color: none;
	color:#fff;
}
@media (min-width: 768px)
{
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 5px;
}
}