/* #region "General HTML Tags" */

@import url('ofrAccess.css?v=2.0');
@import url('ofrAccess.css?v=2.0');

body {
}



label, strong {
    font-weight: 500;
    color: #000;
}

input, button, select, textarea {
    font-family: "PT Sans", sans-serif !important;
}

/* #endregion */

/* #region "General CSS Classes" */

.hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0.5px solid #eee !important;
    box-shadow: none;
}

.form-control {
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none !important;
    }

.navbar-brand {
    padding-left: 7px;
    padding-right: 7px;
}

.panel-body {
    padding: 7px;
}

/* #endregion */

/* #region "General Custom Classes" */

.lblHeader {
    font-weight: 500;
    color: #000;
}

.db-Panel {
    /*width: 100%;
    padding-left: 7px;
    padding-right: 7px;*/
}

/* #endregion */

/* #region "Scrollbar" */

#divDashboardMenu::-webkit-scrollbar-track,
#divOthercontent::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: transparent;
}

#divDashboardMenu::-webkit-scrollbar {
    width: 5px;
    background-color: none;
}

#divOthercontent::-webkit-scrollbar {
    width: 7px;
    background-color: none;
}


#divDashboardMenu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    background-color: rgba(0,0,0,0.1);
}

#divOthercontent::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: none;
    background-color: #AAA;
}

/* #endregion */

/* #region "Other Classes" */

.dashboardFooter {
    position: fixed;
    bottom: 0px;
    background-color: #ededed;
    left: 150px;
    right: 0px;
    padding: 4px 25px;
    text-align: center;
    color: #777;
}

.DisplayNone, .displayNone {
    display: none;
}

.pagefontFamily {
    font-family: "Roboto" !important;
}

.backgrndBlueClr {
    background-color: #4885ed;
}

.mainDashboardHeader {
    /*background-color: #4885ed;*/
    background-color: white;
    height: 50px;
    padding-left: 10px;
    padding-right: 5px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
}

/*.nav li a {
    color: white !important;
}

.navbar li a:hover, .navbar li a:focus, .nav .open {
    background-color: #4885ed !important;
    color: white !important;
}*/

.headerLeftDiv {
    width: 150px;
    float: left;
}

.headerRightDiv {
    width: calc(100% - 150px);
    float: right;
}

.dashboardLeft {
    overflow-y: scroll;
    height: -webkit-fill-available;
    background-color: #232d3c;
    width: 150px;
    float: left;
}

.dashboardRight {
    overflow-y: scroll;
    height: -webkit-fill-available;
    /*padding: 15px 15px 0px;*/
    padding: 15px 10px;
    /*padding:10px 8px 0px 5px !important;*/
    width: calc(100% - 150px);
    float: right;
    position: relative;
	height: calc(103vh - 50px);
}

.dashboardMenuIcon {
    font-size: 23px !important;
    color: #ddd;
}

.txtAlignCntr {
    text-align: center;
}

.dashboardMenuLink {
    margin: 2px 0px;
    cursor: pointer;
    font-size: 13px !important;
    color: #ddd;
}

    .dashboardMenuLink:hover, .dashboardMenuLink:focus, .dashboardMenuLink:active {
        color: #E88421;
    }

/* #endregion */

/* #region "Colours" */

.orangeClr {
    color: #E88421;
}

.orangeClrImp {
    color: #E88421 !important;
}

.darkGryClr {
    color: #2E3131;
}

.darkGryClrImp {
    color: #2E3131 !important;
}

.redClr {
    color: #D64541;
}

.redClrImp {
    color: #D64541 !important;
}

.pinkClr {
    color: #DB3760;
}

.pinkClrImp {
    color: #DB3760 !important;
}

.greenClr {
    color: #2F8C00;
}

.greenClrImp {
    color: #2F8C00 !important;
}

.blueClr {
    color: #15304A;
}

.blueClrImp {
    color: #15304A !important;
}

.lightBlueClr {
    color: #2b7fb3;
}

.lightBlueClrImp {
    color: #2b7fb3 !important;
}

.gradGreenBkgd {
    background: linear-gradient(60deg, #2F8C00, #2F8C00);
}

.gradBlueBkgd {
    background: linear-gradient(60deg, #055055, #055055);
}

.gradLightBlueBkgd {
    background: linear-gradient(60deg, #119999, #119999);
}

.gradPinkBkgd {
    background: linear-gradient(60deg, #DB3760, #DB3760);
}

.gradOrangeBkgd {
    background: linear-gradient(60deg, #E88421, #E88421);
}

/* #endregion */

/* #region "New Colours" */

.orangeText, .orangeTextOnHover:hover {
    color: #E88421;
}

.orangeBkgd {
    background-color: #E88421;
    color: white;
}

.orangeBkgdLight {
    background-color: #E884211a;
}

.orangeShadow {
    box-shadow: #E884214D;
}

.darkBlueText {
    color: #15304A;
}

.darkBlueBkgd {
    background-color: #15304A;
    color: white;
}

.darkBlueBkgdLight {
    background-color: #15304A1a;
}

.darkBlueShadow {
    box-shadow: #15304A4D;
}

.pinkText, .pinkTextOnHover:hover {
    color: #Db3760;
}

.pinkBkgd {
    background-color: #Db3760;
    color: white;
}

.pinkBkgdLight {
    background-color: #Db37601a;
}

.pinkShadow {
    box-shadow: #Db37604D;
}

.blueText, .blueTextOnHover:hover {
    color: #2B7FB3;
}

.blueBkgd {
    background-color: #2B7FB3;
    color: white;
}

.blueBkgdLight {
    background-color: #2B7FB31a;
}

.blueShadow {
    box-shadow: #2B7FB34D;
}

.greenText, .greenTextOnHover:hover {
    color: #2F8C00;
}

.greenBkgd {
    background-color: #2F8C00;
    color: white;
}

.greenBkgdLight {
    background-color: #2F8C001a;
}

.greenShadow {
    box-shadow: #2F8C004d;
}

.lightGreyText {
    color: #F0F0F1;
}

.lightGreyBkgd {
    background-color: #F0F0F1;
}

.lightGreyBkgdLight {
    background-color: #F0F0F11a;
}

.lightGreyShadow {
    box-shadow: #F0F0F14d;
}

.yellowText, .yellowTextOnHover:hover {
    color: #DEBB1D;
}

.yellowBkgd {
    background-color: #DEBB1D;
    color: white;
}

.yellowBkgdLight {
    background-color: #DEBB1D1a;
}

.yellowShadow {
    box-shadow: #DEBB1D4d;
}

.redText, .redTextOnHover:hover {
    color: #D64541;
}

.redBkgd {
    background-color: #D64541;
}

.redBkgdLight {
    background-color: #D645410a;
}

.redShadow {
    box-shadow: #D645414D;
}

/* #endregion */

/* #region "Dashboard" */

.dashBox {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
    border-radius: 3px;
}

.dashBox-stats .dashBox-header {
    float: left;
    text-align: center;
    border-radius: 3px;
    padding: 15px;
    margin: -20px 15px 0px;
}

    .dashBox-stats .dashBox-header i {
        font-size: 36px;
        line-height: 56px;
        width: 56px;
        height: 56px;
        color: white;
    }

.dashBox-stats .dashBox-content {
    text-align: right;
    padding-top: 10px;
}

.dashBox .dashBox-content {
    padding: 15px;
    position: relative;
}

.dashBox-category {
    color: #999999;
    font-size: 13px;
    margin-bottom: 5px;
}

.dashBox .dashBox-footer {
    margin: 0 20px 10px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin: 0px;
}

.dashBox .dashBox-title {
    color: #3C4858;
    font-size: 25px;
    font-weight: 300;
    margin: 0px;
}

.dashBox-coloured-header {
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .dashBox-coloured-header .dashBox-title {
        color: white;
    }

    .dashBox-coloured-header p {
        color: white;
        margin-bottom: 0px;
    }

.detailBox {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    border: none;
}

/* #endregion */

/* #region "Modal" */

.closeMdl {
    font-size: 17px;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    padding: 6px 10px;
    -webkit-transition: background-color 0.2s;
}

    .closeMdl:hover {
        background-color: #ededed;
        border-radius: 25px;
    }

/* #endregion */

/* #region "Loading" */

/*#loadingMessage {
    background-color: black;
    opacity: 0.8;
}*/

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url("../Images/loading1.gif") no-repeat center center rgba(0,0,0,0.25);
}

/* #endregion */

/* #region "Classes for Menu" */

.headerBarInner {
    padding: 13px 0px;
    font-size: 17px;
    display: inline-block;
}

.headerBedge {
    border-radius: 2px;
    /*border: 1px solid #E88421;*/
    padding: 3px 6px;
    font-size: 13px;
    /*color: #E88421;*/
    font-weight: 600;
}

.menuIcon {
    margin: 0px 10px;
    cursor: pointer;
    font-size: 19px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    vertical-align: top;
    width: 25px;
    text-align: center;
    padding: 0px;
    line-height: 50px !important;
}

.fontSizeForCloseMenu {
    font-size: 22px;
}

.menuIconOpen {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#divDashboardMenu {
    /*position: fixed;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    top: 50px;
    height: calc(100% - 50px);
    width: 268px;
    overflow-x: hidden;
    opacity: 0;*/
    transform: translate3d(0, 0, 0);
    z-index: 5;
    filter: alpha(opacity=0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    min-height: 100vh;
}

    #divDashboardMenu.toggled {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
        opacity: 1;
    }

.bottomMenuDiv {
    padding-bottom: 70px !important;
}

.width100 {
    width: 100%;
}

.width100Minus150 {
    width: calc(100% - 150px);
}

.lblHeader {
    font-family: "PT Sans",sans-serif !important;
    font-weight: 500;
   
}

/* #endregion */

/* #region Common Icons */
.fa .fa-trash {
    color: gray;
}

.fa .fa-cancel {
    color: #D64541;
}
/* #endregion */

/* #region New Btns */
.btn-gray, .btn-gray:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #e3e3e3 ;
    border: 1px solid  #c5c5c5;

}
  .btn-gray:hover, .btn-gray:active {
        background-color: white !important;
        border: 1px solid #c5c5c5 !important;
        color : #c5c5c5 !important;
    }

  .btn-Ngray, .btn-Ngray:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : #333;
    background: #e3e3e3 ;
    border: 1px solid #c5c5c5;

}
  .btn-Ngray:hover, .btn-Ngray:active {
        background-color: white !important;
        border: 1px solid #c5c5c5 !important;
        color : #333 !important;
    }

  .btn-save {
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #2f8c00 ;
    border: 1px solid #2f8c00;

}
  .btn-save:hover, .btn-save:active, .btn-save:focus {
        background-color: white !important;
        border: 1px solid #2f8c00 !important;
        color : #2f8c00 !important;
    }

.btn-orange, .btn-orange:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #e88421 ;
    border: 1px solid #e88421;

}
  .btn-orange:hover, .btn-orange:active {
        background-color: white !important;
        border: 1px solid #e88421 !important;
        color : #e88421 !important;
    }

  .btn-lightblue,.btn-lightblue:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #2b7fb3 ;
    border: 1px solid #2b7fb3;

}
  .btn-lightblue:hover, .btn-lightblue:active {
        background-color: white !important;
        border: 1px solid #2b7fb3 !important;
        color : #2b7fb3 !important;
    }

   .btn-blue,.btn-blue:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #15304A ;
    border: 1px solid #15304A;

}
  .btn-blue:hover, .btn-blue:active {
        background-color: white !important;
        border: 1px solid #15304A !important;
        color : #15304A !important;
    }


   .btn-yellow,.btn-yellow:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #DEBB1D;
    border: 1px solid #DEBB1D;

}
  .btn-yellow:hover, .btn-yellow:active {
        background-color: white !important;
        border: 1px solid #DEBB1D !important;
        color : #DEBB1D !important;
    }

  .btn-red,.btn-red:focus{
    display: inline-block;
    margin: 0;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.66em;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px;
    color : white;
    background: #D64541;
    border: 1px solid #D64541;

}
  .btn-red:hover, .btn-red:active {
        background-color: white !important;
        border: 1px solid #D64541 !important;
        color : #D64541 !important;
    }
  /* #endregion */