/*******************************************************************************************************
** FONTS
**
*******************************************************************************************************/

@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


/*******************************************************************************************************
** SELECTION STYLING
**
*******************************************************************************************************/

::selection {
	color: #fff;
	background: #f676b2; /* Safari */
}

::-moz-selection {
	color: #fff;
	background: #f676b2; /* Firefox */
}

/*******************************************************************************************************
** BODY STYLING
**
*******************************************************************************************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
  }

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	border: none;
	height: 100%;
	min-height: 100%;
}

a {
	text-decoration: none;
}

#wrapper {
/* Center wrapper perfectly */
	width: 750px;
  	margin-left: auto ;
  	margin-right: auto ;
  	margin-top: 2%;

}


/*******************************************************************************************************
** LOGIN FORM
**
*******************************************************************************************************/

.submit_button_login {
	font-weight: bolder;
}

.login-form {
	width: 750px;
	margin: 0 auto;
	position: relative;
	z-index:5;

	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;

	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/*******************************************************************************************************
** HEADER
**
*******************************************************************************************************/

.login-form .header {
	padding: 40px 30px 0 30px;
}

.login-form #msg {
	padding: 0 0 60px 0;
	max-width: 250px;
	max-height: 5px;
	color: #FF3D00;
	font-weight: bolder;
}

.login-form .header h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
}

.login-form .header span {
	font-size: 11px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}

/*******************************************************************************************************
** CONTENT
**
*******************************************************************************************************/

.login-form .content {
	margin-left: 16%;
/*	padding: 30px 30px 25px 30px;
*/	border: none;
}

/* Input field */

.login-form .content .input {
	width: 500px;
	padding: 15px 25px;
	cursor: pointer;

	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);

	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

/* Second input field */

.login-form .content .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form .content .input:focus {
	background: #dfe9ec;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

/*******************************************************************************************************
** FOOTER
**
*******************************************************************************************************/

#Outer_Overall_Wrapper {
    padding-top: 10%;
}

#login_logo_wrapper {
/* 	padding-top: 7%;
	padding-left: 45%; */
    display:        flex;
    margin-right:   auto;
    margin-left :   auto;
    vertical-align:     middle;
    justify-content:    center;
    align-items: center;
}

#forget_password_link {
	padding-top: 2%;
	padding-left: 45%;
	font-weight: bold;
	color: black;
	cursor: pointer;
}

#forget_password_link a {
	color: black;
	cursor: pointer;
}

.login-form .footer {
	padding: 25px 30px 40px 30px;
	overflow: auto;
	background: #FFFFFF;
	border-top: none;
	/*box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);*/
}

/* Login button */
.login-form .footer .button {
	float:right;
	padding: 11px 25px;
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #fff;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form .footer .button:hover {
	background: #fff;
	border: 1px solid rgba(256,256,256,0.75);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	background: #fff;
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}


/*******************************************************************************************************
** JQUERY VALIDATION
**
*******************************************************************************************************/

/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

input.inputbox-error {
    border: 1px solid red !important;
}

input.inputbox-success {
    border: 1px solid green !important;
}


/*********************************************
 *          TOP RIGHT MESSAGE BOX...
 *
 **********************************************/

div.growlUI {
    background: url(../../img/login/ok-check.png) no-repeat 10px 10px;
}

div.growlUI h1, div.growlUI h2 {
  color: white; padding: 5px 5px 5px 75px;
  text-align: left
}

div.growlUI_Succes {
    background: url(../../img/login/ok-check.png) no-repeat 10px 10px;
}

div.growlUI_Succes h1, div.growlUI_Succes h2 {
  color: white; padding: 5px 5px 5px 75px;
  text-align: left
}

div.growlUI_Error {
    background: url(../../img/login/not-check.png) no-repeat 10px 10px;
}

div.growlUI_Error h1, div.growlUI_Error h2 {
  color: white; padding: 5px 5px 5px 75px;
  text-align: left
}

/* NOTY NOTICE STYLES */
	/* noty bar */
	.noty_bar {
		z-index: 9999999;
	}

	/* noty_message */
	.noty_bar .noty_message {
		text-align: center;
	}

	/* noty close button */

	.noty_bar .noty_close {
		cursor: pointer;
	}

	/* noty modal */

	.noty_modal {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 10000;
		opacity: 0.6;
		display: none;
		left: 0;
		top: 0;
	}

	/* noty container for noty_layout_topLeft & noty_layout_topRight */

	ul.noty_cont {
		position: fixed;
		z-index: 10000000;
		margin: 0px;
		padding: 0px;
		list-style: none;
		width: 300px;
	}

	ul.noty_cont li {
		position: relative;
		float: left;
		clear: both;
		list-style: none;
		padding: 0px;
		margin: 10px 0 0 0;
		width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
	}

	ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
	ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
	ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
	ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
	ul.noty_cont.noty_layout_topRight li {float:right}


/* LAYOUTS */

	/* noty_layout_top */
	.noty_bar.noty_layout_top {
		top: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_bottom */
	.noty_bar.noty_layout_bottom {
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	/* noty_layout_center */
	.noty_bar.noty_layout_center {
		top: 40%;
	}

	/* noty_layout_topLeft & noty_layout_topRight */
	.noty_bar.noty_layout_topLeft,
	.noty_bar.noty_layout_topRight,
	.noty_bar.noty_layout_bottomLeft,
	.noty_bar.noty_layout_bottomRight {
		width: 100%;
		clear: both;
		position: relative;
	}

	.noty_bar.noty_layout_topLeft .noty_message,
	.noty_bar.noty_layout_topRight .noty_message,
	.noty_bar.noty_layout_bottomLeft .noty_message,
	.noty_bar.noty_layout_bottomRight .noty_message {
		text-align: left;
	}

	/* noty_layout_topCenter */

	.noty_bar.noty_layout_topCenter {
		top: 20px;
	}

	/* CLASS NOTTY STYLES */
/*!
 * jQuery ClassyNotty
 * http://www.class.pm/projects/jquery/classynotty
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
 */

 #nottys {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 280px;
    z-index: 9999;
}

#nottys .notty {
    padding: 10px;
    margin-bottom: 20px;
    background: black;
    background: rgba(0,0,0,0.8);
    color: white;
    text-shadow: black 0px 1px 2px;
    font: normal 12px/17px Helvetica;
    border: 1px solid black;
    border: 1px solid rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9)), -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, 0.9), transparent), -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 2px 13px, rgba(0,0,0,0.6) 0px -3px 13px, rgba(255,255,255,0.5) 0px 1px 0px inset;
    -moz-box-shadow: rgba(0,0,0,0.8) 0px 2px 13px, rgba(0,0,0,0.6) 0px -3px 13px, rgba(255,255,255,0.5) 0px 1px 0px inset;
    box-shadow: rgba(0,0,0,0.8) 0px 2px 13px, rgba(0,0,0,0.6) 0px -3px 13px, rgba(255,255,255,0.5) 0px 1px 0px inset;
    position: relative;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    overflow: hidden;
    _overflow: visible;
    _zoom: 1;
}

.pop {
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-name: pop;
    -webkit-animation-timing-function: ease-in;
}

.remove {
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: 'remove';
}

#nottys .notty.click {
    cursor: pointer;
}

#nottys .notty .hide_class {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    background: black;
    right: 0px;
    top: 0px;
    padding: 5px;
    padding-right: 15px;
    padding-left: 15px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), black);
    background: -moz-linear-gradient(0% 100% 90deg, black, rgba(0, 0, 0, 0.7));
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.5) 0px -1px 0px inset, rgba(255,255,255,0.5) 0px 1px 0px inset, black 0px 5px 6px;
    -moz-box-shadow: rgba(255,255,255,0.5) 0px -1px 0px inset, rgba(255,255,255,0.5) 0px 1px 0px inset, black 0px 5px 6px;
    box-shadow: rgba(255,255,255,0.5) 0px -1px 0px inset, rgba(255,255,255,0.5) 0px 1px 0px inset, black 0px 5px 6px;
    border-left: 1px solid rgba(255,255,255,0.5);
    cursor: pointer;
    display: none;
}

#nottys .notty .hide_class:hover {
    background: white;
    background: -webkit-linear-gradient(#fff, rgba(255,255,255,0.9));
    background: -moz-linear-gradient(0% 100% 90deg, rgba(255, 255, 255, 0.9), #fff);
    color: black;
    text-shadow: none;
}

#nottys .notty .right, #nottys .notty .left {
    width: 79%;
    height: 100%;
    float: left;
}

#nottys .notty .time {
    font-size: 9px;
    position: relative;
}

#nottys .notty .right .time {
    margin-left: 19px;
}

#nottys .notty .left {
    width: 20%;
}

#nottys .notty .right {

}

#nottys .notty .right .inner {
    padding-left: 19px;
}

#nottys .notty .left .img:after {
    content: '';
    background: white;
    background: -webkit-linear-gradient(transparent, rgba(255,255,255,0.6), transparent);
    background: -moz-linear-gradient(0% 100% 90deg, transparent, rgba(255,255,255,0.6), transparent);
    width: 1px;
    height: 50px;
    position: absolute;
    right: -10px;
}

#nottys .notty .left .img {
    width: 100%;
    background-size: auto 100%;
    height: 50px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255,255,255,0.9) 0px 1px 0px inset, rgba(0,0,0,0.5) 0px 1px 6px;
    -moz-box-shadow: rgba(255,255,255,0.9) 0px 1px 0px inset, rgba(0,0,0,0.5) 0px 1px 6px;
    box-shadow: rgba(255,255,255,0.9) 0px 1px 0px inset, rgba(0,0,0,0.5) 0px 1px 6px;
    border: 1px solid rgba(0,0,0,0.55);
    position: relative;
}

#nottys .notty:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

#nottys .notty h2 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    text-shadow: black 0px 2px 4px;
    color: #fff;
}

@-webkit-keyframes pop {
    from {
    -webkit-transform: scale(.1);
    opacity: 0
}

80% {
    -webkit-transform: scale(1.05);
    opacity: 1
}

to {
    -webkit-transform: scale(1);
}

}

@-webkit-keyframes remove {
    0% {
    opacity: 1;
}

100% {
    right:  -223px;
    opacity: 0;
}

}


:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


input[type=checkbox],
input[type=radio] {
border: 1px solid #c0c0c0;
margin: 0 0.1em 0 0;
padding: 0;
font-size: 16px;
line-height: 1em;
width: 1.25em;
height: 1.25em;
background: #fff;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));

-webkit-appearance: none;
-webkit-box-shadow: 1px 1px 1px #fff;
-webkit-border-radius: 0.25em;
vertical-align: text-top;
display: inline-block;

}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

