@CHARSET "ISO-8859-1";

.clsViewPopUp{width:450px;height:190px;display:none;z-index:5000;position:fixed;top:20%;left: 30%;}


.popup_head{height:40px;color:#ffffff;background:#01a2e9;width:600px;border-top-left-radius:10px;border-top-right-radius:10px;}
.popup_head h4{line-height: 36px;text-align: center;margin-left: 8px}
.popup_head button{
	background: url(../images/layout/pop-close.png) no-repeat 8px center;
	background-color:#01a2e9;
       right:0px;
	   top :0px;
       width: 40px;
       height: 40px;     
	   border:none;	   
	   position : absolute;
}
.popup_content{background:#fff;height: 150px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.popup_content p{text-align:left;margin-left: 8px;line-height:35px;margin-bottom: 55px;}
.popup_content span{margin-left:7%;}
.clsCancel_popup{margin-right:8%;float:right;}
.overlay {
	position: fixed;
	background: #7f7f7f;
	top:0px;
	height: 100%;
	width: 100%;
	z-index:1500;
	filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
	
/*Preview starts*/
.ClsPopup_preview{width:400px;height:190px;display:none;z-index:5000;position:fixed;top:23%;left: 35%;background:#fff;}
.popup_footer_preview{margin-left:13%;float:left;height:40px;}
.popup_footer_preview_single{margin-left:37%;float:left;height:40px;}
/*Preview ends*/

.hideInternalChkbxClass{margin-left: 110px;float:center;}
.hideExternalChkbxClass{margin-left: 10px;float:center;}
.clsCancelView_popup{margin-left: 10px;float:center;}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aaa;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

#disabled{
	background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#questionHover{
	background: url(../images/icons/questionmark.png) no-repeat 1px;
       float: right;
       width: 30px;
       height: 16px;
       display: -webkit-box;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 310px;
    background-color: #01a2e9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: -505%;
    margin-left: -60px;
	opacity: 0;
	transition: opacity 500ms;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #01a2e9 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	opacity: 1;
}

.OK_btn{
	width:80px;
	height:31px;
	cursor:pointer;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ccc),color-stop(1, #ccc));
	background-image: -o-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image: -moz-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image: -webkit-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image: -ms-linear-gradient(bottom, #ccc 0%, #ccc 100%);
	background-image: linear-gradient(to bottom, #ccc 0%, #ccc 100%);
	border-radius:15px;
	color:#f4f8fb;
}

.clsViewPopUp_priorVersion{width:450px;height:190px;display:none;z-index:5000;position:fixed;top:10%;left: 10%;}
.popup_head_priorVersion{height:30px;color:#ffffff;background:#01a2e9;width:1100px;border-top-left-radius:10px;border-top-right-radius:10px;}
.popup_head_priorVersion button{
	background: url(../images/layout/pop-close.png) no-repeat 8px center;
	background-color:#01a2e9;
       right:1px;
	   top :0px;
       width: 30px;
       height: 30px;     
	   border:none;	   
	   position : absolute;
}
.popup_content_priorVersion{background:#fff;height: 150px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:10px;}