IMG {
    border: none;   
}
#bodytext {
    position: relative;
}
.loading {
    background-color: gray;
    background-image: url("/images/loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}
#loadAllBotton {
    position: fixed;
    right: 10px;
    padding: 5px;
    background-color: #ddd;
    color: white;
    z-index: 300;
    cursor: pointer;
}

.pTop {
    top: 0;
    display: none;
}

.pBottom {
    bottom: 0;
    display: none;
}

.moreBotton {
    border: 1px solid #C6C6C6;
    color: #333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
    border-radius:5px;
	font-weight:bold;	
	padding: 5px;
	width: 50px;
	text-align: center;
	cursor:pointer;
    float: left;
    margin-right: 10px;
}

.moreBotton:focus {
    border: 1px solid #4D90FE; 
}

#smsGroup {
    width: 140px;
}

.bgHiglight {
	background-color:#FFF;
	opacity: 0.75;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}


.popupbox {
	-webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
	background: white;
	background-clip: padding-box;
	border: 1px solid #ACACAC;
	border: 1px solid rgba(0, 0, 0, .333);
	outline: 0;
	position: absolute;
	padding: 30px 42px;
	width: 450px;
	z-index: 501;
	display:none;
	margin-left:auto;
	margin-right:auto;
    margin-bottom: 40px;
}

.popupbox DIV{
	float:left;
	width:100%;
}

.popupbox .button{	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -moz-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -ms-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #444;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 29px;
	line-height: 27px;
	margin: 0 16px 0 0;
	min-width: 72px;
	outline: 0;
	padding: 0 8px;
	width:50px;
	text-align:center;
	cursor:pointer;
}

.popupbox .buttonOk {	
	background-color: #4D90FE;
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	border: 1px solid #3079ED;
	color: white;
}

.moreBotton:hover, .popupbox .button:hover {
    border: 1px solid #000;
    
}

.popupFade {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
}

.close {
	background: url(//ssl.gstatic.com/ui/v1/dialog/close-x.png);
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	height: 11px;
	width: 11px;
	right: 17px;
	opacity: .7;
	padding: 17px;
	right: 0;
	top: 0;
	cursor:pointer;
}

.close:hover {
	opacity: 1;
}

.popupbox H6 {
	font-size:110%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
.popupbox H2 {
	margin-bottom:20px;
}

.popupbox .feltValue {
	margin-top:5px;
	margin-bottom:20px;
}

.popupbox .div50{
	width:48%;
	float:left;
}

.popupbox INPUT{
	border:1px solid #ccc;
	padding:2px;
}

#smsSettings {
    width: 700px;
}
#smsSubject {
    width: 100%;
    box-sizing: border-box;
}
#smsMessage {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
}
.popupbox .textFlet {
    width: 80px;
    margin: 0px;
    margin-bottom: 10px;
}

.disabled {
	color: #777;
}
.error {
	color: #F00;
	font-weight:bold;
}


#dinstatus{
    position: fixed;
    top: 10px;
    left: 40px;
    font-size: 20px;
    z-index: 999;
}
#dinstatus .note{
    background-color: #F9EDAE;
    width: 250px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 2px 20px #000;
    -moz-box-shadow: 1px 2px 20px #000;
    box-shadow: 1px 2px 20px #000;
}
#andresstatus{
    /*display: none;*/
    position: fixed;
    bottom: 10px;
    right: 40px;
    width: 250px;
    font-size: 14px;
    z-index: 999;
}
#andresstatus .note{
    height:85px;
    width: 250px;
}
#andresstatus .notedetals{
    background-color: #F9EDAE;
    width: 250px;
    padding: 10px;
    /*margin-top: 10px;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 2px 10px #000;
    -moz-box-shadow: 1px 2px 10px #000;
    box-shadow: 1px 2px 10px #000;
}
#andresstatus .note H2{
    font-size: 18px;
    padding: 0;
    margin: 0;
}
#errorstatus{
    position: fixed;
    top: 10px;
    left: 340px;
    font-size: 20px;
    z-index: 999;
}
#errorstatus .note , .errornote{
    background-color: #ff0000;
    color:white;
    width: 250px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 2px 20px #000;
    -moz-box-shadow: 1px 2px 20px #000;
    box-shadow: 1px 2px 20px #000;
}

input[type="checkbox"], input[type="radio"]{
    width:15px;
    height: 15px;
}