﻿.navbar-default {
    /*background-color: 	#87CEFA;*/
    border-color: 	#000000;
}
.navbar-default .navbar-nav  > li > a , .navbar-default .navbar-brand{
    color: white;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    /*background-color:	#87CEFA;*/
    color: white;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.form-horizontal .control-label{
    text-align: left;
}

.panel .panel-heading,.panel .panel-footer{
     font-weight: bold;
}
.alert {
  margin-bottom: 1px;
  height: 30px;
  line-height:30px;
  padding:0px 15px;
}

.alert .close{
  margin: 0px;
  padding:0px;
  top:5px;
  left:5px;
}

input,select {
  min-width:70px;
}

input[type=text]::-ms-clear {
    display: none;
}

hr.style2 {
    border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

  .btn-c {
        margin: 0px 5px 10px;
        width: 78px;
    }

    .btn-i {
        margin:5px;
    }

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li > a >span
{color:cadetblue;}

.table-min tr td, .table-min th, .table-min tr{
   padding:0px !important;
   margin:0px !important;
}

.badge-notify{
   background:red;
   position:relative;
   top: -20px;
   left: -35px;
}

.move-left {
    width: auto;
    box-shadow: none;
  }

.img-responsive {
    margin: 0 auto;
}
