
body {
	font-family: Arial,sans-serif;
	color: #333;
	background-color: #ECF0F1;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
	-webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #222636; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
/***********************************************
 *  themed to client? Note: do a find replace for this primary color: #5bc0de
 ***********************************************/
.theme-bg {
	background: #5bc0de;
}
.theme-color {
	color:#5bc0de;
}
.theme-alt-color {
	color:#FFF!important;
}
/* themed bootstrap elements */
.text-theme,
a.text-theme {	color:#5bc0de!important;}
a.text-theme:hover {	color:#5bc0de!important;}
.bg-theme {	background-color:#5bc0de!important;}
.border-theme {border-color:#5bc0de!important;}
.btn-theme {background-color:#5bc0de!important;border-color: #5bc0de!important;}
.btn-theme:hover {background-color:#222636!important;border-color: #222636!important;}
/***********************************************
 * misc elements & styling & amendements to BS styles
 ***********************************************/
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
	height: 100vh;
}
/***********************************************
 * login elements
 ***********************************************/
.login_container {
    width: 100%;
	max-width: 450px;
    margin: 0 auto 40px;
    min-height: calc(95% - 40px);
    height: calc(95% - 40px);
    display: table;
}
.login_container_left, .login_container_right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.login_container_content {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.27);
}
.fancy_panel {
    background-color: #FFF;
	border:1px solid #AAA;
}
/*
.fancy_panel:before,
.fancy_panel:after {
    background: #FC8129;
}
.fancy_panel:before,
 .fancy_panel:after {
    content: '';
    width: 100%;
    display: block;
    height: 3px;
}
*/
.login_container_padding {
    padding: 30px;
}
.login-text {
    margin: 10px 0 0;
	font-size: 0.8rem;
}
.fields1 {
	border:none;
	padding: 0px;
	margin:8px 0px;
}
.fields1 label {
    display: block;
    width: 100%;
	font-size:1rem;
	margin:4px 0px;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.specialbutton {
	display:block;
	color:#FFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
	margin: 15px 0;
    width: 100% !important;
	border:0px;
	line-height:2.5;
}
.specialbutton:hover {
	opacity: 0.8;
	cursor:pointer;
}
.login-color {
	text-align:center;
	margin: 10px 0; 
	color:#FF0000;font-weight:700;
}
.text-center {
	text-align:center;
}
/* ---------------------------------------------------
    Form Elements
----------------------------------------------------- */
.form-control {
	border-radius: 1px;
	font-size: 1rem;
}
.fm-sm {
	width: 45px;
}

.login_container input.inputbox {
    margin-bottom: 10px;
}

.inputbox[type=text], .inputbox[type=password], input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input.inputbox {
    width: 100%;
    box-sizing: border-box;
}
.inputbox {
    background-color: #F7F7F7;
	border:1px solid #edecec;
    color: #333333;
}
.inputbox {
    border: 1px solid transparent;
    padding: 7px;
}
.inputbox:hover {
	border: 1px solid #5bc0de;
}
input {
    font-weight: normal;
}
input {
    vertical-align: middle;
    padding: 0 3px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* =========================================================================
   misc spacing
   ========================================================================== */
.hr {
  	margin-top: 15px;
   	margin-bottom: 15px;
	border-top: 1px solid #DBDEE9;
}
.gline
	{
	clear:both;	height:1px;overflow:hidden;border-top:1px solid #E9E9E9;margin: 0;
	}
.nm
	{
	margin: 0 0;
	}
.lineBreakp
	{
	clear:both;	height:1px;overflow:hidden;
	}
.lineBreak3p
	{
	clear:both;	height:3px;overflow:hidden;
	}
.lineBreak5p
	{
	clear:both;	height:5px;overflow:hidden;
	}
.lineBreak8p
	{
	clear:both;	height:8px;overflow:hidden;
	}
.lineBreak10p
	{
	clear:both;	height:10px;overflow:hidden;
	}
.lineBreak15p
	{
	clear:both;height:15px;overflow:hidden;
	}
.lineBreak20p
	{
	clear:both;height:20px;overflow:hidden;
	}
.lineBreak25p
	{
	clear:both;height:25px;overflow:hidden;
	}
.lineBreak35p
	{
	clear:both;height:35px;overflow:hidden;
	}
.lineBreak50p
	{
	clear:both;height:50px;overflow:hidden;
	}
.lineBreak75p
	{
	clear:both;height:75px;overflow:hidden;
	}	
.lineBreak100p
	{
	clear:both;height:75px;overflow:hidden;
	}	
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection:
   ========================================================================== */

@media print {

    * {
        background: transparent !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }
	
    a,
    a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: "";
    }
	
    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; 
    }

	.footer-container,
	.used-block,
    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
}