/********** WinnowManagement's Global Stylesheet **********/



/******************** Table of Content ********************
 * ---------- Global Section ----------
 * - Default Form Input Style (.wm-default-input)
 *
 * -- animation --
 * - default animation (.default-animation)
 *.
 * -- Popup --
 * - blanket (.wm-popup-blk)
 *
 * -- Colors --
 * - Primary Color (.wm-primary-color)
 * ------------------------------------
 *
 * - Root Page Style (html, body)
 *
 *
 *
 *
 *
 *
 *********************************************************/

/********** Global Section (Rules that apply to more than 1 element) **********/
.nav>li>a {font-size:16px;}
.nav>li {    margin-left: 15px;
    margin-right: 15px;}
.moduletable_classes {    background-image: none !important;
    padding-top: 0 !important;}
.feat-button {    background-color: #005025 !important;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-radius: 3px;
    min-width: 280px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;}
.login-title {color: white;
    text-align: center;
    width: 50%;
    margin: 0 auto -9px auto;
    position: relative;
    background-color: #005025;
    font-weight: bold;
}
#head-right form {    text-align: center;
    width: 100%;
    padding-top: 15px;
    margin-top: -5px;
    padding-bottom: 10px;
    border: solid 1px white;}
#head-right .user {width: 42%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;}
#head-right .pwd {width: 42%;
}
.login-btn {    width: 100%;
    border: none;
    background-color: black;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    border: solid 2px white;
    font-weight: bold;
    padding: 1%;}
h1 {font-size:2em;}
.first img {max-width:100%;}
body {overflow-x:hidden;}
.home {    position: relative;
    top: 100px;}
.main {    margin-top: 100px;
    }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {    background-color: black;
    background-image: none;}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: black;
    width: 100%;
    border: solid 1px white;
    box-shadow: 0px 0px 10px black;
}
.dropdown-menu>li>a {color:white;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
    background-color: black;
    background-image: none;
    color: white;}
#center {
	    float: none !important;
    padding: 0;}
input[type=checkbox], input[type=radio] {
	width:5%;
	}

.navbar-default {
	    border-color: #e7e7e7;
    background-image: none;
    width: 100%;
    position: absolute;
    top: 107px;
    left: 0;
    background-color: black;
    border: none;
    border-radius: 0px;
}
 .navbar-nav {
  display: inline-block !important;
  float: none !important;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
background-color:transparent;
background-image:none;
}
.navbar-nav>li {margin-top:15px;}
/***** Default Form Input Style *****/
.wm-default-inpt {
    height: 40px !important;
    padding: 0 10px !important;
    font-size: 18px !important;
    border-radius: 3px !important;
    border: 1px solid #e1e1dd;
    outline: none;
}
.wm-default-inpt:focus, .wm-default-dropdown:focus {
    border-color: #055F2F !important;
    box-shadow: 0 0 10px -2px #055F2F !important;
}

/***** Input Error *****/
.inpt-error {
    border: 1px solid #DB3F40 !important;
    box-shadow: 0 0 10px -2px #f00 !important;
}

/***** Animation *****/
.default-animation {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
       transition: 0.5s ease-in-out;
}
#logo {margin:0;}
@media (min-width: 1200px) {
}
/***** Popup *****/
.wm-popup-blk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1000000;
    display: none;
}

/***** Colors *****/
.wm-primary-color {
    background-color: #005025 !important;
}

/********** Root Page Style (html, body) **********/
html, body {
    background-color: #EDEDE9;
    margin: 0;
    padding: 0;

    line-height: 1.25;
    word-spacing: 1.2px;
    height: 100%;
    width: 100%;
}
#wrapper {
    z-index: 10 !important;
	padding-bottom: 200px !important;
}

.center {
    margin: 0 auto;
    width: 100%;
	margin-top:100px;
}
/***** Menu *****/
@media (max-width:991px) {    .nav>li>a {font-size:14px;}.nav>li {    margin-left: 0;
    margin-right: 0;}}
@media (max-width:768px) {
    .nav>li>a {font-size:14px;}
    .home {top:0;}
    .main {margin-top:0;}
    .center {margin-top:0;}
	#bot-menu {    padding: 0;
    width: 100%;}
	#menu-inner a {display:block;width:100%;    padding: 1%;}
	.navbar {
    display: flex !important;
    background: transparent;
    border: none;
    width: 110%;
    box-shadow: 0px 0px 0px;
    background-color: black;
    top: 20px;
    margin-left: -5%;
    position: relative;
	    min-height: 0;
    margin-bottom: 0px;
}
	.navbar .container {margin:0 !important;}
	.navbar-default .navbar-toggle {background-color:black;}
	.navbar-default .navbar-toggle .icon-bar {background-color:white;}
	.open {    border-top: solid 2px white;
    border-bottom: solid 2px white;}
.navbar-nav {
    margin-left: 0px !important;
    display: block !important;
    width: 100%;
}
.navbar .navbar-collapse {
    text-align: left;
}
.navbar .container {
    margin: 0 !important;
    width: 100%;
    padding: 0;
}
.navbar-default .navbar-toggle {
    background-color: black;
    float: none;
    margin: 0;
    width: 100%;
    padding-left: 5%;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color:white;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a { color:white;}
	.center {display:flex; flex-direction:column;}
	.second {order:2;}
	.first {order:1;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color:black;}
	#header {margin-bottom:40px;}
	#logo {    width: 90%;
    text-align: center;
    height: auto;
    max-width: 300px;
    box-shadow: none;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-bottom: 15px;}
	#head-right {
    width: 80%;
    max-width: 300px;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 20px;
    float: none !important;
}
}
@media (max-width:500px) {
	.image-wrap {
		    width: 250px !important;
    height: 250px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    margin: auto !important;
		display:block !important;
	}
	figure {width:100% !important;}
}

#forgot-password-blanket {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000000;
}

#forgot-password-container {
    width: 500px;
    height: 310px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #500;
    left: 0;
    right: 0;
    margin: auto;
    top: 105px !important;
    position: absolute;
}
#forgot-password-container-header {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e1e1dd;
    border-radius: 4px 4px 0 0;
    position: absolute;
}
#forgot-password-container-title {
    width: 100%;
    height: 100%;
    margin: -4px auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}
#forgot-password-container-close {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 58px;
    border-left: 1px solid #e1e1dd;
}
#forgot-password-container-content {
    width: 100%;
    height: 248px;
    text-align: center;
    margin-top: 100px;
    z-index: 10000;
}
#forgot-password-form {
    width: 100%;
    margin-top: 50px;
    z-index: 10000000000000;
    text-align: center;
}
#forgot-password-form input[type='email'] {
    width: 400px;
    margin: auto;
}
#forgot-password-submit-btn {
    color: #fff;
    width: 400px;
    height: 40px;
    margin-top: -5px;
}
#forgot-password-submit-btn img {
    width: 25px;
    height: 25px;
}
