
/*
    Core: General style
----------------------------
*/
html,
body {
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background: #f9f9f9;
}

body {
    padding: 0;
}

a {
    color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}
/* Layouts */
.wrapper {
    min-height: 100%;
}

.wrapper:before,
.wrapper:after {
    display: table;
    content: " ";
}

.wrapper:after {
    clear: both;
}
/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
    min-height: 100%;
    display: block;
}
/*right side - contins main content*/
.right-side {
    background-color: #f6f5f5;
    margin-left: 230px;
}
/*left side - contains sidebar*/
.left-side {
    position: absolute;
    width: 230px;
    top: 0;
}

.calender-ico {
    cursor: pointer;
    background: url(images/calender.png) no-repeat 97% center !important;
}

.export-to {
    margin-top: 32px;
}

.export-to .btn-group, .export-to .btn {
    width: 100%;
}

#btnBackReportToSummary {
    background: #abd372;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

#btnBackReportToSummary:hover {
    background: #8db84f;
    transition: all 0.5s ease 0s;
}

#btnExportExcel {
    background: #ccc;
}

.right-margin {
    margin-right: 15px;
}

#btnAddUserValidateOK {
    background: #ccc;
    border: medium none;
    padding: 4px 14px;
}

.custom-error-popup {
    width: 280px;
    min-height: 150px;
    top: 24%;
    bottom: auto;
}

.custom-error-popup .alert {
    margin-bottom: 0;
}

.custom-error-popup .validation-summary-errors {
    padding: 10px 10px 0px 10px;
}

.custom-error-popup .lookup_error_header {
    padding: 5px;
}

input.errorField, select.errorField, textarea.errorField {
    background-color: #FFFFCC;
}

#btnAddUser {
    background-color: #73a828;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 7px 5px;
    min-width: 23px;
    border: none;
    margin-left: 10px;
    margin-right: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 20px;
    transition: all .2s ease-in-out;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    -webkit-user-select: none;
}

#main_container h3 {
    color: #0476A0;
}

@media screen and (min-width: 992px) {
    .left-side {
        top: 70px;
    }
    /*Right side strech mode*/
    .right-side.strech {
        margin-left: 0;
    }

        .right-side.strech > .content-header {
            margin-top: 0px;
        }
    /* Left side collapse */
    .left-side.collapse-left {
        left: -230px;
    }

    #frmDateFilter > .navbar-right .btn-group {
        margin-right: 15px;
    }
}
/*Give content full width on xs screens*/
@media screen and (max-width: 992px) {
    .right-side {
        margin-left: 0;
    }
}
/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
    position: fixed;
}

body.fixed > .header {
    top: 0;
    right: 0;
    left: 0;
}

body.fixed .navbar {
    left: 0;
    right: 0;
}

body.fixed .wrapper {
    margin-top: 50px;
}
/* Content */
.content {
    padding: 20px 15px;
    background: #f9f9f9;
    overflow: auto;
}
/* Utility */
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
}
/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}
/* All images should be responsive */
img {
    max-width: 100% !important;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}
/* Display inline */
.inline {
    display: inline;
    width: auto;
}

.bg-gray {
    background-color: #eaeaec !important;
}

/*Hide elements by display none only*/
.hide {
    display: none !important;
}
/* Remove borders */
.no-border {
    border: 0px !important;
}
/* Remove padding */
.no-padding {
    padding: 0px !important;
}
/* Remove margins */
.no-margin {
    margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
    box-shadow: none !important;
}
/* Don't display when printing */
@media print {
    .no-print {
        display: none;
    }

    .left-side,
    .header,
    .content-header {
        display: none;
    }

    .right-side {
        margin: 0;
    }
}
/* Remove border radius */
.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/* Change the color of the striped tables */
.table-striped > ttr:nth-child(odd) > td,
.table-striped > ttr:nth-child(odd) > th {
    background-color: #f3f4f5;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.border-radius-none {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*
Gradient Background colors
*/
.connectedSortable {
    min-height: 100px;
}

/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
.header {
    position: relative;
    max-height: 100px;
    /*z-index: 1030;*/
}

.header .navbar {
    height: 70px;
    margin-bottom: 0;
    margin-left: 230px;
    z-index: 1999;
}

.header .navbar .sidebar-toggle {
    float: left;
    padding: 9px 5px;
    margin-top: 17px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.header .navbar .sidebar-toggle:hover .icon-bar {
    background: #fff;
}

.header .navbar .sidebar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.header .navbar .sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.header .navbar .nav > li.user > a {
    font-weight: bold;
}

.header .navbar .nav > li.user > a > .fa,
.header .navbar .nav > li.user > a > .glyphicon,
.header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.header .navbar .nav > li > a > .label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 2px;
    font-size: 10px;
    font-weight: normal;
    width: 15px;
    height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.header .navbar .nav > li > a:hover > .label {
    top: 3px;
}

.header .logo {
    float: left;
    font-size: 30px;
    line-height: 64px;
    padding: 0px 24px 0 0px;
    width: 230px;
    font-weight: 800;
    height: 70px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    text-align: center;
}

.header .logo .icon {
    margin-right: 10px;
}

.right-side > .content-header {
    position: relative;
    float: left;
    width: 100%;
}

.right-side > .content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.right-side > .content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.right-side > .content-header > .breadcrumb {
    float: left;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 13px 5px;
    /* position: absolute;*/
    /*top: 15px;*/
    /*right: 10px;*/
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.right-side > .content-header > .breadcrumb > li > a {
    color: #92d2ea;
    text-decoration: none;
}

.right-side > .content-header > .breadcrumb > .active {
    color: #fff;
}

.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.right-side > .content-header > .breadcrumb > li + li:before {
    content: '\/';
}


/*
    Component: Sidebar
--------------------------
*/
.sidebar {
    margin-bottom: 5px;
}

.sidebar .sidebar-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent !important;
}

.sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu > li {
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu > li > a {
    padding: 12px 0px 12px 15px;
    display: block;
}

.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
    width: 27px;
}

.sidebar .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 15px;
    display: block;
    font-size: 14px;
    margin: 0px 0px;
}

.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.user-panel {
    padding: 10px;
}

.user-panel:before,
.user-panel:after {
    display: table;
    content: " ";
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 45px;
    height: 45px;
}

.user-panel > .info {
    font-weight: 600;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 1;
}

.user-panel > .info > p {
    margin-bottom: 9px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -230px;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -230px;
    }

    .row-offcanvas-right.active {
        right: 230px;
    }

    .row-offcanvas-left.active {
        left: 230px;
    }

    .sidebar-offcanvas {
        left: 0;
    }

    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        left: -230px;
    }

    body.fixed .row-offcanvas-left.active .navbar {
        left: 230px !important;
        right: 0;
    }

    body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
        left: 0px;
    }
}
/* 
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 2300;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

/*.dropdown-menu > li > a:hover {
    background-color: #abd372 !important;
    color: #fff !important;
} override in site.css #/

/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
    color: #444444;
    padding: 8px 10px;
}

.skin-blue .navbar .dropdown-menu > li > a:hover {
    background: #abd372;
    color: #fff;
}
/*
    Navbar custom dropdown menu
------------------------------------
*/

.navbar-nav > .user-menu > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    /*width: 280px;*/
}

.navbar-nav > .user-menu > .dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}


.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-div > a {
    color: #0073b7;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
    color: #666666;
}
/* Add fade animation to dropdown menus */
.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeAnimation;
    -webkit-animation-duration: .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }

    to {
        opacity: 1;
        top: 100%;
    }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
    .navbar-nav > .notifications-menu > .dropdown-menu,
    .navbar-nav > .user-menu > .dropdown-menu,
    .navbar-nav > .tasks-menu > .dropdown-menu,
    .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        background: #ffffff;
    }


    .mar-L30N {
        margin-left: 0px !important;
    }

    .mar-L60N {
        margin-left: 0px !important;
    }

    .mar-L100N {
        margin-left: 0px !important;
    }

    #returnExportContainer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mar-top-28 {
        margin-top: 0px !important;
    }

    #rdlcIFrame {
        width: 100% !important;
        height: 1140px;
    }
}

/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
.form-control {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: none;
    border: 1px solid #c8cdc0;
    color: #101010;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12 !important;
    box-shadow: none;
}

.form-group.has-error label {
    color: #f56954;
}

.form-group.has-error .form-control {
    border-color: #f56954 !important;
    box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
    padding-left: 0;
}
input[type="checkbox"] {
    -moz-transform: scale(1.5);
}
/* 
    Compenent: Progress bars
--------------------------------
*/
/* size variation */
.progress.sm {
    height: 10px;
}

.progress.xs {
    height: 7px;
}
/* Vertical bars */
.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical > .progress-bar {
    width: 100% !important;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm {
    width: 20px;
}

.progress.vertical.xs {
    width: 10px;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
    margin: 0;
}


@keyframes tansformAnimation {
    from {
        font-size: 90px;
    }

    to {
        font-size: 100px;
    }
}

@-webkit-keyframes tansformAnimation {
    from {
        font-size: 90px;
    }

    to {
        font-size: 100px;
    }
}

@media screen and (max-width: 480px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}
/*
    component: Boxes
-------------------------
*/

/*
    Component: Buttons
-------------------------
*/
.btn {
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}

.btn.btn-default {
    background-color: #fafafa;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
    background-color: #f4f4f4 !important;
}

.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}

.btn.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    background-color: #367fa9;
}

.btn.btn-success {
    background-color: #3CB3E0 !important;
    border-color: #0CA2DA !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    border-radius: 0px !important;
    font-weight: bold;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
    color: #ffffff;
    background-color: #0993C6 !important;
    border-color: #0CA2DA !important;
}

.btn.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
    background-color: #00acd6;
}

.btn.btn-danger {
    background-color: #f56954;
    border-color: #f4543c;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
    background-color: #f4543c;
}

.btn.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
    background-color: #e08e0b;
}

.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

/* 
    Component: callout
------------------------
*/
.callout {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout h4 {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.callout.callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.callout.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.callout.callout-danger h4 {
    color: #B94A48;
}

.callout.callout-warning h4 {
    color: #C09853;
}

.callout.callout-info h4 {
    color: #3A87AD;
}
/* 
    Component: alert
------------------------
*/
.alert {
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
}

.alert > .fa,
.alert > .glyphicon {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: inherit;
}
/*
    Component: Navs
*/
/* NAV PILLS */
.nav.nav-pills > li > a {
    border-top: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #444;
}

.nav.nav-pills > li > a > .fa,
.nav.nav-pills > li > a > .glyphicon,
.nav.nav-pills > li > a > .ion {
    margin-right: 5px;
}

.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
    background-color: #f6f6f6;
    border-top-color: #3c8dbc;
    color: #444;
}

.nav.nav-pills > li.active > a {
    font-weight: 600;
}

.nav.nav-pills > li > a:hover {
    background-color: #f6f6f6;
}

.nav.nav-pills.nav-stacked > li > a {
    border-top: 0;
    border-left: 3px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #444;
}

.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
    background-color: #f6f6f6;
    border-left-color: #3c8dbc;
    color: #444;
}

.nav.nav-pills.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top: 0;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0px;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-width: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-width: 1px;
    border-right-width: 0px;
}

.nav-tabs-custom > .nav-tabs > li.header {
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
    cursor: default;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 10px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
}
/* Nav tabs bottom */
.tabs-bottom.nav-3 li a {
    width: 3333.33333333% !important;
}

.tabs-bottom li a {
    border: 0;
}
/* PAGINATION */
.pagination > li > a {
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    background: #057daa;
}

.pagination > li:first-of-type a,
.pagination > li:last-of-type a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    .mailbox .nav-stacked > li:not(.header) {
        float: left;
        width: 50%;
    }

        .mailbox .nav-stacked > li:not(.header).header {
            border: 0 !important;
        }

    .mailbox .search-form {
        margin-top: 10px;
    }

    #divDateFilter #frmDateFilter > .navbar-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    #frmDateFilter > .navbar-right .btn-group,
    #frmDateFilter > .navbar-right .btn-group button {
        width: 100%;
    }

    #frmDateFilter .save-btn {
        margin-left: 0;
    }
}
/*
    Page: locked screen
*/
/* ADD THIS CLASS TO THE <HTML> TAG */

/* 
    Page: register and login
*/
.form-box {
    width: 360px;
    margin: 90px auto 0 auto;
}

.form-box .header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #3d9970;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.form-box .body,
.form-box .footer {
    padding: 10px 20px;
    background: #fff;
    color: #444;
}

.form-box ..form-group,
.form-box .footer > .form-group {
    margin-top: 20px;
}

.form-box ..form-group > input,
.form-box .footer > .form-group > input {
    border: #fff;
}

.form-box ..btn,
.form-box .footer > .btn {
    margin-bottom: 10px;
}

.form-box .footer {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/* 
    Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

.error-page:before,
.error-page:after {
    display: table;
    content: " ";
}

.error-page:after {
    clear: both;
}
/* 
    Page: Invoice
*/
.invoice {
    position: relative;
    width: 90%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #f4f4f4;
}

.invoice-title {
    margin-top: 0;
}
/* Enhancement for printing */
@media print {
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

    .table-responsive > .table tr th,
    .table-responsive > .table tr td {
        white-space: normal !important;
    }
}
/* 
    Skins
    -----
*/
/* 
    Skin Blue 
    ---------
*/
/* skin-blue navbar */
.skin-blue .navbar {
    background-color: #fff;
}

.skin-blue .navbar .nav > li > a:hover,
.skin-blue .navbar .nav > li > a:active,
.skin-blue .navbar .nav > li > a:focus,
.skin-blue .navbar .nav .open > a,
.skin-blue .navbar .nav .open > a:hover,
.skin-blue .navbar .nav .open > a:focus {
    background: transparent;
    color: #0993c6;
}

.skin-blue .navbar .navbar-right > .nav {
    margin-right: 10px;
    margin-top: 6px;
}

.skin-blue .navbar .sidebar-toggle .icon-bar {
    background: #5c5e5f;
}

.skin-blue .navbar .sidebar-toggle:hover .icon-bar {
    background: #0ca2da;
}

.skin-blue .logo {
    background: #0476a0;
    color: #fff;
}
/* skin-blue content header */
.skin-blue .right-side > .content-header {
    background: #0993c6;
}
/* Skin-blue user panel */
.skin-blue .user-panel > .image > img {
    border: 1px solid #dfdfdf;
}

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
    color: #555555;
}
/* skin-blue sidebar */
.skin-blue .sidebar {
    /* border-bottom: 1px solid #fff;*/
}

.skin-blue .sidebar .user-panel {
    background-color: #0ca2da;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-left: 20px;
}

.skin-blue .sidebar > .sidebar-menu > li {
    border-bottom: 1px solid #1083ad;
}

.skin-blue .sidebar > .sidebar-menu > li:first-of-type {
    /* border-top: 1px solid #dbdbdb;*/
}

.skin-blue .sidebar > .sidebar-menu > li > a {
    margin-right: 0px;
}

.skin-blue .sidebar > .sidebar-menu > li > a:hover,
.skin-blue .sidebar > .sidebar-menu > li.active > a {
    color: #fff;
    /*background: #abd372;*/ /*active left link treeview*/
}

.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background: #0993c6;
}

.skin-blue .left-side {
    background: #0993c6;
}

.skin-blue .sidebar a {
    color: #fff;
}

.skin-blue .sidebar a:hover {
    text-decoration: none;
}

.skin-blue .treeview-menu > li > a {
    color: #fff;
}

.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
    color: #fff;
}

.skin-blue .treeview-menu > li i {
    width: 24px !important;
    margin-right: 10px;
}

.skin-blue .sidebar-form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 1px solid #dbdbdb;
    margin: 15px 10px;
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #fff;
    border: none;
    height: 35px;
}

/*!
 * iCheck v1.0.1, http://git.io/arlzeA
 * =================================
 * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
 *
 * (c) 2013 Damir Sultanov, http://fronteed.com
 * MIT Licensed
 */
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.7) url(iCheck/minimal/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
}

.icheckbox_minimal.hover {
    background-position: -20px 0;
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal {
    background-position: -100px 0;
}

.iradio_minimal.hover {
    background-position: -120px 0;
}

.iradio_minimal.checked {
    background-position: -140px 0;
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}
/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url('iCheck/minimal/minimal@2x.png');
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}


.white-box {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0 25px;
}

.page-heading {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 300;
    font-size: 16px;
    color: #282828;
    margin-bottom: 10px;
}

.save-btn {
    margin-left: 10px;
    margin-right: 20px;
    margin-right: 20px;
    border: none;
    min-width: 140px;
    transition: all .2s ease-in-out;
}

.save-btn:hover {
    background-color: #64961d;
    color: #fff;
    transform: scale(1.05);
}

.mar-top-15 {
    margin-top: 15px;
}

.clear-btn {
    background-color: #383838;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    padding: 7px 25px;
    min-width: 140px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.clear-btn:hover {
    background-color: #252525;
    color: #fff;
    transform: scale(1.1);
}

.footer {
    position: absolute;
    bottom: 0;
    right: 10px;
}

/*===========Login Page==========*/
.bodyblue {
    background-color: #0993c6;
}

.login-box {
    max-width: 96%;
    width: 500px;
    border: 1px solid #2db0e1;
    margin: 10% auto 0 auto;
    padding: 30px;
}

.login-header {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.login-box p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}

.login-box .form-control {
    background-color: transparent;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #8ad5f1;
    border-radius: 0px;
    box-shadow: 0;
    color: #85c4d8;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.login-box .form-control:focus {
    border-color: #8ad5f1 !important;
    box-shadow: none;
    color: #fff;
}

.login-box .input-group .input-group-addon {
    background-color: transparent;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #8ad5f1;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 0px 8px;
    text-align: center;
}

.login-box .checkbox {
    margin-top: 0px;
}

.forgot-password-link a {
    color: #93c3d3;
}

.forgot-password-link a:hover {
    text-decoration: underline;
    color: #fff;
}

.login-btn {
    background-color: #abd372;
    border: none;
    box-shadow: 0;
    padding: 8px 0;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.login-btn:hover,
.login-btn:focus {
    color: #fff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79bd18;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: white;
}
/*======Checkbox Style======*/
.remember-me-lbl {
    color: #1b7e92;
}

.input-row {
    margin-bottom: 20px;
}

.input-helper {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.input-helper:before {
    content: '';
    display: block;
    position: absolute;
}

.input-helper--radio {
    padding-left: 18px;
}

.input-helper--radio:before {
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #35b9ea;
}

.input-helper--checkbox {
    padding-left: 35px;
}

.input-helper--checkbox:before {
    top: 2px;
    left: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid #35b9ea;
}

input[type="radio"] {
    margin-left: 15px;
    margin-right: 15px;
    transform: scale(1.5);
}

input[type="radio"]:checked + label:before {
    background: #79bd18;
}

.displaySetting {
    display: inline;
}

input[type="checkbox"]:checked + label:before {
    background: #79bd18;
}


/*=====Table Style======*/
.page-number-text {
}

.pagination {
    margin: 0 0 15px 0;
    float: right;
}

/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
    .navbar-nav > .messages-menu > .dropdown-menu > li.header {
        /* Remove arrow from the top */
    }

    .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
    .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
        border-width: 0px !important;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu {
        position: absolute;
        right: -120px;
        left: auto;
    }

    .navbar-nav > .notifications-menu > .dropdown-menu {
        position: absolute;
        right: -170px;
        left: auto;
    }

    .navbar-nav > .messages-menu > .dropdown-menu {
        position: absolute;
        right: -210px;
        left: auto;
    }

    .save-btn,
    .clear-btn {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .header {
        position: relative;
    }

    .header .logo,
    .header .navbar {
        width: 100%;
        float: none;
        position: relative !important;
    }

    .header .navbar {
        margin: 0;
    }

    body.fixed > .header {
        position: fixed;
    }

    body.fixed > .wrapper,
    body.fixed .sidebar-offcanvas {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #efefef;
    }

    .error-page > .error-content > h3 {
        text-align: center;
    }

    .error-page > .headline {
        float: none;
        text-align: center;
    }

    .error-page > .error-content {
        margin-left: 0;
    }

    .navbar .navbar-nav > li {
        float: left;
    }

    .navbar-nav {
        margin: 0;
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }

    .navbar .navbar-right {
        float: right;
    }

    .error-page {
        width: 100%;
    }

    .form-box {
        width: 90%;
    }
}

/*custom*/

/* For IE browser */
input:-ms-input-placeholder {
    color: #85c4d8;
}

/*For Webkit browsers (Chrome, Safari) */
input:-webkit-input-placeholder {
    color: #85c4d8;
}

/* For Mozilla Firefox */
input:-moz-placeholder {
    color: #85c4d8;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #0993C6 inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #0993C6 inset;
    -webkit-text-fill-color: #fff;
}

.required-field {
    color: red;
    font: bold;
    font-size: 20px;
}

.additemmaindiv ul li {
    margin: 0px;
    padding: 0px 5px 0px 0px;
}

.additemmaindiv ul li:nth-last-child(2) {
    margin-top: 6px !important;
}

.additemmaindiv ul li:last-child {
    margin-top: 15px !important;
}

.add-item {
    clear: both;
    height: 49px !important;
}

.add-item-div {
    float: right;
    margin: 10px 0px 0px 0px;
}

.add-item-div .btn-std_search:hover {
    background: #fcb448 !important;
}

.tab-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mar-bottom-15 {
    margin-bottom: 15px;
}

.mar-top-6 {
    margin-top: 6px;
}

.mar-top-35 {
    margin-top: 35px;
    margin-bottom: 35px;
    float: left;
}

.pad-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding-10 {
    padding: 0 10px !important;
}

#frmDateFilter > .navbar-right .btn-group,
#frmDateFilter > .navbar-right .btn-group button {
    width: 100% !important;
}

.control-label {
    float: left;
    width: auto;
    padding-bottom: 7px;
}

@media (max-width: 767px) {
    #btnShowReport {
        margin: 20px 0 !important;
    }
}

@media (max-width: 767px) {
    #btnGetReturns {
        margin: 20px 0 !important;
    }
}

@media (max-width: 480px) {
    .col-md-9.mar-top-15 .col-md-3 button {
        max-width: 100% !important;
    }

    .btn-group, .btn-group-vertical {
        display: block !important;
    }

    .mobile-view {
        float: none !important;
        text-align: left !important;
    }

    .mobile-view button {
        margin-bottom: 20px !important;
    }

    .control-label {
        float: none;
        width: auto;
        padding: 0 15px;
    }

    #frmDateFilter > .navbar-right .btn-group,
    #frmDateFilter > .navbar-right .btn-group button {
        width: 100% !important;
    }
}

#spnRunningAs {
    /*background-color:green;*/
}

#spnRunningAsName {
    /*background-color:white;*/
}

#olUserBy {
    /*color: #FFE200 !important;*/
    /*background-color: #BD0303 !important;*/
    /*background-color: #902D1D !important;*/
    background-color: blue !important;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: white !important;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.6);*/
}

#frmTransactions .inline-control {
    font-weight: 300;
    font-size: 16px;
    color: #282828;
}

.mar-L30N {
    margin-left: -30px;
}

.mar-L60N {
    margin-left: -60px;
}

.mar-L100N {
    margin-left: -100px;
}

#returnExportContainer {
    float: right;
    text-align: right;
    width: auto;
    padding: 0;
}

.mar-top-28 {
    margin-top: 28px;
}

.ins-container {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    vertical-align: middle;
    font-size: 1.2em;
}

.ins-img-container {
    float: left;
    /*border: 1px solid gray;
    padding: 3px; 
     margin:3px; 
    background-color: white;*/
    font-style: italic;
}

.pad-top-5 {
    padding-top: 5px;
}

#rdlcIFrame {
    width: 100%;
    height: 1140px;
}


#divAddContainer input[type=checkbox], #divUpdateContainer input[type=checkbox],
#divAddUserContainer input[type=checkbox], #divUpdateUserContainer input[type=checkbox],
#divUpdatePermissions input[type=checkbox] {
    /* All browsers except webkit*/
    transform: scale(1.5) !important;
    /* Webkit browsers*/
    -webkit-transform: scale(1.5) !important;
}

.hidden-control {
    display: none;
}

.text-strike {
    text-decoration: line-through;
}

.background-active {
    background: #abd372;
}

#divUpdatePermissions {
    min-width: 500px;
}

#_UpdatePermissionsGrid th:nth-of-type(3) {
    display: none;
}
#popup_title {
    padding: 10px 10px 5px 10px;
}