﻿textarea {
    resize: none;
}
.messageInfo {
    background-color: #c5e8d1;
    border-left: 4px solid #009932 !important;
    padding: 12px;
    box-shadow:0px 0px 2px 2px #ccc;
}

.messageError {
     background-color: rgba(255, 204, 204,.5) !important;
    border-left: 4px solid #a03  !important;
    padding: 4px !important;
    box-shadow:0px 0px 2px 2px #ccc !important;
}

.message-popup-error:before {
     content:'Warning: ';
    font-weight:bold;
}
.message-popup-error {
    background:#fcc;
    left: 0;
    margin: 0 auto;
    padding:5px 10px;
    position: absolute;
    right: -211px;
    display:block;
    border-left: 4px solid #a03;
    top: 1%;
    box-shadow:0px 0px 2px 2px #ccc;
    width: 30%;
    z-index:999;
    height:40px;
    word-wrap:break-word;
    

}
.message-popup-info {
    background:#c5e8d1;
    left: 22%;
    margin: 0;
    padding:5px 10px;
    position: absolute;
    right: 0;
    display:block;
    border-left: 4px solid #009932;
    top: 1%;
    box-shadow:0px 0px 2px 2px #ccc;
    width: 35%;
    z-index:999;
    height:40px;
    word-wrap:break-word;
}

.workorderinfo {
            color: #666666;
            font-size: 12px;
            display:inline-block;
            width:100%;
            border-bottom:2px solid #ededed;
        }
.fancybox-inner h3 {
            border-bottom: 1px solid #333;
            margin-bottom: 10px;
            padding-bottom: 5px;
        }
.Button-background {background:#0090b5 !important;border:none !important;color: #f0f0f0  !important;cursor: pointer !important;font-size: 14px;
                    height: 30px;margin:0px 0px 5px 0px !important;padding: 5px 50px  !important;text-align: center; border-radius:5px !important; }

.dnd {
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.map-center-div {
    bottom: 0;
    height:0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
    width:100%;
    position:absolute;
}

.ButtonsBg {background:#0090b5;border:none;color: #f0f0f0;cursor: pointer;font-size: 14px;height: 30px;margin:0px 0px 5px 0px;padding: 5px 10px !important;text-align: center; border-radius:5px; }

/*added to fix UI distortion due to w2UI*/ 
.button-border{
    border:none !important;
    padding:0px !important;
    border-radius:0px !important;
}

/*Context menu css / contextMenu.js v 1.1.2/ s-yadav.github.com*/
.iw-contextMenu {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	border:1px solid #E6E6E6;
	display:none;
	z-index:1000;
	overflow:auto;
}
.iw-cm-menu{
	background:#eaeaea;
    border:1px solid #000;
	color:#333;
	margin:0px;
	padding:0px;
	}

.iw-cm-menu li {
	list-style:none;
	padding:3px;
	padding-left:30px;
	padding-right:20px;
	border-bottom:1px solid #CCC;
	cursor:pointer;
	position:relative;
}
.iw-mOverlay{
	position:absolute; width:100%; height:100%; top:0px; left:0px;
	background:#FFF;
	opacity:.5;
	}
.iw-contextMenu li.iw-mDisable {
	opacity:.3;
}
.iw-mSelected {
    background-color: #0090b5;
    color: #F2F2F2;
}
.iw-cm-arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	border-left:5px solid #333333; 
	position:absolute;
	right:3px;
	top:50%;
	margin-top:-3px;
}

.iw-mIcon{
	width:20px;
	height:20px;
	left:0px;
	top:3px;
	position:absolute;
	}
/*context menu css end */


/*css for pin tanplate window in work order map view*/
.popupwindow ul li {
    list-style-type: none;
    padding-bottom:15px
}
.popupwindow ul {
    padding-left:15px;
    padding-top:15px;
}
