﻿body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 45px;
    padding-right: 35px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
        /*border: none;*/
}

/*
 * metismenu - v1.1.3
 * Easy menu jQuery plugin for Twitter Bootstrap 3
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.arrow {
    float: right;
    line-height: 1.42857;
}

.glyphicon.arrow:before {
    content: "\e079";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}

/*
 * Required Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}

.navbar img{
    width: 25%;
    height: 25%;
}

.navbar-header img {
    width:50%;
    height:50%;
}

.required:after {
    content: "*";
}

.ui-dialog { 
    position: absolute;
    padding: .2em;
    height:auto;
    width: 300px;
    overflow: hidden;
    border-style: solid;
    border-width:medium;
    background-color:ActiveCaption;
    top: 225px;
    z-index: 1000 !important;
}
.ui-dialog .ui-dialog-titlebar { padding: .1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; margin: .1px; padding: .1px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: .1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; height: 10px; }
.ui-dialog #resizable {width:200px; height:300px; padding:0.5em;}

.wide {
    width:450px;
    max-width:450px;
}

.navbar-right
{
    margin-right:0;
}


/*Summary Block Structure*/
.icp-summary-block{
    position:relative;
    width:100%;
    margin:0.3em;
    padding:1em;
    display: inline-block;
    /*min-height:15em;*/
}

.icp-summary-block .summary-background i,
.icp-summary-block .summary-background div {
    margin-left: -0.4em;
    margin-top: 0.1em;
    font-size: 8em;
    opacity: 0.3;
}

.icp-summary-block .summary-body{
    position:absolute;
    top: 1.3em;
    right: 0.8em;
}

.icp-summary-block .summary-body .summary-line1 {
    text-align: right;
    font-size: large;
    font-weight: bold
}

.icp-summary-block .summary-body .summary-line2 {
    text-align: right;
    font-size: medium;
}

.icp-summary-block .summary-header {
    position: absolute;
    bottom: 0em;
    right: 0em;
    width: 100%;
    padding: 0.4em;
    font-weight: 300;
    text-transform: uppercase;
    font-size: small;
    opacity: 0.6;
}

.icp-summary-block .summary-footer {
    position: absolute;
    bottom: 0em;
    right: 0em;
    width: 100%;
    padding: 0.4em;
    font-weight: 300;
    text-transform: uppercase;
    font-size: small;
    opacity: 0.6;
}

.icp-summary-block .summary-footer a {
    text-decoration: none;
}

.icp-summary-block .summary-footer:hover {
    cursor: pointer;
    opacity: 1;
}

/*Blue Theme*/
.icp-summary-block-blue {
    background-color: #428bca;
    color: #fff;
}

.icp-summary-block-blue .summary-footer{
    background-color: blue;
}

.icp-summary-block-blue .summary-footer a{
    color: white;
}

/*Green Theme*/
.icp-summary-block-green {
    background-color: #3c763d;
    color: #fff;
}

.icp-summary-block-green .summary-footer{
    background-color: green;
}

.icp-summary-block-green .summary-footer a{
    color: white;
}

/*Red Theme*/
.icp-summary-block-red {
    background-color: #a94442;
    color: #fff;
}

.icp-summary-block-red .summary-footer{
    background-color: red;
}

.icp-summary-block-red .summary-footer a{
    color: white;
}

/*Yellow Theme*/
.icp-summary-block-yellow {
    background-color: #f2e22b;
    color: #fff;
}

.icp-summary-block-yellow .summary-footer{
    background-color: yellow;
}

.icp-summary-block-yellow .summary-footer a{
    color: white;
}

/*Teal Theme*/
.icp-summary-block-teal {
    background-color: #31708f;
    color: #fff;
}

.icp-summary-block-teal .summary-footer{
    background-color: teal;
}

/*White Theme, but this really doesn't show up too well since the default background is already white.'*/
.icp-summary-block-teal .summary-footer a{
    color: white;
}


  .radio label,
  .radio-inline label {
    position: relative;
    left: 25px;
      
  }

  /*Experimental to get table pagination CSS to look right.*/
  table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}


table.table thead .sorting { background: url('/Content/images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/Content/images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/Content/images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('/Content/images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/Content/images/sort_desc_disabled.png') no-repeat center right; }

@font-face {
    font-family: "icpMICR";
    src: url('/fonts/micrenc.ttf') format("truetype");
}

.icp-micr {
    font-family: icpMICR;
}

.paginate_button {
    padding: 0 !important;
}

.a, .a:visited {
    color: inherit;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    background-image: url('images/ajax-loader.gif');
}

/* Modal Content/Box */
.modal-content-center {
    background-color: rgba(255, 255, 255, .8);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}


.modal#feeTransactionModal {
    position: fixed;
    z-index: 1050;
    top: 20px;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    background-image: none !important;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
    /*z-index: 9999 !important;*/
}

/* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal-loading {
        display: block;
        z-index: 9999 !important;
    }

.icp-form-control-chkbox {
    height: 24px;
}

.noShow {
    display: none;
}



/*Responsive*/


.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.flexbox {
    display: flex;
}

.align-items-center {
    align-items: center
}


@media (max-width: 1366px)
{

    .margin-left-0 {
        margin-left: 0 !important
    }

    .overflowX {
        overflow-x: scroll;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .margin-left-0 {
        margin-left: 0 !important
    }
    .btn-margin{
        margin-left: 16px;
        margin-top: 3px;
    }
    .padding-top-0 {
        padding-top: 0 !important;
    }
    .mb-7 {
        margin-bottom: 7px !important;
    }


    .padding-left-0 {
        padding-left: 0px !important;
    }
    .padding-left-200 {
        padding-left: 200px !important;
    }

    .width-205 {
        width: 205px !important;
    }
    .font-size-13 {
        font-size: 13px !important;
    }
    .margin-top {
        margin-top: 10px !important
    }
    .font-24 {
        font-size: 24px !important;
    }
    .fontSize-decrement {
        font-size: 25px !important
    }
    .padding-top {
        padding-top: 12px !important;
    }
    .margin-left-0 {
        margin-left: 0 !important
    }
    .width-0{
        width:0 !important;
    }

    .widthSize {
        width: 315px !important
    }

    .font-size-20 {
        font-size: 20px !important;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
          .margin-left-btn {
            margin-left: 190px !important;
        }

    .margin-left-195 {
        margin-left: 195px;
    }
    .d-flex {
        display: flex !important
    }
    .margin-detail {
        margin-left: 10px !important
    }
    .margin-left-205 {
        margin-left: 205px !important;
    }
    .margin-left-8{
        margin-left:8px !important;
    }
    .padding-left-md-0,padding-inline-md-0 {
        padding-left: 0px !important;
    }
    .padding-left-0 {
        padding-left: 0px !important;
    }
    .margin-left-25 {
        margin-left: 25px !important;
    }


}


@media (min-width: 1024px) and (max-width: 1199px) {
    .custom-width {
        width: 35%; /* Adjust this value as needed */
    }
}


@media (max-width: 820px) {
    .margin-air {
        margin-left: 214px;
    }
}

    @media (max-width: 1024px) {
        .navbar-header {
            float: none !important;
        }
        /*     .width_lg{
            width:35% !important;
        }*/


        .navbar-left, .navbar-right {
            float: none !important;
        }
        .button-size-btn {
            margin-top: 12px !important;
            margin-left: 12px !important
        }


        .overflowX {
            overflow-x: scroll;
        }

        .margin-left-0 {
            margin-left: 0 !important
        }
        /*
        .margin-left-195 {
            margin-left: 195px;
        }
*/
        .button-size {
            margin-top: 10px !important;
            margin-left: 10px !important
        }

        .padding-left-lg {
            padding-left: 0 !important;
        }

        .button-size-lg {
            margin-top: 25px !important;
            margin-left: 10px !important;
        }

        .paddingSize-left {
            padding-left: 30px !important;
        }

        .width-740 {
            width: 740px !important;
        }

        .margin-left {
            margin-left: 20px !important;
        }

        .width-205 {
            width: 205px !important;
        }

        .margin-left-20 {
            margin-left: 20px !important;
        }

        .margin-left-30 {
            margin-left: 30px !important;
        }

        .d-flex-tab {
            display: flex !important
        }

        .max-height_initial {
            max-height: initial !important;
        }

        .margin-left-205 {
            margin-left: 205px !important;
        }

        .margin-left-90 {
            margin-left: 90px !important;
        }

        .font-size-13 {
            font-size: 13px !important;
        }

        .width-175 {
            width: 175px !important;
        }

        .margin-left-4 {
            margin-left: 4px !important;
        }

        .navbar-toggle {
            display: block !important;
        }

        .margin-bottom-17 {
            margin-bottom: 17px !important;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

        .margin-size {
            margin-left: 15px !important
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

            .navbar-nav > li {
                float: none;
            }

                .navbar-nav > li > a {
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

        div.navbar-collapse.collapse.in {
            display: block !important;
        }

        div.navbar-collapse.collapse {
            display: none !important;
        }

        .padding-0 {
            padding: 0 !important
        }
    }


    @media (max-width: 640px) {
        .text-align-center {
            text-align: center;
        }
    }


    @media (max-width: 1023px) {

        .marginSize-top {
            margin-top: 10px !important
        }

        .max-width {
            max-width: 100% !important;
        }

        .margin-left-195 {
            margin-left: 195px;
        }
        

        .d-flex {
            display: flex !important
        }
        /*
    .flex-basis-40 {
        flex-basis: 40%
    }*/
        .overflowX {
            overflow-x: scroll;
        }

        .max-width-lg {
            max-width: 100% !important;
        }

        .button-resize {
            margin-top: 10px !important;
            margin-left: 15px !important
        }

        .height-0 {
            height: 0 !important;
        }

        .padding-0 {
            padding: 0 !important
        }

        .padding-0 {
            padding: 0 !important
        }
    }

    @media (max-width: 767px) {
        #AssetListID_wrapper .dataTables_length label {
            display: flex !important;
            gap: 10px !important;
        }

        /*      #right_part {
            max-width: 100% !important;
        }*/


        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: initial;
        }

        .padding-0 {
            padding: 0 !important
        }


        .margin-left-95 {
            margin-left: 95px;
        }


        .revertLayer {
            padding-left: revert-layer !important;
        }

        .margin-left-0 {
            margin-left: 0 !important
        }

        .nav-space.navbar-inverse .navbar-nav > li > a {
            padding-block: 5px !important;
        }

        .margin-left-13 {
            margin-left: 13px !important;
        }

        .width-350 {
            width: 350px !important;
        }

        .plus-align {
            float: right !important;
            padding-right: 50px !important;
        }

        .margin-0 {
            margin: 0 !important
        }

        .width-0 {
            width: 0 !important
        }

        .width-type {
            width: 60% !important
        }

        .width-type-text {
            width: 52% !important
        }

        .margin-right {
            margin-right: 0 !important;
        }


        .margin-size {
            margin-left: 15px !important
        }

        .margin-bottom {
            margin-bottom: 10px !important;
        }

        .margin-bottom-0 {
            margin-bottom: 0 !important;
        }

        .margin-bottom-17 {
            margin-bottom: 17px !important;
        }

        .margin-detail {
            margin-left: 10px !important
        }

        .margin-size-button {
            align-content: center;
        }

        .align-btwn {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .margin-left {
            margin-left: 20px !important;
        }

        .margin-left-30 {
            margin-left: 30px !important;
        }

        .margin-top {
            margin-top: 10px !important
        }

        .width-text {
            width: 250px;
        }

        .font-size {
            font-size: 12px !important;
        }

        .width-text {
            width: 250px;
        }

        .float-none {
            float: none !important;
        }

        .fontSize-decrement {
            font-size: 25px !important
        }

        .margiTopBottom {
            margin-bottom: 15px;
            margin-top: 15px;
        }


        .width-dropdwn {
            width: 380px !important
        }

        .max-width {
            max-width: 100% !important;
        }

        .widthSize {
            width: 315px !important
        }


        .width-user {
            width: 280px !important;
        }


        .widthSize-sel {
            width: 250px !important
        }

        .widthsize-100 {
            width: 100% !important
        }

        .widthReSize {
            width: 350px !important;
        }

        .paddingSize-left {
            padding-left: 30px !important;
        }

        .button-size {
            margin-top: 10px !important;
            margin-left: 10px !important
        }

        .button-size-btn {
            margin-top: 12px !important;
            margin-left: 12px !important
        }

        .text-align-left {
            text-align: left !important;
        }

        .button-resize {
            margin-top: 10px !important;
            margin-left: 15px !important
        }

        .Padding-left-radio {
            padding-left: 30px !important
        }

        #confirmReversal.modal.fade.in {
            padding-left: 0 !important
        }

        .text-align-center {
            text-align: center;
        }
        .padding-left-200 {
            padding-left: 200px !important;
        }

        .padding-left-0 {
            padding-left: 0px !important;
        }

        .table-editable {
            overflow-x: auto;
        }

        .d-flex {
            display: flex !important
        }

        .flex-basis-40 {
            flex-basis: 40%
        }

        .width-min {
            width: 100% !important;
            min-width: 100% !important;
        }


        div#NationalSCRPH div.dataTables_wrapper,
        div#NationalSCRPH div.dataTables_wrapper table,
        div#floridaCRTable div.dataTables_wrapper,
        div#floridaCRTable div.dataTables_wrapper table,
        div#taxWorksheetTable div.dataTables_wrapper,
        div#taxWorksheetTable div.dataTables_wrapper table,
        div#floridaGardianCRTable div.dataTables_wrapper,
        div#floridaGardianCRTable div.dataTables_wrapper table,
        div#newyorkCRTable div.dataTables_wrapper,
        div#newyorkCRTable div.dataTables_wrapper table,
        div#virginiaCRTable div.dataTables_wrapper,
        div#virginiaCRTable div.dataTables_wrapper table,
        div#fiduciarySRTable div.dataTables_wrapper,
        div#fiduciarySRTable div.dataTables_wrapper table,
        div#acctAssetLedgerTable div.dataTables_wrapper,
        div#acctAssetLedgerTable div.dataTables_wrapper table,
        div#accountOverviewTable div.dataTables_wrapper,
        div#accountOverviewTable div.dataTables_wrapper table {
            max-width: 100% !important;
            width: 100% !important
        }

        div#NationalSCRPH div.dataTables_wrapper,
        div#floridaCRTable div.dataTables_wrapper,
        div#taxWorksheetTable div.dataTables_wrapper,
        div#floridaGardianCRTable div.dataTables_wrapper,
        div#newyorkCRTable div.dataTables_wrapper,
        div#virginiaCRTable div.dataTables_wrapper,
        div#fiduciarySRTable div.dataTables_wrapper,
        div#acctAssetLedgerTable div.dataTables_wrapper,
        div#accountOverviewTable div.dataTables_wrapper {
            overflow-x: auto !important
        }

        /*    font Size*/

        .font-1 {
            font-size: 27px !important;
        }

        .font-2 {
            font-size: 28px !important;
        }

        .font-3 {
            font-size: 18px !important
        }

        .font-4 {
            font-size: 25px !important;
        }

        .font-23 {
            font-size: 23px !important;
        }

        .font-24 {
            font-size: 24px !important;
        }

        .fontSize-decrement {
            font-size: 22px !important;
        }

        .font-size-20 {
            font-size: 20px !important;
        }

        .font-size-18 {
            font-size: 18px !important;
        }
        .margin-left-200 {
            margin-left: 100px !important;
        }
        .font-size-15 {
            font-size: 15px !important;
        }

        .font-size-16 {
            font-size: 16px !important;
        }

        .beneficiary-btn {
            margin-top: 10px;
            margin-left: 10px;
        }

        .font-size-30 {
            font-size: 30px;
        }

        .margin-left-25 {
            margin-left: 25px !important;
        }


        .padding-right-35 {
            padding-right: 35px !important;
        }

        .marginLeftRight {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        div#Print_Check > div {
            max-width: 100%;
        }

        .margin-right-btn {
            margin-right: 28px;
        }

        div#Print_Check {
            padding-right: 10px !important;
            padding-left: 10px !important
        }

        div#EditDialog {
            padding-right: 10px !important;
            padding-left: 10px !important
        }

        div#EditDialog1099 {
            padding-right: 10px !important;
            padding-left: 10px !important
        }

        .font-size-0 {
            font-size: 0 !important;
        }

        .margin-right-5 {
            margin-right: 5px !important;
        }

        .margin-left-5 {
            margin-left: 5px !important;
        }

        .padding-top-0 {
            padding-top: 0 !important;
        }

        .font-11 {
            font-size: 11px !important;
        }

        .scroll-btn {
            overflow-y: auto !important;
            max-height: 200px !important;
        }

        .padding-left-10 {
            padding-left: 10px !important;
        }

        .align-items-0 {
            align-items: flex-start;
        }
    }



    /*@media (max-width: 960px) {

    .font-size-16 {
        font-size: 16px !important;
    }
}

@media (max-width: 896px) {
    .font-size-16 {
        font-size: 16px !important;
    }
}
*/



    .overflowX {
        overflow-x: scroll;
    }

    .d-none {
        display: none;
    }

    /*.d-none.d-none {
    display: none;
}*/

    .width-100 {
        width: 100% !important
    }

    .justifty-content-end {
        justify-content: end !important;
    }

    .d-flex-lg {
        display: flex !important
    }

    .padding-0-lg {
        padding: 0 !important
    }

