.text_ico
{
    position: absolute !important;
    right: 0;
    top: 10px;
}

.text_text
{
    padding-right: 33px!important;
}

.ref_det
{
    text-align: left;
}

    .ref_det li > span:first-child
    {
        font-size: 10pt;
    }

    .ref_det li > span:last-child
    {
        font-family: sans-serif;
        font-weight: bold;
        font-size: 10pt;
    }

    .ref_det li
    {
        border-color: #e4eaec;
        margin: 15px 0;
        box-shadow: 1px 1px 7px gray;
    }


.my_ref_det li
{
    width: 32%;
    float: left;
    border-color: #e4eaec;
    margin: 7px;
    box-shadow: 1px 1px 7px gray;
}

    .my_ref_det li table
    {
        width: 100%;
        text-align: left;
    }

        .my_ref_det li table td:nth-child(1)
        {
            width: 47%;
            font-weight: bold;
            font-family: sans-serif;
        }

        .my_ref_det li table td:nth-child(2)
        {
            width: 50%;
        }

        .my_ref_det li table td:nth-child(3)
        {
            width: 3%;
            font-size: 20pt;
            color: #62a8ea;
        }

        /*
        .my_ref_det li table td:nth-child(1) span
        {
            color: black;
        }
       */

        .my_ref_det li table td:nth-child(1) i
        {
            color: #62a8ea;
        }

        .my_ref_det li table td:nth-child(2) > span:first-child
        {
            font-size: 11pt;
            font-weight: bold;
        }

        .my_ref_det li table td:nth-child(3) i
        {
            margin-right: 0;
        }


.dark_back
{
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: black;
    z-index: 1;
    opacity: 0.3;
}

.side_menu
{
    display: none;
    width: 20%;
    height: 100%;
    top: 0;
    left: -20%;
    position: absolute;
    background-color: white;
    z-index: 2;
    font-size: 10pt;
    transition: 0.4s;
}

    .side_menu ul
    {
        width: 100%;
        height: 100%;
        padding: 0;
        margin-bottom: 0;
        text-align: left;
        box-shadow: 5px 0px 10px gray;
    }

        .side_menu ul li
        {
            cursor: pointer;
            padding-left: 10px;
            border: 1px solid darkgray;
            font-size: 15pt;
            padding: 5px 15px;
        }

            .side_menu ul li i
            {
                color: #62a8ea;
            }

            .side_menu ul li:first-child
            {
                height: 40%;
            }

            .side_menu ul li:nth-child(1)
            {
                border-top: 0;
            }

            .side_menu ul li:nth-child(5)
            {
                border-bottom: 2px solid darkgray;
            }


/*
.main_page
{
    width: 100%;
    padding: 0;
    height: 100%;
}

.main_panel
{
    width: 100%;
    margin-bottom: 0;
    height: 100%;
}

.main_heading
{
    background-color: #62a8ea;
    padding: 5px;
    height: 8%;
    text-align: left;
    color: white;
    font-size: 15pt;
}

.main_body
{
    height: 92%;
}
                */

.main_heading
{
    color: white;
    font-size: 13pt;
    text-align: left;
    padding-bottom: 5px;
    height: 30px;
}

.popup_ref_det
{
    display: none;
    width: 40%;
    height: 94%;
    top: 0;
    left: 32%;
    position: absolute;
    background-color: white;
    margin: 1%;
    z-index: 7;
    padding: 1% 2%;
    box-shadow: 3px 3px 5px black;
    z-index:10001;
}

    .popup_ref_det h4
    {
        font-size: 14pt;
    }

    .popup_ref_det button
    {
        float: right;
        position: absolute;
        right: -10px;
        top: -10px;
    }

.popup_ref_det_inner
{
    width: 100%;
    max-height: 90%;
    overflow: auto;
}

    .popup_ref_det_inner ul
    {
        width: 99%;
    }

.add_ref
{
    width: 100%;
    max-height: 90%;
    overflow: auto;
}

    .add_ref ul
    {
        width: 99%;
    }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 50px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
.mypage
{
    width: 100%;
    height: 100%;
}

.mypanel
{
    width: 100% !important;
    margin-bottom: 0 !important;
    height: 100%;
}

.mypanel_center
{
    width: 40%!important;
    margin-left: auto;
    margin-right: auto;
    height: 90%;
    margin-bottom: 0!important;
}

.mypanel_basic
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 90%;
    margin-bottom: 0!important;
}

.mypanel-body
{
    max-height: 100%;
    overflow: auto;
    padding: 15px 20px !important;
}
.mypanel-div
{
    max-height: 100%;
    overflow-x: hidden;
}

form
{
    margin: 0 !important;
}

.img_logo
{
    width: 100%;
    height: 100%;
    padding: 20%;
}

.img_brand
{
    width: 75px;
    height: 75px;
}

.form-material .form-control:focus ~ .floating-label, .form-material .form-control:not(.empty) ~ .floating-label
{
    top: -22px;
    font-size: 11pt;
}

.form-material .form-control ~ .floating-label
{
    top: 8px;
    font-size: 8pt;
}

.loading_outer
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: white;
    opacity: 0.9;
    z-index:10000;
}

.loading_inner
{
    display: none;
    height: 80px;
    padding: 15px;
    position: absolute;
    top: 17%;
    left: 48.5%;
    z-index: 6;
    border-radius: 5px;
    text-align: center;
    z-index:10001;
}

.tbl_add_ref
{
    width:100%;
    text-align:left;
}
.tbl_add_ref tr td:first-child
{
    width:30%;
}.tbl_add_ref tr td
{
    width:70%;
    padding:10px 0px;
}
