﻿    #dashboard {
    }

    #dashboard .fontred{ 
        color:red
    }

    #dashboard .fontgreen{
        color:#2FA74E
    }

    #dashboard .change-registration-page {
        color:#23527C; border-radius:20px;
    }

    #dashboard .change-registration-page-title {
        padding-top:3px;font-weight:normal
    }

        #dashboard .link_button_padding {
        padding:10px 0px 5px 0px;
    }

        #dashboard .link_button_padding .link_button {
        width:220px;border-radius: 20px;
    }

    #dashboard .link_button_padding .link_button_gray{
        width:220px;border-radius: 20px;background-color:#D5D5D5; color:#797979
    }

    #dashboard .link_button_padding .link_button_yellow{
        width:220px;border-radius: 20px;background-color:#F3861F; color:white
    }

    #dashboard .link_button_padding .link_button_warning{
        width:220px;border-radius: 20px;background-color:#ffc107; color:white
    }

    #dashboard .deleteBtn{
        background-color:white; color:red; border:solid 1px #EC1865; width:40px; height:40px;
        font-size:20px;
    }

    #dashboard .reg_content {
        background-color: white;
        border-radius: 15px;
        border: solid 1px #959595;
        padding: 0px;
        border-top-right-radius: 0px;
    }

    #dashboard .fee_information_content {
        border-right: solid 1px #959595;
        min-height: 130px;
    }

    #dashboard .myroutine {
        background-color: #EFEFEF;
        padding: 10px 0px 10px 15px;
        border-top: solid 1px #959595;
    }

     #dashboard .eventinfo_panel {
        border-left: solid 1px #959595;
        padding: 0px;
        min-height:215px;
    }

    #dashboard .myroutine_panel {
        padding: 0px;
    }

   

    #dashboard .eventinfo {
        background-color: #EFEFEF;
        padding: 10px 0px 10px 15px;
        margin-left:1px;
        margin-right:1px;
        border-top: solid 1px #959595;
        border-right: solid 0px #959595;
    }

    .clear-separate-panel {
        margin-bottom: 20px;
    }

    #dashboard .no-registration {
        text-align:center;
        min-height:50px;
    }

@media (max-width: 1200px) {
    #dashboard .eventinfo_panel {
        border: 0px;
    }

    #dashboard .fee_information_content {
        border: 0px;
        min-height: 0px;
    }
}

@media (max-width: 991px) {
    #dashboard {
        background-color: #FAEFF3;
    }

    .clear-separate-panel {
        border-radius: 0;
        border: none;
        padding: 0;
    }

    #dashboard .reg_content {
        border-radius: 0px;
        border: solid 0px white;
    }

    #dashboard .myroutine {
        background-color: white;
    }

    #dashboard .eventinfo {
        background-color: white;
        margin: 0px;
    }
}

@media (max-width: 767px) {
    #dashboard .page-title {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    #dashboard .reg_content {
        border: solid 1px white;
    }

    #dashboard .eventinfo {
        background-color: white;
    }
}