@font-face {
    font-family: 'Lucida Console';
    src: local('Lucida Console'), local('Lucida-Console'), url('lucon.eot') format('eot'), url('lucon.woff') format('woff'), url('lucon.ttf') format('truetype');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/crm-bg.jpg) repeat-x scroll 0 0 #F4F3EC;
    border-width: 0;
    color: #666666;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.leftsidemenu {
    width: 200px;
    font: Arial, Helvetica, sans-serif;
}


    .leftsidemenu a {
        background-image: url(images/CMLS-BG.png);
        color: #FFF;
        display: block;
        height: 22px;
        padding: 2px 0px 0px 10px;
        text-decoration: none;
        font-size: 13px;
    }

.unScheduledCountBadge {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    padding: 3px;
    background: #e74c3c;
    border: 1px solid #c0392b;
    color: #fff;
    text-align: center;
}



.leftsidemenu a:hover {
    background-image: url(images/Active-BG.png);
}


.leftsidemenu .active {
    background-image: url(images/Active-BG.png);
}


.leftsidemenu .submenu {
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 8px !important;
    background-color: #FFF;
    color: #666;
    border-bottom: #CCC 1px solid;
    padding-left: 20px;
}


.leftsidemenu .submenuactive {
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-color: #f0f0f0 !important;
    color: #666;
    border-bottom: #CCC 1px solid;
    padding-left: 20px;
    font-weight: bold;
}



.leftsidemenu a:hover.submenu {
    background: #f0f0f0 none !important;
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 8px !important;
}


.leftsidemenu .subsubmenu {
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 8px !important;
    background-color: #eaf7fc !important;
    color: #666;
    font-weight: normal;
    border-bottom: #999 1px solid;
    padding-left: 40px !important;
}

.leftsidemenu .subsubmenuactive {
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 8px !important;
    background-color: #cdd9dd !important;
    color: #666;
    font-weight: normal;
    border-bottom: #999 1px solid;
    padding-left: 40px !important;
}

.leftsidemenu a:hover.subsubmenuactive {
    background: #cdd9dd none !important;
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 8px !important;
}


.leftsidemenu a:hover.subsubmenu {
    background: #cdd9dd none !important;
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 8px !important;
}


.leftsidemenu .subsubmenu .active {
    background: #cdd9dd none !important;
    background-image: url(images/white-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 30px 8px !important;
}




/*  Input Buttons   */

input[type="submit"] {
    font-size: 12px;
    text-decoration: none !important;
    padding: 4px 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    color: #444;
    border: 1px solid #d0d0d0;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
}

input[type="text"], input[type="password"] {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    color: #444;
    border: 1px solid #d0d0d0;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
}



    input[type="text"]:focus {
        background: #E8FFFE;
    }



input[type="submit"]:hover {
    border: 1px solid #b0b0b0;
    background-image: -moz-linear-gradient(#e1e1e1, #ededed);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
    background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
    background-image: -o-linear-gradient(#e1e1e1, #ededed);
    background-color: #ededed;
}

input[type="submit"]:active {
    border: 1px solid #666;
}




.NormalBody {
    font-size: 8pt;
    color: #333333;
}

h1, H1 {
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
}

.h1, .H1 {
    font-size: 12pt;
    font-weight: bold;
    color: #336699;
}


A:hover {
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

.NoticeClass {
    font-size: 10pt;
    color: Red;
    font-weight: bold;
}

.NotVisible {
    visibility: hidden;
}

.NotDisplayed {
    visibility: hidden;
    display: none;
}

.ReportBodyClass {
    font-size: 10pt;
    color: #333333;
}

.ReportHeaderClass {
    font-size: 10pt;
    font-weight: bold;
    color: #336699;
}

.ReportLinkClass {
    font-size: 10pt;
    font-weight: bold;
    color: #336699;
    margin-left: .5in
}

.CalendarMonthBodyClass {
    font-size: 8pt;
    color: #336699;
}

.CalendarMonthHeaderClass {
    font-size: 18pt;
    font-weight: bold;
    color: #333333;
}

.LogStorq {
    font-size: 8pt;
    color: #000000;
    background-color: #0066FF;
}

.LogTiming {
    font-size: 8pt;
    color: #000000;
    background-color: #CC0099;
}

.SongInfo {
    font-size: 8pt;
    color: #333333;
    text-decoration: none;
}

    .SongInfo:hover {
        font-size: 8pt;
        color: #666666;
        text-decoration: none;
    }

.SongInfoHeader {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

    .SongInfoHeader:hover {
        font-size: 8pt;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
    }

.FailsUnbreakable {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    background-color: red;
}

.FailsBreakable {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    background-color: yellow;
}

.LogInfo {
    font-size: 8pt;
    color: #333333;
}

.LogInfoHeader {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
}

.LogInfoBreakNotes {
    font-size: 8pt;
    color: black;
    background-color: green;
}

.LogInfoBreakNotesLink {
    font-weight: bold;
    font-size: 8pt;
    color: black;
    background-color: green;
}

    .LogInfoBreakNotesLink:hover {
        font-weight: bold;
        font-size: 8pt;
        color: white;
        background-color: green;
    }

.LogInfoTopOfHour {
    font-weight: bold;
    font-size: 8pt;
    color: red;
    background-color: silver;
}

.LogInfoScheduledSong {
    font-weight: bold;
    font-size: 8pt;
    color: aqua;
    background-color: black;
}

.LogInfoLink {
    font-weight: bold;
    font-size: 8pt;
    color: white;
    background-color: black;
}

    .LogInfoLink:hover {
        font-weight: bold;
        font-size: 8pt;
        color: yellow;
        background-color: black;
    }

.LogInfoUnscheduledSong {
    font-weight: bold;
    font-size: 8pt;
    color: red;
    background-color: black;
}

    .LogInfoUnscheduledSong:hover {
        font-weight: bold;
        font-size: 8pt;
        color: Fuchsia;
        background-color: black;
    }

.Daypart {
    font-size: 8pt;
    font-family: Lucida Console;
    color: #333333;
}

.PickSongHistory {
    font-size: 6pt;
    color: #333333;
}

.WhoAmIBlackClass {
    font-size: 10pt;
    color: #333333;
}

.WhoAmIBlueClass {
    font-size: 10pt;
    color: #336699;
}

.DaypartEdit {
    font-size: 12pt;
    color: #333333;
}

.DaypartSong {
    font-size: 8pt;
    color: #333333;
}

.ExtraSmall {
    font-size: 8pt;
    color: #333333;
}

.ExtraSmallHeader {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
}

.SameAsPolicyClass {
    font-size: 8pt;
    color: #333333;
}

.PickListSmall {
    font-size: 6pt;
    color: #333333;
}

.PickListNavLinks {
    font-size: 8pt;
    color: #336699;
}

    .PickListNavLinks:hover {
        font-size: 8pt;
        color: #336699;
    }

.ClockBreakNotes {
    font-size: 8pt;
    color: #000000;
    background-color: #008000;
}

.ClockSong {
    font-size: 8pt;
    color: #00FFFF;
    background-color: #000000;
}

.ClockStorq {
    font-size: 8pt;
    color: #000000;
    background-color: #0066FF;
}

.ClockTiming {
    font-size: 8pt;
    color: #000000;
    background-color: #CC0099;
}

.loading-overlay {
    background-color: #000000;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

    .loading-overlay span {
        color: #FFF;
        float: right;
        font-size: medium;
        padding: 10px;
    }

.drop-hover td {
    background-color: #cccccc;
}

.dragging-effect {
    background-color: black;
    border: #ffffff dashed 1px;
    border-radius: 4px;
    color: white;
    height: 20px;
    padding: 15px;
    width: 175px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.table-fixed {
    width: 100%;
    font-size: 8pt;
    color: #333333;
    text-decoration: none;
    border-color: grey;
}

.table-fixed thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    color: #fff;
}

.daypart-right-side {
    width: 100%;
}

.daypart-right-side-text {
    text-align: center;
    width: 100%;
    font-weight: bold;
}

.daypart-right-side-text > span.redText {
    color: red !important;
}

.daypart-right-side-text > span.blueText {
    color: blue !important;
}


.daypart-left-side {
    width: 65px;
    min-width: 65px;
    text-align: right;
    padding-right: 5px;
}

.log-pick-left-side {
    min-width: 50px;
    text-align: right;
    padding-right: 5px;
}

.log-pick-right-side {
    text-align: center;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
}

.right-side-text > span.redText {
    color: red !important;
}

.right-side-text > span.blueText {
    color: blue !important;
}

.right-side-plays-text {
}

.PickSongHistory.log-pick-frame-table {
    font-size: 9px;
    font-family: Lucida Console;
}

.title-text {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}



.stripped-table tr:nth-child(even) {
    background: #e8e8e8;
}

.stripped-table tr:nth-child(odd) {
    background: #ffffff;
}

.checkB label {
    position: relative;
    top: -2px;
}
