

.form-signin{
    max-width:300px;
    padding:19px 29px 29px;
    margin:0 auto 20px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:0 1px 2px rgba(0,0,0,.05);
    box-shadow:0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,.form-signin .checkbox{
    margin-bottom:10px;
}

.form-signin input[type="text"],.form-signin input[type="password"]{
    font-size:16px;
    height:auto;
    margin-bottom:15px;
    padding:7px 9px;
}

.nav-second-level{
   //font-size:14px; 
}

.submenu{
   margin: 0px;
   padding-bottom: 0px;
   padding-top: 0px;    
}

.formgroup{
    padding-left: 18px;
}

body {
  background-color: #f2f2f2;
}

.content{
    padding-top: 30px;
}

.infoblock{
   border: 1px solid #e5e5e5;
    //border-radius: 4px 4px 0 0;
    background: white;
}

.bodyreport{
  background-color: white;  
}

.main-template {
  padding: 20px 15px;
}

.footer{
   padding-top: 20px;
   text-align: center;
}

.exit{
   padding-left: 450px; 
}

.darkblue{
   background-color: #428bca; 
}

.blue{
   background-color: #5bc0de; 
}

.border{
    border:#999 1px solid;    
}

.borderbold{
    border-top: black 2px solid;
    //border-top:#999 2px solid; 
}

.middle{
    vertical-align: middle
}

.mybtnfilter{
    width:150px;
    height: 35px;
}

.pointer{
    cursor: pointer;
}

.padding{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.padding-left-0{
    padding-left: 0px;
}

.paddingrow{
    padding-left: 15px;
}

.tablereadxml {
    border:0px solid darkgray; border-collapse:collapse; border-spacing:0px; margin:0px; vertical-align:middle;
}

.tdreadxml{
    border:1px solid darkgray;
    padding:2px;
    font-size:8pt;
    font-family:Tahoma,verdana,arial,sans-serif;
    vertical-align:middle;
}

.tdreadxmlspravka{
    border:0px;
    font-size:11px;
    text-align:left;
    color:#6B7176;
}

.head{
   background-color:#E6E6E6; 
}

.center{
    text-align:center;    
}

.left{
    text-align:left;    
}

.right{
    text-align:right;    
}

.hidden{
    display: none;
}

.select_all{
    cursor:pointer;
    float:left;
    width:30px;
    height:30px;
    position:relative;
    left:2px;
    bottom:2px;
    background-image:url(../images/select_all.bmp);
}

.unselect_all{
    cursor:pointer;
    width:30px;
    height:30px;
    position:relative;
    left:5px;
    bottom:2px;
    background-image:url(../images/unselect_all.bmp);
}

.form_selector{
    width: 306px;
}

.my_dialog{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.display-center{
    top: 50%;
    left: 50%;
    width: 200px;
    height: 60px;
    position: absolute;
    margin-top: -30px;
    margin-left: -100px;
}

#regionspanel {
   height: 650px;
   overflow: auto;
  }
  
  #indicatorspanel {
    height: 650px;
    //width: 800px;
    overflow: auto;     
  }
  
  .red {
      color: red;
  } 
 
  .green {
      color: green;
  }   
  
  .black {
      color: black;
  }
  
  .silver{
      color: #999;
  }
  
  .rm_info {
    font-size:8pt;
    color: silver; 
    line-height: 1;
  }
  
  .tdcol {
      padding: 0px;
  }
  
  .cell_data{
      font-size: 12px;
      vertical-align: middle;
      border: 1px solid #000;      
  }
  
/*  .cell_data:hover {
      border: 2px solid rgb(29,139,218);
  }*/
  
  .noborder{
      border:0px;
  }
  
  .nolink {
      text-decoration: none;
      color: black;
  }
  
  .border_rm {
        border-bottom: dashed 1px;
        border-right: dashed 1px;     
  }
  
  .popover {
      max-width: 600px;
      width: 450;
  }
  
  
  
ul.list-users {
  text-align: center;
}
ul.list-users > li {
  padding: 10px;
  border: 1px solid #495b79;
  margin: 5px;
  border-radius: 5px;
}
ul.list-users > li img.avatar {
  border: 3px solid #495b79;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
ul.list-users > li:hover {
  background-color: #d9dfe8;
}
ul.list-users > li:first-child {
  padding-left: 10px ;
}
ul.list-users > li .user-options {
  text-align: left;
}
ul.list-users > li .user-options > ul > li.bg-danger > a {
  color: #FFFFFF;
}
ul.list-users > li .user-options > ul > li.bg-danger > a:hover {
  color: #495b79;
}
.list-projects {
  margin-bottom: 0px;
}
.list-projects .list-group-item:first-child {
  border-top: 0px;
}
.list-projects .list-group-item {
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
}
.list-projects .list-group-item > .project-img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #495b79;
}  



/*	Info Boxes
---------------------------------------------------------------------------------------------- */
.info-box { 
  margin-bottom: 20px;
  border-radius: 4px;
}
.info-box .info-icon {
  padding: 7px;
  display: inline-block;
  //width: 28%;
  text-align: center;
}
.info-box .info-icon:hover i {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -webkit-transition: 600ms ease;
  -moz-transition: 600ms ease;
  -o-transition: 600ms ease;
  -ms-transition: 600ms ease;
  transition: 600ms ease;
}
.info-box .info-details {
  display: inline-block;
/*  width: 70%;
  padding-left: 5%;*/
}
.info-box .info-details .pull-right {
  margin-right: 5px;
}
ul.info-list {
  margin-top: 20px;
}

.bg-primary {
  background: #495b79 !important;
}
.bg-warning {
  background: #f9a94a !important;
}
.bg-info {
  background: #54b5df !important;
}
.bg-danger {
  background: #e45857 !important;
}
.bg-success {
  background: #90c657 !important;
}
.bg-gray {
  background: #eeeeee !important;
}
.bg-pink {
  background: #ff6c60 !important;
}
.bg-purple {
  background: #8175c7 !important;
}
.bg-seagreen {
  background: #01a89e !important;
}
.bg-yellow {
  background: #f8d347 !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-success:hover,
.bg-success-dark {
  background: #77af3b !important;
}
.bg-primary:hover,
.bg-primary-dark {
  background: #364359 !important;
}
.bg-warning:hover,
.bg-warning-dark {
  background: #f79219 !important;
}
.bg-info:hover,
.bg-info-dark {
  background: #29a2d7 !important;
}
.bg-danger:hover,
.bg-danger-dark {
  background: #dd2c2b !important;
}
.bg-none {
  background: none !important;
}
.bg-white {
  background: #FFFFFF !important;
}

.text-primary {
  color: #495b79 !important;
}
.text-warning {
  color: #f9a94a !important;
}
.text-danger {
  color: #e45857 !important;
}
.text-success {
  color: #90c657 !important;
}
.text-info {
  color: #54b5df !important;
}
.text-white {
  color: #FFFFFF !important;
}

.plain{
    box-shadow: 0 0 10px;
}






