@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,900italic,900,700italic,700,500italic,500,400italic);

/*--------------------------------------------------------------------------------------------------
CSS Styles for Congregation

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* remember to define focus styles! */
:focus {
	outline: 0 !important;
}
/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignnone { clear:both; font-size:0; line-height:0; margin:0; padding:0; border:0; height:0; width:0; }
.alignright { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0; border-top:1px solid #cccccc; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html {font-size: 100%;  -webkit-text-size-adjust: none; -ms-text-size-adjust: none;}
body, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }
dd { margin: 0px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
ins {text-decoration: none;}
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace;}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 100%; }
sub,sup { font-size: 100%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align:top;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: none; margin: 0; padding: 0; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px;}
input, textarea {-webkit-appearance: none;}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline:0;}
button, input { line-height: normal; }
button{ border: 0; padding: 0; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; white-space: normal;}
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
textarea { overflow: auto; vertical-align: top; resize: none; -webkit-appearance: none; }
::-moz-focus-inner {border: 0; outline: 0;}
input::-webkit-input-placeholder { color: #000; opacity:1;} /* WebKit browsers */
input:-moz-placeholder { color: #000; opacity:1;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder { color: #000; opacity:1;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder { color: #000; opacity:1;} /* Internet Explorer 10+ */
/* End Normalization
--------------------------------------------------------------------------------------------------*/

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */

html, body{ height: 100%; width: 100%; }
body { font: 14px/18px Arial, Helvetica, sans-serif; color:#000; background:#f5f5f5; -webkit-font-smoothing: antialiased; }

/* End Typography
--------------------------------------------------------------------------------------------------*/

/* =Links
--------------------------------------------------------------------------------------------------*/
a {text-decoration:none; Color:#000; cursor:pointer !important; outline: 0;}
a:hover {text-decoration:underline;}

/* End Links
--------------------------------------------------------------------------------------------------*/


/* =Branding
--------------------------------------------------------------------------------------------------------*/
p {padding:0 0 10px 0; margin:0;}
.login-logo img{display: inline-block; margin-bottom: 10px;}

/* End Branding
--------------------------------------------------------------------------------------------------------*/

input.text::-webkit-input-placeholder {
	color: #838383;
}

input.text:-moz-placeholder { /* Firefox 18- */
	color: #838383;
}

input.text::-moz-placeholder {  /* Firefox 19+ */
	color: #838383;
}

input.text:-ms-input-placeholder {
	color: #838383;
}


body{ font-family: 'Roboto', sans-serif;}
h1.login-head{ font-size: 36px; line-height: normal; color: #656d78; font-family: 'Roboto', sans-serif; font-weight: 300; margin: 40px 0; }
.btn.blue{ background: #004176; border: solid 1px #004176; min-width: 120px; border-radius: 0; color: #fff; height: 45px; line-height: normal; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 18px; transition:all 0.1s ease-in 0s;-webkit-transition:all 0.1s ease-in 0s; }
.btn.blue:hover , .btn.blue:focus { background: transparent; color: #004176; }
.btn.gray{ background: #838383; min-width: 120px; border-radius: 0; color: #fff; height: 45px; line-height: 30px; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 16px; }
input.text{background: #f5f5f5; height: 45px; line-height: 45px; width: 100%; border: 1px solid #838383 !important; padding: 0 15px; color: #838383; font-size: 18px; border-radius: 0; box-shadow: none !important;background-color: #FFF; }
.content-box input.text , .content-box .bootstrap-select > .dropdown-toggle { background: transparent; border-color: #d0d0d0 !important; box-shadow: none !important;background-color: #FFF; }
.bootstrap-select > .dropdown-toggle { box-shadow: none !important; }
.open > .dropdown-toggle.btn-default:hover , .open > .dropdown-toggle.btn-default:focus { background: transparent !important; }
.lang-on-loginpage .dropdown-menu > li > a { padding: 5px 20px; }
.lite-login{ max-width: 520px; position: absolute; top:50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); right:0; left: 0;margin: auto; padding: 40px 60px; background-color: rgba(255, 255, 255, 0.88); border-radius: 3px; }
.forgot-password .lite-login{ height: 480px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 10px; font-weight: 500; font-size: 16px; }
.forgot-link{ font-size: 18px; color: #004176; font-family: 'Roboto', sans-serif; font-weight: 500; display: block; margin-top: 15px; }
.bottom-text::before{content: ""; height: 1px; width: auto; background: #ced0d1; position: absolute; left: 15px; right: 15px; top:0; }
.bottom-text{ padding:15px; margin-top: 15px; position: relative; }
.bottom-text span.text{ font-size: 16px; color: #444; font-family: 'Roboto', sans-serif; display: block; line-height: normal; margin: 5px 0; }
.bottom-text .click-here{ color: #004176;  font-size: 16px; font-family: 'Roboto', sans-serif; display: block; line-height: normal; margin: 5px 0; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 100%; }
.main{ position: relative; }

.login-page{ background-size: cover !important; height: 100%; width: 100%; }
.login-page-for-cancel{background-size: cover; height: 100%; width: 100%; }
.forgot-password{ background: #dcdcdc; height: 100%; width: 100%; }

.country span{color: #838383; font-size: 16px; line-height: normal; font-weight: 400; }
.bootstrap-select .dropdown-toggle:focus { outline: none !important; }
.bootstrap-select > .dropdown-toggle { height: 45px; border-radius: 0; background: #f5f5f5; color: #838383; border: 1px solid #838383;background-color: #FFF; }

/* =Forms
--------------------------------------------------------------------------------------------------*/
/* Removing fieldset borders (remove if you want to keep the defaults defined in Normalization) */
fieldset{ border: none; margin: 0; padding: 0; }
.fieldgroup{ display:block; margin-bottom:5px; border:1px solid #999; background:#efefef; padding:8px 10px; overflow:hidden; }
.fieldgroup input, .fieldgroup textarea{ border:none; background:none; padding:0; width:100%; }
/* End Forms
--------------------------------------------------------------------------------------------------*/

/*===Custom CheckBox/Radio Style===*/
.checkbox label, .radio label{ line-height:normal; }
.checkbox{padding-left:20px; min-height: 25px; margin: 0px !important;}
.checkbox label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px;}
.checkbox label::before{content:"";display:inline-block;position:absolute;width:24px;height:24px; left:-3px; top: -6px; margin-left:-20px; background:#fff url(img/uncheckbox.png) no-repeat bottom;}
.checkbox label::after{display:inline-block;position:absolute;width:16px;height:16px; left:-3px; top:0px; margin-left:-20px;padding-left:3px;padding-top:1px;font-size:11px;color:#555;}
.checkbox input[type="checkbox"]{ opacity:0; z-index:-1; }
.checkbox input[type="checkbox"]:focus + label::before{outline:0px auto 0;}
.checkbox input[type="checkbox"]:checked + label::after{background:#fff url(img/checkbox.png) no-repeat top; width: 24px; height: 24px;}
.checkbox input[type="checkbox"]:disabled + label{opacity:0.65;}
.checkbox input[type="checkbox"]:disabled + label::before{background-color:#eee;cursor:not-allowed;}
.checkbox.checkbox-circle label::before{border-radius:50%;}
.checkbox.checkbox-inline{margin-top:0;}
.checkbox-primary input[type="checkbox"]:checked + label::before{background-color:#337ab7;border-color:#337ab7;}
.checkbox-primary input[type="checkbox"]:checked + label::after{color:#fff;}
.checkbox-danger input[type="checkbox"]:checked + label::before{background-color:#d9534f;border-color:#d9534f;}
.checkbox-danger input[type="checkbox"]:checked + label::after{color:#fff;}
.checkbox-info input[type="checkbox"]:checked + label::before{background-color:#5bc0de;border-color:#5bc0de;}
.checkbox-info input[type="checkbox"]:checked + label::after{color:#fff;}
.checkbox-warning input[type="checkbox"]:checked + label::before{background-color:#f0ad4e;border-color:#f0ad4e;}
.checkbox-warning input[type="checkbox"]:checked + label::after{color:#fff;}
.checkbox-success input[type="checkbox"]:checked + label::before{background-color:#5cb85c;border-color:#5cb85c;}
.checkbox-success input[type="checkbox"]:checked + label::after{color:#fff;}
.radio{padding-left:20px;}
.radio label{display:inline-block;vertical-align:middle;position:relative;padding-left:5px;}
.radio label::before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:0;margin-left:-20px;border:1px solid #9d9d9d;border-radius:50%;background-color:#f4f4f4;-webkit-transition:border .15s ease-in-out;-o-transition:border .15s ease-in-out;transition:border .15s ease-in-out;}
.radio label::after{display:inline-block;position:absolute;content:" ";width:8px;height:8px;left:4px;top:4px;margin-left:-20px;border-radius:50%; background-color:#fff;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:0 .1s cubic-bezier(0.8,-0.33,0.2,1.33);-moz-transition:0 .1s cubic-bezier(0.8,-0.33,0.2,1.33);-o-transition:0 .1s cubic-bezier(0.8,-0.33,0.2,1.33);transition:transform .1s cubic-bezier(0.8,-0.33,0.2,1.33);}
.radio input[type="radio"]{ opacity:0; z-index:-1;  }
.radio input[type="radio"]:focus + label::before{outline:0; border:1px solid #17b441; }
.radio input[type="radio"]:checked + label::after{ background:#17b441; -webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);}
.radio input[type="radio"]:disabled + label{opacity:0.65;}
.radio input[type="radio"]:disabled + label::before{cursor:not-allowed;}
.radio.radio-inline{margin-top:0;}
.radio-primary input[type="radio"] + label::after{background-color:#337ab7;}
.radio-primary input[type="radio"]:checked + label::before{border-color:#337ab7;}
.radio-primary input[type="radio"]:checked + label::after{background-color:#337ab7;}
.radio-danger input[type="radio"] + label::after{background-color:#d9534f;}
.radio-danger input[type="radio"]:checked + label::before{border-color:#d9534f;}
.radio-danger input[type="radio"]:checked + label::after{background-color:#d9534f;}
.radio-info input[type="radio"] + label::after{background-color:#5bc0de;}
.radio-info input[type="radio"]:checked + label::before{border-color:#5bc0de;}
.radio-info input[type="radio"]:checked + label::after{background-color:#5bc0de;}
.radio-warning input[type="radio"] + label::after{background-color:#f0ad4e;}
.radio-warning input[type="radio"]:checked + label::before{border-color:#f0ad4e;}
.radio-warning input[type="radio"]:checked + label::after{background-color:#f0ad4e;}
.radio-success input[type="radio"] + label::after{background-color:#5cb85c;}
.radio-success input[type="radio"]:checked + label::before{border-color:#5cb85c;}
.radio-success input[type="radio"]:checked + label::after{background-color:#5cb85c;}
input[type="checkbox"].styled:checked + label:after{font-family:FontAwesome;content:"";}
input[type="checkbox"] .styled:checked + label::before{color:#fff;}
input[type="checkbox"] .styled:checked + label::after{color:#fff;}

/* Other CSS
--------------------------------------------------------------------------------------------------*/
.main-wrapper { max-width: 1100px; margin: 0 auto; background: #ffffff; min-height: 100%; box-shadow: 0 0 10px rgba(0,0,0,0.1); overflow: hidden; }
header { padding: 20px 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; /*background: #f5f5f5;*/ box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
header .btn.btn-primary { background: transparent !important; border: solid 1px transparent !important; color: #838383 !important; border-radius: 0; box-shadow: none !important; }
header .btn.btn-primary:hover , header .btn.btn-primary:focus { border-color: #838383 !important; transition:all 0.1s ease-in 0s;-webkit-transition:all 0.1s ease-in 0s; }
header .btn.btn-primary img { max-width: 15px; margin-right: 5px; position: relative; top: 1px; }

.content-box { padding: 30px; display: inline-block; width: 100%; }
.content-box h1 { font-size: 36px; font-weight: bold; line-height: 1.1; margin: 0 0 20px 0; text-align: center; }
.content-box .enter-info { font-size: 18px; font-weight: bold; margin: 0; padding: 0 0 40px 0; text-align: center; }
.content-box .inner-content { max-width: 760px; margin: 0 auto; padding: 40px; background: #f5f5f5; margin-top: 20px; }
.breadcrumb { border-radius: 0; padding: 0 0 15px 0; margin: 0 0 30px 0; background: transparent; border-bottom: dashed 1px #d0d0d0; }

.reporting-search { width: 50%; background: #f5f5f5; padding: 30px 30px 20px 30px; margin: 0 0 30px 0; }
.reporting-search h3 { font-weight: bold; font-size: 20px; margin: 0 0 22px 0; line-height: 1; }
.reporting-search .btn.blue { margin-top: 23px; height: 40px; line-height: 25px; width: 100%; font-size: 17px; }
.reporting-search .bootstrap-select.btn-group .dropdown-toggle .filter-option { padding-top: 2px; }
.reporting-search input.text { background-color: #FFF;height: 40px; font-size: 16px; }
.reporting-search .bootstrap-select > .dropdown-toggle { height: 40px;background-color: #FFF; }
table thead th { font-weight: 600; }
.total-att label { display: block; font-weight: 600; font-size: 18px; line-height: 1.2; margin-bottom: 5px; }
.total-att label .clr-green { color: rgb(0, 128, 0); }
.video-content { margin: 0 0 25px 0; text-align: center; }
.video-text { text-align: center; font-size: 16px; line-height: 1.5; border-bottom: solid 1px #d0d0d0; padding-bottom: 15px; max-width: 95%; margin: 0 auto; }

/* End Other CSS
--------------------------------------------------------------------------------------------------*/

.lite-login .dropdown-toggle{width: 100%; display: inline-flex; padding: 10px 25px 10px 15px; border: none !important;color: #838383 !important; font-size: 16px;text-decoration: none !important;background: #fff;font-family: sans-serif; align-items: center;}
.country-selection{max-width: 100%; margin-left: auto;text-align: right;}
.language-dropdown .country-selection .dropdown{display: inline-block;}
.language-dropdown .country-selection .dropdown-toggle{width: auto;}
.country-selection .dropdown-toggle:after{width: 0;height: 0;content: '';display: inline-block;    display: inline-block; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #838383; position: absolute; top: 50%; transform: translateY(-50%) rotate(180deg);right: 12px;}
.country-selection .dropdown-toggle[aria-expanded="true"]:after{transform: translateY(-50%);}

.lite-login .dropdown{margin-bottom: 15px;}
.lite-login .dropdown-menu{width: 100%; border-radius: 0; margin-top: 0;border: none;}
.language-dropdown .dropdown-menu{width: auto; border-radius: 0; margin-top: 0;border: none;bottom: 100%; top: auto; padding: 5px 0; overflow: auto; max-height: 335px; box-shadow: none; border: 1px solid #f5f5f5;min-width: 100%;max-width: 100%;}
.language-dropdown .dropdown-menu > li > a{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.lite-login .dropdown-menu > li > a{padding: 5px 15px;color: #838383; font-size: 16px; line-height: normal; font-weight: 400; }
.lang-on-loginpage{position: relative;}
.lang-on-loginpage input.text{font-size: 16px;padding-right: 25px;padding-left: 40px;}
.lang-on-loginpage .imagebox{position: absolute; left: 10px; top: 50%; max-width: 20px; display: inline-block; transform: translateY(-50%);}
.lang-on-loginpage .imagebox img{max-width: 100%;}

.lite-login .clearable-input > [data-clear-input]{top: 50%;right: 5px;transform: translateY(-50%); color: #838383;}
.imageboxlang{width:23px;display: inline-block;vertical-align: middle;margin-right: 3px;}
.imageboxlang img{max-width: 100%;}

.typeahead.dropdown-menu li.active a{
	color: #fff;
}

 /*********Clear input******/

.clearable-input > input {
  padding-right: 1.4em;
}
.clearable-input:hover > [data-clear-input] {
  display: block;
}
.clearable-input > [data-clear-input] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
}
.clearable-input > input::-ms-clear {
  display: none;
}
.inner-logo{
		width: 346px;
}

/* Live Chat Support */
#front-chat-holder .chat-btn{
    position: absolute;
    right: 22px;
    bottom: 22px;
}
#front-chat-holder .chat-btn span
{
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 31px 31px 6px;
    position: relative;
    width: 64px;
    height: 64px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

















