﻿

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #085453;
    font-family: AtypWood-Regular-Fix;
}

.navbar-inverse {
    border: 0;
}

textarea {
    padding: 10px;
}

.ic-logo {
    margin-top: 30px;
}

.hd-list-menu a {
    padding-top: 6px;
}

.hotel-box a, .hotel-box a:hover, .hotel-box a:focus {
    color: white;
}

.star-required:after {
    content: ' *';
    color: #ff0000;
}

.fancybox-margin {
    margin-right: 17px;
}

.will-anyone-notice {
    font-family: AtypWood-Regular-Fix;
    color: #085453;
    font-size: 15px;
    padding-left: 7px;
}

.my-registration,
.my-registration-edit,
.my-register,
.my-password-recovery,
.main-info {
    
    width: 700px;
    margin:90px auto;
    
}

.my-registration {
    display: flex;
    flex-direction: column;
}

/*For mobile device*/
@media (max-width:767px) {
    .ic-logo {
        margin-top: 100px;
    }

    .main-info {
        margin-left: auto;
        margin-right: auto;
        
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .my-registration,
    .my-registration-edit,
    .my-register {
        width: 95%;
    }
}

@media (max-height: 850px) {
    .ic-logo {
        margin-top: 130px;
    }
}

.my-registration h4,
.my-registration-edit h4,
.my-register h4,
.my-password-recovery h4,
.main-info h4 {
    margin: 20px 0;
    padding-bottom: 0;
    font-size: 24px;
    font-family: AtypWood-Regular-Fix;
    color: #034547;
}

.login-btn {
    margin-right: 15px;
    margin-left: 15px;
}

/*    .login-btn input,
    .forgot-password a {
        color: white;
        background-color: #085453;
        border-color: #fafafa;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 170px;
        font-size: 14px;
        font-family: AtypWood-Bold-Fix;
        margin-bottom: 15px;
    }*/

.col-sm-12 > p {
    color: #085453;
    font-family: AtypWood-Regular-Fix;
    font-size: 14px;
}

.text-error {
    color: #ee5246;
    font-family: AtypWood-Regular-Fix;
    font-size: 12px;
}

#registrationForm > form {
    display: flex;
    flex-direction: column;
}

.radio-text {
    font-family: AtypWood-Regular-Fix;
    font-size: 14px;
    color: #085453;
    margin-left: 10px;
}

.input-line {
    display: flex;
    margin: 5px 0;
}


.flex-col {
    display: flex;
    flex-direction: column;
}
/***************************my-activities-edit*********************************************/
.my-activities-edit .checkbox {
    line-height: 26px;
}

.my-activities-edit label {
    line-height: 26px;
}

.my-activities-edit input {
    font-size: 20px;
}

.my-activities-edit .checkbox label {
    padding-left: 0;
}

.my-activities-edit .title label {
    font-size: 18px;
    font-weight: bold;
}

.my-activities-edit label {
    font-size: 18px;
    font-weight: normal;
}

.my-activities-edit .form-group .row {
    margin-top: 10px;
}

    .my-activities-edit .form-group .row:first-child {
        margin-top: 0;
    }

.my-activities-edit .date, .my-activities .date {
    margin-right: 10px;
    font-family: AtypWood-Regular-Fix;
    font-size: 15px;
    color: #05302F;
}
/***************************End my-activities-edit*********************************************/

/***************************my-activities*********************************************/
.my-activities .col-md-11 {
    padding-left: 0;
}

.my-activities label {
    font-weight: normal;
    border-radius: 14px;
    border: 1px solid #DCE7E7;
    background: #FCFCFC;
    width: 66%;
    padding: 17px 23px 20px 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.my-activities .title {
    font-family: AtypWood-Bold-Fix;
    font-size: 15px;
    color: #05302F;
}

/***************************End my-activities*********************************************/
/***************************my-meetingRequests*********************************************/
.my-meetingRequests .container-fluid {
    margin-bottom: 15px;
}

    .my-meetingRequests .container-fluid .row:nth-child(1) {
        font-weight: bold;
    }

/***************************End my-meetingRequests*********************************************/


/***************************my-meetingRequests-edit*********************************************/
.my-meetingRequests-edit select {
    margin-right: 15px;
    min-height: 25px;
    width: 100%;
}

    .my-meetingRequests-edit select option {
        max-width: 280px;
        width: 28px;
    }

.my-meetingRequests-edit .addButton {
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top: -1px;
}

.my-meetingRequests-edit .guests .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.my-meetingRequests-edit label {
    font-weight: normal;
}



.my-meetingRequests-edit .col-md-5, .my-meetingRequests-edit .col-md-3, .my-meetingRequests-edit .col-md-4 {
    padding-left: 0;
}

/***************************END my-meetingRequests-edit*********************************************/
/***************************my-registrAation*********************************************/
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.register-text {
    font-family: AtypWood-Regular-Fix;
    font-size: 15px;
    color: #4C5C5C;
}

.edit-btn {
    color: #05302F;
    font-family: AtypWood-Regular-Fix;
    font-size: 13px;
    background: #f5f6f6;
    border: none;
    text-decoration: underline;
}

.edit-wrapper {
    display: flex;
    justify-content: flex-end;
}
/***************************END-my-registrAation*********************************************/
/***************************my-registrAation-edit*********************************************/
.inline-wrapper {
    padding-left: 15px;
    margin-bottom: 8px;
}

.title-section {
    font-size: 56px;
    font-family: AtypWood-Bold-Fix;
    color: #112C2E;
    margin-top:120px;
}

.reg-edit-section {
    display: flex;
    flex-direction: column;
    margin: 20px -15px 60px;
}

.section-name h4 {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 24px;
    font-family: AtypWood-Regular-Fix;
    color: #034547;
}

.inline-section {
    display: inline;
}

    .inline-section input {
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

    .inline-section label {
        font-size: 15px;
        font-family: AtypWood-Regular-Fix;
        color: #034547;
        display: inline;
    
    }

.hotel-wrapper {
    padding-left: 15px;
    margin-bottom: 8px;
}

.hotel-wrapper-open {
    padding-left: 15px;
    margin-bottom: 8px;
}

.hotel-subheader {
    font-size: 15px;
    font-family: AtypWood-Regular-Fix;
    color: #4C5C5C;
    margin: 0 0 20px 0;
}

    .hotel-subheader span {
        font-family: AtypWood-Bold-Fix;
        font-size: 15px;
    }

.trans-group {
    display: flex;
    flex-direction: column;
    color: #085453;
    margin-bottom: 22px;
}
    .trans-group label {
        margin-bottom: 10px;
        font-size: 15px;
        font-family: AtypWood-Bold-Fix;
        color: #034547;
    }
.trans-group .field-value .date input {
   height:45px;
}


.trans-subheader {
    font-family: AtypWood-Bold-Fix;
    font-size: 15px;
    color: #4C5C5C;
    margin: 0 0 20px 0;
}

.my-registration-edit .date {
    width: 100%;
    margin-bottom: 5px;
}

.subtitle-heading {
    font-family: AtypWood-Bold-Fix;
    font-size: 17px;
    color: rgba(76, 92, 92, 1);
}

.subtitle-text {
    font-family: AtypWood-Regular-Fix;
    font-size: 17px;
    color: rgba(76, 92, 92, 1);
}

.vl {
    border-right: 1px solid white;
    margin: 0 5px;
}

#buttons button,
#buttons input {
    width: 170px;
    height: 40px;
}


.my-registration-edit .date .form-control {
    max-width: 100%;
    height: 35px;
}

.my-registration-edit .form-control, .changePassword .form-control {
    max-width: 100% !important;
    height: 45px;
}

.meeting-placeholder::placeholder {
    font-family: AtypWood-Regular-Fix;
    color: rgb(8, 84, 83);
    font-size: 12px;
}

.meetinglabel {
    color: #034547;
    font-family: AtypWood-Bold-Fix;
    font-size: 14px;
}

.marginlabel.marg {
    margin-bottom: 8px;
}

.meeting-main {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    width: 100%;
}

.meeting-bottom-section {
    display: flex;
    flex-direction: column;
}

.meeting-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
    grid-gap: 8px;
}
.guest.row {
    margin: 10px 0 0 0;
    padding: 20px;
    border-radius: 14px;
    background-color: white;
    border: 1px solid #DCE7E7;
}
/*@media (max-width: 768px) { 
    .meeting-wrapper {
        grid-template-columns: 1fr; 
    }
}*/
/***************************END my-registrAation-edit*********************************************/
/***************************form-group*********************************************/
.validation-summary-errors text-danger {
    color: #ee5246;
    font-family: AtypWood-Regular-Fix;
    font-size: 15px;
}

.form-group-register {
    display: flex;
}

    .form-group-register label {
        color: #4C5C5C;
        font-family: AtypWood-Regular-Fix;
        font-size: 15px;
        margin-right: 5px;
    }

    .form-group-register span {
        color: #4C5C5C;
        font-family: AtypWood-Bold-Fix;
        font-size: 15px;
    }

    .form-group-register div a h5 {
        color: #4C5C5C;
        font-family: AtypWood-Bold-Fix;
        font-size: 15px;
        text-decoration: underline;
        margin: 20px 0 0 0;
    }

.edit-section {
    display: flex;
    flex-direction: column;
}

.form-group {
    color: #085453;
    display: flex;
    flex-direction: column;
}

    .form-group table {
        margin-top: 10px;
        border-collapse: separate;
        width: 100%;
    }

        .form-group table tr {
            width: 100%;
            margin-bottom: 5px;
            background: white;
            border: none !important;
            position: relative;
            bottom: 10px;
        }

            .form-group table tr:first-child {                
                margin-top: 10px;
            }

            .form-group table tr td {
                padding: 10px 23px;
                gap: 10px;
                border-top: 1px solid #DCE7E7;
                border-bottom: 1px solid #DCE7E7;
                font-size: 14px;
            }

                .form-group table tr td:first-child {
                    /* Styles for the first <td> in each <tr> */
                    border-top-left-radius: 15px;
                    border-bottom-left-radius: 15px;
                    border: 1px solid #DCE7E7;
                    border-right: none;
                    font-family: AtypWood-Bold-Fix;
                    font-size: 15px;
                }

                .form-group table tr td:last-child {
                    /* Styles for the last <td> in each <tr> */
                    border-top-right-radius: 15px;
                    border-bottom-right-radius: 15px;
                    border: 1px solid #DCE7E7;
                    border-left: none;
                }


        .form-group table td.row-header {
            text-align: left;
            /*width: 47%;*/
            /*padding-right: 8%;*/
            font-weight: bold;
        }

        .form-group table td.column-header {
            text-align: left;
            font-family: AtypWood-Bold-Fix;
            font-size: 14px;
            text-transform: capitalize;
        }

    .form-group .control-label {
        text-align: left;
        margin-bottom: 10px;
        font-family: AtypWood-Bold-Fix;
        color: #085453;
        font-size: 15px;
    }

#meetingRequestsTD {
    background: white;
}

#meetingRequestsTD {
}

#meetingRequestsTH {
    padding: 10px 23px;
    gap: 10px;
    border-top: 1px solid #DCE7E7;
    border-bottom: 1px solid #DCE7E7;
    font-size: 15px;
}

#meetingRequestsTH:first-child {
    /* Styles for the first <td> in each <tr> */
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #DCE7E7;
    border-right: none;
    font-family: AtypWood-Bold-Fix;
    font-size: 15px;
}

    #meetingRequestsTH:last-child {
        /* Styles for the last <td> in each <tr> */
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border: 1px solid #DCE7E7;
        border-left: none;
    }
.meeting-section-filter {
    display: inline;
    margin: 0;
    padding: 0;
}

.analyst-h5 {
    color: #034547;
    font-family: AtypWood-Bold-Fix;
    font-size: 20px;
    margin-bottom: 20px;
}



@media(max-width: 650px) {
    .form-group table {
        width: 95%; /*Original 50*/
    }

    .form-group table {
        width: 100%;
    }
}

.transport-group {
    display: flex;
    flex-direction: row;
}

    .transport-group label {
        font-family: AtypWood-Regular-Fix;
        font-size: 15px;
        color: #085453;
        padding-left: 0px;
    }

    .transport-group div {
        font-family: AtypWood-Bold-Fix;
        font-size: 15px;
        color: #085453;
    }

.reg-text {
    font-family: AtypWood-Regular-Fix;
    font-size: 15px;
    color: #085453;
}

    .reg-text a {
        font-family: AtypWood-Bold-Fix;
        font-size: 15px;
        color: #085453;
        text-decoration: underline
    }
/***************************END form-group*********************************************/
.main-info .form-control,
.my-register .form-control {
    max-width: 100%;
    height: 54px;
}

.register-text {
    font-family: AtypWood-Regular-Fix;
    font-size: 15px;
    color: #085453;
    padding: 0;
    margin-bottom: 15px;
    /*    padding-left: 15px;*/
}

    .register-text > p {
        font-family: AtypWood-Bold-Fix;
        font-size: 17px;
        color: #085453;
        margin-bottom: 0;
    }

.field-value-date-edit {
    margin-bottom: 25px;
}

.registration-save-btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
}

.input-group .date {
    width: 100%;
}

.formTitle {
    padding-left: 15px;
}

    .formTitle > h4 {
        color: #085453;
        font-family: AtypWood-Bold-Fix;
        font-size: 26px;
        margin: 20px 0;
    }

#SchedulerSelectBox {
    display: none;
}
/******************************OVERWRITE MOBILE SCRRENS*********************************/
@media (max-width:767px) {
    .my-register .form-control,
    .main-info .form-control {
        max-width: 90%;
    }
    /*Avaibility change*/
    .form-group td {
        font-size: 10px;
    }
    /*Hide button for mobile version*/
    ul.tab li {
        display: none;
    }

        ul.tab li a {
            display: none;
        }

    #SchedulerSelectBox {
        display: inline;
    }
}

/***************************DateTimePickers********************/
.bootstrap-datetimepicker-widget.dropdown-menu {
    padding-right: 30px;
}

/***************************END DateTimePickers********************/

.TooLongText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
}

.TooLongTextHundredWidth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.TooLongTextColMd11Width {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 91.66%;
}

.redText {
    color: red;
}
/*********************************************************************************************/
.col-sm-9 {
    width: 70%;
}
/***************************************Accordion styles**************************************/
.hiddenRow {
    border-top: none !important;
}

.scheduleTableTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.ClickToShow {
    text-decoration: underline;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.fa-file-pdf-o {
    margin-left: 5px;
}

.italic {
    font-style: italic;
}

.SchedulerHR {
    border-top: 1px solid rgb(176, 176, 176);
    margin-top: 2px;
    margin-bottom: 2px;
}
/*************************************** END Accordion styles**************************************/

/***************************************Change password**************************************/

.register-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: AtypWood-Bold-Fix;
    color: #085453;
    text-decoration: underline;
    margin-right: 10px;
    width: 100px
}
.line {
    width: 58.3%;
}
/*************************************** END Change password**************************************/

/***************************************Footer Note styles**************************************/
.footerNote {
    background: #1f2610;
    background: rgba(10, 13, 5, 0.9);
    color: #374619;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
}

.closeFooter {
    position: fixed;
    bottom: 18px;
    right: 20px;
    cursor: pointer;
}

#adresa {
    float: right
}

@media (max-width: 650px) {
    .foot_part {
        display: block
    }

    .cara {
        display: none
    }

    #adresa {
        float: left;
        margin-top: 15px
    }
}
/***************************************Footer Note styles**************************************/

