﻿.global{
    min-height:500px;
}

.footer{
    margin-top:40px;
}

.title{
    margin-bottom:20px;
    border-top: 1px dashed #e1dfe1;
    border-bottom: 1px dashed #e1dfe1;
    color:#006292;
    min-height:50px;
}


h1 { color: #006292; font-size:1.9em; margin-bottom:5px; }
h2 { color: #006292; font-size:1.6em; margin-top:10px; margin-bottom:5px; font-weight:normal; }
h3 { color: #000000; font-size:1.5em; margin-top:10px; margin-bottom:5px; font-weight:normal; }

.div_sub_menu {    
    padding-top:10px;

}
.span_welcome {
    padding-left:10px;
    font-size: 18px;
}


.btn_action {
  padding: 1px 1px;
  border: 1px solid #afbcc5;
  background: #fff;
  height: 26px;
  display: block;
}

.cell_print{
    margin-left: 23px !important;
    float: right;
}

a.btn_print {
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/print.png") no-repeat 0 0;
}

h1{
    text-transform:uppercase;
    text-align:center;
}

.contacts .contact table{
    margin-bottom:20px;
    border:solid 2px #006292;
    min-height:40px;
}

.contacts .contact table td {
    padding-left:5px;
}

.contact_name{
    color: #006292;
    font-weight:bold;
}

.error {
    color: #FA0002;
}

.error a{
    color: #FA0002 !important;
}

.form-control {
  border-radius: 0px;
}


.input-group-addon {
    border-radius: 0px;
}


.jquery_rgbmultiselect_input {
    height: 34px !important;
    width : 100% !important;
    padding: 0 17px 0 2px;
}

.btn {
    border-radius:0px;
}