﻿body, html {
    min-height:100%;
}
html {
    height:100%;
}
body {
    font-family: Poppins,sans-serif;
    display: flex;
    background-color: #f4f6fa;
    color: #20355a;
}


body {
    font-size: 14px
}

@media(min-width: 992px) {
    body {
        font-size: 14px
    }

    .btn {
        font-size: 14px
    }
}


h1, h2, h3, h4 {
    margin-bottom: 12px;
    font-weight: 600
}

    body.sticky-footer {
        margin-bottom: 40px;
    }


@media (min-width:992px) {


    footer.sticky-footer {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
}



@media (min-width: 992px) {
    footer.sticky-footer {
    }

    body.sticky-footer .outer-wrapper {
        min-height: calc(100vh - 100px);
    }
}







@media screen and (min-width: 768px) {

    body {
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #pnlWrapper {
        margin-top: 150px;
        border-radius: 15px;
        min-width: 250px;
        margin: auto;
        padding: 10px;
    }
}

.background-overlay {
    background-color: #f4f6fa;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    min-height:100%;
}
.body-content {
    padding:10px;
}

.fa-chevron-left {
    margin-right:4px;
}

.nav-breadcrumb {
    margin-bottom:20px;
}

.alert-danger.validation-summary-errors > ul {
    margin-bottom:0px;
}


.log-table th:first-of-type {
    min-width:140px;
}

tr.user-disabled {
    background-color: #cbcbcb;
}
tr.user-disabled td:not(:last-child){
 
    text-decoration:line-through;
    font-style :italic;
}

tr.user-disabled td:not(:last-child) a {
    color:#000000;
}

.alert p:last-of-type {
    margin-bottom: 0px;
}


textarea {
    height:200px;
}

.select2-container .select2-selection--single {
    padding-top: 4px;
    height: 38px;
    padding-left: 12px;
}
.select2 {
    margin-left:15px;
}
.select2-container--default .select2-selection--single  {
    border-color: rgb(206, 212, 218);
}
 
.navbar {
    background-color: #FFFFFF;
    padding-left: 0PX;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

 

.logo {
    height: 37px;
    width: auto;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .navbar .logo {
        margin:5px;
        
    }
}



.button-wrapper {
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;

}

.app-icon-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
    width: 100%;
}


.app-icon {
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 104px;
    text-align: center;
    vertical-align: middle;
    xbox-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 100%;
    background-color: white;
   
   -webkit-box-shadow: 4px 2px 22px -7px rgba(0,0,0,.15);
   -moz-box-shadow: 4px 2px 22px -7px rgba(0,0,0,.15);
   box-shadow: 4px 2px 22px -7px rgba(0,0,0,.15)
}


.app-icon .tenant {
    max-width:80%;
    white-space:nowrap;
    overflow-x:hidden;
    text-overflow:ellipsis;
margin-top:8px;
padding-top:8px;
border-top:1px solid #cdcdcd;

}


.app-icon span {
    display:block;
    width:100%;
}


.app-icon-environment {
    font-size: 16px;
}
.app-icon-name {
    font-size: 16px;
}
.app-icon-versionname {
    font-size: 16px;
}
.app-icon-descrption {
    font-size: 12px;
}



@media (min-width:768px) {
    .app-icon-wrapper {
        width:250px;
        height:200px;
            margin-top:15px;
            margin-bottom:15px;
    }
}



input[type="button"].btn-default, input[type="submit"].btn-default, .btn-default {
background-color: rgb(221, 221, 221);
color:#000000;
}



.btn-sso, input[type=button], .btn {

    
  
    cursor: pointer;
}



.text-12 {
    font-size: 12px;
}

p.no-gap {
    margin: 0;
}

.validation-summary-errors ul,
.validation-summary-valid ul {
    list-style: none; /* no bullets */
    margin: 0; /* remove default indentation */
    padding: 0;
}



input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 4px;
    accent-color: #0052CC;
}





#domainList .list-group {
    margin-left: 1rem;
}

#domainList .form-check {
    margin-bottom: 0.25rem;
}

#domainList .form-check {
    margin-bottom: 0.25rem;
}

    #domainList .form-check > label {
        margin-top: 0.3rem;
        margin-left: 0.5rem;
    }




#userPermissions{

}



.sort-order {
    margin-left: 1rem;
}