/* ==========================================================================
   General
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

html, body {
       height: 100%;
 }
 

body {
       margin: 0px;
       padding: 0px;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    background-attachment: fixed;
	   font-family: 'open_sansregular', sans-serif;
	   font-weight: 400;
 }
 

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Header Titles
 */
h1, h2, h3, h4, h5, h6 {
    font-family: "open_sansregular","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 300 !important;
}

h2 span {
	text-transform: uppercase;
}
/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}


/*
 * Highlight important text
 */
mark {
	background: none;
	color: #77bb00;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
	color: #F15A24;
	text-decoration: none;
}

a:hover, a:focus {
    color: #6F6F6F;
    text-decoration: none;
}

ul {
	list-style-type: none;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.btn-right {
	float: right;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-top: 0px;
}

.container {
    width: 100% !important;
}

/* ==========================================================================
   General > Button Overwrite
   ========================================================================== */
.btn-warning {
    background-color: #F15A24 !important;
    border-color: #DA5626 !important;
    color: #FFFFFF;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #e85321 !important;
    border-color: #bc3c14 !important;
    color: #FFFFFF;
}

/* ==========================================================================
   Errors
   ========================================================================== */
#loginMessage {
	display: none;
}

.alert-show {
	display: block !important;
}

.error_login {
    border: 1px solid #B94A48 !important;
}
   
/* ==========================================================================
   Login
   ========================================================================== */
.login {
    height: 100%;
    min-height: 100%;
}
  
#logo {
    margin-top: 30px;
    text-align: center;
}
.bigintro {
    color: #555555;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
}
.login-box-plain {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    box-shadow: 0 1px 4px #D3D3D3;
    margin: 50px auto;
    min-height: 300px;
    padding: 55px 60px 60px;
    position: relative;
    }
    .login-box-plain label {
        color: #555555;
    }
    .login-box form i, .login-box-plain form i {
        color: #CCCCCC;
        display: block !important;
        font-size: 16px;
        height: 16px;
        margin: 9px 2px 4px 10px;
        position: absolute !important;
        text-align: center;
        width: 16px;
        z-index: 1;
    }
    .login-box-plain input, .login-box-plain textarea {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 6px;
        box-shadow: none;
        font-size: 15px;
        margin: 0;
        min-width: 0;
        padding-bottom: 8px;
        padding-left: 33px !important;
        padding-right: 8px;
        padding-top: 10px;
        width: 100%;
    }

.divide-40 {
    height: 40px;
    width: 100%;
}