﻿.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    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/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 800px; /* Could be more or less, depending on screen size */
    text-align: center;
}

/* The Close Button */
.close, .close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus,
    .close1:hover,
    .close1:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.printLink {
    cursor: pointer;
}

    .printLink img, .shareLink img {
        position: relative;
        top: 3px;
    }

.shareLink {
    cursor: pointer;
    position:relative;
}

    .shareLink img {
        transform: rotate(180deg);
    }

.simplePopupText {
    color: #6f6f6e;
    text-decoration: none;
}

.printTable {
    width: 100%;
}

    .printTable a {
        color: white;
        text-decoration: none;
    }

    .printTable td {
        width: 50%;
        text-align: left;
    }

.checkboxCell {
    text-align: left;
    padding-left: 50px;
    height: 50px;
    min-height: 50px;
}

.checkboxCellLeft {
    text-align: left;
    padding-left: 250px;
    height: 50px;
    min-height: 50px;
}


.downArrow {
    width: 17px;
    height: 17px;
    max-width: 17px;
    max-height: 17px;
    margin-right: 5px;
}

.center {
    text-align: center !important;
}
.shareModal p {
    text-align:center;
    font-size:18px;
}
.shareModal h2 {
    margin: 10px 0;
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
}
.shareModal input[type=text] {
    text-align: center;
    background-color: #72A0F9;
    width: 100%;
    color: black;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 10px;
    height: 48px;
    font-family: 'Open Sans', sans-serif;
}
.shareModal input[type=button] {
    text-align: center;
    background-color: #1C91FD;
    width: 30%;
    margin: 20px auto 10px;
    color: white;
    font-size: 24px;
    border-radius:10px;
}
    .shareModal input[type=button]:hover {
        background-color:#0c569a;
    }

.clearBtn {
    position:absolute !important;
    right: 6px;
    top:11px !important;
    cursor:pointer;
}
.clearBtnMob {
    position:relative;
    top:-10px;
    left:1px;
}
/*#sharingToolsTd {
    min-width:105px;
}*/