/* Author: AdminDesigns.com
 * Last Updated: 02/01/14 
 * Copyright 2014 Admin Designs
=================================================
 * This file is reserved for changes made by 
 * the user. It's often times a good idea to 
 * seperate your changes from the themes core.
 * It makes modifications, and future theme
 * updates much easier to apply.
================================================= */
/* These styles have been placed here for as 
 * they have a high chance of needing to be
 * changed if one decides to modify the header
-----------------------------------------------*/
/* Header button states - text colors */
.navbar-menus > div > button:focus {
  color: #666; }

.navbar-menus > div > button:hover {
  color: #333; }

/* Place your custom styles or styles which 
 * have been generated with the customization 
 * tool below this line. 
-----------------------------------------------*/
/*.navbar {
	background-color: rgb(40, 123, 171);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 35%,rgba(0, 0, 0, 0.12) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 35%,rgba(0, 0, 0, 0.12) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80ffffff",endColorstr="#00ffffff",GradientType=0);
	background-repeat: repeat-x;
	color: rgb(255, 255, 255);
}
.navbar a {
	color: rgb(255, 255, 255);
}*/
#language_menu a > span{color:rgb(255, 255, 255);} 
#language_menu a > i{color:rgb(255, 255, 255);} 
#settings_menu{color:rgb(255, 255, 255);} 
/*#toggle_sidemenu_l{color:rgb(255, 255, 255);} */
.navbar-menus > .btn-group > button{color:rgb(255, 255, 255);} 
.navbar-menus > .btn-group > button:hover{color:rgb(255, 255, 255);} 
.navbar-menus > .btn-group > button > b{background-color:rgb(33, 51, 75);background-image:none;} 
select{
	height:30px;
	border:1px solid #ddd;
}
textarea,textarea:hover{
	border:1px solid #ddd;
}
select:focus,textarea:focus{
	border:0 none;
	border: 1px solid #b18cde;
}
.w100{
	width:100% !important;
}
.text-left {
    text-align: left !important;
}
.bt{
	border-top:1px solid #ddd;
}
table.table, table.table th {
    text-align: center;
    }
 .table > thead > tr > th{
   /* border-bottom:1px solid #ddd;*/
}
.formborders {
	border:0 none !important;
    border: 1px solid #ddd !important;
}
.note-editor {
    border: 1px solid #cacaca;
}
.note-editor .btn-sm, .note-editor .btn-group-sm > .btn{
	min-height:29px;
}