﻿@font-face 
{
    src: url(../../fonts/Open_Sans/OpenSans-Regular.ttf);

}

body { font-family:Calibri; font-size:14px;}

.err{background-color:#f69e9e;}

/*.form-control{border:1px solid #1d428c;}*/

.btn-labelx {position: relative;left: -75px;display: inline-block;padding: 6px 12px;
            background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}

.btn-label2x {position: relative;left: -30px;display: inline-block;padding: 6px 12px;
            background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}

.btn-labeled {padding-top: 0;padding-bottom: 0;}
/*.btn { margin-bottom:10px; }*/
.btn-250{width:100%; padding:7px; }

.modalHeader{background-color:#808080; border-top-left-radius:5px; border-top-right-radius:5px;}

.modalBody{background-color:#eadf9e; border-bottom-left-radius:5px; border-bottom-right-radius:5px;}

.Header-Text{color:#fffcfc;font-weight:bold; font-size:18px;}
.modal-position{top:120px;}
 .loader-modal
    {
        position: fixed;
        z-index: 9999;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.8;
    }

  /*.modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }*/
  
 .loading-image
    {
      margin-top:20%;
    }

.labelHeading{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c5730f;
    font-size: 20px;
    margin-bottom: 10px;
    color: #1d90ca;
}
.labelHeading > span {
    width: 200px;
    border-bottom: 1px solid #c5730f;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottomMargin15{
    margin-bottom: 15px;
}