@charset "utf-8";
body {
}

.c_black {
	background-color: #000000;
}
.c_blue {
	background-color: #0066FF;
}
.c_red {
	background-color: #CC0000;
}
.c_green {
	background-color: #33CC00;
}
.c_yellow {
	background-color: #FFEB00;
}

.red {
	color: #990000;
}


.bg_blue {
	background: linear-gradient(90deg, rgba(0,108,162,1) 0%, rgba(0,88,39,1) 100%);
}

.bg_alert {
	background-color: #FFF5D9;
}
.bg_light_blue {
	background-color: #f7f9fa;
}
.bg_medium_blue {
	background-color: #F7F9FA;
}
.bg_green {
	background-color: #59CC0D;
}
.bg_grey {
	background-color: #EBEBEB;
}
.del_txt {
	text-decoration: line-through;
	color: #999999;
}




input.button,.button {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.button_small {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.button_small:link, a.button_small:visited {
	color: #FFFFFF;
}

a.button:link, a.button:visited {
	color: #FFFFFF;
}

.button_blue {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005d27;
}
.button_grey {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.button_green {
	background-color: #339900;
	color: #FFFFFF;
	font-weight: bold;
}

#pagination, .pagination {
	width: 100%;
	float: left;
}
#pagination    ul, .pagination ul   {
	margin: 0px;
	padding: 0px;
}
#pagination   ul   li   {
	display: inline;
	list-style-type: none;
	
}
#pagination   ul  li a, #pagination   ul  li span {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
}
#pagination      ul      li a:hover, #pagination      ul      li span:hover{
	background-color: #E1E1E1;
}
#pagination ul li a.current_pagination,#pagination ul li span.current_pagination,#pagination ul li.current_pagination{
	color: #FFFFFF;
	background-color: #1589C5;
	float: left;
}
#pagination ul li.current_pagination span{
	color: #FFFFFF;
}

.pagination   ul  li            {
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 2px;
	color: #0E577E;
	cursor: pointer;
	list-style-type: none;
}
.pagination       ul       li:hover           {
	background-color: #E1E1E1;
}
.pagination        ul        li.current_pagination                   {
	color: #FFFFFF;
	background-color: #1589C5;
	float: left;
}


#breadcrumb {
	float: left;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#breadcrumb ul {
	margin: 0px;
	padding: 0px;
}
#breadcrumb ul li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	float: left;
}
#breadcrumb ul li a {
	text-decoration: none;
	float: left;
	background-image: url(../images/breadcrumb_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}
div.error   ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.error ul li {
	color: #D20000;
	list-style-type: none;
	font-size: 11px;
	float: left;
	width: 100%;
	text-align: left;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.alert_box {
	float: left;
	width: 100%;
	background-color: #FEF8CD;
	border: 1px solid #FFCC00;
}

#alert, .alert {
	float: left;
}
#alert  ul, .alert ul {
	margin: 0px;
	padding: 0px;
}
#alert  ul  li, .alert ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	list-style-type: none;
}
.tabs {
	float: left;
	width: 100%;
	background-image: url(../images/dot_grey.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
}
.tabs ul li {
	display: inline;
	list-style-type: none;
}
.tabs ul li a {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
}
.tabs ul li a.current_tabs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
#link_lists {
	float: left;
	width: 100%;
}
#link_lists   ul {
	margin: 0px;
	padding: 0px;
}
#link_lists   ul   li {
	list-style-type: none;
}
#link_lists   ul   li   a {
	text-decoration: none;
	float: left;
	background-color: #EAF3FB;
	width: 30%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	margin-right: 3px;
	margin-bottom: 3px;
	color: #1273A7;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#link_lists    ul    li    a:hover {
	background-color: #1589C5;
	color: #FFFFFF;
}
.gallery_img_box {
	float: left;
	height: 150px;
	width: 180px;
	overflow: hidden;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.gallery_img {
	float: left;
	height: 150px;
	width: 180px;
	overflow: hidden;
	border: 1px solid #999999;
}
.w_25pc {
	float: left;
	width: 25%;
}
.w_75pc {
	float: right;
	width: 74%;
}


.w_80pc {
	width: 80%;
}
.w_50pc {
	width: 50%;
	float: left;
}
.w_45pc {
	width: 45%;
}
.w_49pc {
	width: 49%;
}
.h_300 {
	overflow: scroll;
	overflow-x:hidden;
	max-height: 300px;
}

.h_350 {
	overflow: scroll;
	overflow-x:hidden;
	height: 300px;
}
.h_500 {
	overflow: scroll;
	overflow-x:hidden;
	max-height: 500px;
	min-height:0 px;
}

.overfow_scroll {
	overflow: scroll;
}



.loading_fb {
	background-image: url(../images/loading_fb.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 16px;
}
.loading2 {
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}
.loading3 {
	background-image: url(../images/loading3.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}






.icon_center_align {
	height: 18px;
	width: 18px;
	margin-right: auto;
	margin-left: auto;
}
.icon_16 {
	height: 18px;
	width: 18px;
}
.icon_24 {
	height: 24px;
	width: 24px;
}
.icon_12 {
	height: 14px;
	width: 14px;
}
.icon_status_green {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}
.icon_status_red {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}

.icon_delete {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.icon_edit {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
}
.icon_breadcrumb_arrow {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -40px -2px;
}
.icon_warning {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.icon_error {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
.icon_tick {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.icon_doc {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.icon_pic {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
.icon_disable {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -160px 0px;
}
.icon_view {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
.icon_add {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -240px 0px;
}

.icon_info {
	background-image: url(../images/icon_info.png);
	background-repeat: no-repeat;
}

.icon_doc {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
}
.icon_pic {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
.icon_warning {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px 0px;
}
.icon_error {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -80px 0px;
}
.icon_tick {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.icon_download {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.icon_password {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
.icon_published {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
.icon_unpublished {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -40px -20px;
}
.icon_fullscreen {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -60px -20px;
}

.icon_mobile {
	background-image: url(../images/icon_mobile_phone.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.icon_status_orange {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -100px -20px;
}
.icon_download2 {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -80px -20px;
}
.button_red {
    background-color: #c00;
    color: #fff;
    font-weight: bold;
}
.button-blue {
	background-color: #0c0;
    color: #fff;
    font-weight: bold;
}
.bill-container {
    width: 650px;
    margin-right: auto;
}
