/*
ISG S0lutions
    Custom Styles for Create Account Page

/*============================================================================================*/
.Lookup_Row { }

.Lookup_CompanyName { font-weight: bold !Important; }

.Lookup_AddressInfo { font-weight: normal; }


.isg_inputFixed480 {
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 480px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-color: black;
    border-radius: 7px;
    border-style: solid;
    border-width: 3px;
    height: auto;
    margin-bottom: auto;

    margin-top: auto;
    max-height: 800px;
   
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    padding-top: 10px;
}

.isg_ModalCompanyPanel {
    /*
    max-height: 600px;
   
    min-width: 200px;
    */
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.isg_ModalCompanyPanel.isg_sectionrow.isg_label {
    background-color: aliceblue;
    width: 150px;        
}

.isg_sectionrow {
    white-space: nowrap;
}

.PanelCaptcha {
    float: left;
    padding-left: 20px;
}

.PanelCommandButtons {
    padding-right: 100px;
    padding-top: 20px;
}

.panelSpacer { padding-top: 10px; }

.easy-autocomplete { display: inline; }


.isg_labelWide {
    display: inline-block;
    font-size: 1.2em;
    margin-top: 10px;
    padding-right: 0;
    width: 450px;
}

.isg_labelPrecise {
    display: inline-block;
    font-size: 1.2em;
    margin-top: 10px;
    padding-right: 0;
    width: auto;
}

.isg_labelSecondColumn {
    display: inline-block;
    font-size: 1.2em;
    margin-top: 10px;
    padding-right: 0;
    width: 4.5em;
}

.isg_DataTable, .isg_PaginationTable { width: 750px; }

.isg_PaginationTable { border: 0px solid blanchedalmond; }

.isg_PaginationTable td {
    border: 0px solid blanchedalmond;
    text-align: center;
    width: 5%;
}

.isg_PaginationTable td.isg_button { margin-right: 0px; }

.isg_PaginationTable .paginationText {
    text-align: left;
    width: 10% !important;
}

.isg_DataTable .isg_DataTable_AlternateRow { background-color: lightcyan }

.isg_DataTable {
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
}

td.isg_Column_Select { width: 0.25em; }

.isg_Column_Select { text-align: left; }

.isg_DataTable .isg_Column_CompanyName {
    text-align: left;
    width: 25em;
}

.isg_DataTable .isg_Column_CompanyLocation {
    text-align: left;
    width: 15em;
}
 

.isg_CentralDiv { text-align: center }

.paginationButton {
    font-size: smaller !important;
    text-align: center;
    width: 15px !important;
    padding-bottom: 7px!important;
}

.minorButton:hover {
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    background-color: bisque !important;
}

.majorButton {
    font-size: large !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}



.isg_RightAllign { text-align: right; }

.isg_InlineBlock { display: inline-block; }

.isgVAllignMiddle { vert-align: middle }

.hideMe_Now { display: none }

.showMe_Now { display: block }

.isg_ActionButtonsPanel { }

.isg_ActionButtons {
        position: relative;
}

.isg_busy {
    background-color: lightgray;
    color: lightgrey;
}



/* PopupExtender Classes*/

.ContentContainer {
    background-color: #EFEFEF;
    border: solid 1px #B2B7BC;
    margin-bottom: 15px;
    overflow: auto;
    overflow-y: hidden;
    padding: 5px 5px 30px 5px;
}



.PopupHeaderContainer {
    background-color: #9A4D9E;
    padding: 3px;
}




.PopupPageBackground {
    background-color: white;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.isg_input_hyperlink {
    font-size: medium;
    font-weight: bold;
}

.isgButtonInline {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px!important;
    padding-bottom: 0.5em!important;
    padding-top: 0.5em!important;
}

.nextButton {
    margin-left: 0;
    position: absolute;
}

.twoColumns { display: inline-flex; }

.leftMargin10 { margin-left: 10px; }

.twoColumnsWrapper {
    display: inline-grid;
}

.isg_labelDesignation {
     display: inline-block;
    font-size: 1.2em;
    margin-top: 10px;
    padding-right: 0;
    width: 25em;
}
.footerHelp {
    font-size: larger;
}


/* Responsive overwrites */

@media screen and (max-width: 699px) {
    .twoColumns { display: block; }

    .leftMargin10 { margin-left: 0; }

    .isg_formBody select {
        margin-left: 0px;
        margin-right: 0px;
        width: 93%;
    }

    .isg_label { display: block; }

    #createCompanyExtenderNew_foregroundElement {
        height: 100%;
        left: 0 !important;
        top: 0 !important;
        width: 100%;
    }
    .twoColumnsWrapper {
        display: block;
    }

    .modalPopup {
        max-height: 100%;
    }

    .isg_label
    {
        text-align:left;
    }
}

@media screen and (max-width: 999px) and (min-width: 700px)
{
    .twoColumns
    {
        display: block;
    }

    .leftMargin10
    {
        margin-left: 0;
    }

    .isg_formBody select
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .isg_labelSecondColumn {
          width: 250px;
    }
}
@media screen and (min-width: 700px) and (min-width: 999px) {
    .twoColumns { display: inline-flex; }

    .leftMargin10 { margin-left: 0; }
}