body {
    background-color: #000;
}
#LeftPicture {
    display: none !important;
    /* position: relative !important;*/
}
.MyDicomDiv {
    width: 100% !important;
    left: 0px !important;
}
.bg-Blue {
    background-color: #090c29 !important;
}

.SearchBox {
    float: right;
    width: 100%;
    margin-bottom: 10px;
}

.contentPicture {
    max-width: 100%;
}

.dicomContent {
    margin: 0px !important;
    background: #000;
}

table.responsive-table.table.align-items-center.ListItems tbody td,
table.responsive-table.table.align-items-center.ListItems tbody td {
    border-bottom-color: #3a3f99
}

.btnNew {
    border-radius: 18px;
    background-color: #5acce6 ;
    color: #fff;
    border-radius: 18px;
    padding: 8px;
}
    .btnNew:hover,
    .btnNew:active,
    .btnNew:focus {
        background-color: #4dadc3 !important;
    }

.btnNewGreen {
    margin-top: 30px !important;
    background-color: #005B41;
    color: #fff;
    border-radius: 2px;
    padding: 5px 15px;
    border: 1px solid #a4a4a4;
}
    .alert-success {
        border-radius: 18px;
        padding: 10px;
    }

table.responsive-table.table.align-items-center.ListItems {
    color: #fff;
}

.hamburgerMenuImageList {
    background-color: #484398;
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    padding: 5px;
    z-index: 100;
    border-radius: 15px;
    display: none;
    cursor: pointer;
    display: block;
    overflow: hidden;
    /*display: none;*/
}


.imageListModal {
    background-color: #fff;
    position: absolute;
    top: 10%;
    left: 25%;
    right: 25%;
    width: 50%;
    /*height: 50%;*/
    height: auto;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    z-index: 100;
    display: flex;
    display: none;
    flex-direction: column;
    overflow:hidden;
}
    .imageListModal .imageListHeader {
        width: 100%;
        border-bottom: 1px solid #eee;
        background-color: #888;
        display: flex;
        justify-content: center;
    }

        .imageListModal .imageListHeader p {
            color: #fff;
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 0px;
        }
.imageList {
    background-color: #555;
}

.imageListModal .DcmList .DcmItems .item img {
    height: 6em;
    width: auto;
    background-color: transparent;
}
.imageListModal .DcmList .DcmItems .item .description {
    font-size: 18px;
}
.imageListModal .DcmList .DcmItems .link {
    border-bottom: 1px solid #eee;
}

    .imageListModal .DcmList .DcmItems .link:hover{
        background-color:#eee;
    }


    @media(max-width:768px) {
        .imageListModal {
        width: 75% ;
        left: 12.5%;
        right: 12.5%;
    }
}
@media(max-width:500px) {
    .imageListModal {
        width: 90% ;
        left: 5%;
        right: 5%;
    }
        .imageListModal .DcmList .DcmItems .item img {
            height: 4em;
        }
        .imageListModal .DcmList .DcmItems .item .description {
            font-size: 16px;
        }
}
@media(max-width:450px) {
    .DcmList .DcmItems .link {
        display: flex;
        flex-direction: column !important;
    }
    .imageListModal .DcmList .DcmItems .item .description {
        font-size: 14px;
    }
}

.CloseModalImg {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 30px;    
}
    .CloseModalImg img{
        width:30px;
    }

    .loading {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #00000094;
        z-index: 100;
        display: none;
    }
.imageLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    z-index:100
}
.showLoading
{
    display:block;
}

.imageListModal .DcmList {
    width: 100%;
    padding: 0 20px;
    max-height: 80vh;
    overflow-y: scroll;
}


/*ReportPage*/
.ReportPage .reportHeader {
    padding: 20px 0;
}

.ReportPage .BtnYMD {
    display: flex;
    background-color: #eee;
    justify-content: space-around;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.ReportPage .reportBody {
    display: flex;
    justify-content: space-around;
}

    .ReportPage .reportBody .chrts {
    }

@media(max-width:576px) {
    .navbarItems {
        background-color: rgb(102, 94, 247);
        padding: 8px;
        border-radius: 11px;
    }
}

.BtnsYMD{
    position:relative;
}
.BtnsYMD > input{
 color: #fff;
    border: none;
    width: 100px;
    height: 40px;
    font-size: 20px;
}
.BtnsYMD .Details {
    background-color: #665ef7;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100px;
    z-index: 1;
    padding: 0;
    text-align: center;
    overflow: hidden;
    height: 0;
}
 .BtnsYMD .Details.Show {
   
    height:auto;
    padding:15px 0;
}
   
    .BtnsYMD .Details > a
    {
        width:100%;
    }

#day.BtnsYMD .Details > a {
    width: 25%;
}

#day.BtnsYMD .Details {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    right:0;
}

#dmonth.BtnsYMD .Details > a {
    width: 33.33%;
}

#dmonth.BtnsYMD .Details {
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    right: -74px;
}


    .BtnsYMD .Details   label  {
        width: 100%;
        margin: 2px 0;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }
        .BtnsYMD .Details  a:hover {
            background-color: #9994f2 !important;
        }

        #dyear > input {
            background-color: #BF3131;
        }
#dmonth > input {
    background-color: #7E30E1;
}
#day > input {
    background-color: #0766AD;
}



/*DcmList*/


    .DcmList .DcmItems .link {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding: 5px 0;
        text-decoration: none;
    }

    .DcmList .DcmItems .item .description {
        color: #fff;
        padding: 0 20px;
        font-size: 24px;
        font-weight: 800;
    }
        .DcmList .DcmItems .item .description p{
            margin-bottom:0.3em;
        }
    .DcmList .DcmItems .item img {
        height: 120px;
        width: auto;
        border-radius: 10px;
        background-color: #fff;
        padding: 5px;
    }





.txtClr1 {
    color: #92C7CF
}
.txtClr2 {
    color: #5D3587
}
.txtClr3 {
    color: #BF3131
}
.txtClr4 {
    color: #E36414
}

@media(max-width:800px) {
    .hamburgerMenuImageList{
        display:block;
    }
  

    #form-group > .contentPicture {
       /* display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;*/
    }

    .dicomContent {
        display: flex;
        flex-direction: column;
    }
}

#icon-list > span .itemMenu {
    color: #fff;
    padding: 8px;
    height: 50px;
    width: 50px;
    fill: #fff;
}

    #icon-list > span .itemMenu.selectedItem {
        border-radius: 7px;
        background-color: rgb(90, 204, 230);
        color: rgb(0 0 0);
    }



.setTollTips {
    position: absolute;
    background-color: #665ef7;
    z-index: 100;
    height: auto;
    left: 0;
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    top: 50px;
    flex-direction: column;
    border-radius: 5px;
    min-width:130px;
    display:none
}
    .setTollTips > .listItems {
        display: flex;
        flex-direction: column;
    }

    .Shape {
        width: 20px;
        height: 20px;
        background-color: rgb(102, 94, 247);
        position: absolute;
        z-index: 100;
        left: 15px;
        transform: rotate(45deg);
        top: -9px;
    }

.itemMenuSelect {
    position: relative;
}



/************************Table*/

table, th, td {
    border: none;
}

table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.bordered > thead > tr,
    table.bordered > tbody > tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    table.striped tr {
        border-bottom: none;
    }

    table.striped > tbody > tr:nth-child(odd) {
        background-color: rgba(242, 242, 242, 0.5);
    }

    table.striped > tbody > tr > td {
        border-radius: 0;
    }

    table.highlight > tbody > tr {
        transition: background-color .25s ease;
    }

        table.highlight > tbody > tr:hover {
            background-color: rgba(242, 242, 242, 0.5);
        }

    table.centered thead tr th, table.centered tbody tr td {
        text-align: center;
    }

tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        /* sort out borders */
    }

        table.responsive-table td:empty:before {
            content: '\00a0';
        }

        table.responsive-table th,
        table.responsive-table td {
            margin: 0;
            vertical-align: top;
        }

        table.responsive-table th {
            text-align: left;
        }

        table.responsive-table thead {
            display: block;
            float: left;
        }

            table.responsive-table thead tr {
                display: block;
                padding: 0 10px 0 0;
            }

                table.responsive-table thead tr th::before {
                    content: "\00a0";
                }

        table.responsive-table tbody {
            display: block;
            width: auto;
            position: relative;
            overflow-x: auto;
            white-space: nowrap;
        }

            table.responsive-table tbody tr {
                display: inline-block;
                vertical-align: top;
            }

        table.responsive-table th {
            display: block;
            text-align: right;
        }

        table.responsive-table td {
            display: block;
            min-height: 1.25em;
            text-align: left;
        }

        table.responsive-table tr {
            padding: 0 10px;
        }

        table.responsive-table thead {
            border: 0;
            border-right: 1px solid rgba(0, 0, 0, 0.12);
        }

        table.responsive-table.bordered th {
            border-bottom: 0;
            border-left: 0;
        }

        table.responsive-table.bordered td {
            border-left: 0;
            border-right: 0;
            border-bottom: 0;
        }

        table.responsive-table.bordered tr {
            border: 0;
        }

        table.responsive-table.bordered tbody tr {
            border-right: 1px solid rgba(0, 0, 0, 0.12);
        }
}