﻿body {
}

.sidebar {
    overflow: initial;
    overflow-y: auto !important;
}

.fyCaption {
    display: none;
}

@media (min-width: 500px) {
    .fyCaption {
        display: inline;
    }
}
.quick-filter-item > .select2-container {
    margin-top:3px;
}
.dirty {
    background-color: #ffe0e0;
}
.minwidth105px {
    min-width:105px !important;
}
.uppercase {
    text-transform: uppercase
  }
.slick-cell input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 0 2px;
    width: 100%;
}

.topMargin {
    margin-top: 20px;
}

.fullWidth {
    width: 100%;
}

    .fullWidth .editor {
        width: 100%;
    }

.ui-widget-overlay {
    opacity: 0.5;
}

.currency {
    white-space: nowrap;
    text-align: right;
}

.bold {
    font-weight: bold !important;
}

.logo-mini i {
    margin-left: 6px;
}

.main-header .logo i {
    width: 37px;
    height: 37px;
    float: left;
    background: url(images/header-logo.png) no-repeat center center;
    animation: none; /*fa-spin 1000s infinite linear reverse;*/
    background-size: 100% 100% !important;
    margin-top: 7px;
}

.logo-lg > span {
    height: 50px;
    line-height: 13px;
    padding: 0px;
    vertical-align: top;
    padding-top: 12px;
    padding-right: 21px;
    display: block;
}

    .logo-lg > span > span {
        font-size: 12px;
    }

.slick-cell {
    border-style: none none solid solid;
    border-color: #ddd;
}

.quick-filter-item {
    vertical-align: top;
}

.small-box h3 {
    font-size: 25px;
}

slick-header-column, .slick-header-column.ui-state-default {
    padding: 5px 1px 5px 4px;
    border-right: 1px solid White;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.slick-header-columns > .slick-header-column:last-child, .slick-row {
    border-right: 1px solid #ddd !important;
}

.slickRowIcon {
    padding: 0px 0px 2px 20px;
    background-repeat: no-repeat;
    background-position-y: 2px;
    background-image: url(../serenity/images/question-frame.png);
}

    .slickRowIcon.None {
        background-image: url(../serenity/images/question-frame.png);
    }

    .slickRowIcon.Approved {
        background-image: url(../serenity/images/certificate-ok2.png);
        background-size: 60% 60%;
        background-position: 4px 4px;
    }

    .slickRowIcon.Rejected {
        background-image: url(../serenity/images/cross-script.png);
    }

    .slickRowIcon.Pending, .slickRowIcon.Created {
        background-image: url(../images/capsule.png);
    }

    .slickRowIcon.Verified {
        background-image: url(../images/Verified.png);
    }

    .slickRowIcon.Submitted {
        background-image: url(../serenity/images/plus-circle.png);
    }

    .slickRowIcon.slipIcon {
        background-image: url(../serenity/images/notebook.png);
    }

    
/*@media screen and (max-width : 480px) {
    html, body {
        height: 100%;
        width: 100%;
        margin: 0;
    }

    .ui-dialog {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        overflow-y: auto !important;
    }

    .caption {
        width: 100% !important;
        text-align: left !important;
    }

    .editor {
        width: 100% !important;
    }

        .editor.dateQ, .editor.has-inplace-button {
            width: 91% !important;
        }

    .vx {
        min-height: 1px !important;
        height: 1px !important;
    }
}*/
/* ------------------------------------ CSS Table : Start  ------------------------------------ */

.CSSTableGenerator {
    margin: 0px auto 10px !important;
    padding: 0px;
    width: 98%;
    box-shadow: 1px 1px 3px #888888;
    border: 1px solid #777;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .CSSTableGenerator table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .CSSTableGenerator table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .CSSTableGenerator tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .CSSTableGenerator tr:hover td {
    }

    .CSSTableGenerator tr:nth-child(odd) {
        background-image: linear-gradient(to bottom, rgba(226, 252, 255, 0.2),rgba(0, 0, 0, 0));
    }

    .CSSTableGenerator tr:nth-child(even) {
        background-image: linear-gradient(to bottom, rgba(228, 227, 230, 0.2),rgba(0, 0, 0, 0));
    }

    .CSSTableGenerator td {
        vertical-align: middle;
        border: 1px solid #000000;
        border-width: 0px 1px 1px 0px;
        /*text-align: left;*/
        padding: 3px;
        font-size: 12px;
        font-family: arial;
        font-weight: normal;
        color: #000000;
    }

    .CSSTableGenerator tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .CSSTableGenerator tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .CSSTableGenerator tr th {
        background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5),rgba(0, 0, 0, 0));
        background-color: #cccccc;
        border: 0px solid #000000;
        text-align: center;
        border-width: 0px 1px 1px 1px;
        font-size: 12px;
        font-family: arial;
        font-weight: 400;
        color: #000000;
        padding: 3px;
    }

    /*.CSSTableGenerator tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
        background: -o-linear-gradient(top,#cccccc,b2b2b2);
        background-color: #cccccc;
    }*/

    .CSSTableGenerator tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .CSSTableGenerator tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }


.groupInfo {
    /*width: 95%;
    margin: 0px auto 10px !important;
    padding: 4px;
    padding-right:10px;
    box-shadow: 1px 1px 3px #888888;
    border-bottom: 1px solid #e4e3e6;*/
    margin: 0px auto 10px !important;
    padding: 0px;
    width: 95%;
    box-shadow: 1px 1px 3px #888888;
    border: 1px solid #777;
}

    .groupInfo table {
        margin: 7px;
        width: 95%;
    }

.rightAlign {
    text-align: right;
}

.rightAlignTd td:nth-child(3) {
    text-align: right;
    padding-right: 10px;
}
/* ------------------------------------ CSS TAble : End ------------------------------------ */


/* ------------------------------------ Overritw ScrollBar : Start  ------------------------------------ */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: White;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px White inset;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    border: thin solid #b4b4b4;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #3c8dbc;
    }

.flex-layout .s-PropertyGrid .categories {
    overflow-y: auto !important;
}
/* ------------------------------------ Overritw ScrollBar : End  ------------------------------------ */

/* ------------------------------------  Slick Grid Inline Buttion : Start Here  ------------------------------------ */
.gridInfoDiv, #gridInfoDiv {
    float: right;
    /* margin-right: 70px; */
    /* padding-top: 5px; */
    display: inline;
    font-size: 12px;
    position: absolute;
    right: 18px;
    top: 79px;
}
.rowbtn, .rowbtnWithIcon {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    background-color: rgb(41,127,184);
    color: rgb(255,255,255) !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 15px;
    font-size: 11px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.rowbtnWithIcon {
    padding-left: 26px;
    padding-right: 8px;
     border-radius: 5px;
}
    .rowbtnWithIcon span {
        position: absolute;
        left: 0;
        width: 21px;
        background-color: rgba(0,0,0,0.15);
        text-align: center;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 1px solid rgba(0,0,0,0.15);
    }

    .rowbtnWithIcon:hover, .rowbtn:hover, .rowbtnWithIcon:hover span, .rowbtnWithIcon.active span {
        background-color: rgb(0,102,26);
        border-right: 1px solid rgba(0,0,0,0.3);
    }


    .rowbtnWithIcon:active, .rowbtn:active {
        margin-top: 2px;
        margin-bottom: 13px;
        -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
        -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
        box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
        -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
        filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
    }

    .rowbtnWithIcon.orange, .rowbtn.orange {
        background: #FF7F00;
    }

    .rowbtnWithIcon.green, .rowbtn.green {
        background: #0C9915;
    }

    .rowbtnWithIcon.purple,.rowbtn.purple {
        background: #8e44ad;
    }

    .rowbtnWithIcon.turquoise,.rowbtn.turquoise  {
        background: #1abc9c;
    }

    .rowbtnWithIcon.red,.rowbtn.red  {
        background: #e74c3c;
    }
/**********************************************************  Slick Grid Inline Buttion : End Here  ************************************************************************************/
/* -------------------------------------------------------------- REPORT: Start ---------------------------------------------------------------*/
.noDataInfoDiv {
    width: 50%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid Gray;
    font-size: 16px;
    padding: 10px;
    margin: 10% auto;
}
/* -------------------------------------------------------------- REPORT: End ---------------------------------------------------------------*/
.nodeIcon {
    max-width: 16px;
    margin-right: 5px;
}

.ledgerIcon {
    margin-right: 0px;
    margin-top: -3px;
}

.groupIcon {
    margin-right: 3px;
    margin-top: -2px;
}

.subgroupIcon {
    margin-right: 3px;
    margin-top: -2px;
}

.logoOnReport {
    float: left;
    width: 65px;
    margin-top: 10px;
    position: absolute;
}

.rightAlignIcon {
    background-position: center right;
    background-image: url(https://www.medicare.gov/SharedResources/shared/images/plan-finder/exclamation-red.png);
    background-repeat: no-repeat;
    font-size: 9px;
    margin: 0px;
    /* padding: 0px !important; */
    line-height: 8px;
    padding: 2px 17px 1px 1px;
}

.fontWeight {
    font-weight: 600;
}

.smallfont {
    font-size: 11px;
}

.displayNone {
    display: none !important;
}

.hideOnPrint {
    padding-left: 10px;
    height: 20px;
    margin-top: 40px;
}

.companyAddress, .companyMobile, .companyEmail {
    font-size: 12px;
}

.hideNewButon > .grid-toolbar {
    display: none;
}

.requiredLbl {
    color: red;
    font-size: 10px;
}
