﻿.navbar-nav {
    flex-direction: row !important;
}

.btn {
    color: #fff !important;
}

#gv_EditCommitteeList,
#gv_Sessions {
    border-color: #6C757D;
}

#gv_EditCommitteeList th,
#gv_Sessions th {
    background: #FFC107;
    padding: 10px;
    font-size: 24px;
    color: #000;
}

#gv_EditCommitteeList td,
#gv_Sessions td {
    padding: 8px;
    font-size: 18px;
    vertical-align: middle;
    color: #000;
}

#gv_AW_PresenterList,
#gv_AW_PresenterList td,
#gv_AW_PresenterList th {
    border: 0;
}

    #gv_AW_PresenterList td,
    #gv_AW_PresenterList th {
        border-bottom: 1px solid #FF9900;
    }

    #gv_AW_PresenterList td:nth-child(5) a {
        width: 100%;
    }

label {
    margin-bottom: 0px !important;
}

.pap_tooltip {
    display: inline-block;
    vertical-align: bottom;
    padding: 5px;
    background-color: #17A2B8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 4px;
}
.pap_tooltip::after{
    content: "i";
    position: absolute;
    top: -12%;
    left: 36%;
}

.session_label{
    font-size: 2.5rem !important;
}
.text-warning {
    font-size: 1.6rem !important;
}

.workshopLabel {
    height: 2rem;
    background: #FF9900;
    padding: 2rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    width: 20em;
    color: #fff;
    margin-bottom: 2rem;
    margin-left: -15px;
}

.aboutWorkshop {
    border: 1px solid #FF9900;
    margin-bottom: 15px;
    padding-left: 15px;
}

.aboutWorkshop .label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}


.workshopInfoLabel {
    background: #FF9900;
    font-weight: bolder;
    font-size: 1.4rem !important;
    color: #fff;
    margin: 0 !important;
}



    .workshopTitle {
        font-size: 2rem;
    }

.presenterName {
    font-size: 1.2rem;
    font-weight: bold;
}

    .presenterName span {
        font-weight: 500;
    }

.presenterTitle {
    font-style: italic;
}

.presenterName,
.presenterEmail,
.presenterTitle,
.presenterBio,
.presenterCred {
    margin: 0 !important;
}

.presenterName {
    font-size: 1.3rem;
}

.presenterCred {
    font-size: 1rem;
}

.alert {
    /*display: none;*/
}

.table a {
    text-decoration: underline !important;
    color: blue;
}

.table td,
.table th {
    font-size: 16px;
}

.workshopCommitteeLabel {
    margin-bottom: 15px;
}

.workshopCommitteeLabel p,
.workshopRoomLabel p {
    padding: 15px;
    font-size: 1.5rem;
}

.mb-5{
    margin-bottom: 25px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

#EditButtonsDiv {
    margin-bottom: 15px !important;
}

#sccMsgClose,
#failMsgClose {
    opacity: 1;
}

