@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/*ds*/

html {
    min-width: 1900px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





/* UcPerson */

.uc-person-base{
    display: grid;
    grid-template-columns: 110px 1fr 120px 1fr 1fr 1fr 1fr;
    /*grid-template-rows: 0.1fr 0.1fr 1fr 0.1fr 0.1fr 0.1fr 0.1fr; */
    grid-column-gap: 8px;
    min-height: 340px;
    /*490*/
}

.uc-person-base > div{
    margin-bottom: 10px;
}

.uc-person-viewas{
   grid-column: 3/7
}

.uc-person-addrole{
    grid-column: 7/8
}

.uc-person-importantnotesheader{
    grid-column: 3/5
}

.uc-person-moreinfoheader{
    grid-column: 5/8;
    padding-left: 15px;
}

.custom-margin-p {
   margin-right: 3px;
   margin-left: 1px;
   margin-bottom: 0px !important;
}

.uc-person-moreinfoheader > button {
    border-top-right-radius: 14px;
    background-color: #cccccc;
    margin-top: 12px;
    min-width: 21.8px;
    min-height: 29.6px;
    border: 1px solid black;
}

.uc-person-importantnotes{
    grid-column: 3/5;
    grid-row: 3/9;
    overflow: auto;
}

.uc-person-importantnotes > textarea{
    width: 100%;
    height: 299px;
}

.uc-person-moreinfo{
    grid-column: 5/8;
    grid-row: 3/9;
    height: 300px;
}

.uc-person-moreinfo-content{
    border: 1px solid black;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.uc-person-moreinfo > textarea {
    width: 100%;
    height: 100%;
}

.uc-control-flex-center{
    display: flex;
    justify-content: center;
    align-items: flex-start;

}

.uc-control-flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.uc-control-flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.uc-control-flex-spacebetween {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.uc-person-contact-tab{
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: 0.1fr 0.1fr 0.1fr 0.1fr;
    font-size: 1rem;
    /*0.8*/
}

.uc-person-contact-tab > p {
    margin-left: 10px;
}

.uc-person-tab-margin-left {
    margin-left: 10px;
}

.uc-person-address-tab {
    display: grid;
    grid-template-columns: 11% 42% 11% 42%;
    grid-template-rows: 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr;
    grid-column-gap: 5px;
    font-size: 1rem;
    /*0.8*/
    
}

uc-person-history-tab{

}




/* UcContent */

.uc-content-base {
    display: grid;
    grid-template-columns: 150px 0.7fr;
   /* grid-template-rows: 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr 0.3fr*/
}

.uc-content-base > div {
    margin-bottom: 10px;
}

.uc-content-buttonheader {
    margin-top: 20px;
    margin-left: 20px;
}

    .uc-content-buttonheader > button {
        border-top-right-radius: 14px;
        background-color: #cccccc;
        min-width: 21.8px;
        min-height: 29.6px;
        border: 1px solid black;
    }

.uc-content-tab-minsize {
    min-height: 163px;
    margin-top: 15px;
}

.uc-content-tab-minsize-2 {
    height: 163px;
    margin-top: 15px;
    overflow: auto;
}

.uc-content-notes-grid {
    display: grid;
    grid-template-columns: 1fr 0.1fr
}

.uc-content-contenttype-base {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
    border: 1px solid black;
}

.uc-content-contenttype-grid {
    grid-column: 1/3;
    grid-row: 7/8
}


/* PackageAddEdit */

.package-addedit-base {

}

.package-addedit-flex {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
}

.package-addedit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.1fr 0.1fr 0.1fr 0.1fr 0.1fr
}

.package-addedit-grid-1 {
    grid-column: 1/3
}

.uc-content-unassigned {
    grid-column: 1/3;
    border: 1px solid black;
}

.uc-content-unassigned-content {

}

.uc-content-unassigned-content-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr
}

.packageaddedit-table-colors{
    border: 1px solid black;
}


.packageaddedit-table-colors tr:nth-child(odd) {
    background-color: #CCCCCC;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.packageaddedit-table-colors tr:nth-child(even) {
    background-color: #EEEEEE;
    border-left: 1px solid black;
    border-right: 1px solid black;
}


.packageaddedit-table-colors th:nth-child(odd) {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.packageaddedit-table-colors th:nth-child(even) {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.uc-content-unassigned-content-tab tr:nth-child(odd) {
    background-color: #CCCCCC;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.uc-content-unassigned-content-tab tr:nth-child(even) {
    background-color: #EEEEEE;
    border-left: 1px solid black;
    border-right: 1px solid black;
}


    .uc-content-unassigned-content-tab th:nth-child(odd) {
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

    .uc-content-unassigned-content-tab th:nth-child(even) {
        border-left: 1px solid black;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }

.uc-content-unassigned-users-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr
}


/* Login */

.login {
    margin: 20px auto;
    background: #EEEEEE;
    padding: 20px;
    border-left: 5px solid #002a48;
    box-shadow: 0 0 0 0 #3F5185;
    width: 907px;
    margin: 0 auto;
    margin-top: 35vh;

}

.container-login-1 {
   width: 100%
}




.login > .row > h2 {
    margin: auto;


}

.btn-form {
    width: 100%;
    margin-top: 20px;
}




/* Change Password */

.changePass {
    margin: 20px auto;
    background: #EEEEEE;
    padding: 20px;
    border-left: 5px solid #002a48;
    box-shadow: 0 0 0 0 #3F5185;
    width: 907px;
    margin: 0 auto;
    margin-top: 30vh;
}

.container-changePass-1 {
    width: 100%
}




.changePass > .row > h2 {
    margin: auto;
}

.btn-form {
    width: 100%;
    margin-top: 20px;
}







/* New account */


.container-signup {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}



.signup {
   width: 1000px;
}

.new-account-main-base {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 156px 1fr;
    grid-template-rows: 0.1fr 
}

.new-account-business-base {
    display: grid;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    grid-template-columns: 140px 1.0fr;
    grid-template-rows: 0.1fr
}

.new-account-business-base > div {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-account-business-base > div > input {
    width: 90%
}

.new-account-referal-base {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr;
    width: 100%;
    height: 100%;
    border: 1px solid black;

}


    .new-account-referal-base > div {
        margin-left: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.new-account-password-base {
    display: grid;
    grid-template-columns: 0.3fr 0.3fr 0.3fr;
}

.new-account-flex-1 {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}



.package-addedit-flex-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.package-addedit-bottom-base {
    display: grid;
    grid-template-columns: 150px 150px
}

.min-height-30{
    height: 30px !important;
}



.new-account-firstname{
    width: 250px;
    margin-right: 30px;
}

.new-account-middle-label{
    margin-right: 30px;
}

.new-account-last-label{
    margin-right: 30px;
}

.new-account-middlename{
    width: 40px;
    margin-right: 30px;
}

.new-account-lastname{
    width: 367px
}

.new-account-type-label{

}


/* Table styling */


.main-table-border {
    border: 2px solid black;
}


.uc-content-contenttype-video {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.uc-content-contenttype-video-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}


.produceraddedit-bottom-grid {
    display: grid;
    grid-template-columns: 0.1fr 0.2fr 1fr;
}

.produceraddedit-bottom-grid-1 {
    grid-column: 3/4;
    grid-row: 1/4;
    overflow: auto;
    height: 195px;
}

/*.table-cols:nth-child(1) > tr > th {
    background-color: #CCCCCC;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.table-cols:nth-child(2) > tr > th {
    background-color: #EEEEEE;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
*/



/* Index Page */


.tag-button-style-base {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.tag-button-style {
    border-radius: 20px;
    margin-right: 5px;
}


.index-flex{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}



/* MISC */

.margin-left-1{
    margin-left: 10px;
}

.useraddedit-bottom-grid{
    display: flex;
}

.justflex{
    display: flex
}

.useraddedit-bottom-grid > div{
    margin-left: 10px;
}

.buttons-bottom-control{
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.buttons-bottom-control-left{
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.align-with-buttons-bottom-control{

}


/*Styles for Mobile*/

@media (max-width: 700px) {
  

    /*Login Mobile*/

    html {
        min-width: 0px;
    }

    .login {
        margin: 20px auto;
        background: #EEEEEE;
        padding: 20px;
        border-left: 5px solid #002a48;
        box-shadow: 0 0 0 0 #3F5185;
        width: 95%;
        margin: 0 auto;
        margin-top: 30vh;
    }

    .container-login-1 {
        width: 100%
    }




    .login > .row > h2 {
        margin: auto;
        font-size: 20px;
    }

    .btn-form {
        width: 100%;
        margin-top: 20px;
    }

    .btn-login-mobile{
        width: 90px !important;
    }



    /*New Account Mobile*/

    .container-signup {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }



    .signup {
        width: auto;
    }

    .new-account-main-base {
        display: grid;
        width: 100%;
        height: 100%;
        grid-template-columns: 156px 1fr;
        grid-template-rows: 0.1fr
    }

    .new-account-business-base {
        display: grid;
        width: 100%;
        height: 100%;
        border: 1px solid black;
        grid-template-columns: 140px 1.0fr;
        grid-template-rows: 0.1fr
    }

        .new-account-business-base > div {
            margin-left: 15px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .new-account-business-base > div > input {
                width: 90%
            }

    .new-account-referal-base {
        display: grid;
        grid-template-columns: 0.3fr 0.3fr 0.3fr;
        width: 100%;
        height: 100%;
        border: 1px solid black;
    }


        .new-account-referal-base > div {
            margin-left: 15px;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .new-account-password-base {
        display: grid;
        grid-template-columns: 0.3fr 0.3fr 0.3fr;
    }

    .new-account-flex-1 {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }



    .package-addedit-flex-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }


    .package-addedit-bottom-base {
        display: grid;
        grid-template-columns: 150px 150px
    }

    .min-height-30 {
        height: 30px !important;
    }





}