/* DOCUMENT */
html, body {
    font-family: Oswald,  Arial, sans-serif; ;
    font-size: 12px;
    font-size: 100%;
    font-size: 1em;

    line-height: 1.2em;

    color: rgba(25, 123, 46, 0.89);


    width: 100%;
    margin: 0;
    padding: 0;

    background-color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 1);

    height: 900px;
}


h2 {
    font-family: Oswald,  Arial, sans-serif;;
    font-size: 14px;
    font-size: 100%;
    font-size: 2em;

}



h3 {
    font-family: Oswald,  Arial, sans-serif;
    font-size: 11px;
    font-size: 100%;
    font-size: 1em;

}

label.error {
    float: none; color: red;
    padding-left: .5em;
    /*vertical-align: top;*/
    display: block;
    font-size: 10px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}​



.login-page {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    /*background: #FFFFFF;*/
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.form button:hover, .form button:active, .form button:focus {
    background: #43A047;
}

.login-page h3 {
    font-size: 2em;
    text-align: center;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before, .container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    /*color: #4d4d4d;*/
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #4DDED0;
}

label {
    display: block;
}

input {
    margin-bottom: 1em;
    width: 100%;
    padding: 0.3em;
    line-height: 1.3em;
    border: 0;
    font-size: 1.5em;
}

/* CONTENT */

.container {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    /*background: rgba(0, 0, 0, 0.7);*/
    width: 100%;

    margin: 0 auto;
    padding-top: 0%;
}

.admin-box {
    width: 600px;
    height: 100%;
    padding: 2em;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}

.admin-box label {
    display: block;
    margin-bottom: 0.3em;
}

.admin-box input,
.admin-box textarea,
.admin-box select {
    border: 0;
    outline: 0;
    padding: 0.4em;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    width: 100%;
}

.admin-box h3 {
    font-size: 2em;
    text-align: center;
}

.admin-box .activate {
    text-align: center;
}

/* ADMIN */
.admin-panel {
    width: 1200px;
    padding: 2em;
    margin: 0 auto;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}

.dashboard {
    width: 80%;
    height:  100%;
}

.admin-menu {
    outline: 0;
    width: 20%;
    padding: 0.5em;
    border: 1px solid #555;
}

.admin-menu ul {
    padding: 0;
    margin: 0;
}

.admin-menu ul li {
    list-style-type: none;
    display: block;
}

.admin-menu ul li a {
    display: block;
    padding: 0.3em;
}

.admin-menu ul li a:hover {
    color: #fff;
}

.admin-menu, .dashboard {
    display: inline-block;
    float: left;
}

.btns {
    padding: 0;
    margin: 0;
}

.btns li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.btns a, button {
    display: block;
    padding: 15px;
}

/* PANNELS */
.panel {
    display: block;
    padding: 10px;
    margin: 0.5em auto;
    font-size: 1em;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.panel-warning {
    background-color: #f39c12 !important;
    color: #fff !important;
}

.panel-success {
    background-color: green !important;
    color: #fff !important;
}

/* FOOTER */
footer {
    font-size: 12px;
    text-align: center;

    width: 800px;
    margin: 2em auto;
    padding: 10px 30px;
}

/* DASHBOARD */
.social a {
    color: #3d566e;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px;
}

.social a p {
    color: #3d566e;
}

.social a:hover p {
    color: #fff;
}


.social a {
    color: #3d566e;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px;
}

.social p {
    margin: 0;
}

.social p span {
    font-size: 30px;
    text-align: center;
    display: block;
}

.bottom-border {
    border-bottom: 1px solid #ededed;
}

.right-border {
    border-right: 1px solid #ededed;
}

.table-responsive {
    text-align: center;
}

.bt-space {
    margin-bottom: 10px;
}

/* SELECT STYLES */
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2c3e50;
    background-image: none;
}
/* Custom Select */
.select {
    position: relative;
    display: block;
    width: 20em;
    height: 1.8em;
    line-height: 1.8;
    background: #2c3e50;
    overflow: hidden;
    border-radius: .25em;

    margin-bottom: 2em;


}
select {
    margin-bottom: 0.2em;
    width: 100%;
    padding: 0.3em;
    /*line-height: 1.3em;*/
    color: #62D118 !important;

    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: #2c3e50;
}

select::-ms-expand {
    display: none;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495e;
    pointer-events: none;
}
/* Transition */
.select:hover::after {
    color: #f39c12;
}
.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}




input[type="text"] {
    margin-bottom: 1em;
    width: 100%;
    padding: 0.3em;
    line-height: 1.3em;
    color: #62D118 !important;

    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: #2c3e50;

}
input[type="text"]:focus {
    outline: none;
}



input[type="radio"] {
    margin-bottom: 1em;
    width: auto;
    padding: 0.3em;
    line-height: 1.3em;
    color: #62D118 !important;

    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: #2c3e50;


}




input[type="password"] {
    margin-bottom: 1em;
    width: 100%;
    padding: 0.3em;
    line-height: 1.3em;
    color: #62D118 !important;

    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: #2c3e50;

}


input[type="date"] {
    margin-bottom: 1em;
    width: 100%;
    padding: 0.3em;
    line-height: 1.3em;
    color: #62D118 !important;

    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background: #2c3e50;

}

/* FORM STYLING */
.page{
    display: none;
    position: absolute;
    top: 10px;
    left: 100px;
    width: 100%;
}

.page-visible{
    position: absolute;
    top: 10px;
    left: 100px;
    width: 100%;
}


/* OTHER TO CLEAN UP */

.info p {
    text-align:center;
    color: #999;
    text-transform:none;
    font-weight:600;
    font-size:15px;
    margin-top:2px
}



form {
    border-radius: 5px;
    max-width:700px;
    width:100%;
    margin: 5% auto;
    overflow: hidden;
}


.form-group {
    overflow: hidden;
    clear: both;
}

.float-left {
  float: left;
}


.float-right {
    float: right;
}



.contentform {
    padding: 40px 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.button-submit{
    background-color: #81BDA4;
    color: #FFF;
    text-align: center;
    width: 100%;
    border:0;
    padding: 17px 25px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 18px;
}

.leftcontact {
    width:49.5%;
    float:left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact {
    width:49.5%;
    float:right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.validation {
    display:none;
    margin: 0 0 10px;
    font-weight:400;
    font-size:13px;
    color: #DE5959;
}
.clearFloat { clear: both; }


/* FORM BUTTONS */
.btn {
    display: inline-block;
    border-radius: 2px;
    border: none;
    height: 45px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sm {
    width: 45%;
}


.form-btn {
    background-color: #62D118;
    color: #2c3e50;
    border: 1px solid #62D118;
    transition: .2s ease;
    text-transform: uppercase;
    padding: 20px 0;
}
.form-btn:hover {
    background-color: white;
    color: #62D118;
    transition: .2s ease;
}


.validation-error-body {
    background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),  url("../images/error-page.jpg");
    background-size: cover;
    /*opacity: 0.2;*/

}

.error-div {
    height: 200px;
    width: 400px;


    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
}


