﻿* {
    box-sizing: border-box
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align:left;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #0082c8;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

#refPwd {
    cursor:pointer;
}

/* definition for input, select & textarea fields */
.modal-body input[type=text],
.modal-body input[type=password] {
    width: 100%;
    padding: 8px 10px 8px 10px;
    margin: 2px 0 5px 0;
    display: inline;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
    resize: vertical;
    background: white;
    font-size: 11px;
}

.modal-body input[type=password]:focus {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
    outline: none;
}

.modal-body input[type=password]:required {
    background-color: #f0faff;
}

.modal-body input[type=password]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.modal-content .container > div .passeye {
    position: relative;
}

.modal-content .container > div .passeye > i {
    position: absolute;
    right: 15px !important;
    top: 10px !important;
    cursor: pointer
}

/* Style the label to display next to the inputs */
label {
    padding: 6px 12px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}

.modal-body .container {
    font: 12px Arial, Helvetica, sans-serif !important;
    width: 90% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    padding: 5px 5px 5px 5px !important;
}

/* Create two equal columns that floats next to each other */
.modal-body .column {
    float: left !important;
    width: 47% !important;
    padding: 4px 10px 10px 10px !important;
}

.modal-body .row {
    border: 1px solid #e8e8e8 !important;
    background-color: #fafafa !important;
    box-shadow: 6px 7px 7px 2px rgba(0,0,0,0.3) !important;
}

/* Clear floats after the columns */
.modal-body .row:after {
    content: "";
    display: table;
    clear: both;
}

.modal-body h3 {
    padding: 5px 0 0 9px;
    margin: 0;
    font-size: 13px;
    color: #0082c8;
    text-shadow: 1px 1px rgb(50, 50, 50);
}

/* Set a style for the submit/register button */
.modal-body .genbtn {
    background-color: #0082c8;
    color: white;
    padding: 12px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    opacity: 0.8;
}

.modal-body .genbtn:hover {
    opacity: 1;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 15px 0 rgba(0,0,0,0.19);
}

.static-error {
    font-size: 14px !important;
    color: red !important;
    font-weight: normal !important;
    font: 14px Arial, Helvetica, sans-serif !important;
}
