/**
* File : Style.css
* Path : ./assets/css/Style.css
* Purpose : It will contain global css for all pages.
* Created : 7-Feb-2017
* Author : KiBiz Systems.
* Comments :
*/

body {
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.w3-card,.w3-card-2{box-shadow:0 0px 10px 0 rgba(0,0,0,0.25)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}

a{background-color:transparent;-webkit-text-decoration-skip:objects;color: black;}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
.w3-btn,.w3-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-circle{border-radius:50%}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-button:hover{color: white!important;background-color:#3397d1!important}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
html{overflow-x:hidden}

.w3-margin-top{margin-top:16px!important}
.w3-margin-bottom{margin-bottom:16px!important}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}

#customer-portal-header .navbar-default {
    background-color: white;
    border-color: none;
}

#customer-portal-header .panel-default {
    border-color: white;
}

#customer-portal-navbar .navbar-default {
    border-color: white !important;
}


.padding40 {
        padding: 30px;
}

#navbar .active a {
    background-color: white;
}

#logo {
    height: 50px;
    /* margin-top: -13px; */
}

.navbar {
    margin-bottom: 2px;
}

.header-nav-font {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

.header-nav-font .active a {
    font-weight: bold;
    color: #5C5B5B !important;
}

.header-nav-font hr {
    margin-top: unset;
    border: 1px solid #B3B3B3;
    margin: 5px 0;
}

.header-nav-right-font {
    color: #2369b4;
    font-size: 12px;
}

.profileImageContainer {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #6D5D6E;
}
.profileImage {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 26px;
    line-height: 50px;
}

.header-nav-right-font li a {
    padding-bottom: 0px;
    padding-top: 0px;
}

.profile-img-xs {
    margin-top: -11px;
    margin-right: 5px;
    float: right;
}

.logout-btn {
    margin-top: 18px;
    padding : 3px 3px !important;
}

.header-background {
    background-color: white;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #customer-portal-header {
        /* border-bottom : solid 1px #e7e7e7; */
        padding-top:5px;
    }

    .row.no-gutter {
        margin-left: 0;
        margin-right: 0;
    }
      
    .row.no-gutter [class*='col-']:first-child {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row.no-gutter [class*='col-']:last-child {
        padding-right: 5px;
        padding-left: 5px;
    }

    .row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
        padding-right: 5px;
        padding-left: 5px;
    }
      

    /* #customer-portal-logo {
        padding-top: 25px;
    } */

    /* #customer-portal-navbar {
        padding-top: 35px;
    } */
}

@media (max-width: 767px) {
   
    #customer-portal-logo {
        padding-top: 10px;
    }

    #customer-portal-navbar {
        padding-top: 20px;
    }

    #ar-dues-div, #ap-dues-div, #top-categories-div, .top-margin {
        margin-top: 45px;
    }

    .header-nav-font hr {
        width : 33%;
    }

    .header-nav-font li:first-child a {
        padding-bottom: 18px;
    }

    .logout-btn {
        margin-top: 5px !important;
        padding: 10px 15px !important;
    }
}

.notifyjs-wrapper {
    z-index: 4000 !important;
}

.copy-right {
    color: black;
}

.error {
    color: red;
}

.box {
    float: left;
    min-width: 200px;
    margin-right: 20px;
    background: #fff;
    padding: 8px;
    border: 2px solid #c5cdd4;
    border-radius: .6em;
    box-shadow: 0 0 16px rgba(100,100,100,0.2);
}

.bug-list-ticket-container {
    margin-top: 70px;
}

.item {
    cursor: pointer;
}

.view-toggle {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    left: 3%;
    top: 90%
}

.kibiz-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.kibiz-hide {
    display:none;
}

.panel.noborder {
    border: none;
    box-shadow: none;
}
.panel.noborder > .panel-heading {
    border: 1px solid #dddddd;
    border-radius: 0;
}

.notifyjs-wrapper, .notifyjs-arrow , .notifyjs-container{
    z-index: 4000 !important;
}

.bootbox {
    z-index: 3000 !important;
}

.user-icon {
    color:#32213A;
}

.person-name-icon {
    color:#200116;
}

.contact-type-icon {
    color:#50B5E9;
}

.contact-email-icon {
    color:#0081BB;
}

.kibiz-pointer {
    cursor: pointer;
}

.round{
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-bottomleft:15px;
  -webkit-border-bottom-right-radius:15px;
  -webkit-border-bottom-left-radius:15px;

  -moz-border-radius-topright:15px;
  -moz-border-radius-topleft:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-top-left-radius:15px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #6089D3 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  background-image: none !important;
  border: none !important;
}

.ui-autocomplete .list-group-item{
  padding : 1px ;
}

.ui-autocomplete-kibiz-loading{
    background-image: url('../images/ajax-loader.gif');
}

.btn-kibiz {
    background-color:#6A92CD;
    color:white;
    border-color: #6A92CD !important;
}

.btn-kibiz:hover, .btn-kibiz:focus, .btn-kibiz:active
{
    background-image:none !important;
    background-color:#6A92CD !important;
    border-color: #6A92CD !important;
    color: white;
}

.login-panel {
    margin-top : 10%;
}

.btn-stick-bottom {
    position: absolute;
    bottom: 0;
    right: 30%;
}

.bg-success {
    background-image: linear-gradient(180deg, #A4C4E2 23%, #C1BDBD 90%);
    border: 1px solid #979797;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-kibiz {
    background-color: #7595D3;
    color: white;
}

.kbz-panel > .panel-heading {
    background-color: #658ED0;
    border-color: #658ED0;
    color: white;
    text-align: center;
}

.kbz-panel {
    border-color: #658ED0;
}

.kibiz-panel-heading {
    background-color: #658ED0 !important;
    border-color: #658ED0 !important;
    color: white;
    text-align: center;
}

.panel-transparent {
    background-color: #A84448;
}

.panel-white > .panel-heading {
    background-color: #ffffff !important;
}

.small-screen {
    display: none;
}

.midium-screen {
    display: block;
}

/* Executive Dashboard */

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}