.fileinput {
    margin-bottom: 9px;
    display: inline-block;
}
.fileinput .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}
.fileinput i + .fileinput-filename,
.fileinput .btn + .fileinput-filename {
    padding-left: 5px;
}
.fileinput.fileinput-exists .close {
    opacity: 1;
    color: #dee0e4;
    position: relative;
    top: 3px;
    margin-left: 5px;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}
.fileinput .thumbnail[data-trigger="fileinput"] {
    cursor: pointer;
}
.fileinput .thumbnail:before,
.fileinput .thumbnail:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.fileinput .thumbnail:after {
    clear: both;
}
.fileinput .thumbnail:before,
.fileinput .thumbnail:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.fileinput .thumbnail:after {
    clear: both;
}
.fileinput .thumbnail > img {
    max-height: 100%;
    display: block;
}
.fileinput .btn {
    vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}
.fileinput-inline .fileinput-controls {
    display: inline;
}
.fileinput .uneditable-input {
    white-space: normal;
}
.fileinput-new .input-group .btn-file {
    border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
    border-radius: 0 2px 2px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
    border-radius: 0 3px 3px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
    color: #574802;
    border-color: #ffd78a;
}
.form-group.has-warning .fileinput .fileinput-preview {
    color: #574802;
}
.form-group.has-warning .fileinput .thumbnail {
    border-color: #ffd78a;
}
.form-group.has-error .fileinput .uneditable-input {
    color: #ac1818;
    border-color: #ffafbd;
}
.form-group.has-error .fileinput .fileinput-preview {
    color: #ac1818;
}
.form-group.has-error .fileinput .thumbnail {
    border-color: #ffafbd;
}
.form-group.has-success .fileinput .uneditable-input {
    color: #045702;
    border-color: #b4e8a8;
}
.form-group.has-success .fileinput .fileinput-preview {
    color: #045702;
}
.form-group.has-success .fileinput .thumbnail {
    border-color: #b4e8a8;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}
.fileinput .uneditable-input,
.fileinput-new .input-group .btn-file {
    display: table-cell !important;
}
.btn-cursr{
    cursor: pointer !important;
}


.admin-dashboar-logo
{
    width: 80%!important;
    margin: auto!important;

    background-repeat: no-repeat;
    height: 120px;
}
.admin-dashboar-tile
{
    width: 100px !important;
}
.admin-dashboar-width
{
    width: 80%!important;
    margin: auto!important;
}
.row-width
{
    /*width: 99%!important;*/
    margin: auto!important;
}
.row-width-3
{
    width: 95%!important;
    margin: auto!important;
}
.row-width-2
{
    width: 90%!important;
    margin: auto!important;
}
.body{
    background-color: #f4f6f9!important;
}
.border-radius{
    border-top-left-radius: 20px!important;
    border-top-right-radius: 20px!important;
}
.border-radius-auto{
    border-radius: 10px!important;
    width: 95% !important;
    margin: auto!important;
    background-color: #343a40a1!important;
}
.font{
    font-size: 2rem!important;
    float: none;
}
.border-radius-1{
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}
.legend-style{
    display: inline-block!important;
    width: auto!important;
}
.fieldset-style-border{
    /*border: 1px solid black !important;*/

    border: none;
    border-radius: 10px!important;
    margin: auto!important;
    width: 95% !important;
}
.h4-style{
   border-radius: 10px!important;
    padding: 5px!important;
}
.margin-auto-div{
    margin: auto!important;
    margin-top: 15px!important;
}
.required-field::after {
    content: "*";
    color: red;
    float: right;
}
.fa-2x-resize{
    font-size: .5em!important;
    color: red;
}
.padding-style{
    padding-left: 0!important;
}
.select2-container--default .select2-selection--single{
    height: 37px!important;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px!important;
    right: 5px!important;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #343a40!important;
    background-color: #343a40!important;
}
.table-border {
    border: 1px solid #000000!important;
}
.table-border thead th {
    border: 1px solid #000000!important;
}
.swal-footer{
    text-align: center!important;
}
.custom-image {
    position:relative;
    width:80px;
    height:80px;
}
.custom-image img {
    width:100%;
    vertical-align:top;
}
.overlay-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.overlay-close a{
    color: #fff;
    /*background: rgba(0,0,0,0.6);*/
    /*border: 1px solid #fff;*/
    /*padding: 1px 7px;*/
    /*border-radius: 100%;*/
}
.custom-image:hover .overlay-close{
    opacity: 1;
}

.pcolor{
    color: red;
}

.padding-style{
    padding-left: 0!important;
}

.fa-2x-resize-again{
    font-size: .5em!important;
    color: red;
    margin-right: 45px;
}

.error{
    color: red;
    font-size: 14px;
    font-weight: 400!important;
}

/* For Pagination */
.page-item.active .page-link {
    background-color: #666666 !important;
    border-color: #666666 !important;
}
/* End Css For Pagination */

/* For Data tables */
div.dataTables_wrapper div.dataTables_filter {
    position: absolute !important;
    top: 92px !important;
    right: 62px !important;
}
input[type=search]:focus {
    border-color: #666666 !important;
}
.custom-select:focus {
    border-color: #666666 !important;
}
.page-item:last-child .page-link {
    color: #868ea4 !important;
}
/* End Css For Data tables */

#title-error, #description-error, #abstract-error{
    text-align: left;
}

div.note-editable p {
    color: black !important;
    text-align: left;
}

.note-icon-picture, .note-icon-video{
    display: none;
}

/* Custom Sent Message Style for Email Submission */
.custom-alert-message {
    width: 700px;
    margin: 3px auto;
    text-align: center;
    font-weight: bold;
    color: #155724;
    background:#d4edda;
    padding: 7px 20px;
    border: 1px solid #c3e6cb;
    border-radius: .25rem;
}
.label-width{
    width: 80%!important;
}

.img-modal-width{
    max-width: 1600px !important;
}
.img-width{
    width: 100%!important;
    height: 650px!important;
}
span .logout-icon:before {
    content: '\f007';
    font: 19px/1 FontAwesome;
    position: relative;
    top: 3px;
    margin-right: 3px;
    color: #0093a7;
    clear: both;
}



/*Hammad Khan Custom Styling*/

.user-widget-list-wrpr{
    border-left:1px solid #ccc;
}
.user-widget-list-wrpr>ul>li{
    list-style-type: none;
    margin-bottom: 25px;
}
.user-widget-list-wrpr>ul>li>a{
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.user-widget-list-wrpr>ul>li>a:hover{
    color: #0093a7;
}
.user-widget-list-wrpr>ul>li>a>i{
    font-size: 26px;
    color: #0093a7;
}
.welcome-user>ul>li{
    list-style-type: none;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
}
.welcome-user>ul>li>span{
    color: #0093a7;
}
.welcome-user>ul>li>i{
    font-size: 50px;
}
.usr-wrkshp-col-adj{
    padding-left: 10px;
}
.usr-chg-pwd-col-adj{
    padding: 10px;
}

.usr-chg-pwd-wrpr{
    border:1px solid #ccc;
    min-height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.usr-chg-pwd-hdr{
    background: #0093A5;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
    font-weight: bold;

}
.usr-chg-pwd-form-wrpr{
    padding: 10px;
}
.pwd-req{
    color: red;
    font-size: 26px;
}
.woocommerce a.button, .woocommerce input[type="submit"], .woocommerce button[type="submit"], .woocommerce input.button, .woocommerce input.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .button.alt:hover, .woocommerce button.alt:hover, .woocommerce-page a.button, .woocommerce-page input[type="submit"], .woocommerce-page button[type="submit"], .woocommerce-page input.button, .woocommerce-page input.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page .button.alt:hover, .woocommerce-page button.alt:hover{
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 15px;
    cursor: pointer;
    border: 2px solid #0093a7;
    color: #0093a7;
    background-color: transparent;
}
.btContentHolder table thead th
{
    font-weight: 700;
    background-color: #0093A5 !important;
    color: white;
}
.text-white
{
    color: #fff !important;
}


.example-text{
    font-size: 12px;
    color: #000;
}

.director-heading{
    color: white!important;
    text-align: center!important;
    background-color: #2c6253!important;

}
.padding-set{
    padding: 30px;
}
.button-color{
    background-color: #95ad45!important;
    border: 2px solid #95ad45!important;
    border-radius: 10px!important;
    font-weight: 600!important;
    font-size: 15px!important;
}
.align-set-right{
    float: right;
}
.align-set-left{
    float: left;
}
.fix-bottom{
    position: absolute;
    right: 0;
    bottom: 50px;
}
.fix-bottom-front{
    position: absolute;
    right: 341px;
    bottom: 60px;
}
.register-style{
    color: #0293a7 !important;
    font-size: 15px!important;
    font-weight: 800!important;
}
/*comment*/
label.col-form-label{
    text-align: left!important;
    padding: 0 7px 0 0!important;
}


#clone-target{
    margin-top: 20px;
}
.custom-workshop-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px){
    .custom-workshop-layout {
        grid-template-columns: 1fr;
    }
}
.update-button{
    left: 700px;
    top: 70px;
}

.alert-text{
    background-color: #8BC34A!important;
    padding: 6px 15px!important;
    color: #ffffff!important;
    font-size: 18px!important;
}

.custm-publication-margin{
    margin-bottom: 30px !important;
}





.dash a div.btSuperTitle span {
    position: relative;
    content: 'W'
}

.dash:hover a div.btSuperTitle span {
    display: none;
}

.dash:hover a div.btSuperTitle:before {
    content: 'Workshop';
}
div.dataTables_wrapper div.dataTables_filter{
    position: absolute !important;
    top: 0px !important;
    right: 62px !important;
}

.ws-custm-hdng-style{
color: #0093a7 !important;
}

.icon-text-font{
    padding: 10px!important;
    font-size: 25px!important;
    font-weight: 600!important;
}


#invalid_date_error{
    color:red;
    font-size: 14px;
}



.yr-element-rm{
    background:gray !important;
}
.yr-element-rm>p>a,
.yr-element-rm>p>a>span{
    color:#fff !important;
}
ul.pagination {
    text-align: right;
}
li.paginate_button {
    display: inline-block;
    list-style-type: none;
}












/*modal styling*/
.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window > div {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
}


.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}
.modal-close:hover {
    color: black;
}



.poploginbtnstying{
    float: right;
    position: relative;
    top: 20px;
    background: #0093a7;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}





/*sumer note custom styles*/
.sumernote-editor-styles p b span{
    font-family: "Raleway", Arial, sans-serif !important;
    font-size: 24px !important
}
.sumernote-editor-styles p span{
    font-family: "Raleway", Arial, sans-serif !important;
    font-size: 16px !important

}
.sumernote-editor-styles p,
.sumernote-editor-styles ul{
    font-family: "Raleway", Arial, sans-serif !important;
    font-size: 16px !important
}

@media print{
    @page {
        -webkit-print-color-adjust: exact;
    }
    body{
        -webkit-print-color-adjust: exact;
        color-adjust: exact !important;
    }
    .background{
        -webkit-print-color-adjust: exact;
        color-adjust: exact !important;
        background: red!important;
    }
}



/*sponsors pagination tabs stylings*/
.spns-pagination-tabs nav ul li{
    display: inline-block;
    padding: 5px;
}
.spns-pagination-tabs nav ul li a{
    display: block;
}



/*sidenav tab*/

/* Right Sidebar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 150px;
    left: 0;
    background-color: #fefefe;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    3px solid #4194a7
}

.sidenav a {
    padding: 23px 0px 23px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #456f74;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px dotted;
}

.sidenav a:hover {
    color: #456f74;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}





.cstm-info-box{
    width: 260px;
    min-height: 130px;

}
.cstm-info-box-icon{
    height: 90px;
    margin-top: -30px;
    /*min-width: 90px !important;*/
}
.cstm-info-box>.info-box-content{
    text-align: right;
}


.error-check{
    display: block !important;
    position: absolute;
    visibility: hidden;
}
.note-icon-picture{
    display: block !important;
}