﻿body {
    margin: 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 10pt;
}
.ui-datepicker {
  z-index: 4 !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: .8;
    vertical-align: middle;
    text-align: center;
    padding-top: 500px;
    font-size: 24px;
    font-weight: bold;
}
.status {
    color: crimson;
    transition: 0.3s;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}
.navbar {
    padding-top: 15px;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0 5px 10px;
        color: #36343a;
        transition: 0.3s;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        white-space: nowrap;
        transition: 0.3s;
        text-decoration: none;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: crimson;
        }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #E6E6E6;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        border-radius: 10px;
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 150px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
            font-weight: 700;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: crimson;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(29, 28, 31, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #34363a;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #006f99;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #006599;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.sms .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.sms h3 {
    margin: -20px -20px 20px -20px;
    padding: 5px 5px;
    font-size: 11px;
    font-weight: 600;
    color: #4e4e4e;
    background: #f8f8f8;
}

.sms h4 {
    font-size: 16px;
    color: #B32020;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

    .sms h4 sup {
        font-size: 13px;
        top: -15px;
        left: -3px;
    }

    .sms h4 span {
        color: #4f4f4f;
        font-size: 16px;
        font-weight: 300;
    }

.sms ul {
    padding: 0;
    list-style: none;
    color: #313030;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

    .sms ul li {
        padding-bottom: 8px;
    }

    .sms ul i {
        color: #B32020;
        font-size: 15px;
        padding-right: 4px;
    }

    .sms ul .na {
        color: #ccc;
        text-decoration: line-through;
    }

.sms .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 10px 10px;
    background: #f8f8f8;
    text-align: center;
}

.sms .btn-buy {
    background: #B32020;
    display: inline-block;
    padding: 5px 25px 5px 25px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
    transition: 0.3s;
}

    .sms .btn-buy:hover {
        background: #ff5454;
    }

.sms .featured h3 {
    color: #fff;
    background: #B32020;
    box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.sms .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #B32020;
    color: #fff;
}

.sch_gridheadin {
    padding-left: 10px;
}
.sch_gridheadout {
    padding-left: -10px;
    text-align: left;
}
.sch_gridheadoutr {
    padding-right: 15px;
    text-align: right;
}

.sch_gridheadinc {
    text-align: center;
}

.sch_gridheadinr {
    text-align: right;
    padding-right: 25px;
}

.sch_gridheadin {
    padding: 0px 5px 3px 10px;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
}

.sch_gridheads {
    padding: 0px 5px 3px 5px;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
}

.sch_gridhead {
    padding: 0px 5px 3px 5px;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    position: fixed;
}

.sch_gridheadc {
    padding: 0px 5px 3px 5px;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.sch_gridheadl {
    padding: 0px 0px 3px 0px;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

.sch_gridheadr {
    padding: 0px 5px 3px 5px;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}

.poploader {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .8;
    vertical-align: middle;
    text-align: center;
    padding-top: 400px;
    font-size: 24px;
    font-weight: bold;
    color: navy;
}

.poploaderbox {
    padding-top: 50px;
    background-color: aliceblue;
    width: 500px;
    height: 200px;
    z-index: 99999;
    border: 1px solid black;
    border-radius: 20px;
    vertical-align: middle;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    color: navy;
}
.menu {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}
.menusel {
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: crimson;
    text-decoration: underline;
}
.menu:hover {
    color: red;
    text-decoration: underline;
}
.sops_title_click {
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    color: white;
    font-variant-caps: all-small-caps;
}
.sops_title_click_on {
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    color: orange;
    font-variant-caps: all-small-caps;
}
.sops_title_click:hover {
    color: yellow;
}
.sops_task_click {
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    color: seagreen;
    font-variant-caps: all-small-caps;
}
.sops_task_click:hover {
    color: red;
}
.sops_slot_click {
    font-size: 20px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    color: dimgray;
    font-variant-caps: all-small-caps;
}
.sops_slot_click:hover {
    color: red;
}
.sops_name {
    font-size: 48px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: darkgray;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    opacity: .2;
}
.sops_blob {
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    border: 1px solid black;
    border-radius: 10px;
}
.sops_title {
    font-size: 24px;
    font-weight: bold;
    border: 0px;
    font-variant-caps: all-small-caps;
}
.sops_title_sm {
    font-size: 18px;
    font-weight: bold;
    border: 0px;
    padding: 5px;
    font-variant-caps: all-small-caps;
}
.sops_title_sm_sel {
    font-size: 18px;
    font-weight: bold;
    border: 0px;
    padding: 5px;
    font-variant-caps: all-small-caps;
    border: 1px solid limegreen;
    background-color: rgba(100,100,100,.1)
}
.sops_title_all {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: silver;
}
.sops_title_task {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color:seagreen;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_silver {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: darkgray;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_purple {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: purple;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_blue {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: cornflowerblue;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_yellow {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: yellow;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_red {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: red;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_orange {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: darkorange;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_green {
    font-size: 36px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: green;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_all_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_silver_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: darkgray;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_purple_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: purple;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_blue_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: cornflowerblue;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_yellow_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: yellow;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_green_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: green;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_red_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: red;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_title_orange_sm {
    font-size: 24px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    -webkit-text-fill-color: darkorange;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.sops_grid_sms {
    font-size: 16px;
    color: black;
    font-weight: 700;
    background-color: rgba(125, 255, 57, 0.60);
}
.sops_grid_all {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: ghostwhite;
}
.sops_grid_all_trip {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-image: linear-gradient(to right, cornflowerblue 0% 25%, yellow 26% 50%, mediumpurple 51% 75%, indianred 76%);
}
.sops_grid_all_alt {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: lawngreen;
}
.sops_grid_task {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: lightgreen;
}
.sops_grid_slot {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: darkcyan;
}
.sops_grid_silver {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: silver;
}
.sops_grid_purple {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: mediumpurple;
}
.sops_grid_blue {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: cornflowerblue;
}
.sops_grid_yellow {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: yellow;
}
.sops_grid_red {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: indianred;
}
.sops_grid_orange {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: orange;
}
.sops_grid_green {
    font-size: 16px;
    font-weight: bold;
    font-variant-caps: all-small-caps;
    background-color: green;
}
input[type=radio] {
    display:none; 
    margin:10px;
}
input[type=radio] + label {
    display:inline-block;
    margin:0px;
    padding: 10px;
    border: 1px solid black;
    cursor: pointer;
}
input[type=radio]:hover + label {
    border: 1px yellow solid;
}
input[type=radio]:checked + label { 
    border: 1px lawngreen solid;
}
.sops_popup {
    display: none;
    position: absolute;
    width: 480px;
    height: 400px;
    z-index: 1100;
    top: 10px;
}

.sops_popup_wide {
    display: none;
    position: absolute;
    width: 770px;
    height: 400px;
    z-index: 1100;
    top: 10px;
}
.sops_text {
    font-size: 18px;
    color: #003366;
}
.sops_text_w {
    font-size: 18px;
    color:#ffffff;
}
.sops_text_sm {
    font-size: 12px;
    color: #003366;
}
.sops_error {
    font-size: 12px;
    color: crimson;
    float: right;
}
.sops_errorc {
    font-size: 12px;
    color: crimson;
}
.sops_text_sm_r {
    font-size: 12px;
    color:crimson;
}
.sops_text_w_med {
    font-size: 14px;
    color:#ffffff;
}
.sops_text_med {
    font-size: 14px;
    color: #003366;
}
.sops_label_rec {
    font-size: 16px;
    font-weight: 600;
    color: #003366;
}
.sops_label_sm {
    font-size: 12px;
    color: #003366;
}
.sops_link_sm {
    font-size: 12px;
    color: #003366;
    cursor: pointer;
}
.sops_link_sm:hover {
    color: lawngreen;
    text-decoration: underline;
}
.sops_check {
    font-size: 1px;
    color: transparent;
    height: 10px;
    width: 10px;
}
.sops_box {
    font-size: medium;
    color: #003366;
    border: 1px #003366 solid;
    border-radius: 5px;
}
.sops_edit {
    font-size: 10pt;
    color: navy;
    border: 1px #003366 solid;
    border-radius: 5px;
    height: 20px;
    padding-left: 5px;
}
.sops_edit:focus {
    border-color: red;
}
.sops_edit_off {
    font-size: 12pt;
    color: navy;
    background-color: transparent;
    border: 0px;
    height: 20px;
    font-weight: bold;
    padding-left: 5px;
}
.sops_edit_on {
    font-size: 10pt;
    color: navy;
    background-color: ghostwhite;
    border: 1px red solid;
    border-radius: 5px;
    height: 20px;
    padding-left: 5px;
}
.sops_edit_on:focus {
    border-color: red;
}
.sops_slider_sm {
    width: 125px;
}
.sops_slider {
    width: 200px;
}
.sops_sliderlg {
    width: 400px;
}
.sops_label {
    font-size: 36px;
    color:#f69a09;
}
.sops_button {
    width: 120px;
    height: 20px;
    border: 0px;
    color: black;
    border: 1px solid rgba(100,100,100,.30);
    border-radius: 5px;
    background-color: #efefef;
    cursor: pointer;
}
.sops_icon {
    width: 25px;
    height: 20px;
    border: 0px;
    color: black;
    border-radius: 5px;
    cursor: pointer;
}
.sops_button:hover {
    background-color: #ffffff;
    border: 1px solid crimson;
    color: crimson;
}
.grid_l {
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #efefef;
    padding: 3px;
    color: #003f5e;
    text-align: left;
    font-size: small;
}
.grid_l_l {
    border-left: 1px solid darkred;
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #efefef;
    padding: 3px;
    color: #003f5e;
    text-align: left;
    font-size: small;
}
.grid_r {
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #efefef;
    padding: 3px;
    color: #003f5e;
    text-align: right;
    font-size: small;
}
.gridheader_l {
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #dedede;
    padding: 3px;
    color: #003f5e;
    text-align: left;
    font-weight: bold;
    font-size: small;
}
.gridheader_l_l {
    border-left: 1px solid darkred;
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #dedede;
    padding: 3px;
    color: #003f5e;
    text-align: left;
    font-weight: bold;
    font-size: small;
}
.gridheader_r {
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #dedede;
    padding: 3px;
    color: #003f5e;
    text-align: right;
    font-weight: bold;
    font-size: small;
}
.gridfooter {
    border-top: 1px solid darkred;
    padding: 3px;
    color: crimson;
    text-align: right;
    font-weight: bold;
    font-size: small;
}
.gridtitle {
    padding: 3px;
    color: crimson;
    text-align: right;
    font-weight: bold;
    font-size: large;
}
.pagetitle {
    padding: 3px;
    color: #003f5e;
    text-align: right;
    font-weight: bold;
    font-size: xx-large;
}
.check {
    font-family: 'Wingdings 2';
    color: #003f5e;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
}
.grid_track_off {
    border-left: 1px solid darkred;
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #ffffff;
    padding: 3px;
    visibility:hidden;
    color: #003f5e;
    text-align: left;
    font-size: small;
}
.grid_track_on {
    border-left: 1px solid darkred;
    border-right: 1px solid darkred;
    border-top: 1px solid darkred;
    background-color: #ffffff;
    display:block;
    padding: 3px;
    color: #003f5e;
    text-align: left;
    font-size: small;
}
.button_off {
    border: 1px solid #003f5e;
    border-radius: 10px;
    background-color: #de8826;
    padding: 0px 3px 0px 3px;
    color: #003f5e;
    text-align: center;
    font-size: 14pt;
    width: 175px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}
.button_on {
    border: 1px solid #de8826;
    border-radius: 10px;
    background-color: #003f5e;
    padding: 0px 3px 0px 3px;
    color: #de8826;
    text-align: center;
    font-size: 14pt;
    width: 175px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}
.grid {
    text-align: left;
    width: 100%;
    border: 1px solid lightgrey;
    background-color: transparent;
    color: black;
    font-size: 10pt;
    font-variant-caps: all-small-caps;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    height: 15px;
}
.gridcell {
    padding: 0px 5px 0px 5px;
}
.gridhead {
    padding: 0px 5px 0px 5px;
    font-size: 12pt;
    font-weight: bold;
}
.sops_drop {
    border: 1px solid navy;
    color: navy;
    font-size: 10pt;
    font-variant-caps: all-small-caps;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3px 3px 3px 3px;
    margin: 3px;
    text-align: left;
    float: left;
    width: 9%;
    height: 20px;
}
.sops_drop_detail {
    border: 1px solid navy;
    background-image: radial-gradient(circle, #ffffff, #eeeeee);
    color: navy;
    font-size: 12pt;
    font-variant-caps: all-small-caps;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3px 0px 3px 3px;
    margin: 3px 0px 3px 3px;
    float: left;
    width: 90%;
    height: 20px;
}
.sops_assign {
    border: 1px solid navy;
    background-image: radial-gradient(circle, #ffffff, #eeeeee);
    color: navy;
    font-size: 10pt;
    font-variant-caps: all-small-caps;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 5px;
    margin: 6px;
    text-align: left;
    float: left;
    width: 125px;
    height: 50px;
}