.white-header {
    color: #fff;
    font-size: 16px;
}
#query{
    border:0px;
}
#sqlName{
    border:1px solid #cfdbe2;
    text-indent:25px;
}
#queryInPlainSight{
    border-color:#cfdbe2;
    text-indent:10px;
}
#sqlDescription{
    border-color:#cfdbe2;
    text-indent:10px;
}
.custom-control-label::before{
    border-color:#23b7e5;
}
.userAccessCheckbox,.exportableCheckbox,.logabbleCheckbox,.userPermisionsPerDay{
    display:none;
}
.userPermisionsPerDay{
    width:100%;
}
#homepage_block{
    height: 50px;
    width: 30%;
    min-width: 400px;
    margin: 0 auto;
    display: block;
    padding-top: 550px;
}
.float_right{
    float:right;
}
.float_left{
    float:left;
}
.homepage_button{
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.homepage_button:hover{
    color:black;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.revoke_users_header{
    border-bottom: 1px solid #cfdbe2;
    padding-bottom:10px;
    margin-bottom:20px;
}
.revoke_users_line{
    margin-bottom:10px;
}
.card-header.text-center{
    background-color:#5d9cec;
}
.editSql{
    cursor:pointer;
    font-size:1.3rem;
    float:right;
    margin:0px 20px;
}
.editSql:hover{
    color:#5d9cec;
}
.archiveSql{
    cursor:pointer;
    font-size:1.3rem;
    float:right;
    margin:0px 20px;
}
.archiveSql:hover{
    color:#5d9cec;
}
.deleteSql{
    cursor:pointer;
    font-size:1.3rem;
    float:right;
    margin:0px 20px;
}
.deleteSql:hover{
    color:#ed2d2d;
}
.saveSql{
    cursor:pointer;
    font-size:1.3rem;
    float:right;
    margin:0px 20px;
    display:none;
}
.saveSql:hover{
    color:#ed2d2d;
}
#showReportNameInput{
    display:none;
}
#showReportDescriptionEdit{
    display:none;
}
#homepage{
    background-image: url(/img/homepage.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #019ee5;
}
#homepage_login{
    background-image: url('/img/login.png');
    width: 116px;
    height: 43px;
    display: block;
}
#homepage_register{
    background-image: url('/img/register.png');
    width: 146px;
    height: 43px;
    display: block;
}
@media (min-width: 768px){
    .col-md-10pc{
        max-width:10%;
        padding-right:9px;
    }
    .col-md-90pc{
        max-width:90%;
        flex:0 0 90%
    }
    .col-md-90pc{
     margin-top:12px;
    }
}
@media (min-width: 1200px){
    .col-md-90pc{
        margin-top:0px;
    }
}
table {
    border:none;
    border-collapse: collapse;
}

table td, table th {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

table th {
    border-top: 1px solid #e3e3e3;
}

table td:first-child table th:first-child {
    border-left: none;
}

table td:last-child table th:last-child {
    border-right: none;
}
#showSqlBodyId .card .card-body{
    overflow-x: scroll;
}