/* custom css by: andre */
.pageCrumbs {
	background: #f6f6f6;
	padding: 5px 10px 5px;
	border-radius: 4px;
}
.login a {
text-decoration:none;
color:#666;
}

.login .btn {
margin:4px !important;
padding: 2px 8px;
border-radius:6px;
margin-top:-20px !important;
margin-bottom:50px !important;
}

.login .signup {
border-bottom:2px solid #35821a;
background:#fe6100;
color:#ffffff;
}

.login .login {
border-bottom:2px solid #107eaf;
background:#0099dd;
color:#ffffff;
}

.login .btn-info {
border-bottom:2px solid #93140b;
background:#d51d29;
color:#ffffff;
}

.login .btn-success {
border-bottom:2px solid #c77e1f;
background:#f4971e;
color:#ffffff;
}

.login .btn-info2 {
border-bottom:2px solid #c77e1f;
background:#49afcd;
color:#ffffff;
}

/* end login */

.logo {
margin-top:0px;
}

.logo img {
height: auto;
vertical-align: middle;
width: 380px;
}

.header-bottom {
clear:both;
height:20px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.slogs {
text-align:left;
margin-left:20px;
color:#666;
}

.slogs h5 {
font-size:17px;
}

.head-left-content {
background:#ffffff;
}

.malign {
text-align:center;
}

.malign  h2 {
color:#444444;
line-height:35px;
}

/* header search */

.userLogin{
padding: 9px 16px 9px 16px;
  border-radius:7px;
  border:0px;
  background: rgba(255,255,255,.2);
  border:1px solid #ccc;
  margin-left: 8px;
  width:200px;
  color:#666;
  font-size:18px;
  height: 39px;  
}

.userLogin:focus {
  outline-color: rgba(0,0,0,0);
  background: rgba(255,255,255,.95);
  color: #e74c3c;
  box-shadow: 0px 0px 4px #C35817;
}

.userButton {
  width: 120px;
  border: 0px;
  background: #e74c3c;
  border-radius:7px;
  padding: 6px 8px;
  color:white;
  font-size:18px;
  margin-top:8px;
  margin-left:8px;
}

.remember {
display:inline-block;
margin-left:8px;
}

/* main content */

.mainContent h2 {
font-size:24px;
margin-top: -12px;
}

.cont {
  position: relative;
  margin:20px auto;
  width: 100%;
}

@media only screen and (max-width: 600px) {
	.cont { 
		width:100%;
	}
}

@media only screen and (min-width: 1200px) {
	.cont { 
		width:100%;
	}
}

.srchFld {
  border: 0;
  border-radius:7px;
  padding: 0 12px;
  padding-right:55px;
  display:inline-block;
  float:left;
  width:96%;
  border-bottom:5px solid #bdc3c7;
  border-top:1px solid #bdc3c7;
  border-left:1px solid #bdc3c7;
  border-right:1px solid #bdc3c7;
  height: 60px;
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-size:19px;
  margin-bottom: 25px;
  
}

.srchFld:focus {
  outline-color: rgba(white,0);
}

.srchBtn {
  border: 0;
  border-radius:7px;
  padding: 0px;
  background: #e74c3c;
  display:inline;
  width:100%;
  border-bottom:5px solid #c0392b;
  color:white;
  height: 60px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size:20px;
  font-weight:bold;
  cursor: pointer;
}

.srchBtn:active {
  border-bottom:0px solid #c0392b;
}

/* .submit-order {
width:350px !important;
background:#F88017;
border-bottom:5px solid #E56717;
} */

.ico {
  position: absolute;
  right:135px;
  top: 13px;
  font-size:35px;
  color:#7f8c8d;
}

.liner {
padding:8px 0px;
border-top:1px solid #cccccc;
margin-top: -30px;
}

.liner p {
font-size:17px;
font-weight:bold;
color: rgb(68, 68, 68);
}

.searchLists {
text-align:left;
}

.searchLists ul {
width:auto;
margin-left:-27px;
}

.searchLists ul li {
list-style-type:none;
margin-top:20px;
}

.site-link {
color:#006621;
display:block;
}

.siteLists {
width:100%;
}

ul.siteListsAll{
	background: #f6f6f6;
	width:100%;
	margin-bottom:20px;
	padding: 30px 0px 30px;
	border-radius: 4px;
	overflow:hidden;
}
ul.siteListsAll li{
	line-height:1.5em;
	float:left;
	display:inline;
	width:25%;
}

ul.siteListsAll li .siteHolder{
  margin:5px;  
}

ul.siteListsAll li .siteHolder img {
	height:42px;
	width:177px;
	background:#ffffff;
	padding: 2px;
	border: 1px solid #dedede;
	border-radius: 4px;
}

.ourSites {
	font-size: 20px;
	color: #555555;
	font-weight: 800;
}

/* footer */

.foot-box {
padding:8px;
margin-bottom:10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.foot-content {
background:#ffffff;
border:1px solid #ccc;
padding: 15px 8px 8px 8px;
border-radius: 7px 7px 7px 7px;
height: 120px;
}

.foot-content h4 {
color:#555555;
}

.foot-credit  p{
padding:5px;
margin-top:5px;
color:#555;
font-size:13px;
}

.foot-image {
margin:4px;
border:1px solid #ccc;
border-radius: 7px 7px 7px 7px;
padding:4px;
}

/* partners */

#partners a {
text-decoration:none;
margin:8px;
color:#0099dd;
padding:2px 6px;
border-radius:6px;
font-size:13px;
}

#partners a:hover {
text-decoration:none;
margin:8px;
color:#2c7ca1;
padding:2px 6px;
border-radius:6px;
font-size:13px;
}

.pageContent {
text-align:justify;
}

.pcTitle {
font-size:21px;
font-weight:bold;
color:#555555;
}

.pcSubTitle {
font-size:19px;
font-weight:bold;
}

.homelink  a{
text-decoration:none;
margin-top:10px;
display:block;
text-align:right;
}

/* arrow */

.arrow_box {
	position: relative;
	background: #F88017;
	border: 4px solid #E56717;
	padding:15px 15px;
	border-radius:7px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #F88017;
	border-width: 18px;
	margin-top: -18px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #E56717;
	border-width: 24px;
	margin-top: -24px;
}
.arrow_box p {
text-align:center;
font-size:20px;
font-weight:bold;
color:#ffffff;
}

.left-col {
float:left;
width:58%;
}

.right-col {
float:right;
width: 34%;
margin-top: -37px;
}

.policy-content ul li {
list-style-type:square;
}

#example_paginate {
margin-bottom:20px;
margin-top:8px;
}

#example_info {
margin-bottom:20px;
margin-top:8px;
}

#example_wrapper {
border-radius:3px;
border:1px solid #E56717;
padding:4px;
}

.detail-task {
    text-decoration: none;
    /*background: none repeat scroll 0% 0% rgb(248, 128, 23);*/
    padding: 3px 3px;
    /*border-radius: 7px 7px 7px 7px;*/
    color: rgb(255, 255, 255);
    /*border-bottom: 3px solid rgb(229, 103, 23);*/
    font-size: 12px;
    font-weight: bold;
}

.view-task {
    text-decoration: none;
    background: none repeat scroll 0% 0% rgb(248, 128, 23);
    padding: 3px 3px;
    border-radius: 7px 7px 7px 7px;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(229, 103, 23);
    font-size: 12px;
    font-weight: bold;
}
.cancel-task {
    text-decoration: none;
    background: #D51D29;
    padding: 3px;
    border-radius: 7px 7px 7px 7px;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid #97141D;
    font-size: 12px;
    font-weight: bold;
}
.payment {
    background: #0099DD;
    border-bottom: 3px solid #0589C2;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
	width:60px;
	float:left;
}

.pay-task {
    /*background: #0099DD;
    border-bottom: 3px solid #0589C2;
    border-radius: 7px;*/
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
}

.details {
    background: none repeat scroll 0 0 #F88017;
    border-bottom: 3px solid #E56717;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
	width:60px;
	float:left;
	margin-left:2px;
}

#example_wrapper th,td,tr {
border:1px solid #ccc !important;
}

#example_wrapper input,select {
border:1px solid #ccc !important;
margin-bottom:4px;
}

