html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/lg_itf.jpg) no-repeat center top #1f5dc1 !important;
}
@font-face {
	font-family: 'OpenSans';
	src: url('font/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans.woff') format('woff'),
		 url('font/OpenSans.ttf') format('truetype'),
		 url('font/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Bold.woff') format('woff'),
		 url('font/OpenSans-Bold.ttf') format('truetype'),
		 url('font/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('font/raleway-regular.eot');
    src: url('font/raleway-regular.eot') format('embedded-opentype'),
         url('font/raleway-regular.woff2') format('woff2'),
         url('font/raleway-regular.woff') format('woff'),
         url('font/raleway-regular.ttf') format('truetype'),
         url('font/raleway-regular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'ralewaybold';
    src: url('font/raleway-bold-webfont.eot');
    src: url('font/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway-bold-webfont.woff2') format('woff2'),
         url('font/raleway-bold-webfont.woff') format('woff'),
         url('font/raleway-bold-webfont.ttf') format('truetype'),
         url('font/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_itf{
	max-width:1000px;
	height:auto;
	margin:auto;
}
/*============================================ Login Box Start ============================================*/
.login_container_itf{
	text-align:center;
}
.login_container_itf img{
	display:inline-block;
}
.login_box_itf{
	border:3px solid #f39200;
	padding:20px 20px 50px;
	background:#FFF;
	max-width:780px;
	height:auto;
	margin:auto;
	margin-top:5%;
	text-align:left;
}
.login_box_itf h1{
	text-align:center;
	color:#2351a8;
	font-size:43px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding-top:10px;
}
.login_box_itf hr{
	border-color:#efeeee;
}
.login_box_itf label{
	color:#000;
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
}
.login_box_itf input[type="text"],
.login_box_itf input[type="password"]{
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	border-color:#2351a8;
	border-width:2px;
}
.checkbox_itf {
	padding-top:20px;
}
.checkbox_itf input[type="checkbox"]{
	display:none;
}
.checkbox_itf input[type="checkbox"] + label {
	color:#000;
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	margin-right:10px;
	cursor:pointer;
	padding-right:0px;
	padding-top:0px !important;
	margin-bottom:0px;
	text-align:left;
}
.checkbox_itf input[type="checkbox"] + label span {
	display:inline-block;
	width:24px;
	height:24px;
	margin:-3px 6px 0 0;
	vertical-align:middle;
	background:url(images/check_box_bg_itf.jpg) left top no-repeat;
	cursor:pointer;
}
.checkbox_itf input[type="checkbox"]:checked + label span {
	background:url(images/check_box_bg_itf.jpg) top right no-repeat;
}
.log_button_itf{
	text-align:center;
}
.log_button_itf button[type="submit"]{
	color:#fff;
	font-size:25px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	background:#f39200;
	border:none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-khtml-border-radius: 30px;
	padding: 5px 25px;
}
.log_button_itf button[type="submit"]:hover,
.log_button_itf button[type="submit"]:focus{
	background:#1f5dc1;
	text-decoration:none;
	color:#FFF;
	outline:none;
}
/*============================================ Header Start ============================================*/
.status_bar_itf{
	background:#f7f7f7;
	padding:20px 15px;
}
.status_left_itf{
	float:left;
	width:42%;
}
.status_right_itf{
	float:right;
	width:52%;
}
.status_box_itf{
}
.current_status_itf,
.status_itf{
	font-family: 'ralewaybold';
	font-weight:normal;
	color:#1f5dc1;
	font-size:18px;
	padding:0px 10px;
	height:53px;
	line-height:51px;
}
.current_status_itf{
	background:#e5f6fd;
	text-align:left;
}
.current_status_itf img{
	margin-right:5px;
}
.st_inactive_itf{
	background:#ed1c24;
	text-align:center;
	color:#FFF;
}
.st_active_itf{
	background:#39b54a;
	text-align:center;
	color:#FFF;
}
.st_padnone_itf{
	padding:0px !important;
}
.avai_re_box_itf{
}
.available_itf,
.no_available_itf{
	font-size:18px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	padding:0px 5px;
	text-align:center;
	height:53px;
	line-height:51px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
}
.available_itf img,
.no_available_itf img{
	margin-right:5px;
}
.available_itf{
	background:#2351a8;
	color:#fff;
	border:1px solid #2351a8;
}
.no_available_itf{
	background:#fff;
	color:#4c4c4c;
	border:1px solid #cecece;
	font-size:16px;
}
.resource_itf{
}
.resource_itf button{
	height:53px;
	text-align:left;
	padding:10px 20px;
	border-color:#d5d5d5;
	background: #fff;
	color:#4c4c4c;
	font-size:16px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.453);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	text-align:left;
}
.resource_itf .dropdown-toggle .caret {
	border-top:8px dashed !important;
	border-top:8px solid\9 !important;
	border-right:6px solid transparent !important;
	border-left:6px solid transparent !important;
	margin-top: 9px !important;
	float:right;
}
.resource_itf button.btn {
	white-space:normal !important;
}
.resource_itf .dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	color:#4c4c4c;
	font-size:15px;
	font-weight:normal;
	font-family: 'RalewayRegular';
	left:auto;
	right:0 !important;
}
.st_pad_left_itf{
	padding-left:0px !important;
}
.st_pad_right_itf{
	padding-right:0px !important;
}
.resources_drop_itf{
	width:330px;
	border:1px solid #c0bcbc !important;
	float:right !important;
	margin-top:13px !important;
	padding-bottom:0px !important;
}
.re_arrow_itf{
	position:absolute;
	right:20px;
	top:-10px;
}
.resources_drop_itf > li{
	background:url(images/resource_arrow_itf.png) no-repeat 6px 15px;
	border-bottom:1px solid #e9e9e9;
}
.resources_drop_itf > li > a{
	padding:8px 20px 8px 25px !important;
	-webkit-transition: all 0s ease-in-out .0s;
	-moz-transition: all 0s ease-in-out .0s;
	-ms-transition: all 0s ease-in-out .0s;
	-o-transition: all 0s ease-in-out .0s;
	transition: all 0s ease-in-out .0s;
}
.resources_drop_itf > li > a:hover,
.resources_drop_itf > li > a:focus{
	background:url(images/resource_arrow_itf.png) no-repeat 6px 15px #f5f5f5;
}
.resources_drop_itf > li:last-child{
	border:none;
}
.logout_btn_itf{
	background:#f5f5f5;
	margin-top:10px;
	text-align:center;
	padding:10px 0;
}
/*============================================ Interface Box Start ============================================*/
.lead_data_container_itf{
	text-align:center;
	padding-bottom:30px;
}
.lead_data_container_itf img{
	display:inline-block;
}
.lead_data_box_itf{
	background:#FFF;
	margin-top:20px;
	padding:20px 20px 40px;
	text-align:left;
}
.health_data_left_itf{
	padding-top:20px;
}
.celler_state_itf{
	padding-left:30px;
	padding-bottom:20px;
}
.celler_state_itf p{
	color:#3f5b73;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:5px;
}
.celler_state_itf p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.phone_box_itf{
	max-width:260px;
	height:auto;
	margin:auto;
	margin-top:20px;
	text-align:center;
}
.phone_box_itf img{
	margin:5px;
}
.mute_box_itf{
	text-align:center;
	padding-top:20px;
}
.mute_box_itf p{
	color:#909393;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-bottom:6px;
}
.mute_box_itf p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#39b54a;
}
.health_data_right_itf{
	margin-top:20px;
	border:2px solid #ededee;
	padding:10px;
}
.health_data_right_itf h1{
	border-bottom:1px solid #ededee;
	padding-bottom:15px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#3f5b73;
	font-size:26px;
	padding-top:5px;
	text-align:center;
}
.health_data_right_itf p{
	color:#3f5b73;
	font-size:18px;
	font-weight:normal;
	font-family: 'OpenSans';
	padding-top:15px;
}
.health_data_right_itf p strong{
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	text-align:right;
	display:block;
}
/*============================================ PicUp Box Start ============================================*/
.picup_container_itf{
	padding:0px 15px;
}
.picup_box_itf{
	padding:5% 0px;
	background:#FFF;
	max-width:880px;
	height:auto;
	margin:auto;
	margin-top:5%;
	text-align:left;
}
.picup_box_itf h1,
.picup_box_itf h2{
	color:#4b4c4c;
	font-size:37px;
	text-align:center;
	font-weight:normal;
	font-family: 'ralewaybold';
	background:#e1f4e4;
	padding:40px 15px;
}
.picup_box_itf h2{
	color:#1f5dc1;
}
.picup_btn_itf{
	margin-top:5%;
	text-align:center;
	padding:0px 15px;
}
.picup_btn_itf a{
	background:#39b54a;
	color:#fff;
	font-size:44px;
	text-align:center;
	font-weight:normal;
	font-family: 'ralewaybold';
	max-width:630px;
	display:block;
	margin:auto;
	padding:15px;
	border:2px solid #FFF;
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.453);
	box-shadow:0px 0px 2px rgba(0, 0, 0, 0.45);
}
.picup_btn_itf a:hover,
.picup_btn_itf a:focus{
	background:#1f5dc1;
	text-decoration:none;
	color:#FFF;
	outline:none;
}
.progress_bar_itf{
	text-align:center;
	padding:60px 15px 20px;
}
.progress_bar_itf img{
	display:inline-block;
}
.clearfix{
	clear:both;
}