/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 5, 2017, 1:59:51 PM
    Author     : Richard
*/

a.cure {
    border: none;
    color:#980000;
    text-decoration:none;
}

a.cure:hover {
    border: none;
    color:#980000;
    text-decoration:underline;
}

a.imoTmp {
    border: none;
    color:#000000;
    text-decoration:none;
}

a.imoTmp:hover {
    border: none;
    color:#980000;
    text-decoration:underline;
    cursor: pointer;
}

.cure-img {
    border: 1px solid black;
    width: 90%;
    margin-left: 6px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.std-img {
    border: 1px solid black;
}

.doc-img {
    border: 1px solid black;
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 20px;
}

.doc-img-left {
    border: 1px solid black;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 30px;
}

.cure-red {
    color: #980000;
}

.cure-italic {
    font-style: italic;
}

.cure-bold {
    font-weight: bold;
}

a.nodecoration {
    border: none;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    margin-top:0px;
    margin-bottom:0px;
}

a.nodecoration:hover {
    border: none;
    text-decoration:none;
}

.cure-tbl {
    border: 1px solid lightgray;
    border-collapse: collapse;
}

.cure-col-head {
    background-color: #3a3a3a;
}

.cure-col {
    border: 1px solid lightgray;
    padding: 8px;
}

.cure-left {
    text-align: left;
}

.cure-center {
    text-align: center;
    width: 240px;
}

.std-tbl {
    border-collapse: collapse;
}

th.calendar {
    font-size: 90%;
    color: white;
    line-height: 16px;
    background-color: #333333;
    width: 120px;
}

tr.calendar {
    font-size: 90%;
    line-height: 16px;
    background-color: beige;
}

td.calendar {
    width: 120px;
}

.calendardate {
    font-size: 110%;
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* .imoBubble {
    position: relative;
    display: inline-block;
    text-decoration: none;
} */

/* .imoBubble .imoBubbleText {
    visibility: hidden;
    width: 450px;
    margin-left: auto;
    background-color: #3a3a3a;
    color: whitesmoke;
    text-align: left;
    border-radius: 6px;
    position: absolute;  /* Pos of the text */
    /* z-index: 1;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 8px;
    opacity: 0;
    transition: opacity ease-in-out 200ms;
    font-size: small;
} */


/* .imoBubble:hover .imoBubbleText {
    visibility: visible;
    opacity: 1;
} */

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;  
    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 */
    width: 100%; /* Full width */
    transition: opacity ease-in-out 1500ms;
}

/* Modal Content/Box */
.modal-content {
    min-width: 200px;
    margin: 5% auto 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 45%; /* Could be more or less, depending on screen size */
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 8px;
    transition: opacity ease-in-out 1500ms;
    background-color: #3a3a3a;
    color: whitesmoke;
    font-size: small; 
    border-radius: 6px;
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 200px) {
    .cancelbtn, .signupbtn {
        width: 50%;
    }
}
