﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
    min-height: 100%;
    min-width: 100%;
    /*height: auto;*/
    height: 100%;
    /*background-color: #91BAE5;*/
    /*background-color: #B2D6B5;*/
    /*background-color: #f5f5f5;*/
    /*background-color: #E3FFB8;*/
    background-color: #f3f3f3;
    font-size: medium;
}

#top {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 3.5rem;
    background-color: rgb(19, 33, 55);
    color: white;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 1000;

}

#page {
    position: relative;
    top: 3.5rem;
    left: 200px;
    width: calc(100% - 200px);
    min-height: calc(100% - 3.5rem);
    background-color: white;
}

#header {
    display: flex;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main {
    background-color: #ffffff;
    padding: 20px;
    overflow-x: auto;
    height: 100%;
    max-width: 1500px;
    /*_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#menucontainer {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 3.5rem;
    left: 0;
    background-color: #bae9ff;
    background-color: #f3f3f3;
    z-index: 1000;
}

#navbar {
    /*background-color: #87af3f;
    background-color: #86ae3f;*/
    margin-bottom: 0em;
    height: 100%;
    width: 100%;
    display: block;
    background-color: inherit;
}

#navbar .item.text {
    padding-bottom: 0;
}

#navbar .item:before {
    background: none;
}

#navbar .close-button {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    text-align: right;
    padding: 1rem;
    padding-right: 1.2rem;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    color: #1f1f1f;
}


#menuToggle {
    display: none;
    padding: 0.4rem;
    background-color: inherit;
    color: white;
    border: none;
}

#navbar .item {
    color: #1f1f1f;
}

#navbar .item.search {
    padding-top: 0.25rem;
}


.yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc {
    background-color: inherit;
}


.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#title {
    font-family: "Nunito";
    font-size: small;
    font-weight: normal;
    padding-top: 0.3rem;
    padding-bottom: 0rem;
    padding-left: 1.25rem;
    text-decoration: none;
    display: block;
    font-weight: bold;
    height: auto;
}

#title img {
    width: 7rem;
}

#menuToggle {
    float: left;
    margin-top: 0.5rem;

}


.ui.segment {
    font-size: inherit;
}

.ui.primary.button,
.ui.primary.buttons .button,
.ui.primary.button:hover {
    background-color: #193f78;
}

.ui.inverted.primary.button, .ui.inverted.primary.buttons .button {
    color: white;
}

.ui.menu:not(.vertical) .item > .input {
    margin: inherit;
    top: auto;
    border-radius: 5px;
    padding: 0.5rem;
    height: 1.5rem;
}
/*
.ui.menu .item #navbar_caseQuickOpen,
.ui.menu .item #navbar_caseNumberSearch,
.ui.menu .item #navbar_defendantSearch {
    padding-right: 0em;
    height: 1.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    transition: all .5s ease;
    width: 3em;
    border-radius: .2857rem;
}

.ui.menu .item #navbar_defendantSearch {
    width: 5em;
}

    .ui.menu .item #navbar_caseQuickOpen.expanded,
    .ui.menu .item #navbar_caseNumberSearch.expanded,
    .ui.menu .item #navbar_defendantSearch.expanded {
        transition: all .5s ease;
        width: 8em;
    }
*/
@-webkit-keyframes newMailPulse {
    from {
        color: white;
    }

    50% {
        color: rgba(255,237,33,1);
    }

    to {
        color: white;
    }
}

@-webkit-keyframes newMailPulse {
    from {
        opacity: 1;
        color: rgba(255,237,33,1)
    }

    50% {
        opacity: 0.5;
        color: white
    }

    to {
        opacity: 1;
        color: rgba(255,237,33,1)
    }
}

@keyframes newMailPulse {
    0% {
        opacity: 1;
        color: rgba(255,237,33,1)
    }

    50% {
        opacity: 0.5;
        color: white
    }

    100% {
        opacity: 1;
        color: rgba(255,237,33,1)
    }
}

th.yui-dt-hidden,
tr.yui-dt-odd .yui-dt-hidden,
tr.yui-dt-even .yui-dt-hidden {
    display: none;
}

#navbar_mailIcon {
    color: white;
    opacity: 0.60;
}

    #navbar_mailIcon.pending {
        animation: newMailPulse 2s infinite;
        -webkit-animation: newMailPulse 2s infinite;
    }

.ui.button {
    border: 1px solid rgb(173, 173, 173);
    background-color: rgb(236, 236, 236);
    margin-bottom: 0.4em;
}

#page #main div.ui.inverted.button.primary {
    box-shadow: none;
}

.ui.menu div.input {
    margin-top: 0em;
    margin-bottom: 0em;
}

.ui.modal .header,
.ui.modal.large .header {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 1.2em;
    background-color: #193f78;
    color: white;
}

.ui.modal div.content {
    padding: 1em;
}

    .ui.modal div.content fieldset {
        padding: 1em;
        margin: 0em;
    }

        .ui.modal div.content fieldset table {
            padding: 0em;
            margin: 0em;
        }

.ui.modal div.actions {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
}

.ui.modal .close {
    top: 0em;
    right: 0em;
    color: white;
}

.ui.mini.compact.button {
    margin-bottom: 0.4em;
    padding: .2em 1em;
    margin-left: 0em;
    margin-right: 0.1em;
}

.ui.message.showmessage {
    position: absolute;
    box-shadow: 0 0 0 1px gray inset, 5px 10px 5px 5px rgba(0,0,0,.10) !important;
    font-size: small;
    z-index: 2000;
}

    .ui.message.showmessage.info {
        background-color: white;
        color: #1292cd;
    }

        .ui.message.showmessage.info .header,
        .ui.message.showmessage.info .content {
            color: black;
        }

        .ui.message.showmessage.info i.icon {
            color: #1292cd;
        }

    .ui.message.showmessage.top {
        top: 2em;
    }

    .ui.message.showmessage.bottom {
        bottom: 2em;
    }

    .ui.message.showmessage.left {
        left: 2em;
    }

    .ui.message.showmessage.right {
        right: 2em;
    }

.ui.menu .item {
    font-size: 0.9rem;
}

.ui.menu .dropdown .item {
    font-size: 0.9rem;
}

.ui.grid .column input.large,
.ui.grid .column select.large {
    width: 100%;
}

.ui.grid .slim.height.column {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.ui.grid .noleftpadding.column {
    padding-left: 0em;
}

.ui.grid .norightpadding.column {
    padding-right: 0em;
}

.ui.grid .slim.width.column {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.ui.grid + .grid {
    margin-top: inherit;
}

.ui.grid > * {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

body {
    /*background-color: #5c87b2;*/
    /*background-color: #91bae5;*/
    font-size: .75em;
    font-family: "Nunito", "Open sans", "Segoe UI", "lucida grande", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
    margin: 0;
    padding: 0;
    color: #5b5b5b;
}

a.loader {
    float: right;
    background: url("../images/refresh.png");
    width: 16px;
    height: 16px;
    text-decoration: none;
    margin-top: -16px;
    margin-bottom: 2px;
}


body.yui-skin-sam #page #main .yui-dt tr.yui-dt-oddm,
body.yui-skin-sam .yui-dt tr.yui-dt-odd {
    /*background-color: #FFFCDA;*/
    /*background-color: #E9F9CE;*/
    background-color: white;
}

body.yui-skin-sam #page #main .yui-dt tr.yui-dt-evem,
body.yui-skin-sam .yui-dt tr.yui-dt-even {
    background-color: #f5f5f5;
}

.yui-skin-sam tr.yui-dt-even td.yui-dt-asc, .yui-skin-sam tr.yui-dt-even td.yui-dt-desc,
div.yui-panel .yui-dt tr.yui-dt-oddm {
    background-color: white;
}

.yui-skin-sam tr.ui-row-ltr.ui-state-hover td, /* Treegrid hover */
.yui-skin-sam tr.yui-dt-highlighted td /* jqGrid hover */,
body.yui-skin-sam .yui-dt.clickable tr.yui-dt-oddm:hover,
body.yui-skin-sam .yui-dt.clickable tr:hover {
    /*background-color: #CCCCCC;*/
    /*background-color: #F1EFD4;*/
    /*background-color: #A7CB66;*/
    /*background-color: #BBDF7C;*/
    /*background-color: #c9e39a;*/
    background-color: #cee1ff;
    cursor: pointer;
}


a.loader.loading {
    background: url("../images/refresh-animated.gif");
}

div.calContainer {
    display: none;
    position: absolute;
    z-index: 100;
}

td.tdCenter div,
th.tdCenter {
    text-align: center;
}

input.tiny,
select.tiny,
input[type='text'].tiny {
    width: 2.5em;
}

input.small,
select.small,
input[type='text'].small {
    width: 4.5em;
}

input.medium,
select.medium {
    width: 8.5em;
}

input.large,
select.large {
    width: 13em;
}


.equalSize.medium input,
.equalSize.medium select {
    width: 15em;
}

input[type="text"].huge,
select.huge {
    width: 30em;
}


#saveButton.saveButton.ui.button,
#verify1Button.goButton.ui.button,
#verify2Button.goButton.ui.button,
.goButton,
.SaveCase {
    float: right;
    cursor: pointer;
    text-align: right;
    background-color: #193f78;
    margin: 0em;
}

input.saveButton {
    padding-right: 12px;
}

input.SaveCase {
    background-image: url(../images/createcase.png);
    width: 141px;
}

div.paginator {
    text-align: center;
}

    div.paginator table {
        margin-left: auto;
        margin-right: auto;
    }

.yui-skin-sam .yui-ac-input {
    width: auto;
    position: inherit;
}

div.paginator, div.paginator .yui-dt-loading {
    text-align: center;
    background-color: Transparent;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*a:link.button {
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px;
    width: 50px;
}

a.button:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.button:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}*/

.noscroll .dataTables_scroll ::-webkit-scrollbar,
.noscroll.yui-dt ::-webkit-scrollbar {
    display: none;
}

.noscroll.yui-dt,
.noscroll .dataTables_scroll {
    -ms-overflow-style: none;
}

.noscroll .mCSB_inside > .mCSB_container {
    margin-right: inherit;
}

table.dataTable.stripe tbody tr.odd {
    background-color: #f5f5f5;
}

/*
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #E2F0CA;
}

table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #F2F2F2;
}*/

table.dataTable thead .sorting {
    background-image: inherit;
}

table.dataTable thead th {
    border-bottom: 1px solid #999999;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px #193f78;
}

table.dataTable.stripe > tbody > tr.selected > *,
table.dataTable.display > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px #193f78;
}

    /*
.dataTables_wrapper div.dataTables_scrollHeadInner {
    background-color: #193f78;
    color: white;
}*/

    .dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dataTables_scroll {
    border: 1px #999999 solid;
    border-radius: 6px;
}

table.dataTable thead th {
    border-right: 1px solid lightgray;
}

    table.dataTable thead th:last-child,
    table.dataTable tfoot th:last-child {
        border-right: none;
    }

table.dataTable tr td {
    /*border-right: 1px solid lightgray;*/
}



fieldset {
    border-radius: 6px;
}

.yui-dt-col-select {
    width: 20px;
}

div.dialogTitle {
    display: none;
}

.dialogContents,
div.yui-panel-container.yui-overlay-hidden,
.yui-dt-col-Id {
    display: none;
}

.yui-dt tr td.numeric,
.yui-dt tr th.numeric {
    text-align: right;
}

div.yui-panel-container .dialogContents {
    display: block;
}

#fieldSets {
    border: 0px white;
}

#fieldSets td {
    vertical-align: top;
}

fieldset .readonlyValue {
    color: Black;
    margin-top: 0em;
}

fieldset table {
    border: 0px;
}

fieldset input[type=submit] {
    margin-left: -2px;
}

.ajaxload {
    width: 16px;
    height: 16px;
    padding-left: 5px;
    display: none;
}

    .ajaxload.visible {
        display: inline;
    }

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    margin-top: 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}


.yui-dt table {
    width: 100%;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}*/

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p,
    fieldset table,
    fielset hr {
        margin: 2px 12px 10px 10px;
    }

    fieldset table td {
        padding-left: 0px;
    }

    fieldset label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

    hr {
        margin: 10px 10px 10px 10px;
        border-color: lightgray;
    }

    legend {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 0px 4px;
    }

    legend input {
        vertical-align: middle;
    }

input[type="text"],
select.large {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: none 0px white;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
    }

/* MISC  
----------------------------------------------------------*/
span.button-group button {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 0;
}

#timeContainer {
    color: white;
    font-weight: bold;
    margin-top: 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

#navbar .item input {
    border-radius: .2857rem;
    line-height: 1.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

body.client #timeContainer {
    display: none;

}

#logindisplay {
    font-size: 1.1em;
    display: block;
    color: white;
    position: absolute;
    right: 10px;
    top: 5px;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

.field-validation-error {
    color: #ff0000;
}

.input-validation-error,
input.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #ff0000;
}

#gbox_caseSubscriptionList th.ui-th-column,
#gbox_caseSubscriptionList td {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#gbox_caseSubscriptionList td {
    border: 0px white;
}




a.boldbuttons {
    background: transparent url(../images/roundedge-red-left.gif) no-repeat top left;
    display: block;
    float: left;
    font: bold 13px Arial; /* Change 13px as desired */
    line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
    height: 30px; /* Height of button background height */
    padding-left: 8px; /* Width of left menu image */
    text-decoration: none;
    cursor: pointer;
    color: White;
}

    a.boldbuttons span {
        background: transparent url(../images/roundedge-red-right.gif) no-repeat top right;
        display: block;
        padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
        text-decoration: none;
    }

    a.boldbuttons.green {
        background: transparent url(../images/roundedge-green-left.gif) no-repeat top left;
    }

        a.boldbuttons.green span {
            background: transparent url(../images/roundedge-green-right.gif) no-repeat top right;
        }

    a.boldbuttons.grey {
        background: transparent url(../images/roundedge-grey-left.gif) no-repeat top left;
    }

        a.boldbuttons.grey span {
            background: transparent url(../images/roundedge-grey-right.gif) no-repeat top right;
        }


.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
    overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
    width: 100%;
}

.redarrow {
    background: url(../images/redarrow.gif) no-repeat center right;
}

.greenarrow {
    background: url(../images/greenarrow.gif) no-repeat center right;
}

.textwarning {
    color: red;
    font-weight: bold;
}

.redx {
    background: url(../images/redx.png) no-repeat center left;
    background-size: 15px 15px;
    padding-left: 1em;
}

.greencheckmark {
    background: url(../images/checkmark.png) no-repeat center left;
    background-size: 15px 15px;
    padding-left: 1em;
}


/* Always visible on desktop */
/*
@media (min-width: 768px) {
    #menucontainer {
        left: 0; 
    }
}
*/

@media (max-width: 768px) {
    #page {
        padding: 0px;
        left: 0;
        width: 100%;
        height: calc(100% - );
    }

    #main {
        padding: 8px;
    }

    #top {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0;
        height: 3rem;
    }

    #title {
        padding-left: 0.5rem;
    }

    #timeContainer {
        display: none;
    }

    #menucontainer {
        top: 3rem;
        margin-top: 0;
        width: 200px;
        left: -200px;
        transition: left 0.25s;
        background-color: #96ddff;
    }

    #menucontainer.visible {
        left: 0;
        /* animate */
    }

    #menuToggle {
        display: block;
    }

    #navbar .close-button {
        display: inherit;
    }

/*    #navbar .item #navbar_caseQuickOpen,
    #navbar .item #navbar_caseNumberSearch,
    #navbar .item #navbar_defendantSearch {
        padding-right: 0em;
        height: 1.2em;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        transition: all .5s ease;
        width: 3em;
        border-radius: .2857rem;
    }

    #navbar .item #navbar_defendantSearch {
        width: 5em;
    }

    #navbar .item #navbar_caseQuickOpen.expanded,
    #navbar .item #navbar_caseNumberSearch.expanded,
    #navbar .item #navbar_defendantSearch.expanded {
        transition: all .5s ease;
        width: 8em;
    }*/

    fieldset {
        padding: 8px;
        overflow-x: auto;
    }

    fieldset legend {
        padding: 4px 0 2px 0;
    }

    input[type="text"],
    select.large,
    select.medium,
    select.small {
        width: 100%;
    }

    fieldset table {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    fieldset table td {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    fieldset p {
        margin: auto;
    }
}

.yui-skin-sam .yui-dt th {
    background: white;
    border-right: none;
}

.yui-skin-sam .yui-dt-scrollable .yui-dt-hd,
.yui-skin-sam .yui-dt td,
.yui-skin-sam .yui-dt-scrollable .yui-dt-bd,
#page .yui-dt table {
    border: none;
}


.yui-skin-sam .yui-dt tr td {
    border-top: 1px solid #ddd;
}


/* No border on first child */
.yui-skin-sam .yui-dt table tbody tr:first-child td {
    border-top: 1px solid #ddd;
}

/* Bottom border on last child */
.yui-skin-sam .yui-dt tr:last-child td {
    border-bottom: 1px solid #ddd;
}
