﻿@font-face {
    font-family: Agfa Rotis Sans Serif;
    src: url(agfarotissansserif-bold.ttf);
    src: url(agfarotissansserif.ttf);
    src: url(agfarotissansseriflight.ttf);
}

.viewheader {
    font-weight: bold;
    text-align: left !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.dropdowncssinner {
    /* Size and position */
    position: relative;
    width: 150px;
    margin: 15px;
    padding: 10px;
    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    font-weight: bold;
    color: black;
}

.page-header.navbar .page-top {
    height: 95px;
}

.page-header-fixed .page-container {
    margin-top: 95px;
}

.asterisk {
    margin-right: -3px;
    width: 0.5%;
    float: left;
}

.button {
    color: black;
    font-weight: bold;
    width: 100px;
    height: 30px;
    background-color: #14B9D6;
    text-decoration: none;
    border: none;
    border: 2px solid #a1a1a1;
}

.vertical {
    display: block;
    height: auto;
}

.horizontal {
    display: inline-block;
    margin-right: 30px;
}

.headerrecognition {
    text-align: left !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.page-sidebar-closed .page-content-wrapper .page-content {
    margin-left: 0px !important;
}

.page-content-wrapper .page-content {
    margin-left: 0px !important;
}

table.table-bordered th:last-child, table.table-bordered td:last-child {
    width: 35%;
}

table.table-bordered th:first-child, table.table-bordered td:first-child {
    width: 30%;
}

:not(#adhocMeetingModal) .table-bordered {
    border: none;
}

    :not(#adhocMeetingModal) .table-bordered > tbody > tr > td, :not(#adhocMeetingModal) .table-bordered > tbody > tr > th,:not(#adhocMeetingModal) .table-bordered > tfoot > tr > td,:not(#adhocMeetingModal) .table-bordered > tfoot > tr > th,:not(#adhocMeetingModal) .table-bordered > thead > tr > td,:not(#adhocMeetingModal) .table-bordered > thead > tr > th {
        border: none;
        width: 35%;
    }

:not(#adhocMeetingModal) .table-striped > tbody > tr > td:first-child {
    /*text-align: right;*/
    text-align: center;
}

:not(#adhocMeetingModal) .table-striped > tbody > tr:not(.confirmmeeting):not(.tentativemeeting):nth-of-type(odd) {
    background-color: #fff !important;
} :not(#adhocMeetingModal) .table-striped > tbody > tr:hover {
    background-color: #fff !important;
} #adhocMeetingModal table.table-bordered th:last-child, table.table-bordered td:last-child {
    width: auto;
} #adhocMeetingModal table.table-bordered th:first-child, table.table-bordered td:first-child {
    width: auto;
} #adhocMeetingModal .table-bordered > tbody > tr > td {
    width: auto;
} .form-control[readonly] {
    background-color: #fff !important;
} .btn {
    padding: 7px 10px;
} .oldvalue {
    background-color: yellow;
    width: 100%;
    padding: 4px 12px;
} .suboption {
    margin-left: 5%;
} .suboption1 {
    margin-left: 5%;
} @media (min-width: 1260px) {
    .container {
        width: 1024px;
    }
} @media (max-width: 320px) {
    .page-header.navbar .page-top {
        height: 29px;
    }
} @media (min-width: 321px) and (max-width: 375px) {
    .page-header.navbar .page-top {
        height: 34px;
    }
} @media (min-width: 376px) and (max-width: 384px) {
    .page-header.navbar .page-top {
        height: 35px;
    }
} @media (min-width: 385px) and (max-width: 414px) {
    .page-header.navbar .page-top {
        height: 38px;
    }
} @media (min-width: 415px) and (max-width: 568px) {
    .page-header.navbar .page-top {
        height: 53px;
    }
} @media (min-width: 569px) and (max-width: 600px) {
    .page-header.navbar .page-top {
        height: 56px;
    }
} @media (min-width: 601px) and (max-width: 667px) {
    .page-header.navbar .page-top {
        height: 62px;
    }
} @media (min-width: 668px) and (max-width: 736px) {
    .page-header.navbar .page-top {
        height: 69px;
    }
} @media (min-width: 737px) and (max-width: 768px) {
    .page-header.navbar .page-top {
        height: 72px;
    }
} @media (min-width: 769px) and (max-width: 1024px) {
    .page-header.navbar .page-top {
        height: 90px;
    }

        .page-header-fixed .page-container {
            margin-top: 0px !important;
        }
} .confirmmeeting {
    background-color: #c5c5ee !important;
    /*pointer-events: none;*/
}
