﻿/******************************************
    Annual report fee list
******************************************/
.fee > dt {
    font-weight: normal;
}

/******************************************
    Statute Company detail list
******************************************/
.statute > dt {
    font-weight: normal;
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.statute > dd {
    font-weight: normal;
    margin-left: 130px;
}
/******************************************
    Tax clearance Company Data List
******************************************/
.tax > dt {
    width: 180px;
}

.tax > dd {
    margin-left: 200px;
}

/******************************************/
/************** Left-Nav ******************/
/******************************************/
.nav-tabs.nav-stacked > li > i.icon-ok {
    position: absolute;
    margin-top: 11px;
    margin-left: 5px;
}

.nav-tabs > li.nav-active, .nav-tabs > li.nav-disabled {
    padding: 8px 12px;
    line-height: 20px;
}

.nav-left > li.nav-active, .nav-left > li.nav-disabled {
    color: #333;
    overflow: hidden;
    border-bottom: 2px solid #eee !important;
}

.nav-tabs.nav-stacked > li.nav-active, .nav-tabs.nav-stacked > li.nav-disabled {
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .nav-tabs.nav-stacked > li.nav-active:first-child, .nav-tabs.nav-stacked > li.nav-disabled:first-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li.nav-active:last-child, .nav-tabs.nav-stacked > li.nav-disabled:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

.nav-tabs.nav-stacked > li.nav-active {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALBAMAAABWnBpSAAAAJFBMVEUAAAAeHh4wMDA6OjpNTU0pKSkcHBw+Pj4uLi4ZGRkzMzM7OzuLhd4nAAAAAXRSTlMAQObYZgAAADVJREFUCNdj4JzAAAZT2yD0rhUJYJplFVTACyrAvKoRTE9aVQCiOKOWQ/RBuAy7IFwGFggXAGMrDWXVBnRsAAAAAElFTkSuQmCC') /*right_nav.png*/ 95% 50% no-repeat;
    background-color: #738A98;
    color: #fff;
}

.nav-tabs.nav-stacked > li.nav-disabled {
    background-color: #b1b1b1;
    /* Theoretically for IE 8 & 9 (more valid) */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    /* Modern Browsers */
    opacity: 0.5;
}

.nav-tabs.nav-stacked > li > i.icon-ok {
    float: right;
}

.nav-tabs > li > a, .nav-tabs.nav-stacked > li.nav-active, .nav-tabs.nav-stacked > li.nav-disabled {
    padding-left: 25px;
}

/******************************************/
/************** End Left-Nav **************/
/******************************************/

/******************************************/
/************** Status ********************/
/******************************************/

.feeToolTip.tooltiptext {
    visibility: hidden;
    padding: 5px 0;
    /* Position the tooltip */
    z-index: 1;
}
    .feeToolTip.tooltiptext > dl > dt {
        font-size:12px;
    }
    .feeToolTip.tooltiptext > dl > dd {
        font-size:12px;
    }


/******************************************/
/************** End Status ****************/
/******************************************/



/*****************************************
 ***********Officer pop up****************
 *****************************************/
.modal-title-split > h3, .modal-title-split > a {
    display: inline-block;
}

.action-icons {
    margin: 0;
    list-style: none;
}

    .action-icons li {
        display: inline-block;
        margin: 0 5px;
    }

@media screen and (min-height: 600px) {
    .modal-body {
        max-height: 560px;
    }
}
/*****************************************
 **********End Officer pop up*************
 *****************************************/

/*****************************************
 ***********Cart Page****************
 *****************************************/
.table-cart {
    width: 21.5%;
}

@media screen and (max-width: 955px) and (min-width:540px) {
    .table-cart {
        width: 28%;
    }
}

@media screen and (max-width: 540px) {
    .table-cart {
        width: 50%;
    }
}
/*****************************************
 ********End Cart Page********************
 *****************************************/

/*****************************************
 ********Address Page*********************
 *****************************************/

dl.address dt {
    width: 200px;
}

dl.address dd {
    margin-left: 220px;
}

/*****************************************
 ********End Address Page******************
 *****************************************/

/*****************************************
 ********Closing Pages********************
 *****************************************/
.closingType {
    width:328px;
}
/*****************************************
 ********End Closing Pages*****************
 *****************************************/


/*****************************************
 ********General Changes******************
 *****************************************/

label.tooltipLabel {
    display: inline;
}

@media (max-width: 767px), only screen and (device-width: 768px) {
    i.tooltip {
        position: relative;
        float: right;
        top: -48px;
    }
}

.inline {
    display: inline;
}

textarea {
    width: 500px;
    height: 150px;

}

.input-one-char {
    width: 14px;
}
.modal
{
    position: absolute !important;
}
.modal-officer {
    max-height: 800px !important;
}
.close:hover {
    background-color: #bd362f !important;
}
div.span2.span2Left {
    padding-right: 15px;
}
div#new-person-body.modal-body{
    overflow-y:unset;
}
div#new-int-person-body.modal-body {
    overflow-y: unset;
}
@media (max-width: 1650px) {
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }

    .dl-horizontal dd {
        margin-left: 0;
    }
}
div.accordion {
    display: flex;
    flex-direction: column;
}

div.ulSection{
    align-content:center;
}
tbody.reportDuetbody {
    padding-left: 50px;
    display: block;
}
th.reportDueth {
    padding-right: 50px;
}
