/* Signin Page Styles */

/* Active List Styles */

.ui-draggable, .ui-droppable {
	background-position: top;
}
	body {
		overflow-x: hidden;
		position: relative;
		margin: 0px !important;
		width: 100%;
		background-color: #d4d7db !important;
	}
	#wrapper {
		margin: auto;
		display: block;
		height: auto !important;
		
	}
    .is-active{
        color:red;
    }
	#wrapper5 {
		clear: both;
		margin: auto;
		display: block;
		height: 1300px;
		
	}
	.bodystyle {
		height: 1300px !important;
	}
	header {
		position: fixed;
		top: 0px;
		z-index: 1;
		height: 60px;
		background-color: black;
	}
	header h1 {
		margin-top: 10px;
		text-align: center;
		color: #708090;
		margin-bottom: 10px;
		float: left;
		display: block;
	}
	nav {
		height: 60px;
		float: right;
	}
	nav ul {
		list-style-type: none;
		height: 60px;
		margin: 0px;
		padding: 0px;
	}
	nav li {
		margin-top: 18px;
		margin-left: 0;
		margin-right: 0;
		color: #708090;
		float: left;
		text-align: center;
		
	}
	nav li h3 {
		display: inline;
        font-size:1.17em;
        font-weight:bold;
	}
	nav li a {
		text-decoration: none;
		color: #708090 !important;
		font-weight: bold;
	}
	nav li a:hover {
		color: white !important;
	}

	body a:hover {
		color: white;
	}

	.wrapper1 {
		position: relative;
		top: 220px;
    		width: 500px;
		height: 350px;
    		margin: auto;
		background-color: white;
    		
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 2px;
	}
	.container1 {
    		width: 400px;
		height: 350px;
    		margin: auto;
	}
	.container1 h2 {
		position: relative;
		top: 45px;
		padding-right: 0px;
		margin: auto;
		height: 30px;
		width: 400px;
		background-color: #708090;
		text-align: center;
		color: white;
		border-radius: 3px;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	}
	.formstyle {
		margin: auto;
		width: 100%;
		height: 200px;
		position: relative;
		top: 60px;
	}

	.input {
		height: 40px;
		width: 400px;
		display: block;
		margin-top: 30px;
	}
	label {
		padding: 15px;
		color: #708090;
	}
	.style1 {
		padding: 10px;
		width: 250px;
		border-radius: 3px;
	}
	.signin {
		width: 200px;
		margin: auto;
		height: 50px;
		padding: 25px;
	}
    .checksoi {
		width: 200px;
		margin: auto;
		height: 50px;
		padding: 25px;
	}
	.activelist_submit {
		width: 70px;
		height: 35px;
		margin-left: 35px;
		border-radius: 3px;
		color: #708090;
		display: inline;
		font-weight: bold;
	}
	.submit {
		width: 70px;
		height: 35px;
		margin-left: 15px;
		border-radius: 3px;
		color: #708090;
		display: inline;
		font-weight: bold;
	}
    .verifysoi {
		width: 100px;
		height: 35px;
		margin-left: 15px;
		border-radius: 3px;
		color: #708090;
		display: inline;
		font-weight: bold;
	}
	.signin a {
		text-decoration: none;
		padding: 25px;
		font-weight: bold;
		color: #708090;
	}
	.signin a:hover { 
    		color: black;
	}
	.forgot {
		text-align: right;
		padding-right: 35px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.forgot a {
		text-decoration: none;
		font-weight: bold;
		color: #708090;
	}
	.forgot a:hover { 
    		color: black;
	}
/* End of Signin Page Styles */

/* Welcome Page Styles */
	.wrapper2 {
		position: relative;
		top: 80px;
		height: auto;
    		margin: auto;
		background-color: white;
    		
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 2px;
	}
	.container3 {

    		margin: auto;
	}
	.mainlinks {
		position: relative;
		top: 38px;
		margin: auto;
		
	}
	.mainlinks h3 {
		height: 60px;
		background-color: #d4d7db;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 5px;
		text-align: center;
		padding-top: 5%;
		padding-bottom: 5%;
		margin: 20px 0;
		
	}

	.mainlinks a.col-6 {
		padding-top: 8%;
		padding-bottom: 8%;
	}

	.mainlinks h3 a {
		display: block;
		text-decoration: none;
		color: #708090;
		text-align: center;
		padding-top: 5%;
		padding-bottom: 5%;
		margin: auto;

	}
	.mainlinks h3 a:hover {
		color: black;
	}
/* End of Welcome Page Styles */


	.container {
		position: relative;
		top: 200px;
		clear: both;
		width: 60%;
		margin: auto;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 3px;
	}
	.leadscontainer {
		position: relative;
		top: 100px;
		background-color: white;
		margin: auto;
		margin-bottom: 50px;
		height: auto !important;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 3px;
	}
	.position {
		height: auto;
	}
	#search {
		display: block;
		background-color: white;
		margin: auto;
		height: auto !important;
		margin-bottom: 50px !important;

	}
	#sec1 {	
		position: relative;
		top: 25px;
		height: 210px;
		margin: auto;
	}
	#sec2 {
		position: relative;
		top: 45px;
		height: 150px;
		margin: auto;
		
	}
    #sec6 {	
		position: relative;
		top: 25px;
		height: 300px;
		margin: auto;
	}

	#sec2.closeleadsec {
		height: 100px !important;
	}

	.searchinfo {
		position: relative;
		top: 25px;
		float: left;
		height: 80px;
		color: #708090;
		padding-left: 55px;
		margin: auto;
		font-weight: bold;
		text-align: center;
	}
    	.searchinfo1 {
		position: relative;
		top: 10px;
		float: left;
		height: 35px;
		color: #708090;
		padding-left: 55px;
		margin: auto;
		font-weight: bold;
		text-align: center;
        z-index: 0;
	}

	.searchinfo2 {
		position: relative;
		top: 25px;
		float: left;
		height: 60px;
		color: #708090;
		padding-left: 125px;
		margin: auto;
		font-weight: bold;
		text-align: center;
	}
	.searchinfos {
		height: 100px;
		float: left;
		font-weight: bold;
		margin: auto;
		padding-left: 50px;
	}

	p.searchinfos {
		text-align: center;
	}
	.submit1 {

		width: 70px;
		height: 35px;
		border-radius: 3px;
		color: #708090;
		font-weight: bold;
	}
	.inputbox {
		margin: 15px 40px 15px 15px;
		padding: 8px;
		width: 25%;
		border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
	}


	.inputbox1 {
		margin: 20px;
		padding: 8px;
		width: 60%;
		border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
	}
	.inputbox2 {
		margin: 15px;
		padding: 8px;
		width: 15%;
		border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
	}

    	.inputbox3 {
		margin: 10px;
		padding: 5px;
		width: 40%;
		border-radius: 3px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
box-shadow: inset 0px 0px 5px 0px rgba(192,194,194,1);
	}
	.checklabel {
		position: relative;
		bottom: 8px;
		width: 100%;
		height: 100px;
		padding: 20px;
	}
	.checkbox {
		width: 25px;
		height: 25px;
	}

	#sec3 {
		position: relative;
		top: 180px;
		display: block;
		padding-top: 0px;
		padding-bottom: 60px;
		margin: auto;
		height: auto;
	}
    	#sec4 {
		position: relative;
		top: 70px;
		display: block;
		padding-top: 0px;
		padding-bottom: 60px;
		margin: auto;
		height: auto;
	}
       #sec5 {
		position: relative;
		top: 70px;
		display: block;
		padding-top: 0px;
		padding-bottom: 60px;
		margin: auto;
		height: auto;
	}
	.tablestyle {
		padding: 50px;
		height: auto;
		margin: auto;
		display: table;
		margin-bottom: 50px !important;
		border-collapse: collapse;
		border-spacing: 2px;
		border-color: black;
	}
	.tablestyle1 {

		margin: auto;
        margin-top: 10px;
		margin-bottom: 50px !important;
		display: table;
		border-collapse: collapse;
		border-spacing: 2px;
		border-color: black;
		
	}
	.tablestyle1, th, td {
		border: 2px solid #d4d7db;
		padding: 8px;
		font-size: 10px;
		margin: auto;
	}
	.tablestyle1 td {
		
		word-wrap:break-word;
	}
	.tablestyle, th, td {
		border: 2px solid #d4d7db;
		font-weight: bold;
		padding: 8px;
		font-size: 14px;
	}
	.tablestyle th {
		height: 50px;
		
	}
	tr:nth-child(even) {
		background-color: #e5e9ee;
	}
	.tablestyle td {
		height: 30px;
	}

	.thead:hover {
		color: #708090;
	}

/* End of Active List Styles */

/* Active Leads Styles */
	#sortid {
		text-decoration: none;
		color: black;
		
	}
	#sortid:hover {
    		color: #7f8082;
		text-decoration: underline;
	}
	#sortid:active {
		color: black!important;
	}
	#sortid:visited {
		color: #708090;
	}
	.backlink {
		margin-left: 60px;
	}
/* End of Active Leads Styles */
	
	.container2 {
		position: relative;
		top: 50px;
		display: block;
		width: 50%;
		background-color: white;
		margin: auto;
		height: auto;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 3px;
	}
	#seclead1 {
		position: relative;
		top: 50px;
		display: block;
		width: 100%;
		height: 250px;
		margin: auto;

	}
#seclead2 {
    
    display: block;
    border: 1px solid #dee2e6;
    height: 550px;
    margin: auto;
}

    #seclead3 .col-md-12 {
        padding-top: 2px;
        padding-bottom: 2px;
    }

#seclead3 {
    display: block;
    border: 1px solid #dee2e6;
    height: 950px;
    margin: auto;
}

#seclead4 {
    display: block;
    border: 1px solid #dee2e6;
    height: 950px;
    margin: auto;
}

#seclead4 .col-md-12 {
    padding-top: 2px;
    padding-bottom: 2px;
}

	#seclead2 .dispo {
		position: relative;
		top: 40px;
	}	
	.dispo {
		display: block;
		width: 80%;
		height: 30px;
		margin: auto;
		padding: 10px;
		font-weight: bold;
	}

	.dispo1 {
		display: block;
		width: 80%;
		height: 100px;
		margin: auto;
		padding: 10px;
}
	#dispodisplay {
		position: relative;
		top: 45px;
		display: block;
		width: 100%;
		height: 400px;
		margin: auto;
	}

	#dispodisplay p {
		display: block;
		font-weight: bold;
		
	}
	.inputbox.wide {
		width: 75% !important;
	}



	.fontstyle {
		font-family: "Times New Roman", Times, serif !important;
		font-weight: 600;
	}
	#calstyle {
		position: relative;
		top: 75px;
		display: block;
		width: 80%;
		height: 100px;
		margin: auto;
	}

	#calform {
		width: 80%;
		height: 70px;
	}

	
	#update {
		display: block;
		margin: auto;
		height: 70px;
		width: 30%;
        padding-top:20px;
        text-align:center;
	}
	#message {
		display: block;
		width: 80%;
		height: 75px;
		margin: auto;
	}
	#message h3 {
		margin: auto;
		display: block;
		width: 50%;
		height: 30px;
		padding: 10px;
		color: #708090;
	}
	.submit2 {
		width: 120px;
		height: 45px;
		border-radius: 3px;
		color: #708090;
		display: inline;
		font-weight: bold;
	}

	.textstyle {
		margin: 5px 5px 25px 5px;
		text-align: center;
	}

	.textstyle textarea {
        width:350px;
		padding: 10px 0 0 5px;
	}

	.wrapper3 {
		position: relative;
		top: 200px;
		width: 700px;
		height: 600px;
		margin: auto;
		background-color: white;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
		border-radius: 2px;
	}
	.smallheader {
		position: relative;
		top: 70px;
		padding-right: 0px;
		margin: auto;
		height: 60px;
		width: 100%;
	}
	
	.wrapper3  h2{
		padding-top: 12px;
		padding-right: 0px;
		margin: auto;
		height: 35px;
		width: 80%;
		background-color: #708090;
		text-align: center;
		color: white;
		border-radius: 3px;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	}
	.input1 {
		height: 65px;
		width: 70%;
		display: block;
		margin: auto;
		padding: 20px;
	}
	.formstyle1 {
		margin: auto;
		width: 100%;
		height: 350px;
		position: relative;
		top: 115px;
	}
	.signin1 {
		display: block;
		width: 20%;
		margin: auto;
		height: 80px;
		text-align: center;
	}
	.submit1 {
		width: 70px;
		height: 35px;
		border-radius: 3px;
		color: #708090;
		font-weight: bold;
		padding: 0px;
	}
	.label1 {
		padding-right: 8px;
	}
	.style2 {
		padding: 10px;
		width: 200px;
		border-radius: 3px;
		margin: 0px;

	}
	.style3 {
		margin-left: 20px;
	}
	.style4 {
		margin-left: 52px !important;
	}

	.wrapper3 h3 {
		display: block;
		height: 35px;
		width: 25%;
		
		margin: auto;
		position: relative;
		top: 15px;
		text-align: center;
		padding-top: 10px;
		border-radius: 3px;
	}
	.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 40%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 75%;}
.col-9 {width: 90%;}
.col-10 {width: 95%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.error {
  border-color: red;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	
    header ul li {
        margin: 0px;
    }

    header h1 {
	text-align: left;
	font-size: 24px;
	width: 200px !important;
    }

    header {
        height: 200px !important;
    }

    .leadscontainer {
	top: 250px;

    }
    
    .container {
	top: 300px;
    }



    header h1 {
	text-align: left;
	font-size: 24px;
    }


}


@media screen and (min-width: 768px) and (max-width: 1170px) {
	
    header ul li {
        margin-top: 8px !important;
    }


   

}

.nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    padding: 15px;
    cursor: pointer;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #999999;
    border-bottom-color: transparent;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: none;
}