﻿
/********************CRM*********************/
.crm_form_wrapper input[type="text"],
.crm_form_wrapper input[type="email"],
.crm_form_wrapper select,
.crm_form_wrapper input[type="file"],
.crm_form_wrapper textarea,
.crm_form_wrapper input[type="password"]{
	width: 260px;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.crm_form_wrapper input[type="text"]:focus,
.crm_form_wrapper select:focus,
.crm_form_wrapper input[type="file"]:focus,
.crm_form_wrapper textarea:focus,
.crm_form_wrapper input[type="password"]:focus{
	border: solid 1px #e31b22;
	outline: 0px;	
}
.crm_form_wrapper textarea{
	min-height: 85px;
}
.crm_form_wrapper input[type=button], 
.crm_form_wrapper input[type=submit]{
	background: #e31b22;
	color: #fff;
	border: 0px;
	-webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.75);
	cursor: pointer;
}

.crm_form_wrapper ul{
	padding: 0px 15px;
}
.crm_form_wrapper ul li{
	list-style: none;
	padding: 3px 0px;
}
.ms-dtinput, .ms-dttimeinput {
display: inline-block;
float: right;
}

.crm_form_wrapper ul li > span:first-child{
	width: 200px;
	display: inline-block;
	float: right;
}
.crm_form_wrapper ul li h4 span{
	width:100% !important;
	font-family: "Segoe UI",Tahoma !important;
	font-size:0.95em;
	font-weight:bold;
	border-bottom:solid 1px #666;
	margin-bottom:10px;
	color:#444;
}
.crm_form_wrapper table{
	width:100%;
	display: inline;
}
.crm_form_wrapper ul li.button-area{
	padding-top: 30px;
}
.crm_form_wrapper ul li.button-area a{
	padding:0px 10px;
}
.crm_form_wrapper ul li.button-area a:nth-child(2){
	border-right: solid 1px #999;
}
.crm_form_wrapper .errormsg{
	color: #e31b22;
}
.crm_form_wrapper .errormsg ul{
	padding: 0px !important
}

/**********************************************/
.crm_form_wrapper-two{
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.crm_form_wrapper-two input[type="text"],
.crm_form_wrapper-two input[type="file"],
.crm_form_wrapper-two textarea,
.crm_form_wrapper-two input[type="password"]{
	width: 195px;
	padding: 4px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.crm_form_wrapper-two input[type="text"]:focus,
.crm_form_wrapper-two select:focus,
.crm_form_wrapper-two input[type="file"]:focus,
.crm_form_wrapper-two textarea:focus,
.crm_form_wrapper-two input[type="password"]:focus{
	border: solid 1px #e31b22;
	outline: 0px;	
}
.crm_form_wrapper-two textarea{
	min-height: 85px;
}
.crm_form_wrapper-two table.crmTbl_one tr:nth-child(even){
	background: #f1f1f1;
}
.crm_form_wrapper-two table.crmTbl_one tr td{
	padding: 5px;
}
.crm_form_wrapper-two table.crmTbl_one tr td:first-child{
	width: 40%;
}
.crm_form_wrapper-two table{
	width: 100%;
	text-align: left;
}
.crm_form_wrapper-two .ms-listviewtable{
	/*direction: ltr !important;*/
}
table.Surveyor_Details{
	margin-top: 20px;
}
table.Surveyor_Details tr.ms-viewheadertr{
	background: #ccc;	
}
table.Surveyor_Details tr.ms-viewheadertr th{
	font-size: 0.8em;
  	font-weight: bold;
}  

.crm_form_wrapper input[type=image]{
float:left;
	
}
.aligned{
float:left;
-webkit-margin-end: -6px;
padding-bottom:6px !important;
width:104px;
Font-Size:0.9em;

}
.reg-aligned{
float:left;
-webkit-margin-end: -4px;
padding-bottom:6px !important;


}

   .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }

        .overlay:target {
            visibility: visible;
            opacity: 1;
        }

    .popup {
        margin: 70px auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        width: 30%;
        position: relative;
        transition: all 5s ease-in-out;
        padding: 0px 5px 0px 5px !important;
        direction: rtl;
    }

        .popup h2 {
            margin-top: 0;
            color: #333;
            font-family: Tahoma, Arial, sans-serif;
        }

        .popup .close {
            top: 20px;
            right: 30px;
            transition: all 200ms;
            font-size: 1.85em;
            font-weight: bold;
            text-decoration: none;
            color: #333;
            float: left;
            margin-top: 4px !important;
        }

        .popup span .content ul li {
            list-style: outside;
        }

            .popup span .content ul li a {
                background-color: transparent !important;
                color: #444 !important;
            }

        .popup span {
            display: block;
            padding: 20px;
        }

        .popup .close:hover {
            color: #06D85F;
        }

        .popup .content {
            max-height: 30%;
            overflow: auto;
            margin-top: 10px;
        }

    @media screen and (max-width: 700px) {
        .box {
            width: 70%;
        }

        .popup {
            width: 70%;
        }
    }
.crm_form_wrapper select{
	padding:4px 0px !important;
} 

input[type=email] {
    width: 256px;
}
ul.resp-tabs-list, p{
	color:#444;
}
input, select, label, textarea, button, option{
color:#444;
}