/* XYZ AdminCSS */

body {
    /* background-color:#e0e0e0;*/
    font-family: 'Source Sans Pro', sans-serif;
    background: white; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllYzYzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGViOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, #9ec63f 0%, #cdeb8e 100%); /* FF3.6+ */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ec63f), color-stop(100%,#cdeb8e)); */ /* Chrome,Safari4+ */
    /* background: -webkit-linear-gradient(top, #9ec63f 0%,#cdeb8e 100%); */ /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9ec63f 0%,#cdeb8e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9ec63f 0%,#cdeb8e 100%); /* IE10+ */
    /* background: linear-gradient(to bottom, #9ec63f 0%,#cdeb8e 100%); */ /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec63f', endColorstr='#cdeb8e',GradientType=0 ); /* IE6-8 */
}
.header {
    background-image: url(../images/nirmitalogo.png);
    background-position: 1% 50%;
    background-repeat: no-repeat;
    background-size: 120px;
    background-color: white;
    font-family: Verdana, Geneva, sans-serif;
    color: #ffffff;
    padding: 5px 0px 5px 125px;
    border-radius: 5px 5px 0px 0px;
    min-height: 135px;
}

.center {
    display: flex;
    justify-content: center;
    padding: 10px;
}

#nav {
    float: right;
    clear: left;
    padding: 8px;
    margin: 40px 0px 15px 0px;
}

.adminhead {
    font-size: 30px;
    font-family: 'Slabo 27px', serif;
    font-weight: bold;
    margin-left: 0px;
    background-color: #45BC94;
    color: balc;
    padding: 5px;
    margin-bottom: 10px;
    display: block;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #779408;
}

.divAdminNotices {
    float: right;
    font-size: 14px;
    margin-right: 50px;   
}

.style1 {
    height: 444px;
}
a.link {
    color: #333333;
    font-size: 12px;
    padding: 5px;
    background-color: #eeeeee;
    text-decoration: none;
    border: 1px solid #cccccc;
    width: 100% !important;
}
    a.link:hover {
        background-color: #ffffff;
        text-decoration: none;
    }
.linkHead {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    margin-top: 5px !important;
    padding: 5px;
    background-color: #45BC94;
    text-decoration: none;
    border: 1px solid #666666;
    border-radius: 5px;
    display: inline-block;
}
a.linkHead:hover {
    background-color: #ffffff;
    text-decoration: none;
}
		

.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #777;
    border-radius: 0px 0px 8px 8px;
}

    .item ul {
        list-style: none;
        margin: 0px !important;
        padding-left: 0px;
    }
    .item li, .item li a {
        text-decoration: none !important;
        padding-left: 8px;
        line-height: 25px;
        display: block;
        color: #202021;
        border-bottom: 1px solid #ccc;
    }
        .item li:first-of-type {
            background: #45BC94;
            margin-top: 0px !important;
            padding: 5px !important;
            color: black;
            /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.76);*/
            font-weight: bold;
            text-transform: uppercase;
            background-image: none !important;
            font-size: 15px !important;
            -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -8px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
            -moz-box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -6px 0 rgba(0,0,0,.25), inset 0 -8px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
            box-shadow: inset 0 2px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.25), inset 0 -1px 0 rgba(255,255,255,.2), 0 2px 0 rgba(0,0,0,.1);
        }

.item-headers {
    background: #194c9c;
    margin-top: 0px !important;
    padding: 5px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.76);
    font-weight: bold;
    text-transform: uppercase;
}

.item li:last-of-type {
    border-bottom: none !important;
}
.item li a:last-of-type {
    border-bottom: none !important;
}


.item li:hover {
    background-image: url(../images/RightArrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px 15px;
    padding-left: 21px;
    font-weight: bold;
    font-size: 14px;
}

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}

.accordion {
    margin:1em 0
}
.accordion h3 {
    background-color:#028385;
    color:#fff;
    cursor:pointer;
    margin:0;
    padding:4px 10px
}
.accordion h3.current {
    cursor:default
}
.accordion div.pane {
    padding:5px 10px
}

.JReportL {
    font-size: 17px;
    font-weight: bold;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #779408;
    padding: 5px;
}

.JReportL {
    font-size: 17px;
    font-weight: bold;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #779408;
    padding: 5px;
}

/* tables ------------------------------------------------- */

.table1 {
    min-width: 700px;
}

table.table1 col.col_sel {
    width: 25px;
}

table.table1 col.col_sort {
    width: 37px;
}

table.table1 col.col_cmt {
    width: 50px;
}

table.table1 col.col_date {
    width: 70px;
}

table.table1 col.col_icon {
    width: 100px;
}

table.table1 {
    padding: 0;
    margin: 0;
    color: #333;
}
    table.table1 th {
        background: #333;
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
    }

        table.table1 th span {
            float: left;
        }

            table.table1 th span.cmt {
                text-indent: -900em;
                display: block;
                width: 13px;
                height: 13px;
            }

    table.table1 td {
        background: #f3f3f3;        
        font-size: 14px;
        line-height: 14px;
        /*font-weight: normal;*/
        vertical-align: middle;
    }

    table.table1 tr td:nth-child(2) {
        word-break: keep-all;
    }

    table.table1 tr.self td {
        background: #fff;
        color: #b42a2a;
    }

    table.table1 a.cmt {
        display: block;
        padding-left: 18px;
    }

input.sel {
    padding: 0;
    margin: 0px 0 0 5px;
    width: 14px;
    height: 14px;
}

td input.sel {
    margin: 0px 0 -2px 5px;
}

table.table1 th.sel, table.table1 td.sel {
    padding: 0px 0 0 0px;
    vertical-align: middle;
}

table.table1 td.sort {
    padding: 0px 3px;
}

table.table1 td.icon {
    padding: 0px 3px;
    vertical-align: middle;
}

.table_cell {
    padding: 5px;
}

.tdCenter {
    text-align: center;
}

.tabletop {
    font-size: 14px;
    min-width: 500px;
}

.tableedit {
    font-size: 14px;
    min-width: 1000px;
}

.tabletop td {
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 6px 3px;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}

.tableGrid {
    font-size: 14px;
    min-width: 1200px;
}

    .tableGrid td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

table.tableData {
    padding: 0;
    margin: 0;
    color: #333;
    width: 100%;
    background: white;
}

    table.tableData th {
        background: #333;
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
    }

        table.tableData th span {
            float: left;
        }

    table.tableData td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
    }


    table.tableData tr:nth-child(even) {
        background: #d3d3d3
    }

.tablefull {
    border: 0px;
    width: 99%;
}



.table_cell
{
	padding: 5px;
}

.tdCenter{
    text-align:center;
}

#divClock{Color: black; float: right; display: block; font-size:14px; margin-right:10px;}

.result_table {
}
    .result_table tr > td {
        padding: 7px;
        /* background-color: #45BC94; */
    }

#iframepdf{
    min-height: 500px;
    height: 100%;
    width: 100%;
}

#TabContainer1 {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.row {
    display: flex;
    align-items: center;
}

#divTeams, #divContestLeaderboard{
    max-width: 1000px;
}

#divContestLeaderboard{
    margin: 25px;
}

#tblContestTeams{
    background-color:transparent;   
}

.AddToFinalist {
    text-decoration: none;
    color: black;
    font-weight: normal;
}

.ContestWinner {
    color: green;
    font-weight: bold;
}

.ContestFinalist {
    color: #5b83c2;
    font-weight: bold;
}

.imgContestLogo{
    width: 32px;
    vertical-align: middle;
}

.spanContestTeam{
	padding-left: 10px;
}

#divTeams hr {
      width: 30px;
}

