﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.project_nav {
    cursor: pointer;
    border-bottom: 1px solid #CCCCCC;
    margin: 3px 0px 5px 0px;
    padding: 3px 0px 4px 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .7em;
    line-height: 1.5em;
}

    .project_nav:hover {
        text-decoration-line: underline;
    }

.selected {
    background-color: #f36f4c;
    /*background-color:#f7a088;*/
    color: #ffffff;
    font-weight: 600;
}

.sectionName
{
    padding:30px 0px 20px 0px;
    font-weight:bold;
}

tr.documentRow{ 
    line-height:.5em;
    vertical-align:bottom;
    height:10px;
    
}

tr.documentRow td{ 
    
    padding:0px;
    
}
tr.documentRow td li{ 
    
    padding:0px;
    height: 40px;
    
}
/*#applications tbody tr:first-child*/
#project_header
{
    color: #8b0000;
    padding-bottom:5px;
    font-weight:bold;
    font-size:1.1em;

}


.link {
    margin-left:0px
}


tr.group,
tr.group:hover {
    cursor: pointer;
    background-color: #fff !important; 
    /*background-color: #F36F4C !important;*/
    background-image: url('../Images/plus.png');
    background-repeat: no-repeat;
    background-position: left center;
}

tr.group_close,
tr.group_close:hover {
    cursor: pointer;
    background-color: #fff !important;
    /*background-color: #F36F4C !important;*/
    background-image: url('../Images/minus.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.dataTables_filter {
   display: none;
}


/*new css updates as of 8/27/2019*/

.circle-text {
    display: table-cell;
    /* display: inline-block; */
    height: 50px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid whitesmoke;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /*background: #F36F4C;*/
    /*color: #0E1D41;*/
    background-color: mediumblue;
    color: black;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-weight: 500;
}

/*.person {
    padding-top: 1.25rem;
}*/

.dropbtn {
    /*background-color: #3498DB;*/
    color: white;
    /*padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;*/
}

/*.dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #ffffff;
    min-width: 160px;
    font-size: 16px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

    /*.dropdown-content label {
    cursor: default;
}*/

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background: #F36F4C;
        }


/*.dropdown a:hover {
    background-color: #ddd;
}*/

.show {
    display: block;
}

.hideNav {
    display: none;
}


#overlay {
    background-color: #000;
    position: fixed;
    opacity: 0.7;
    display: none;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#overlay_inner {
    position: absolute;
    vertical-align: middle !important;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 100px;
    display: flex;
    background-color: #F36F4C;
    border: 1px solid whitesmoke;
    opacity: 2.0;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding-top: 10px;
    border-radius: 10px;
}

#overlay_img {
    float: left;
}

    #overlay_img img {
        width: 50px;
        height: 50px;
    }

#overlay_txt {
    /* width: 300px; */
    /* height: 150px; */
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.0;
    word-wrap: break-word;
    white-space: normal;
    color: whitesmoke;
    padding-left: 3px;
}

/*#applications_site tbody div:hover {
    border: 1px solid black;
}*/
.sort_div {
    /*border: none;*/
    border-radius: 0;
    opacity: 1.0;
}

.sort_div:hover {
    /*border: 1px solid black;*/
}
.sort_div_Helper {
    border: 1px solid black;
    border-radius: 15px;
    opacity: 0.5;
}
.modal-error {
    background-color: darkred;
    color: whitesmoke;
    text-align: center;
}

.modal-success {
    background-color: blue;
    color: whitesmoke;
    text-align: center;
}
.modal-header {
    padding: 0;
}

/*sortable css*/
/*.highlight {
    border: 1px solid red;
    font-weight: bold;
    font-size: 45px;
    background-color: #F8D5CB;
}*/


@media only screen and (min-width:895px) {
    .dropdown {
        display: none;
    }
}
@media only screen and (min-width:700px) {
    .circle-text {
        display: table-cell;
    }
}

@media only screen and (max-width:767px) {
    .nycidm-header .upper-header-black-title {
        display: none;
    }
    .circle-text {
        display: none;
    }
}

@media only screen and (max-width:890px) {
        .search_row {
            display: none;
        }

        #divInstr {
            text-align: justify;
        }

        /*#userInfo {
        display: none;
    }*/
        .dropdown {
            display: normal;
        }
}