/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {

	/*background: url("../images/bodyBg.gif") repeat scroll left top
		transparent;*/
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size:14px;
	margin: 0;
	padding: 0;
}


/* links */
a {
	/*color: #003366;*/
	color:#3326bb94;
	background-color: inherit;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #3110ab;;
	background-color: inherit;
}

/* headers */

font {
    font-size: 14px;
}
strong {
    font-weight: 600;
}

h1 a {
	font-size: 14px;
	letter-spacing: .5px;
	color: white;
}

#text-align {
	text-align: right;
	margin-right: 10px;
	margin-top: -20px;
}

.link-color {
	color: black;
}

.text {
	color: white;
	background: black;
}

h2 {
	font-size: 115%;
	text-transform: uppercase;
}

h3 {
	font-size: 115%;
	color: #003366;
}

/* images */
img.float-right {
	margin: 2px 0px 5px 5px;
}

img.float-left {
	margin: 2px 5px 5px 0px;
}

/*h1, h2, h3, p {
	padding: 0;
	margin: 10px;
}*/

/*ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}*/
ul{
	padding-left:0px;
}
code {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
	padding: 0 0 0 32px;
	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 10px
		!important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #CC0000;
	font-weight: bold;
}

/* form elements */
form {
	padding: 0 5px;
	/* 	border: 1px solid #f2f2f2; */
	/* 	background-color: #FAFAFA; */
}

label {
	/*display:block;
	font-weight:bold;*/
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #bdbbbb;
	
	color: #000;
}

textarea {
	
}

input.button {
	margin: 0;
	font-size:14px;
	border: 1px solid #CCC;
	padding: 1px;
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

form.prev {
	position: absolute;
	top: 15px;
	right: 75px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

form.search input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #CCC;
	background: #FFF;
	color: #333;
}

form.search input.searchbutton {
	margin: 0;
	font-size: 100%;
	font-family:  'Poppins', sans-serif;
	border: 1px solid #CCC;
	background: #FFFFFF url(../images/headerbg_logo.png) repeat-x bottom
		left;
	padding: 1px;
	font-weight: bold;
	height: 23px;
	color: #333;
	width: 60px;
}

form.prev input.searchbutton {
	margin: 0;
	font-size: 100%;
	 font-family: 'Poppins', sans-serif;
	border: 1px solid #CCC;
	background: #FFFFFF url(../images/headerbg_logo.png) repeat-x bottom
		left;
	padding: 1px;
	font-weight: bold;
	height: 23px;
	color: #333;
	width: 60px;
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	background: none repeat scroll 0 0 white;
	margin: 0px auto;
	width: 1366px;
/* 	min-height: 400px; */
	/* 	background: none repeat scroll 0 0 white; */
	/* 	margin: 0px auto; */
	/* 	width: 100%; */
	/* 	min-height: 400px; */
}

/* header */
#header {
	position: relative;
	padding: 1px 0 0;
	height: 55px;
}

#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 30%; /*bottom: 5px;*/
	font-size:14px;
	color: #E76D00;
}

#header span#title {
	z-index: 3;
	top: 15px;
	position: absolute;
	font-size:14px;
	color: #dddb55;
}

#header-logo {
    position: relative;
    /* clear: both; */
    /* height: 41px; */
    background: #ede9f182;
}


#header-logo #logo {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size:14px;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs */
#header ul {
	position: absolute;
	margin: 0;
	list-style: none;
	right: -18px;
	bottom: 3px;
	font-size:14px;
}

#header li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header a {
	float: left;
	/*background: url(../images/tableft.gif) no-repeat left top;*/
	margin: 0;
	padding: 0 0 0 159px;
	text-decoration: none;
}

#header a span {
	float: left;
	display: block;
	background: url(../images/tabright.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {
	float: none;
}
/* End IE5-Mac hack */
#header a:hover span {
	color: #FFF;
}

#header a:hover {
	background-position: 0% -42px;
}

#header a:hover span {
	background-position: 100% -42px;
}

#header #current a {
	background-position: 0% -42px;
}

#header #current a span {
	background-position: 100% -42px;
}

/* main column */
#main {
	float: left;
	margin: 10px;
	padding: 0;
	width: 75%;
}

#main1 {
    float: left;
    padding: 0px 15px;
   /* background: #f8f8f8;*/
    /*border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;*/
}
#main h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background-color: #CC0000;
	letter-spacing: .5px;
} 

/* sidebar */
/*#sidebar {
    float: left;
    margin-top: 5px;
    padding: 0;
    padding-left: 0px;
    height: 100vh;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-right: 1px solid #0000001c;
    border-radius: 10px;
    
}*/
#sidebar {
    float: left;
    margin-top: 5px;
    padding: 0;
    padding-left: 0px;
    height: 100vh;
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-right: 1px solid #0000001c;
    border-radius: 10px;
}
#sidebar li {
       padding: 6px 10px;
}
#sidebar .left-box i {
    color: #000 !important;
}
#sidebar h1 {
    margin: 0 0 0 0;
    padding: 7px 0 7px 8px;
    font-size: 16px;
    color: #FFF;
    text-transform: capitalize;
    background: #fd9b00;
    letter-spacing: 0;
    border-top-right-radius: 10px;
  
}
#sidebar a {
    color: #000000;
    background-color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 6px;
}

/*#sidebar .left-box {
    border: 1px solid #EBEBEB;
    margin: 0 0 5px 0;
    background: #FFF;
    border-radius: 10px;
        padding-bottom: 30px;
}*/
#sidebar .left-box {
    border: 1px solid #EBEBEB;
    margin: 0 0 5px 0;
    background: #FFF;
    /* border-radius: 10px; */
    padding-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}

#sidebar .left-box1 {
	
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;
	background: #FFF;
	 border-radius: 10px;
	     padding-bottom: 30px;
	     box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
	
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0;
	padding: 0;
	text-decoration: none;
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	background: url(../images/bullet.gif) no-repeat 3px 2px;
	padding: 3px 5px 3px 25px;
	margin: 0;
}

#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;
	background: none;
}

/* footer */
.footer {
    height: 35px;
    width: 100%;
    background: #362f4b;
    margin: 0px;
    padding: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #00637e;
    font-weight: normal;
    font-size: 15px;
    position: fixed;
    bottom: 0;
}
.copyright {
    color: #fff;
    padding: 5px;
    text-align: center;
}
.footer a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

/* alignment classes */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* display and additional classes  */
.clear {
	clear: both;
}

.red {
	color: #CC0000;
}

.comments {
	margin: 20px 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
}

/* Login Page */
.crm_Loginouter {
	margin: auto;
	width: 730px;
	height: 650px;
	border: 1px solid #b4d9f5;
}

.crm_loginbox {
	margin: auto;
	margin-top: 150px;
	width: 400px;
	height: 160px;
	border: 1px solid #b4d9f5;
	padding: 5px;
}

.crm_loginboxin {
	margin: auto;
	width: 400px;
	height: 158px;
	_height: 160px;
	background-color: #f1f4fd;
}

.crm_login_box_R {
	margin-top: 10px;
	height: 25px;
}

.crm_login_box_c2 {
	float: left;
	line-height: 21px;
	width: 200px;
}

.crm_login_box_c1 {
	float: left;
	width: 150px;
	text-align: right;
}

.chairman {
	float: right;
	margin-right: 170px
}

.crmuser {
	background-image: url(../images/icon_myspace.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #b4d9f5;
	padding-left: 18px;
	color: #9599a4;
}

.crmuserpass {
	background-image: url(../images/ico_pass.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #b4d9f5;
	padding-left: 18px;
	color: #9599a4;
}
/*  Table   */
table, th, td {
	    border: 1px solid #5d5d5d;
	
}

table {
	border-collapse: collapse;
	width:100%;
}

table, th {
	/* 	border: 1px solid black; */
	text-align: center;
}

td {
	border: 1px solid #d2d1d1;
	text-align: left;
}

th {
	background-color: white;
	color: black;
	padding: 5px;
	font-size: 10px
}

th.disp {
	text-align: left;
}

.header_color {
	color: cyan;
}

.front th {
	text-align: left;
}

#navcontainer ul {
   margin: 0;
    background: #362f4b;
    padding-bottom: 0;
    padding-top: 0;
    color: #fff;
    float: left;
    width: 100%;
    border-bottom: 4px solid #fd9b00 !important;

}

#navcontainer ul li {
	display: inline
}

#navcontainer ul li a {
    padding: 5px 25px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    float: left;
  border-right: 1px solid #fff0;
}

#navcontainer ul li a:hover {
	background-color: #08dac7;
	color: #333;
/* 	border-top: 1px solid #333; */
	border-right: 1px solid #fff;
/* 	border-left: 1px solid #333; */
	border-bottom: 1px solid #fff
}

.flRight {
	float: right;
}

.btnSubmit:link, .btnSubmit:visited {
	background: url(../images/btn-chat-L.jpg) no-repeat top left;
	float: left;
}

.fieldtitle {
	font-weight: bold;
}
#login1{
	background: #faf4f4;
    margin: 10px;
    padding: 10px;
}
#maincont {
	/*background-color: red;*/
	/* 	min-height: 530px; */
	min-height: 392px;
	padding-top: 10px;
	/*border: 1px solid #999999;*/
}

.inputText {
	border: 1px solid #B4D9F5;
	font-size: 12px
}

.fieldtitle1 {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #B4D9F5;
}

.fieldtitle2 {
	font-size: 12px;
	font-size: 12px;
	border: 1px solid black;
}

.fieldtitle11 {
	font-weight: bold;
	font-size: 14px
}

.fieldtitle22 {
	font-size: 14px
}

.fieldtitle3 { 
	font-size: 10px;
	text-align: right;
	border: 1px solid black;
}

.fieldtitle4 {
	font-size: 11px;
}

.blueTxt {
	color: #0000CC;
}

.largeText {
	font-size: 15px;
} 

/*login form page*/

.login-form-section {
    margin: 5px 0px;
    padding: 35px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 10px;
    background: #fff;
}
.mainInnerDiv{
	  margin: 5px 0px;
    padding: 35px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 10px;
    background: #fff;
}
.top-header {
    background: linear-gradient(158deg, #e3e9efa3 26%, #7d9fff 48%);
}
img.logo {
    width: 90px;
    padding: 3px;

}
/*.container-fluid {
    padding-top: 10px;
}*/
.header-text h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 38px;
}
.header-text h5 {
    font-size: 16px;
    font-weight: 400;
    color: #0e0d0d;
    margin-top: -6px;
    letter-spacing: 0.6px;
    line-height: 21px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
   border-color:#c8cbcf;
    outline: 0;
     box-shadow: none !important; 
}
.SignInFormTitle {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    /* margin-bottom: 25px; */
    text-transform: capitalize;
    /* color: #1e2f65; */
    color: #fff;
    background: #362f4b;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
}
/*li {
    padding: 10px;
}*/
.table-responsive{
	border-radius: 10px;
}
	
#sidebar li:hover {
    padding: 10px;
    background: #f8f8f8;
}
	
	
	
	
	
	
	
	
	@media(max-width:500px){
	img.logo {
    width: 105px;
	}
	.header-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    text-align: center;
	}
	.header-text h5 {
    font-size: 16px;
    font-weight: 400;
    color: #0e0d0d;
    margin-top: -6px;
    letter-spacing: 0.6px;
    line-height: 24px;
    text-align: center;
	}
	input.button1 {
	    width: auto !important;
	
	}
	#sidebar {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    height: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-right: 1px solid #0000001c;
    border-radius: 10px;
}
}
