﻿/*-- Start AP Honda Font --*/
@font-face {
  font-family: 'ap_hondaregular';
  src: url('fonts/font_aphonda/aphonda-regular-webfont.eot');
  src: url('fonts/font_aphonda/aphonda-regular-webfont.eot?#iefix&') format('embedded-opentype'), 
  url('fonts/font_aphonda/aphonda-regular-webfont.woff2?') format('woff2'), 
  url('fonts/font_aphonda/aphonda-regular-webfont.woff?') format('woff'), 
  url('fonts/font_aphonda/aphonda-regular-webfont.ttf?') format('truetype'), 
  url('fonts/font_aphonda/aphonda-regular-webfont.svg?#ap_hondaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ap_hondaregular';
  src: url("fonts/font_aphonda/aphonda-regular-webfont.woff2") format("woff2"), 
  url("fonts/font_aphonda/aphonda-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
  /*-- End AP Honda Font --*/
.button{}
.fancybox{}
.hide {}
.IE8Fix  {z-index: 100;}
.ExcelTextmode { mso-number-format:\@; }
.hand { cursor :pointer ;}  
.fix-right-bottom { position: fixed; bottom: 30px; right: 30px;z-index:77777; }
label.cameraButton input {display: none;}
hr {
height: 1px;
color: Silver;
background-color:Silver;
border: none;
}
.companyname
{
    padding:0px 0px 0px 10px;
    font-family: 'Prompt','ap_hondaregular','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1.5em;
    color:White;
    line-height:50px;
}
.CardBox,.CardBox-NoHand
{
    margin-bottom:5px;
    padding:10px 5px 10px 15px;
    border:1px solid #3c8dbc;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);
    box-shadow: 3px 3px 5px 0px rgba(153,153,153,1);     
}
.CardBox:hover
{
    background: #fafafb;
    cursor:pointer;
}

.lv-no-hand{cursor:default;}  
.NoBalance{color:#008000;font-weight:400;font-size:1.2em; }
.BalanceText{font-size:1.2em; }
.BalanceNum{color:Navy;font-size:1.2em; }
/* ================= Progressbar =================== */
.dvProgressContainer
{
	border-left: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	width: 100%;
	height: 12px;
	background-image:url(Images/background/pgb_bg.gif);
}

.dvProgress
{
	background-image:url(Images/background/pgb.gif);
	height: 100%;
	width: 0px;
}
/* ================= End Progressbar ================ */

/* ================= Start Placeholder ================ */
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #c0c0c0;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c0c0c0;
}
::-moz-placeholder {/* Firefox 19+ */
    color: #c0c0c0;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c0c0c0;
}
::-ms-input-placeholder { /* Edge */
    color: #c0c0c0;
}
:placeholder-shown { /* Default */
    color: #c0c0c0;
}	
/* ================= End Placeholder ================ */

/* ================ Start SignOn ===================== */

.LoginCenter{ position:absolute; top:50%; left:50%; margin:-240px 0 0 -40%;display: table;width:80%;height:340px}
@media screen and (min-width:550px)
{
    .LoginCenter{ position:absolute; top:50%; left:50%; margin:-240px 0 0 -30%;display: table;width:60%;height:340px}
}
@media screen and (min-width:768px)
{
    .LoginCenter{ position:absolute; top:50%; left:50%; margin:-240px 0 0 -15%;display: table;width:30%;height:340px}
}

.SignOnBG_OLD 
{
    background-image:none !important;
    background:#fdfdfd !important;
    background:-moz-linear-gradient(top, #fdfdfd 0%, #c5d0d6 100%) !important;
    background:-webkit-linear-gradient(top, #fdfdfd 0%, #c5d0d6 100%) !important;
    background: -o-linear-gradient(top, #fdfdfd 0%, #c5d0d6 100%) !important;
    background:linear-gradient(to bottom, #fdfdfd 0%, #c5d0d6 100%) !important;
}

.SignOnBG 
{
    background-image:none !important;
    background:#fdfefe !important;
    background:-moz-linear-gradient(top, #fdfefe 0%, #fcf3cf  100%) !important;
    background:-webkit-linear-gradient(top, #fdfefe 0%, #fcf3cf  100%) !important;
    background: -o-linear-gradient(top, #fdfefe 0%, #fcf3cf  100%) !important;
    background:linear-gradient(to bottom, #fdfefe 0%, #fcf3cf  100%) !important;
}

/* ================ End SignOn ======================= */

/* ================ Start Label ===================== */
.mislabel-input,.mislabel-input-require,.mislabel-input-sm,.mislabel-constant,.mislabel-desc,.mislabel-desc-sm
{
    font-size:1em;
    color:#245470;
}
.mislabel-input,.mislabel-input-require 
{
  display: inline-block;
  width:100%;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.mislabel-input-require:after
{
    content: "*";
    color:Red;
    font-size:1em;
    font-weight:600;
}
.mislabel-input-sm,.mislabel-constant 
{
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
.mislabel-input-grid-status 
{
  display: inline-block;
  font-weight: 400;
  font-size:0.93em;
}
.mislabel-desc 
{
    display:block;
    margin-top:10px;
}
.mislabel-desc-sm
{
    display: inline-block;
    margin-bottom: 5px;
}

/* ================ End Label ================== */

/* ================ Start Button ===================== */
.mis-btn-link-grid
{
 padding:0px 0px 0px 0px;   
}

/*Overide Font*/
.mis-btn
{
 font-size:0.98em;   
 min-width:100px;
}
.misGridBtnLink {
  padding: 0px 0px 0px 0px;
  text-align:center;
}
.misGridBtnCircle {
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 3px 0 0 0px;
  font-size: 15px;
  border-radius: 12px;
}
/* ================ End Button ================== */

/* ================= Start TextBox ========================= */
.TextTransparent
{
      height: 46px;
      padding: 0px 0px;
}
.TextTransparentSM
{
      height: auto;
      padding: 0px 0px;
      width:100%;
}
.TextTransparent,.TextTransparentSM
{
	background-color:Transparent;
	border-style:none;
}
/* ================= End TextBox ====================== */

/* ================= Start Panel =================== */
legend
{
	color:Navy;
	font-size:0.80em;
	font-weight:bold;   
}
fieldset
{
	border-style:solid;
	border-color:Gray;
	border-width:thin;     
}

/* ================= Start Message Box ==================== */
.imgERR
{
    display:block;
    width:48px;
    height:48px;
    cursor:text;
    background-image : url('Images/Message/Error_1.png');    
}
.imgWarning
{
    display:block;
    width:48px;
    height:48px;
    cursor:text;
    background-image : url('Images/Message/Error_2.png');
}
.imgInfo
{
    display:block;
    width:48px;
    height:48px;
    cursor:text;
    background-image : url('Images/Message/Error_4.png');    
}
.imgApprove
{
    display:block;
    width:16px;
    height:16px;
    cursor:text;
    background-image : url('Images/Icons/tick.png');
}
.imgWarningSmall
{
    display:block;
    width:20px;
    height:20px;
    cursor:text;
    background-image : url('Images/Icons/disclaimer-20.png');
}
.msgbox 
{
	overflow: auto;
}
.alertify .ajs-header,.alertify .ajs-body,.alertify .ajs-footer .ajs-buttons .ajs-button
{
    font-family: 'Prompt','ap_hondaregular','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.alertify .ajs-header 
{    
    font-size: 1.3em;
}
.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-size: 1.1em;
  font-weight: 500;
}
.Message_Text_Error
{
    color:Red;
}
.Message_Text_Normal
{
    color:Navy;
}
/* ================= End Image MSG ==================== */

/* ================= Start Listview ==================== */
.LvContent {}
/*.LvContent tr td {padding:3px 5px 3px 5px ;height:30px;}*/
.LvHeader {
    font-size:1em;
    font-weight:400;
}
.LvDetailGroup {}
.LvDetail {}
.LvAlternateDetail {}
.LvEditItem {}
.LvFooter {}
.LvEmpty
{
   background-color:White;
   height:20px;
}
.table tr td.LvButton 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.table tr td.LvButton .btn
{
    padding:10px 5px 0px 5px;
}
.LvContent ,.LvHeader ,.LvFooter ,.LvDetail ,.LvAlternateDetail,.LvEmpty{font-size:0.96em;}
.LvHeader ,.LvDetailGroup ,.LvDetail ,.LvAlternateDetail,.LvEditItem{height:auto;}
.table-hover > tbody > tr:hover {
  background-color: #EBF4FF;/* #f5f5f5;*/
  cursor:pointer;
}
.LvContent > thead > tr > td ,.LvContent > tfoot > tr > td{
    background-color: #dae6f2; 
}
/* Alternate Color */
.table-striped >tbody>tr>td,
.table-striped >tbody>tr>th {
/*	background-color: #f6f6f6; */
	background-color: #f4f6f6;
}

.table-striped >tbody>tr:nth-child(odd)>td,
.table-striped >tbody>tr:nth-child(odd)>th {
	background-color: #fdfefe;
/*	background-color: #f9fafc;*/
}
/* ================= End Listview ==================== */

/* ================= Start Pager ==================== */
/*.LvPager span A:link {text-decoration:none;color:White;}
.LvPager span A:visited {text-decoration:none;color:White;}
.LvPager span A:active {text-decoration:none;color:White;}*/
.LvPager span A:hover {text-decoration:none;}
.LvPager {}
.LvPagerfirst ,.LvPagerlast {}
.LvPagercurrent {cursor: not-allowed;}
.LvPagernumeric {}
/* ================= End Pager ==================== */


/* ================= Start Override Skin ==================== */
/* Override All CSS Plugin /*
 * Skin: Blue
 * ----------
 */
.skin-blue-light .main-header .navbar {
  background-color: #3c8dbc;
}
.skin-blue-light .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .nav > li > a:hover,
.skin-blue-light .main-header .navbar .nav > li > a:active,
.skin-blue-light .main-header .navbar .nav > li > a:focus,
.skin-blue-light .main-header .navbar .nav .open > a,
.skin-blue-light .main-header .navbar .nav .open > a:hover,
.skin-blue-light .main-header .navbar .nav .open > a:focus,
.skin-blue-light .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue-light .main-header .navbar .sidebar-toggle {
  color: #fff;
}
.skin-blue-light .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}
@media (max-width: 767px) {
  .skin-blue-light .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue-light .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}
.skin-blue-light .main-header .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue-light .main-header .logo:hover {
  background-color: #3b8ab8;
}
.skin-blue-light .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue-light .content-header {
  background: transparent;
}
.skin-blue-light .wrapper,
.skin-blue-light .main-sidebar,
.skin-blue-light .left-side {
  background-color: #f9fafc;
}
.skin-blue-light .content-wrapper,
.skin-blue-light .main-footer {
  border-left: 1px solid #d2d6de;
}
.skin-blue-light .user-panel > .info,
.skin-blue-light .user-panel > .info > a {
  color: #444444;
}

.skin-blue-light .sidebar-menu .treeview
{
    border-bottom:1px solid #d2d6de;
}
.skin-blue-light .sidebar-menu .treeview .treeview-menu
{
    border-top:1px solid #d2d6de;
    /*border-right:3px solid #3c8dbc;*/
}
.skin-blue-light .sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;     
    white-space:normal;
}
.skin-blue-light .sidebar-menu > li.header {
  color: Navy; /* #848484;*/
  background: #f9fafc;
  border-bottom:1px solid #d2d6de;
}
.skin-blue-light .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 500;
  font-size:0.96em;
         
}
.skin-blue-light .sidebar-menu > li:hover > a,
.skin-blue-light .sidebar-menu > li.active > a {
  
  /*background: #f4f4f5;
  border-right:3px solid #3c8dbc;*/
  background: #3c8dbc;
  color:White;
}
.skin-blue-light .sidebar-menu > li.hover > a
{
  color: blue;   
}
.skin-blue-light .sidebar-menu > li.active > a 
{
  /*color: #367fa9;  */
  background: #3c8dbc;
  color:White;  
}
.skin-blue-light .sidebar-menu > li.active {
  border-left-color: #3c8dbc;
}
.skin-blue-light .sidebar-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-menu > li > .treeview-menu {
  background: #f4f4f5;
}
.skin-blue-light .sidebar a {
  color: #444444;
}
.skin-blue-light .sidebar a:hover {
  text-decoration: none;
}
.skin-blue-light .treeview-menu > li > a {
  color: #777777;
  font-size:0.96em;
}
.skin-blue-light .treeview-menu > li.active > a,
.skin-blue-light .treeview-menu > li > a:hover {
  /*color: blue;*/
  font-weight:bold;
  background: #3c8dbc;
  color: White;
  border-radius: 12px;
}
.skin-blue-light .treeview-menu > li.active > a {
  font-weight: 600;
}
.skin-blue-light .sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.skin-blue-light .sidebar-form input[type="text"],
.skin-blue-light .sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue-light .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue-light .sidebar-form input[type="text"]:focus,
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue-light .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue-light .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
}
}
.skin-blue-light .main-footer {
  border-top-color: #d2d6de;
}
.skin-blue-light.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue-light.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}
@media (max-width: 767px) 
{   
    .skin-blue-light .sidebar-menu > li > a,.skin-blue-light .treeview-menu > li > a  
    {
        font-size:1.3em;
    }
    .skin-blue-light .sidebar-menu > li.header 
    {
        font-size:1.4em;
    }  
}

.dropdown-menu {
-webkit-box-shadow: 10px 10px 26px 0px rgba(153,153,153,1);
-moz-box-shadow: 10px 10px 26px 0px rgba(153,153,153,1);
box-shadow: 10px 10px 26px 0px rgba(153,153,153,1);
}

.content-wrapper
{
  padding-right:10px;
  padding-bottom:50px;   
}

/*
 * Component: Small Box Overide by M.I.S.
 * --------------------
 */
.bg-warning{background-color:#f3ce85 !important;color:#fff!important}
.bg-info{background-color:#6bafbd !important;color:#fff!important}
.bg-success{background-color:#65cea7 !important ;color:#fff!important}
.bg-danger{background-color:#fc8675 !important;color:#fff!important}
.bg-silver{background-color:#B5C7DE !important;color:#fff!important}
.small-box , .small-box2 {
  border-radius: 4px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner,.small-box2 > .inner {
  padding: 10px;
}
.small-box .icon,.small-box2 .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.15);
}
.small-box .icon 
{
    padding-top:10px;
  font-size: 80px;    
}
.small-box2 .icon 
{
  font-size: 70px;  
}
.small-box:hover,.small-box2:hover {
  text-decoration: none;
}
.small-box:hover .icon {
  font-size: 100px;
}
.small-box2:hover .icon {
  font-size: 90px;
}
.small-box .small-box-head
{
  display: block;
  font-size: 1.7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  z-index: 5;
  font-weight: bold;
}
.small-box .small-box-text 
{
  font-size: 1.2em;
  z-index: 5;
  width:300px;
  font-weight: 400;
}
.small-box .small-box-number 
{
  font-weight: 400;
  font-size: 1.2em;
  z-index: 5;
  width:300px;
}
.small-box2 .small-box-number 
{
  display: block;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;  
}
.small-box2 .small-box-text 
{
  display: block;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;
}
.small-box2 .small-box-text2
{
  display: block;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;
}
.small-box2 .small-box-blank 
{
    min-height:43px;
    display: block;
}
.box-header .form-group {
  margin-bottom: 0px;
}
.program-page {
  min-height:440px;
}
/* ================= End Override Skin ==================== */

/* ================= Start Override fancybox ==================== */
.panel-inline-popup {
    display: none;
    padding:0px 0px 0px 0px;
    width:50%;
    border: 1px solid silver;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);   
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;

}
.fancybox-slide .fancybox-content
{
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;   
}
.fancybox-slide--complete .fancybox-content
{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.fancybox-slide--complete .panel-inline-popup 
{
		/*transform: translate(0%) translateZ(0) rotate(0deg);*/
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	opacity: 1;	
	}
	
/* ================= End Override fancybox ==================== */

@media (max-width: 992px) {
    .panel-inline-popup {
        min-width:70%;
    }
    .fancybox-slide--iframe .fancybox-content {
	    min-width  : 70%;
	    min-height : 70%;
	    max-width  : 90%;
	    max-height : 90%;
	    margin: 0;
    }      
}
@media (max-width: 768px) {
    .form-horizontal .mis-btn,.form-horizontal .mis-btn-group,.form-group .mis-btn {
        width:100%;
        margin-top:5px;
    }
    .box-header .form-group .mis-btn 
    {
        content: "*";
        min-width:20px;
        width:auto;
        margin-bottom:5px;
    }  
    .panel-inline-popup {
        min-width:90%;
    }
    .fancybox-slide--iframe .fancybox-content {
	    min-width  : 90%;
	    min-height : 90%;
	    max-width  : 90%;
	    max-height : 90%;
	    margin: 0;
    }    
}

body,
.sidebar-menu li.header,.box-title,
.skin-blue-light .sidebar-menu > li
{
    font-family: 'Prompt','ap_hondaregular','Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ================ Start Calendar ===================== */
/*
 * Component: Carlendar by M.I.S.
 * --------------------
 */
.calendar {
  width: 98%;
}

.calendar__day__header{
  width: 14%; 
  max-width: 14%;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;  
  font-weight:400;
}

.calendar__day__header,
.calendar__day__normal,.calendar__day__holiday,.calendar__day__current 
{
    padding: 5px 0 5px 0;
  text-align: center;
  vertical-align: middle;
}

.calendar__day__normal,.calendar__day__holiday,.calendar__day__current 
{
  font-size: 1.1em;
  position: relative;
}
.calendar__day__holiday 
{
    background-color:#fc8675;
    color:White;
    border-radius: 12px;
}
.calendar__day__current 
{
    font-weight:600;
    background-color:#f1f788;
    color:Red;
    border-radius: 12px;
}
/* ================ End Calendar ===================== */

.partspic {
    width:100%;
    height:auto;
}
/* ================ Start Circle Button ===================== */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 9px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 25px;
  text-align:center;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);  
}
.btn-circle-txt-xl 
{
    text-decoration: none;
    outline: none!important;
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    margin: 0 0px 0px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,.25);
}
.btn-circle-txt-xl .fa {
    float: left;
    height: 26px;
    width: 100%;
    margin: 13px 0 2px 0;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}
.btn-circle-txt-xl p{
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 992px) 
{
  .btn-circle-txt-xl 
  {
        width: 70px;
        height: 70px;

  }
  .btn-circle-txt-xl .fa
  {
        height: 28px;
        font-size: 28px;
        line-height: 28px;
        margin: 15px 0 2px 0;
  }    
}
@media (max-width: 768px) {
  .btn-circle-txt-xl 
  {
        width: 60px;
        height: 60px;

  }
  .btn-circle-txt-xl .fa
  {
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        margin: 10px 0 2px 0;
  }
}
	.input-group-addon-mis {
		font-size:1em;
		color:#245470;
		background-color: transparent;
		border-style: none;
	}
/* ================ End Circle Button ======================= */
@media (max-width: 768px) 
{
    .container-fluid{padding-left:0px;padding-right:0px;}
}
/*======= Start Digital Sevice ========================== */
.data-queue-status {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 5px solid #f04747;
    margin: 5px auto;
    border-radius: 50%; 
}

.data-queue-status-title {
    font-size: 16px;
    color: #2e2e2e;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;    
}

.data-queue-status-sub {
    font-size: 50px;
    color: #2e2e2e;
    font-size: 60px;
    text-align: center;
    margin: 0 0 0 0;
    line-height: -2;    
}
.data-queue-status-00,.data-queue-status-10,.data-queue-status-20,.data-queue-status-30,.data-queue-status-40
{
    width: 100px;
    height: 100px;
    background: #fff;
    border: 5px solid #f04747;
    margin: 5px auto;
    border-radius: 50%; 
}

.data-queue-status-00 {
    border-color: #4b6bbf;
}

.data-queue-status-10 {
    border-color: #f04747;
}

.data-queue-status-20 {
    border-color: #ff7e16;
}

.data-queue-status-30 {
    border-color: #fdb72b;
}

.data-queue-status-40 {
    border-color: #7acbbd;
}

.text-status-00
{
    color:#4b6bbf;
}
.text-status-10
{
    color:#f04747;
}
.text-status-20
{
    color:#ff7e16;
}
.text-status-30
{
    color:#fdb72b;
}
.text-status-40
{
    color:#7acbbd;
}

/*======= End Digital Sevice ========================== */

