/*
 Theme Name:   Secure 7 Systems Ltd
 Theme URI:    http://www.extremewebtechnologies.com
 Description:  Theme for Secure 7 Systems Ltd
 Author:       Extreme Web Technologies Ltd
 Author URI:   http://www.extremewebtechnologies.com
 Template:     Secure 7 Systems Ltd
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

html body{
    padding: 0px;
    background: #daddde;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.asterisk{
	color:red;
}

#login_container{
	height:100px;
	max-width:500px;
	margin:100px auto 0;
}

#header{
	position:relative;
	max-width:960px;
	margin:0px auto 0px;
	padding:0px;
}

#main_container{
	border:1px solid #ccc;
	padding:10px;
	position:relative;
	max-width:960px;
	margin:0px auto 0px;
	padding:10px;
	background: #FFF;
        border-top: 0;
}

#menu_container{
	position:relative;
	max-width:960px;
	margin:0px auto 0px;
	padding:0px;
}

#menu_container .tab_content{
	min-height:150px;
}

/*  Responsive Nav */
#toggle_button{
	display:none;
	width:50px;
    color: #333;
    background-color: #eeeeee;
    border-color: #ccc;
}

#menu_container ul.nav.nav-stacked{
	display:none;
	background-color: #eeeeee;
}

#menu_container .nav-tabs.nav-stacked > li > a{
	 border: 1px solid #ddd;
}
#menu_container .nav-stacked > li + li {
	margin:0;
}

#menu_container .nav-tabs.nav-stacked > li.active > a,
#menu_container .nav-tabs.nav-stacked > li.active > a:hover,
#menu_container .nav-tabs.nav-stacked > li.active > a:focus {
  color: #555555;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.glyphicon.glyphicon-menu-hamburger {
    font-size: 20px;
}


/*  End of Responsive Nav */

.logo{
    margin-top: 30px;
	margin-bottom:20px;
	text-align:center;
}

#dash_logo{
	display:block;
	width:200px;
	margin:0 auto;
}

#dash_logo img{
	width:100%;
}

#logout_link{
	display:block;
	position:absolute;
	top:15px;
	right:15px;
	
}

#contacts { 
   margin-top: 10px;
   margin-bottom: 25px;
} 

#contacts a { 
   padding: 15px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   font-size: 12px;
}

.login-btn{
    border: 100px;   
}

.break{
    height: 40px;
}

.nav-fonts{
    color:#000;
}
.glyphicon{
        color: #d2b72a;
        font-size: 15px;
    }

.tableS7, .tableS7 td, .tableS7 th, .tableS7 tr{
    border: 1px solid #999;
}

.tableS7 td { 
   padding: 5px;
}

.tdlabel { 
  background: #daddde;
}

.status_new { 
  color: #4cff7c;
  font-weight: bold;
}

.status_accounts { 
  background-color: #d13137;
  font-weight: bold;
  color: #fff;
}

.status_closed { 
  background-color: #d13137;
  font-weight: bold;
  color: #fff;
}

.status_sales { 
  background-color: #d2b72a;
  font-weight: bold;
  color: #000;
}

.status_approval { 
  background-color: #00c0fa;
  font-weight: bold;
  color: #000;
}

.status_new {
  background-color: #4cff7c;
  font-weight: bold;
  color: #000;
}

.status_open {
  background-color: #fbe9a3;
  font-weight: bold;
  color: #000;
}

.btn-info {
  background: #d2b72a !important;
  border-color: #d2b72a !important;
}


@media all and (max-width: 767px) { 
  #login_container{
	  
	  width:100%;
  }
  #toggle_button{
	  display:block;
  }
  
  #menu_container ul.nav{
	display:none;
  }
  
  #page_no .form-control {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
  }
 
}


@media all and (max-width: 1170px) { 
  html, body {
  	padding:10px;
  }
   
  
}

