@import url("print.css");
@import url("menu.css");
@import url("font-awesome.min.css");
/*@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);*/
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3080B3;
	font-size: 14px;
	font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
}
input {
	transition: width 0.25s;
}
.clr, .cls {
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.loginwapper {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 369px;
	width: 554px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
}
.loginarea {
	float: left;
	padding-top: 100px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.loginarea label {
	float: right;
	margin-top: 20px;
	text-align: left;
}
.loginarea #userid, .loginarea #password {
	margin-bottom: 20px;
	width: 280px;
	margin-right: 20px;
	background-color: #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #d1d1d1;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	margin-top: 10px;
}
.loginarea #userid {
	background-image: url(../images/icon-login.png);
}
.loginarea #password {
	background-image: url(../images/icon-password.png);
}
.wapper {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
}
.topbar {
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	height: 43px;
	font-family: 'Ubuntu', sans-serif;
}
.proname {
	font-size: x-large;
	text-transform: capitalize;
	color: #FFF;
	float: left;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 5px;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.75);
}
.topnav {
	float: right;
	color: #FFF;
	border: 1px solid #343237;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	margin-top: 5px;
}
.topnav a {
	color: #FFF;
	text-decoration: none;
}
.topnav ul li {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-type: none;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
.topnav ul li.adico {
	background-image: url(../images/icon-user.png);
	padding-left: 17px;
}
.topnav ul li.settingico {
	background-image: url(../images/icon-setting.png);
	padding-left: 15px;
}
.topnav ul li.sepa {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 10px;
	padding-left: 15px;
	margin-right: 5px;
	margin-left: 5px;
}
.topnav ul li.logoutico {
	background-image: url(../images/icon-logout.png);
	padding-left: 13px;
}
.livesite {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.livesite a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	padding: 7px 14px;
	background: #ec7063;
}
.menupos {
	position: relative;
	z-index: 1;
}
.navarea {
	float: left;
	width: 12%;
	min-width: 120px;
	z-index: 2;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.75);
}
.contentarea {
	float: right;
	width: 96%;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
	padding: 2%;
	visibility: visible;
	z-index: 5;
	position: relative;
	min-height: 600px;
}
.contentarea h1 {
	font-size: xx-large;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.contentarea h2 {
	font-size: x-large;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.contentarea h3 {
	font-size: x-large;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.contentarea label {
	border: 1px solid #CCC;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 40px;
	float: left;
	min-width: 15%;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	height: 40px;
}
.contentarea input[type="text"], .contentarea select, .contentarea textarea {
	width: 200px;
	min-width:200px;
	max-width:200px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 3px;
	font-weight: 200;
	font-size: 12px;
	font-family: Verdana;
	box-shadow: 1px 1px 5px #CCC;
}
.contentarea select {
	height: 30px !important;
}
.contentarea input[type="submit"], .contentarea input[type="button"] {
	background-color: #16a085;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16.996px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 20px;
	color: #ffffff;
	outline: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.mce-tinymce {
	clear: left;
}
label.error {
	font-size: 12px;
	color: white;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 18px;
	margin-top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent !important;
	border: none !important;
	text-transform: capitalize;
	margin-left: 10px;
	background-image: url(../images/error-msg-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: inherit;
}

/****************** submit button hover animation  *******************************/

.contentarea input[type="submit"], .contentarea input[type="button"]{
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
  -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
  box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
  position: relative;
  -webkit-animation: shadowFadeOut 0.4s;
  -moz-animation: shadowFadeOut 0.4s;
}

.contentarea input[type=submit]:hover,input[type=submit]:focus, input[type=button]:hover {
  color: #fff;
  -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
  -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
  box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
  -webkit-animation: shadowFade 0.4s;
  -moz-animation: shadowFade 0.4s;
}

@keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-webkit-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-webkit-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-moz-keyframes shadowFade {
    0% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 46px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 46px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 46px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}

@-moz-keyframes shadowFadeOut {
    0% {
      -webkit-box-shadow: inset 0px 44px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 44px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 44px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
    100% {
      -webkit-box-shadow: inset 0px 0px 0px 0px rgba(204,86,15,1);
      -moz-box-shadow:    inset 0px 0px 0px 0px rgba(204,86,15,1);
      box-shadow:         inset 0px 0px 0px 0px rgba(204,86,15,1);
      color: #fff;
    }
}


/**************** submit end *******************/


/****************** table css ******************/
.contentarea table {
	width: 100%;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.contentarea table thead tr td {
	font-weight: bold;
	background-color: #E1E1E1;
	font-size: medium !important;
	border-top: none !important;
}
.contentarea table tr td {
	padding: 8px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.contentarea table tr td:last-child {
	border-right: none !important;
}
.contentarea table tbody tr:first-child td {
	border-top: none !important;
}
.contentarea td a {
	color: #036;
}
/******************* table end  *********************/


/*************** button ****************/
.sbtn {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 5px;
	color: #FFF !important;
	cursor: pointer;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.red {
	background: #c0392b; /* Old browsers */
}
.sbtn_red, .sbtn_red2 {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 5px;
	color: #FFF !important;
	cursor: pointer;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #c0392b;
}
.green {
	background: #27ae60; /* Old browsers */
}
.sbtn_green {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 5px;
	color: #FFF !important;
	cursor: pointer;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #27ae60;
}
.gray {
	background: #4a4a4a; /* Old browsers */
	border: 1px solid #383838;
}
.sbtn_gray {
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: center;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 5px;
	color: #FFF !important;
	cursor: pointer;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #4a4a4a; 
	
}
.sbtn-com {
	background-color: #5dade2 !important;
}
.msg {
	font-size: small;
	text-transform: capitalize;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.error {
	background-color: #EF6C69;
	border: 1px solid #BE1616;
	color: #000;
}
.success {
	background-color: #86D282;
	border: 1px solid #63CB54;
	color: #000;
}
.warn {
	color: #000;
	background-color: #E8E282;
	border: 1px solid #BAA71F;
}
.subtn {
	margin-top: 20px;
}
/*************************** button end **********************/
.loadingimg {
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#overlayModal {
	background: #000;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 2000px;
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=60); /* IE 5-7 */
	-moz-opacity: 0.6; /* Netscape */
	-khtml-opacity: 0.6;  /* Safari 1.x */
	opacity: 0.6;  /* Good browsers */
}
.loadingimg2 {
	background-image: url(../images/spinner2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 66px;
	width: 66px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #999;
}
.footerarea {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/* ---------------- listing page sorting ------------ */
.bar {
    height: 18px;
    background: green;
}
.infobar {
	background-color: #F2F2F2;
	border: 1px solid #E6E6E6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 23px;
	font-size: 11px;
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#list li {
	float: left;
	width: 17%;
	cursor: move;
	border: solid 1px #CCC;
	padding: 0.5%;
	margin-bottom: 1%;
	margin-right: 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style-type: none;
	position:relative;
}
div#list img {
	width: 100%;
	height: 150px;
	border-radius:3px;
}
.captionbox {
	background-color: #FFF;
	height: 95%;
	width: 95%;
	position: absolute;
	z-index: 55;
	display: none;
}
.captionbox textarea {
border: solid 1px #ccc;
height: 142px;
width: 90%;
margin-bottom: 10px;font-family: 'Ubuntu', sans-serif;}
.ui-sortable-handle input {
	width: 94%;
	padding: 3% !important;
	margin-bottom: 5px
}
.catename {
	float: left;
	width: 80%
}
.cataction {
	float: right;
	width: 15%;
	text-align: right;
}
#response {
	font-size: small;
	text-transform: capitalize;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #86D282;
	border: 1px solid #63CB54;
	color: #000;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	clear: both;
}
/* ----------------  listing page sorting end ------------------ */

ul.tblist li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
}
/*************** paging   ***************/

ul.pagination {
	margin: 20px 0px;
}
ul.pagination li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
ul.pagination li a, ul.pagination li a:link, ul.pagination li a:visited {
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 3px;
	background-color: #333;
}
ul.pagination li a:hover, ul.pagination li a.selected {
	color: #FFF;
	background-color: #CA0000;
}
.blubarae {
	margin-top: 50px;
}
/***************   icon class   ********************/
.iconpos {
	position: relative;
	right: 28px;
	color: #848484;
}
form input[type=text]:focus ~ span i, form input[type=password]:focus ~ span i {
	color: #393;
}
/************* pessagner *****************/

tr.hostrow {
	font-weight: bold;
	background-color: #F7F7F7;
}
tr.hostrow td {
}
.vertical_text {
    text-align:left;
    white-space:nowrap;
    transform-origin:50% 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
	height:20px;
	width:10px;
	margin-top:-55px;
}