/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 13, 2017, 5:29:42 PM
    Author     : 1209149
*/

 .page-loading {
    bottom: 0;
    height: 46px;
    left: 0;
    margin: auto;
    padding: 10px 19px;
    position: fixed;
    right: 0;
    top: 0;
    width: 120px;
    z-index: 9999;
}
.back-to-top {
    font-size: 32px;
    position: fixed;
    bottom: 20px;
    right: 16px;
    width: 45px;
    z-index: 99999;
    display: none;
}
.back-to-top:after{
	/*content:'Back To Top';*/
	font-size: 8px;
	font-style: italic;
        font-weight:bold;
}
.fa-spinner {
    font-size: 6em !important;
    color: white;
    /* -webkit-animation: rotation 2s infinite linear; */
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.center{
    text-align:center !important;
}
.chk {
    position: relative;
}
.rdb input[name="radio"], input[type="radio"], .chk input[type="checkbox"] {
    opacity: 0;
}
a.back-to-top
{
    color: #F0AD4E
}

.chk > label {
    width: 20px;
    height: 20px;
}

.chk > label {
    position: absolute;
    right: 0;
    top: 0;
}

.cursorPoint {
    cursor: pointer;
}
.chk > input[type="checkbox"] + label
 {
    background: url(../img/generalSprite.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.chk > input[type="checkbox"] + label {
    background-position: -52px -673px;
    width: 18px;
    height: 18px;
}
.chk > input[type="checkbox"] + label.active {
    background-position: -52px -655px;
    width: 18px;
    height: 18px;
}
.gap-right {
    padding-right: 10px;
}
.fpdhdr {
    background: #f0ad4e;
    /* padding: 3%; */
    border-radius: 4px 4px 0 0;
}
.modal-header h3 {
    font-size: 19px;
}
.mt-10 {
    margin-top: 10px;
}
.nowrap {
    white-space: nowrap;
}
.modal .close, .closeBtn {
    background: #333;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    display: inline-block;
    height: 24px;
    line-height: 17px;
    margin-right: -16px;
    margin-top: -17px;
    opacity: 1;
    text-shadow: none;
    width: 24px;
    position: absolute;
    right: 9px;
    top: 8px;
    z-index: 99999;
}
.modal .close span, .closeBtn span {
    color: #fff;
    font-size: 26px;
}
.text-underline{
    text-decoration: underline;
}
.panel-title > a {
    display: block;
    width: 100%;    
    outline: 0 none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.stripped li {
    padding: 5px;
}
.stripped li label {
    font-weight: normal;
    font-size: 12px;
}
.stripped>li:nth-child(odd) {
    background-color: #eee;
}
.stripped>li:nth-child(even) {
    background-color: #f9f9f9;
}
.refresh{
    float: right;
    margin-bottom: 6px;
    cursor: pointer;
}
.color_Back{
    background-color: #f0ad4e;
    color: #FFFFFF !important;
}
.color_Back a{   
    color: #FFFFFF !important;
    text-decoration: underline;
    margin-left: 12px;
}
.righrMargin
{
    margin-right: 10px;
}
.error{
    color: red;
}
.calender{
   
   background-image:url(../img/calendar.png);
   background-repeat:no-repeat;
   background-position: right 4px bottom 5px;
   background-size: 20px;
}
.t-heading{
    font-size: 8px;
   
    max-width: 350px;
    word-wrap: break-word !important;
}
.bold {
    font-weight: bold !important;
}
@media ( min-width : 992px) {	
	.Model-md .modal-dialog {
		width: 700px
	}
	.modal-small .modal-dialog {
		width: 500px
	}
        .modal-sma .modal-dialog {
		width: 380px
	}
        .QuotesModel-lg .modal-dialog {
                width: 895px;
        }
	
}

 .tbleBgcolor{
     background-color: #e8f4ff !important;
}

.no_pad_mar_top_bottom {
    margin-top:  0px !important;
    margin-bottom:  0px !important;
    padding-top: : 0px !important;
    padding-bottom: : 0px !important;
}

 .BodyBgcolor{
     background-color: #CCCCCC !important;
}


.foot {
    margin-top:  0px !important;
    margin-bottom:  0px !important;
    padding-top: : 0px !important;
    padding-bottom: : 0px !important;
     background-color: #FFFFFF !important;
}