﻿html, body, form {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: Verdana, Arial;
    font-size: 12px;
    padding-top: 50px;
}

a, a:hover, a:focus {
    /* outline: none !important;*/
    text-decoration: none;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

table {
    width: 100%;
}

.table-fixed {
    table-layout: fixed;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.acs-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*********************** Bootstrap Overrides ***********************/
.navbar {
    margin-bottom: 0;
}

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
        color: #fff;
    }

.navbar-toggle {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.nav-pills .active {
    background-color: #337ab7;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover {
    background-color: #fff;
    color: #333;
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.input-sm,
select.input-sm {
    padding: 3px 6px;
    height: 26px;
}

.btn {
    outline: none !important;
    padding: 2px 12px;
    margin-right: 4px;
    vertical-align: top;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal .control-label {
    text-align: left;
}

.nav-tabs > li > a {
    color: #000;
    font-weight: normal;
    padding: 4px 8px;
    outline: none;
}

.nav-tabs > li.active > a {
    color: #337ab7 !important;
    font-weight: bold;
}

.tab-pane {
    margin-top: 5px;
}

body.modal-open .modal {
    overflow: hidden;
}

span.checkbox > input[type="checkbox"] {
    margin-left: 0;
}

span.checkbox > span.aspNetDisabled > input[type="checkbox"] {
    margin-left: 0;
}

.radio > label,
.radio-inline > label,
.checkbox > label,
.checkbox-inline > label {
    padding-top: 2px;
}

.checkbox-inline label {
    font-weight: normal;
}

.checkbox-inline > tbody > tr > td {
    width: 200px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    padding-top: 4px;
    min-height: 26px;
}

.tooltip-inner {
    max-width: 500px;
}

/* jQuery datepicker specific css to override bootstrap */
.ui-datepicker button,
.ui-datepicker input,
.ui-datepicker optgroup,
.ui-datepicker select,
.ui-datepicker textarea {
    font-weight: normal;
    color: #000;
}
/*********************** jQuery Overrides ***********************/
.ui-datepicker {
    z-index: 9999 !important;
}
/*********************** Touchspin Overrides ***********************/
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 7px 10px !important;
}
/*********************** Login Page/ChangePassword ***********************/
.acs-login-banner {
    color: #000;
    background-color: #0E6A42;
}
/*background: red;
  background: -webkit-linear-gradient(left, #368B47 , #81BF82);
  background: -o-linear-gradient(right, #368B47, #81BF82);
  background: -moz-linear-gradient(right, #368B47, #81BF82);
  background: linear-gradient(to right, #006400 , #368B47);*/

#acs-password-requirements {
    list-style: none;
    margin-top: 4px;
}

.acs-well-password {
    box-shadow: none;
}

.acs-legend-password {
    width: auto;
    border: none;
    margin: 0;
}

#asc-form-login .control-label {
    text-align: right;
    width: 100%;
}

@media (max-width: 767px) {
    /*#acs-login-title {
        float: none!important;
    }*/
    #asc-form-login.form-horizontal .control-label {
        text-align: left;
    }
}

/*********************** Site Containers/Wrappers ***********************/
#acs-wrapper {
    position: relative;
    height: 100%;
    padding-left: 250px;
    overflow: hidden;
}

    #acs-wrapper.toggled {
        padding-left: 0;
    }

#acs-page-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#acs-content-wrapper {
    /*position: relative;*/
    position: absolute;
    top: 25px;
    bottom: 56px;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
}

#acs-page-content {
    position: relative;
    /*position: absolute;
    top: 0;
    bottom: 20px;*/
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 15px;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
}

#acs-page-footer {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
}

    #acs-page-footer a {
        color: #fff;
        outline: none;
        line-height: 20px;
        padding-right: 10px;
    }

/*********************** PVNG Tree Menu ***********************/
#acs-menu-wrapper {
    position: fixed;
    top: 50px;
    left: 0;
    height: 100%;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid #e7e7e7;
}

#acs-wrapper.toggled #acs-menu-wrapper {
    width: 0;
}

#acs-menu-tree {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

    #acs-menu-tree > ul {
        padding: 0 0 5px 10px;
    }

    #acs-menu-tree div {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently not supported by any browser */
    }

    #acs-menu-tree label {
        margin: 0;
        font-weight: normal;
    }

    /*#acs-menu-tree div:hover {
            background-color: #eee;
        }*/

    /*#acs-menu-tree span.glyphicon {
        padding-right: 4px;
    }*/

    #acs-menu-tree a {
        outline: none;
        margin: 0;
        cursor: pointer;
        text-decoration: none;
    }

        #acs-menu-tree a:hover {
            color: #337ab7;
        }

        #acs-menu-tree a:focus {
            color: #337ab7;
        }

#acs-menu-tree-title {
    display: block;
    padding: 4px 10px;
    color: #fff;
    background-color: #337ab7;
    font-weight: bold;
}

#acs-menu-options {
    position: absolute;
    left: 0;
    bottom: 70px;
    /*height: 152px;*/
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    #acs-menu-options li {
        height: 38px;
        margin: 0;
        border-top: 1px solid black;
    }

    #acs-menu-options a {
        color: #000;
        font-weight: bold;
        outline: none;
        border-radius: 0;
        background-color: #b1cbf0;
        background: -webkit-linear-gradient(#d3e5fc, #90b2e5);
        background: -o-linear-gradient(#d3e5fc, #90b2e5);
        background: -moz-linear-gradient(#d3e5fc, #90b2e5);
        background: linear-gradient(#d3e5fc, #90b2e5);
    }

        #acs-menu-options a.active {
            color: #fff;
            background-color: #337ab7;
            background-image: none;
        }


.acs-menu-branch {
    padding-left: 20px;
    margin: 0;
    list-style: none;
}

    .acs-menu-branch > li {
        padding-top: 2px;
    }

.acs-menu-glyphicon {
    font-size: 9px;
    padding: 1px;
    margin-right: 4px;
    border: solid 1px #aaa;
    color: #444;
    vertical-align: top;
}

/*********************** PVNG Page Header/NavBar ***********************/
/*#acs-menu-toggle {
    display: block;
}*/

#acs-navbar-options-right {
    width: 380px;
    position: absolute;
    top: 0;
    right: 30px;
    float: right;
}

    #acs-navbar-options-right a {
        outline: none;
        color: #fff;
        font-size: 12px;
    }

    #acs-navbar-options-right li.open > a,
    #acs-navbar-options-right li.open > a:hover,
    #acs-navbar-options-right li.open > a:focus {
        color: #333;
        background-color: #fff;
    }

    #acs-navbar-options-right .acs-navbar-dropdown a {
        line-height: 26px;
    }

.acs-navbar-dropdown {
    position: fixed;
    top: 50px;
    right: 0;
    border-right-color: #333;
}

#btnHome .glyphicon-home {
    border: none !important;
}

#btnHome span:hover {
    border: none !important;
    background-color: inherit !important;
}

#acs-user-select {
    width: 246px;
}

    #acs-user-select a {
        color: #333;
    }

#acs-about {
    width: 246px;
}

    #acs-about a {
        color: #333;
    }
/*#currentUserLink .caret {
    margin-left: 6px;
}*/

#acs-history-select {
    width: 400px;
    font-size: 12px;
}

    #acs-history-select li:nth-last-child(1).divider {
        display: none;
    }

    #acs-history-select a {
        /*display: table;*/
        width: 100%;
        color: #333;
    }

        #acs-history-select a:hover,
        #acs-user-select a:hover {
            background-color: #f5f5f5;
            background-image: none;
        }

    #acs-history-select span.glyphicon {
        display: inline-block;
        color: #333;
        cursor: pointer;
        padding: 5px;
        border-radius: 4px;
        border: solid 1px #fff;
    }

        #acs-history-select span.glyphicon:hover {
            background-color: #e3efff;
        }

    #acs-history-select .acs-history-item {
        padding-left: 30px;
    }

        #acs-history-select .acs-history-item li {
            list-style: none;
        }

        #acs-history-select .acs-history-item a {
            color: #333;
            text-decoration: none;
            padding: 3px 20px 3px 0;
            width: 100%;
            display: block;
        }

/*********************** Form Controls/Layout ***********************/
/*.form-group span.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}*/
.acs-tabs {
    margin-top: 5px;
}
/* use acs-form-margin when not using tabs or list page with no search */
.acs-form-margin {
    margin-top: 5px;
}

.acs-formview {
    margin: 0 0 15px;
}

.acs-form-wrapper {
    width: 983px; /* 1280px -250(acs-menu-wrapper) - 30(acs-page-content) - 17(vertical scrollbar)*/
}

.acs-form-col-tight {
    padding-left: 0;
}

/*.acs-form-label {
    display: block;
    padding-top: 7px;
}*/

.acs-actionpanel {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background-color: #f1eded;
    padding: 5px 30px;
}

.acs-label-value {
    display: block;
    font-weight: normal;
    /*height: 26px;*/
    min-height: 26px;
    background-color: #f2f2f2;
    border-radius: 4px;
    padding-left: 6px;
    padding-right: 6px;
}

.input-group .acs-label-value:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acs-radio {
    display: inline-block;
    padding-top: 4px;
}

    .acs-radio label {
        font-weight: normal;
        margin: 0 12px 0 6px;
    }

.acs-checkbox label {
    font-weight: normal;
    padding: 3px 0 0 5px;
}

div.acs-form-group-tight > div:first-child {
    padding-right: 4px;
}

div.acs-form-group-tight > div:last-child {
    padding-left: 4px;
}

div.acs-form-group-tight > div:not(:first-child):not(:last-child) {
    padding-left: 4px;
    padding-right: 4px;
}

div.acs-form-group-tight span.checkbox > input[type=checkbox] {
    position: absolute;
    right: 0;
}

.acs-form-divider-top {
    border-top: 1px solid #d5dfe5;
}

.acs-form-divider-bottom {
    border-bottom: 1px solid #d5dfe5;
}

.acs-padding-top-4 {
    padding-top: 4px;
}

.acs-padding-bottom-4 {
    padding-bottom: 4px;
}

.acs-padding-bottom-15 {
    padding-bottom: 15px !important;
}

.acs-treeview-container {
    overflow: auto;
}
    /* used to hide the SkipLink generated by the TreeView control */
    .acs-treeview-container > a {
        display: none;
    }

.acs-treeview td {
    float: left;
}

    .acs-treeview td > span {
        padding-left: 5px;
    }

select.acs-listbox {
    padding: 2px;
}

.acs-input-group-addon {
    cursor: default;
    padding: 2px 12px;
}

/*********************** GridView ***********************/
.acs-gridview-wrapper {
    overflow-x: auto;
    /*margin-top: 4px;*/
}

#acs-gridview-panel {
    padding: 4px 15px 0;
}

    #acs-gridview-panel > div {
        margin-bottom: 4px;
        padding: 0 4px 0 0;
    }

.acs-gridviewheader-fix {
    color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    white-space: normal;
    background-color: #337ab7;
}

#btnNewMain {
    padding: 0;
}

    #btnNewMain > a {
        color: #000;
        font-weight: bold;
        display: inline-block;
        padding: 2px 12px;
    }

#acs-gridview-panel-addicon {
    font-size: 10px;
    padding-left: 4px;
}

/*#acs-gridview-panel > div:first-child {
        padding-left: 15px;
    }*/

/*#acs-gridview-panel .form-control, #searchtable .btn {
    margin-top: 2px;
}*/

.acs-gridview {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

    .acs-gridview th > a {
        color: #fff;
        outline: none;
        display: block;
        text-decoration: none;
    }

    /*.acs-gridview > thead > tr > th {
        border-bottom-width: 1px;
    }*/

    .acs-gridview > thead > tr > th {
        color: #fff;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        white-space: normal;
        background-color: #337ab7;
    }

    .acs-gridview > thead > tr > th,
    .acs-gridview > tbody > tr > td {
        padding: 2px 4px;
        vertical-align: middle;
        white-space: normal;
    }

/* remove padding if the grid is displaying input fields. */
.acs-gridview-edit > tbody > tr > td {
    padding: 0;
}

    .acs-gridview-edit > tbody > tr > td.override-padding {
        padding: 2px 4px;
    }
    /* this class is only needed when using .acs-gridview-edit but there are also readonly cells that require padding */
    .acs-gridview-edit > tbody > tr > td.acs-gridview-td-readonly {
        padding: 2px 4px;
    }

.acs-gridview .glyphicon-edit,
.acs-gridview .glyphicon-print {
    font-size: 16px;
}


.acs-gridview-column-xs {
    width: 16px;
}

.acs-gridview-lbl {
    display: block;
    text-align: right;
    /*padding-right: 6px;*/
}

.acs-gridview-leftpadding {
    padding-left: 6px;
}

.acs-gridview-edit .acs-gridview-lbl-amt, .acs-amt-padding {
    padding-right: 6px;
}

.acs-gridview-page-cell {
    width: 75px;
    padding-left: 4px;
}

.acs-gridview-pager table {
    width: auto;
}

    .acs-gridview-pager table > tbody > tr > td > a,
    .acs-gridview-pager table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 5px 10px;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
        outline: none;
    }

    .acs-gridview-pager table > tbody > tr > td > span {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .acs-gridview-pager table > tbody > tr > td:first-child > a,
    .acs-gridview-pager table > tbody > tr > td:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .acs-gridview-pager table > tbody > tr > td:nth-last-child(4) > a,
    .acs-gridview-pager table > tbody > tr > td:nth-last-child(4) > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .acs-gridview-pager table > tbody > tr > td > a:hover,
    .acs-gridview-pager table > tbody > tr > td > span:hover,
    .acs-gridview-pager table > tbody > tr > td > a:focus,
    .acs-gridview-pager table > tbody > tr > td > span:focus {
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

/*.acs-gridview-empty-wrapper {
    margin: -2px -4px;
}*/

/*.acs-gridview-empty {
    margin-bottom: 0;
}*/

/*.acs-gridview-empty > thead > tr > th,
    .acs-gridview-empty > tbody > tr > td {
        padding: 2px 4px;
        vertical-align: middle;
    }*/

/*.acs-gridview-empty > thead > tr > th {
        color: #fff;
        background-color: #337ab7;
        border-right: 1px solid #ddd;
    }*/

/*********************** MISC ***********************/
#lblPageHeader {
    padding: 4px 10px;
    display: block;
    color: #fff;
    background-color: #337ab7;
    font-weight: bold;
}

#divColorSample {
    display: inline;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    border: 1px solid black;
}

.acs-overflow {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: none;
    padding-left: 0;
}

.acs-banner-blue {
    background-color: #337ab7;
    background: -webkit-linear-gradient(#5987d6, #2153aa);
    background: -o-linear-gradient(#5987d6, #2153aa);
    background: -moz-linear-gradient(#5987d6, #2153aa);
    background: linear-gradient(#5987d6, #2153aa);
    color: #fff;
}

.acs-showmoreless {
    color: #336699;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 8pt;
    cursor: pointer;
    padding: 0 10px;
}

.acs-showmoreless-hover {
    border: 1px solid lightgray;
    border-radius: 2px;
}

.acs-normal-weight {
    font-weight: normal;
}

.acs-bold {
    font-weight: bold;
}

.acs-amt {
    text-align: right !important;
}

.acs-pointer {
    cursor: pointer;
}

.acs-valign-top {
    vertical-align: top;
}

.acs-valign-middle {
    vertical-align: middle;
}

.acs-border-none {
    border: none;
}

.acs-highlight {
    background-color: #fdffb1;
}

.acs-empty-gridrow {
    height: 10px;
}

.acs-form-hr {
    margin: 0 0 5px 0;
}

.acs-hr-sm {
    margin: 5px 0;
}

.acs-alert-sm {
    padding: 5px;
    margin: 0;
}

.acs-btn-group {
    margin-right: 0;
}

.acs-modal .modal-header {
    padding: 5px 15px;
}

.acs-modal .modal-body {
    max-height: 400px;
    overflow: auto;
}

.acs-modal button.close {
    color: #fff;
    opacity: 1;
}

.acs-btn-circle {
    width: 42px;
    height: 42px;
    border-radius: 30px;
}

    .acs-btn-circle > span {
        font-size: 18px;
    }

.acs-msg-success {
    color: Green;
    display: inline-block;
    padding-top: 7px;
}

.acs-tooltip-info .tooltip-inner {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.acs-tooltip-info .tooltip.top .tooltip-arrow {
    border-top-color: #d9edf7;
}

.acs-tooltip-danger .tooltip-inner {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.acs-tooltip-danger .tooltip.top .tooltip-arrow {
    border-top-color: #f2dede;
}

.acs-hidden { /*hide element but still receive focus*/
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.acs-hide {
    display: none;
}

.acs-block {
    display: block;
}

.acs-inline {
    display: inline;
}

.acs-inlineblock {
    display: inline-block;
}

.acs-bluetext {
    color: #337ab7;
}

.acs-padding-2-4 {
    padding: 2px 4px !important;
}

.mfa-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

    .mfa-container h2 {
        margin-bottom: 20px;
    }

    .mfa-container .form-control {
        margin-bottom: 15px;
    }

    .mfa-container .btn-primary {
        width: 100%;
    }

@media (max-width: 767px) {
    /*********************** Containers/Wrappers ***********************/
    #acs-wrapper {
        padding-left: 0;
    }

        #acs-wrapper.toggled {
            padding-left: 250px;
        }

    #acs-menu-wrapper {
        width: 0;
    }

    #acs-wrapper.toggled #acs-menu-wrapper {
        width: 250px;
    }

    /*********************** PVNG Page Header/NavBar ***********************/
    #acs-menu-toggle {
        margin-left: 15px;
    }

    #acs-navbar-options-right {
        position: relative;
        width: auto;
        float: none;
        right: 0;
        background-color: #fff;
    }

        #acs-navbar-options-right a {
            color: #333;
        }

    .acs-navbar-dropdown {
        position: relative;
        width: auto !important;
    }

    #acs-history-select .acs-history-item {
        padding-left: 35px;
    }

        #acs-history-select .acs-history-item a {
            padding-right: 15px;
        }

    /*********************** GridView ***********************/
    /*#acs-gridview-panel > div {
        padding-left: 15px;
        padding-right: 15px;
    }*/

    /*********************** Form Controls/Layout ***********************/
    .form-group span.control-label {
        margin-bottom: 5px;
    }

    .acs-form-col-tight {
        padding-left: 15px;
    }
}

@media (max-width: 1279px) {
    .acs-form-wrapper {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .acs-modal-dialog-800 {
        width: 800px;
    }
}

/*********************** Dropdown Styling ***********************/
/* Dropdown Styling */
.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Hide dropdown by default */
.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    opacity: 0; /*Ensure it's completely hidden*/
    transition: opacity 0.2s ease-in-out;
}

/* Make it visible when the dropdown is active */
.dropdown-container.active .dropdown-content {
    display: block;
    opacity: 1;
}

/* Ensure arrow is always displayed */
.dropdown-arrow {
    font-size: 14px;
    margin-left: auto;
}

/* Rotate arrow when dropdown is active */
.dropdown-container.active .dropdown-arrow {
    transform: rotate(180deg);
}
