﻿
/* Form CSS*/

.control-group {
    margin-bottom: 10px
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: ""
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}

.form-horizontal .controls:first-child {
    *padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}
.clear {
    clear:both;
}


select, input[type="text"].form-control,textarea ,input[type="password"]{
    width:300px !important;
    
}

.hForm select, .hForm input[type="text"].form-control,.hForm textarea {
    width:170px !important;
    margin-right:20px;
    
}
input[type="text"].form-control {
height:30px !important;
    
}
input[type="text"].login-control,input[type="password"].login-control {
height:54px !important;
   width:100% !important; 
}
.btn {
    padding:4px 6px !important;
    font-size:12px !important;
}

.center-align {
    text-align:center !important;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.destroyed :parent  {
    background-color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.right {
    float:right;
    clear:both;
}

.table-fixed {
margin: 0 auto;
clear: both;
width: 100%;
table-layout: fixed;
}

.navbar-brand img {
    height:50px !important;
    width:auto !important;
}
.navbar-brand {
    padding-top:5px !important;
    line-height:35px !important;
}

.left {
    float:left;
}
.right {
    float:right;
}

.m-Top-25 {
    margin-top:25px;
}
.m-10 {
    margin:10px;
}
.hForm input[type="text"].width-100 {
    width:100px !important;
}
.width-400 {
    width:400px !important;
}

input.text_filter,input.date_range_filter {
    width: 100%;
    padding: 3px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}