﻿.div100 { width:100px;}
.div200 { width:200px;}
.txtwidth100{width:100px;}
.txtwidth150{width:150px;}
.txtwidth200{width:200px;}
.txtwidth250{width:250px;}
.sucessmsg
{
    background-color: #4f7305;
    color:#fff;
    min-width:400px;
}
.errormsg
{
    background-color: #D50B07;
    color:#fff;
    min-width:400px;
}
.redcolor {color:#D50B07;}

.errorborder{
   background-color:#D50B07;
   color:#FFF;
}


#waiting_fs img {
    display: inline-block;
}

#waiting_fs {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    z-index: 10000;
    text-align: center;
    color: whitesmoke;
    font-weight: bold;
    background: rgba(125, 131, 145, 0.5);
}

    #waiting_fs #waiting_fs_wrapper {
        position: absolute;
        width: 300px;
        top: 40%;
        left: 50%;
        margin-left: -150px;
        padding: 15px;
        border: 1px solid #BBB;
        background-color: #7D8391;
    }

    .msgdiv{
       display:none;z-index:999; position:absolute;
    }
 .radio-button label {
  margin:0;
padding:0;    
width:12px!important;
}
 .col
{
    float: left;
    width: 25%;
    display: table-cell;
    vertical-align:middle;
    
}

.last{
    clear: left;
}

.row{
    border: 0px solid whitesmoke;
}

.widthper10{ width:10%;}
.widthper15{ width:15%;}
.widthper30{ width:30%;}
.paddingtop10{padding-top:10px;}



/*-------------------------------------*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


.hover { background-color:#cfd3d8; }

.backcolor { background-color:#BBB; }
.rowcolor { background-color:#cbf3f8;}
.width100px {width:100px;}

.fontsize {font-size:10px;}


.CursorHand {cursor:pointer;}

.BackHeader{
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    background-repeat: repeat-x;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
      border-left: 1px solid #dbdee0;
}

.BackGround{background: none repeat scroll 0 0 #f3f3f3;padding-top:10px;margin-top:20px;}


.dropdown:hover .dropdown-menu {
   display: block;
}

/*------------------------------------------------*/
.typeahead .active > a,
.typeahead .active > a:hover {
color: white;
background-color:#F17913;
background-image: linear-gradient(to bottom, #fff, #F17913);
}

div#chatlist {
    width: 583px;
    height: 400px;
    border: 0px solid black;
}
div.mousescroll {
    overflow: hidden;
}
div.mousescroll:hover {
    overflow-y: scroll;
}
ul {
    list-style-type: none;
}
/*.slimScrollDiv { border: 1px solid #ccc; margin:10px; }*/

.field-validation-error {color: Red;}
.input-validation-error {background: pink;border: 1px solid red;}
 .ajax-loading-block-window {
    position: fixed;
    top: 37%;
    left: 50%;
    width: 128px;
    height: 128px;
    overflow: hidden;
    z-index: 1104;
}

    .ajax-loading-block-window .loading-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        height: 128px;
        background-image: url('../Images/ajax_loader_large.gif');
        background-repeat: no-repeat;
    }

.please-wait {
    background: url('../Images/ajax_loader_small.gif') no-repeat;
    padding-left: 20px;
}

.data-val-range{color:#ff0000;}
 
 #dataTables .alignRight {
         text-align:right
    }
  #dataTables .alignCenter {
         text-align:center
    }

  .TitleCase{text-transform:capitalize; }

  .iconcolor{color:#DD4B57;}
  .bootstrap-datetimepicker-widget{z-index: 99999 !important}

  .errortr{background-color:#ff0000!important;color:#fff;}

.sub {
    font-size: 30px;
    line-height: 50px;
    color: #f1a1a1a;
}
.enq {
    font-size: 18px;
}

.valid_box{clear:both;background:url(../../Images/success_icon.gif) no-repeat left #edfce9;border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}
.error_box{clear:both;background:url(../../Images/fail_icon.gif) no-repeat left #fce9e9;border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}
