﻿*{margin:0px;padding:0px;}

.greybox
{
    color: #333333;
    background: #dddddd;
    border: 0px solid #781351;
    padding: 5px;
    width: 107px;
}
.greysubmit
{
    color: #333333;
    background: #dddddd;
    border: 0px solid #781351;
    padding: 5px;
}
.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
    border: solid 4px #990000;
    background-color: #ffffff;
    color: #333333;
    z-index: 999;
}

.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
}





.modalPopup
{
    background-color: #eeeeee;
    border-width: 8px;
    border-style: solid;
    border-color: Gray;
    font: 16px Verdana, Sans-Serif;
    color: #000000;
}



.clear
{
    clear: both;
}




.greybutton
{
    margin: 0px;
    border: 0px;
   font-size:12px!important;
    padding: 5px;
    background-color: rgb(0, 113, 187) ;
    font-weight: bold;
    line-height:15px;
    cursor: pointer;
    color: White;
    -moz-border-radius: 3px;
 border-radius: 3px;
}

.greybutton:hover
{
    background-color: rgb(234, 183, 73);
    
}
.invbutton
{
    margin: 0px;
    border: 0px;
   font-size:12px!important;
    padding: 5px;
    font-weight: bold;
    line-height:15px;
    cursor: pointer;
    color: White;
    -moz-border-radius: 3px;
    background-color: rgb(234, 183, 73);

 border-radius: 3px;
}

.invbutton:hover
{
    background-color: rgb(0, 113, 187) ;
    
}


.disabledbutton
{
    margin: 0px;
    border: 0px;
   
    padding: 5px;
    background-color: #cccccc ;
    font-weight: bold;
    line-height:15px;
    cursor: pointer;
    color: White;
}

.disabledbutton:hover
{
    background-color: #cccccc;
    
}



A
{
    color: #0071BB;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}


.clear
{
    height: 0px;
    clear: both;
    overflow: hidden;
}





.success
{
    color: green;
}
.fail
{
    color: red;
}

ul li {list-style:none;}

.panelfloat{float:left;}

.contentboxouter

{
    border: solid 3px #006AB3;
        background-color: #0071BB; height: auto;  margin-bottom: 10px;
}

.contentboxinner

{
    border: 0px solid #444;  padding: 5px;
            background-color: #ffffff; height: auto; -moz-border-radius: 5px; -webkit-border-radius: 5px;
            border-radius: 5px; overflow: hidden; margin-bottom: 3px;
}
.contentboxheader

{
    padding: 4px; text-align: left; color: #ffffff; background-color: #0071BB;
}

.contentboxheader h3
{
    margin: 0px; padding: 0px; font-size: 16px;
}

.contentboxinner p
{margin-top:0px;margin-bottom:10px;}



.contentboxinner img {margin-right:10px;}
h2 {margin-top:12px;margin-bottom:2px;}


.disclist ul li{
    list-style-type:disc;
    position: relative;
    left: 25%;
}

.half {
    width:49%;
    float:left;
}
.disclisthalf ul li{
    list-style-type:disc;
    position: relative;
    left: 25px;
    bottom:20px;
}




/*media all*/
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*media all*/
.form-control {
    display: inline;
    width: 90%;
    height: 24px;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*media all*/
.input-sm {
    height: 15px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
    width:70%;
}
.input-default {
margin-bottom:3px;
margin-right:3px;
  padding: 4px 10px;
}


.modal .modal-body {
    overflow-x: visible;
    max-height: 420px;
  
}


.col-sm-6 {
    width: 45%;
}




/*media all*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
