/*compudyne global styles*/ 
@font-face {
    font-family: "Compudyne Avenir Light";
    src: url('https://cdn.integrisit.com/global/fonts/CompudyneAvenirLight.otf');
}
html{
    /*height:100%;*/
    margin:0;
    padding:0;
}
body{
    font-family: "Compudyne Avenir Light";
    height:100%;
    margin:0;
    padding:0;
}

.table td,
.table th,
.nav-link span{
    font-size: 13.4px !important;
}
.compudyneButton{
    border:1px solid white;
    background-color: #0077c8;
    color:white;
    border-radius: 1px;
    font-size:16px;
    padding:6px;
}
.compudyneInputs{
    border-box: box-sizing;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    width:85%;
    padding: 14px 30px 12px 30px;
    border: none;
    border-bottom: 1px solid #525E64;
}
.compudyneFlexbox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.compudyneFlexRowEven {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.compudyneFlexRowBetween{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.compudyneFlexRowStart{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.compudyneFlexRowEnd{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.compudyneFlexColumn{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.compudyneVerticalList{
    display:block;
    width:100%;
}

.compudyneHorizontalList{
    display:inline-block;
}
.compudyneExcelExport{
    /*border-radius:8px;*/
    color:white;
    background-color:#4C87B9;
    border:1px solid #4C87B9;
    height:36px;
    width:160px;
}
.compudyneExcelExport:hover{
    background-color:#208992;
}
/*compudyne loader*/

.compTinyLoader{
    border: 2px solid #f3f3f3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius:50% !important;
    border-top: 2px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.compSmallLoader{
    border: 2px solid #f3f3f3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius:50% !important;
    border-top: 2px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.compSmallLoaderWrapper{
    position:relative;
    top:50%;
    margin:auto;
    width: 40px;
    height: 40px;
    background-image: url('../image/integris-profile-black-square.png');
    background-size: 50%;
    background-position:center;
    background-repeat: no-repeat;
    /*    -webkit-animation: counterSpin 2s linear infinite;
        animation: counterSpin 2s linear infinite;*/
}
.compLargeLoader {
    border: 6px solid #f3f3f3;
    border-collapse: separate;
    border-spacing: 0;
    border-radius:50% !important;
    border-top: 6px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;

}
.compLargeLoaderWrapper{
    position:fixed;
    top:50%;
    left:50%;
    width: 120px;
    height: 120px;
    background-image: url('../image/integris-profile-black-square.png');
    background-size: 50%;
    background-position:center;
    background-repeat: no-repeat;
    /*    -webkit-animation: counterSpin 2s linear infinite;
        animation: counterSpin 2s linear infinite;*/
}

/*compudyne modal*/
.compudyneModalBody{
    overflow:hidden !important;
}
.compudyneModalHeader{
    position:sticky;
    z-index: 10003;
    top:0;
}
.compudyneModalBackdrop{
    z-index: 10001;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*padding:2.5% 10%;*/
    /*cursor:default !important;*/
}
.compudyneModalSmall{
    z-index:10002;
    margin:40px auto;
    max-height:94vh;
    overflow-y:auto;
    width: 60%;
    background-color:white;

}
.compudyneModalMedium{
    z-index:10002;
    width:80%;
    margin:40px auto;
    overflow-y:auto;
    max-height:94vh;
    background-color:white;
}
.compudyneModalLarge{
    z-index:10002;
    margin:40px 20px;
    overflow-y:auto;
    max-height:94vh;
    background-color:white;
}

/*default margins and padding*/
.noMargin{
    margin:0 !important;
}
.noPadding {
    padding:0 !important
}
.smallMarginBottom {
    margin-bottom:5px !important;
}
.smallMarginLeft{
    margin-left:5px !important;
}
.smallMarginTop{
    margin-top:5px !important;
}
.smallMarginRight{
    margin-right:5px !important;
}
.smallMargin{
    margin:5px !important;
}
.mediumMarginBottom {
    margin-bottom:15px !important;
}
.mediumMarginLeft{
    margin-left:15px !important;
}
.mediumMarginTop{
    margin-top:15px !important;
}
.mediumMarginRight{
    margin-right:15px !important;
}
.mediumMargin{
    margin:15px !important;
}
.smallPaddingBottom {
    padding-bottom:5px !important;
}
.smallPaddingLeft{
    padding-left:5px !important;
}
.smallPaddingTop{
    padding-top:5px !important;
}
.smallPaddingRight{
    padding-right:5px !important;
}
.smallPadding{
    padding:5px !important;
}
.mediumPaddingBottom {
    padding-bottom:15px !important;
}
.mediumPaddingLeft{
    padding-left:15px !important;
}
.mediumPaddingTop{
    padding-top:15px !important;
}
.mediumPaddingRight{
    padding-right:15px !important;
}
.mediumPadding{
    padding:15px !important;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    60%  { -webkit-transform: rotate(90deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    60%  { -webkit-transform: rotate(300deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes counterSpin {
    0% { -webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}

@keyframes counterSpin {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}

/*compudyne scrollbars*/
/*::-webkit-scrollbar {
    width: 12px;
    height:12px;
}*/


/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(229,229,229,0); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:lightgray;
    -webkit-box-shadow: inset 0 0 6px rgba(229,229,229,0); 
}*/

/*elipsis*/
/*https://loading.io/css/ free loader*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 30px;
}
.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background:#2C3E50;

    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

/*new navbar*/

.compudyneNav{ box-sizing:border-box;
               padding:0;
               margin:0
}
.compudyneNav {
    font-size: 18px;
    background-color:#333f48;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    position:fixed;
    z-index: 10;
    width:100vw;
    top:0;
    left:0;
}

.compudyneMainNav {
    list-style-type: none;
    display: none;
}

.compudyneNavPageName,
.compudyneNavLinks,
.compudyneNavLogo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7) !important;
}

.compudyneMainNav li {
    text-align: center;
    margin: 15px auto;
}

.compudyneNavLogo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}
#compudyneNavLogoImage{
    display:inline-block;
    vertical-align: middle;
}

.compudyneNavToggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.active {
    display: block;
}
.compudyneNavIcon{
    margin-right:5px;
    font-size:16px;
}
.compudyneNavPageName{
    display:none;
    font-size:18px;
}
.compudyneNavPageNameLi{
    display:none;
}

@media screen and (min-width: 1200px){
    .compudyneNavPageName{
        display:inline;
    }
}
@media screen and (max-width: 829px){
    .compudyneNavPageNameLi{
        display:block;
    }
    .compudyneExpandedNav{
        padding-top:250px !important;
        -webkit-transition: padding 400ms ease;
        -moz-transition: padding 400ms ease;
        -o-transition: padding 400ms ease;
        transition: padding 400ms ease;
    }
    .compudyneUnexpandedNav{
        padding-top:70px !important;
        -webkit-transition: padding 400ms ease;
        -moz-transition: padding 400ms ease;
        -o-transition: padding 400ms ease;
        transition: padding 400ms ease;
    }
}

@media screen and (min-width: 830px) {
    .compudyneNav {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        height: 60px;
        align-items: center;
    }

    .compudyneMainNav{
        display: flex !important;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom:0;
    }

    .compudyneMainNav li {
        margin: 0;
    }
    .compudyneMainNav i {
        margin-left:20px;

    }
    /*    .compudyneNavLinks i{
            margin-left: 40px;
            color:white;
        }*/

    .compudyneNavLogo {
        margin-top: 0;
    }

    .compudyneNavToggle {
        display: none;
    }



}
.compudyneNavLinks:hover {
    color: white !important;
    text-decoration:none;
    cursor:pointer;
}
.compudyneNavPageName:hover{
    color: white !important;
    text-decoration:none;
    cursor:pointer;
}
#compudyneNavSearch{
    color:#000000;
}

/*standard footer*/

.compudyneFooter{
    height:30px;
    background-color:#373a3c;
    /*background: rgba(55, 58, 60,0.6);*/
    z-index:50;
    position:fixed;
    bottom:0;
    width:100%;
}
.compudynePush{
    height:30px;
}
.compudyneFooter ul{
    list-style: none;
    color:white;
    margin-left:10px;
    font-size:14px;
    line-height: 30px;
}
.compudyneFooter li{
    display:inline;
}

/*compudyne portlets*/

.compudynePortlet{
    border: 1px solid #E9EDEF !important;
    padding:15px;
    margin:15px;
    width:fit-content;
} 
.compudynePortletHeader{
    border-bottom:1px solid #E9EDEF !important;
    padding:15px;
    margin:10px;
}
.compudynePortletTitle{
    color: #0077c8;
    font-size:17px;
    font-weight:100;
}
.compudynePortletOptions{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
}
.compudyneError{
    max-width:800px;
    /*max-height:400px;*/
    /*width:inherit;*/
    height:inherit;
    margin:auto;
    background-color:white;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content: flex-start;	
    text-align:center;
    overflow-y:auto;

}
.compudyneExclamation{
    font-size:8vw;
    color:#E35B5A;
}
.compudyneErrorHeader{
    font-size:18px;
}
.compudyneGlobalTable th{
    color:#525E64;
    cursor:pointer;
}
.compudyneGlobalTable td{
    color:#555555;

}
.compudyneTableCenter {
    vertical-align: middle;
    text-align:center;
}

.compudyneErrorDetails{
    font-size:11px;
    /*word-break: break-all;*/
    display:none;
    max-height:200px;
    font-family: monospace;
    text-align: left;
    overflow-y:auto;
    white-space: pre !important;
}
#compudyneOpenError{
    font-size:12px;
    cursor:pointer;
}
.pagination{
    margin: 0;
    padding: 0;
}
.compudyneTableOptions{
    margin:10px 0 10px 0;
    font-size:13px;
}
.compudyneTableControls{
    margin-right:10px;
    margin-bottom:10px;
}
.compudyneTableSearch{
    width:300px;
}
.compudyneItemLabel{
    float:left;
    margin-right: 10px;
    line-height:30px;
}
.compudyneItemsBreakdown{
    display:inline-block;
    margin: 0 10px;
    line-height:30px;
}

.user-table-status-filter{
    float:left;
    margin-right: 10px;
}
/*.buttons-excel{
    border-radius:8px;
    color:white;
    background-color: #36c6d3;
    border:1px solid white;
    height:36px;
    width:160px;
}*/
select{
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom:1px solid #cccccc;
    height:28px;
    cursor:pointer;
}
#tableWrapper{
    overflow-x:auto;
    min-width:100%;
    table-layout:fixed;
}

@media( max-width:991px){
    .compudyneTableColRight{
        float:none;
    }
}
@media( max-width:850px){
    .compudyneModalSmall{
        width:100%;
    }
    .compudyneModalMedium{
        width:100%;
    }
    .compudyneModalLarge{
        margin:40px 0;
        width:100%;
    }
}