
/* Header Section Starts Here ========================================== */

/* Header Left Box */
.header .leftpanel{
	background-color: #ffffff;
	height:100%;
	text-align:center;
	color: #FFF;
	padding: 18px;
}
.header {
	width:100%;
}
.header .kyv_logo{
    font-size: 40px;
	font-family: cursive;
}
.header .responsive_menu{
	width:34px;
	cursor: pointer;
	top: 2%;
	right: 2%;
	position: fixed;
	z-index: 1;
	display:none;
}

/* Header Middle Section */
.middlepanel{
	padding: 12px;
}
.cesc_logo{
	float:right;
}
.slideimg{
	height: 425px;
	width: 100%;
}
.slideimgmain{
	height: 525px;
	width: 100%;
}
/* Header Right Section(Desktop) */
.header .rightpanel{
	padding: 20px 10px 20px 5px;
	text-align: center;
	border-left: 0px solid #444444;
}
.header .header_profile{
	padding: 10px;
	cursor: pointer;
}
.header .down_arrow_header{
	width:8px;
}
.header .rightpanel:hover .header_profile{
	background-color: #FAFAFA;
}
.header .header_dropdown{
	display: none;
    position: absolute;
	background-color: #FAFAFA;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	cursor: pointer;
}
.header .header_dropdown a{
	text-decoration: none;
	color: #333;
}
.header .rightpanel:hover .header_dropdown {
    display: block;
}

/* Header Right Section(Mobile) */
.header  .rightpanel_responsive{
	padding: 20px 10px 20px 5px;
	text-align: center;
	display:none;
}
.header .rightpanel_responsive a{
	color: #333;
}
/* Header Section Ends Here ========================================== */


/* Content Section Starts Here ======================================= */
.content{
	background-color: #444444;
}

/* Sidebar Menu */
.content .leftpanel{
	background-color: #444444;
    color: #FFFFFF;
	height: 100%;
}
.content  .single_menu{
	margin:14px 0px 14px 0px;
}
.content .leftpanel a.accordion {
	text-decoration: none;
    background-color: #444444;
    color: #FFF;
    cursor: pointer;
    opacity: 0.9;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 600;
    font-size: 16px;
	padding-bottom: 6px;
    display: block;
}
.content .leftpanel .single_menu ul {
	list-style: none;
    padding: 0;
    margin: 0;
	opacity: 0.9;
	padding-bottom: 5px;
	cursor: pointer;
	display:none;
}
.content .leftpanel .single_menu:hover  ul{
	display:block;
}
.content .leftpanel .single_menu ul  li{
	padding: 5px 0px 5px 16px;
}
.content .leftpanel .single_menu ul  li a{
	text-decoration: none;
	color: #FFF;
}
.content .leftpanel .single_menu ul  li.active_sub, .content .leftpanel .single_menu ul  li:hover{
	background-color: rgba(255,255,255,0.06);
}
.content .leftpanel .single_menu ul  li:before{
	content: "❯"; /* Insert content that looks like bullets */
    padding-right: 8px;
}
.content .leftpanel .active, .content .leftpanel .single_menu:hover {
	border-right: 4px solid #A4C639;
}

/* Content Area */
.content .contentarea{
	background-color: #F6F6F6;
	min-height: 500px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2), -4px 7px 5px 1px rgba(0, 0, 0, 0.24);
}
.contentarea h1{
	font-weight: 600;
    font-size: 24px;
    border-bottom: 2px solid #ddd;
    padding-top: 8px;
    padding-bottom: 14px;
    color: #444444;
}
.contentarea .form_container  {
	background-color: #FFFFFF;
    overflow: hidden;
    padding: 10px;
	margin-bottom: 15px;
}
.btn-primary{
	background-color: #A4C639;
	border: 1px solid #94b234;
}
.btn-primary:hover,.btn-primary:active{
	background-color: #94b234;
	border: 1px solid #94b234;
}
.btn-default{
	border: 1px solid #A4C639;
}
.btn-default:hover,.btn-default:active{
	border: 1px solid #A4C639;
}
input[type="text"] {
    outline-color: #A4C639;
}
.home_list{
	list-style-image: url(../images/rate-star-button.png);
    font-size: 22px;
    margin: 10px 0 10px 0;
}
.home_list li{
	position: relative;
}
.home_list li a{
	position: absolute;
    top: 8%;
	text-decoration: none;
}
.home_list li a span{
	text-decoration: underline;
}
/* Content Section Ends Here ========================================= */

/* Listing Table Starts Here ============================================================ */
.listing_params input[type="text"] {
    border-color: #ddd;
    height: 31px;
    border-width: 1px;
    border-style: solid;
    color: #73879C;
    padding: 0 5px 0 5px;
}
.listing_params.right {
   text-align: right;
}
.datetime_picker_icon{
	cursor: pointer;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #A4C639;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 92%;
    border: 1px solid #ddd;
    background-color: #FFF;
    margin: 20px 0 20px 0;
}
thead{
	border-bottom: 2px solid #A4C639;
	border-top: 2px solid #444444;
}
tfoot{
	border-top: 2px solid #A4C639;
	border-bottom: 2px solid #444444;
}
th, td {
    border: 1px solid #00AAD8;
    text-align: left;
    padding: 8px;
	font-size: 13px;
}
tr:nth-child(even){background-color: #f2f2f2}
/*.content_options{
	height: 40px;
}
.content_box{
	float:left;
	padding: 5px 0 5px 0;
}
.content_box input[type="text"]{
	border-color: #ddd;
    height: 31px;
    border-width: 1px;
    border-style: solid;
	color: #73879C;
	padding: 0 5px 0 5px;
}
.content_rightbox{
	float: right;
	padding: 5px 0 5px 0;
}
.content_rightbox select{
	color: #73879C;
    border-color: #ddd;
	height: 31px;
}*/
/* Listing Table Ends Here ============================================================== */

.menu_bar2{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	width:100%;
}
.menu_bar2 a{
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 3px;
	width: 82px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	border-top: 1px solid #3b7bc9;
	border-bottom: 1px solid #3166a7;
	border-left: 1px solid #3166a7;
	border-right: 1px solid #3166a7;
	-webkit-border-radius: 8px;  
    -moz-border-radius: 8px;  
	border-radius: 8px;
	background: -webkit-linear-gradient(#3b7bc9, #3166a7);
	background: -o-linear-gradient(#3b7bc9, #3166a7);
	background: -moz-linear-gradient(#3b7bc9, #3166a7);
	background: linear-gradient(#3b7bc9, #3166a7);
	-moz-box-shadow: 1px 2px 5px #888888;
    -webkit-box-shadow: 1px 2px 5px #888888;
	box-shadow: 1px 2px 5px #888888;
}
.menu_bar2 a:hover{
	background: -webkit-linear-gradient(#c04b4b, #C0504D);
	background: -o-linear-gradient(#c04b4b, #C0504D);
	background: -moz-linear-gradient(#c04b4b, #C0504D);
	background: linear-gradient(#c04b4b, #C0504D);
}
.menu_bar2 a.active{
	background: -webkit-linear-gradient(#c04b4b, #C0504D);
	background: -o-linear-gradient(#c04b4b, #C0504D);
	background: -moz-linear-gradient(#c04b4b, #C0504D);
	background: linear-gradient(#c04b4b, #C0504D);
}

.footer{
	padding: 5px 0;
    border-top: 0px;
    background: #444444;
    text-align: right;
    color: #FFF;
    font-size: 10px;
}
.footer div{
	opacity:0.6;
}
.table-fixed tbody {
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}

/* Login Table Style */
.login_box{
    width: 100%;
    border: 1px solid #F8CBAD;
	background-color: #F8CBAD;
	margin: 0px;
}
.login_box th,.login_box td{
    border: 1px solid #F8CBAD;
}

/* Closed Tender list Style */
.closed_tender_list{
	width: 900px;
	border-collapse: collapse;
}
.closed_tender_list thead {
    display: block;
	width: 900px;
	overflow: auto;
}
.closed_tender_list tbody 
{
	display: block;
	width: 900px;
	height: 380px;
	overflow: auto;
   
}
.closed_tender_list thead{
	background-color: #99ccff;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #A9A9A9;
}

/*@media screen and (max-width: 1000px) and (min-width: 700px) {
    ul li a:before {
        content: "Email: ";
        font-style: italic;
        color: #666666;
    }
}*/

@media only screen and (max-width: 768px) {
	/* Dsiplay the responsive menu icon only on mobile */
	.header  .responsive_menu{
		display:block;
	}
	
	/* Change the RPSG/CESC logo size and position in mobile */
	.header  .cesc_logo{
		float:none;
	}
	.header  .middlepanel{
		text-align: center;
	}
	.header  .middlepanel img{
		width: 100px;
	}
	
	/* Hide the desktop header-right panel and show the mobile version */
	.header  .rightpanel{
		/*display:none;*/
	}
	.header  .rightpanel_responsive{
		display:block;
	}
	
	/* Hide the left menu in mobile */
	.left_menu{
		display:none;
	}
	
	/* Make the table options centered in mobile */
	.listing_params.right,.listing_params.left {
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}