﻿.ssBgImage {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ssBody {
    
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.ssBodyMasterPage {
    

}

.ssHeadMasterPage {
    background-color: #0275d8;
}

.ssLoader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/bx_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

.ssPanel-heading {
    color: black; 
    font-size: 22px; 
    line-height: 1em; 
    text-transform: uppercase; 
    text-align:center;
    
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 100%;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color:black ;
}

.ssPopupModal {
    border:solid; 
    border-width:3px; 
    border-color: lightgray; 
    width:70%; 
    border-radius:20px;
}

.ssHeadingModal {
    border-top-left-radius:20px; 
    border-top-right-radius:20px;
}

@media only screen and (max-device-width: 480px) {
    .ssPopupModal {
        border: solid;
        border-width: 3px;
        border-color: lightgray;
        width: 100%;
        border-radius: 20px;
    }
}

.ssTextFont {
    font-family:'Century Gothic' !important;
    font-size:16px !important;
}

.ssBorderless td, .ssBorderless th {
    border: none !important;
}

/*gridview*/
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
    top: 0px;
    left: 8px;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview */

.borderless td, .borderless th {
    border: none !important;
}
