@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-Regular-webfont.ttf);
}

body {
    font-family: Roboto!important;
    background-color:  WHITE;
    overflow-y: auto;
}

#topNavBar {
    height: 52px;
    background-color: #003366;
    margin-bottom: 0px;
}

#topNavBar p.navBar-logo {
    color: #ffffff;
}

#topNavBar ul {
    margin-bottom: inherit;
}

#titleHeaderBlock {
    height: 200px;
    background-color: #2676af;
}

.white-text {
    color: WHITE;
}

#topNavBar ul a span {
    font-size: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.image-medium {
    width: 120px;
    height: 120px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.image-large {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.checkbox label {
    line-height: inherit;
}

.modal-dialog{
    overflow-y: initial !important
}

/*img {
    background-image : none;
}*/

body {
    margin-top: 52px;
}

#accountsNavBar div.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

#accountsNavBar {
    margin-bottom: 0px;
}

#accountsContent {
    overflow-y: auto;
    height: calc(100vh - 120px);
}

.search-list .list-group{
    margin-bottom: 20px;
}

div.panel, .list-group {
    margin-bottom: 2px;
}

#accountsList div.panel-body, #accountsContent div.panel-height div.panel-body{
    padding : 0px;
    height: calc(100vh - 177px);
    overflow-y: auto;
/*calc(100vh - 111px)*/
}

div.input-group button.glyphicon, div.input-group button {
    top: 0px;
    max-height: 34px;
}

#accountsList div.customerListItem div.panel-body{
    padding-bottom: 0px;
}

#accountsList div.customerListItem {
    margin-bottom : 5px;
    margin-top : 5px;
}

#accountsList div.list-group a.active div span.flagged:hover {
    color : inherit;
}

#accountsList div.list-group a.active div span.favorite:hover {
    color: inherit;
}

#accountsList div.list-group a div span.flagged:hover {
    color : #555;
}

#accountsList div.list-group a div span.favorite:hover {
    color : #555;
}

#displayCustomerInfoPanel div.panel-heading {
    font-size: x-large;
}

.no-gutter{
    padding-right:0;
    padding-left:0;
}

.panel-height {
    height: 100%;
    min-height: 100%;
    position: absolute;
    padding-bottom: 105px;
}

#accountsContent div.panel-height div.panel-body{
    padding-top: 15px;
}

/*END OF CSS FOR SHITTY AD BOOTSTRAP*/

.input-error, .has-error .form-control {
    border-color: #ad151d;
    box-shadow: 0 0 5px 0 #ad151d;
    color: #ad151d;
}

.tooltip.error-tooltip .tooltip-inner {
    color: #ffffff;
    background-color: #ad151d;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.tooltip.error-tooltip .tooltip-arrow{
    border-top-color: #ad151d;
}
.validation-message {
    font-size:small;
    color: #ad151d;
    position: relative;
}
div.new-account .form-group {
    margin-top:0px;
    margin-bottom: 5px;
}

.modal-header .close{
    margin-top: 10px;
}

/*THIS IS FOR PLACEHOLDERS ON IE9*/
.empty {
    color: #a9a9a9;
}
/*END OF PLACEHOLDERS FOR IE9*/

.navbar-nav {
    margin-top: auto;
    margin: 0 -15px;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

/*TO FIX WRONG FONT WEIGHT FONT AD BOOTSTRAP*/
strong {
    font-weight: 700;
}

.table>thead>tr>th.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.table-condensed>tbody>tr:last-child>td.border-bottom {
    border-bottom: 1px solid #ddd;
}

.table-condensed>tbody>tr>td.no-border-top {
    border-top: 0;
}

/*HERE IS THIS TO FIX UGLY DROPDOWNS FROM AD BOOTSTRAP*/
.dropdown-menu li {
    padding : 0px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #FFFFFF;
    background-color: #438BC9;
}

.dropdown-toggle {
    /*padding-top: 6px;*/
    /*padding-bottom: 6px;*/
}

.modal-dialog {
    height: inherit;
}

.modal-dialog .modal-content .modal-body{
    overflow-x: hidden;
}

.wrap-text
{
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all; /*Chrome*/

}

div.svgProduct svg, div.svgProduct svg path{
    fill: rgba(255, 255, 255, 0.5);
    width: 100%;
}

div.svgProduct {
    background-color: #535353;
    margin-bottom: 20px;
    cursor: pointer;
}

div.svgProduct text{
    fill : #fff;
    font-family: 'Roboto', sans-serif;
}

div.svgProduct text tspan:first-child{
    font-weight: 300;
    font-size: 6pt;
}

div.svgProduct text tspan:last-child{
    font-weight: 500;
    font-size: 7pt;
}

/*THIS CSS IS FOR LOGIN PAGE*/

#login div.panel {
    border: none;
    border-radius: inherit;
}

#login div.panel-heading{
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color:#333;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    padding-left: 25px;
    padding-right: 25px;
}

#login div.panel-body{
    padding-left: 25px;
    padding-right: 25px;
}

#login div.verticalCenter {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

#login  div.padding-footer{
    padding-bottom: 60px;
    width: 350px;
    margin: 0px auto;
    padding-top: 10%;
    height: 100%;
    position: relative;

}

#login button {
    width: 100%;
}

#login div.form-group:last-child {
    padding-top: 10px;
}

@media (max-width: 353px) {
    #login div.form-group:last-child{
        padding-bottom: 55px;
    }
}

.navbar-nav>li>a{
    padding-top : 15px;
}

#logout.open a.configDropdownOpen{
    padding-bottom: 10px;
    background-color: WHITE;
}

#logout.open a.configDropdownOpen span{
    color: #003366;
}

@media (max-width: 767px){
    .navbar-nav #logout.open .dropdown-menu{
        background-color: #fff;
        position: absolute;
        left: auto;
        right: 0;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        margin-top: 1px;
    }
    #logout.open ul li a{
        color: BLACK;
        padding: 3px 20px;
    }
    #logout.open ul li a:hover{
        color : WHITE;
    }
}

div.product-badge{
    display: inline-block;
    margin-top : 2px;
    margin-bottom : 2px;

}
div.product-badge span{
    font-size: 15px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

#usersTab td.productsChecks div.checkbox{
    background-color: #003366;
}

@media (min-width: 900px){
    .modal-md-bigger{
        width: 900px;
    }
}
@media (max-width: 900px){
    .modal-md-bigger{
        width: auto;
    }
}
@media (max-width: 769px) {
    .margin-bottom-top-10px {
        margin-bottom: 10px;
        margin-top: 10px;
    }

}

.margin-bottom-top-10px-user-products {
    padding-bottom: 5px;
}

.width-100 {
    width: 100% !important;
}

p, .no-margin-bottom{
    margin-bottom: 0px;
}

.melissa-address-item{
    margin-bottom: 25px;
    margin-top: 25px;
}

.changed, .active .changed  {
    color: RED;
}

div.break-combo span.editable-wrap{
    white-space: normal; !important;
}

.nav>li>a.nofade:hover{
    background-color: #FFFFFF;
}

.nav>li.active>a.nofade:hover{
    background-color: #428bca;
}

a.nofade:hover {
    color: #428bca;
}

.dropdown-menu li:hover{
    background-color: rgb(255, 255, 255);
    color : rgb(51, 51, 51);
}

a.noh2 {
    font-size: 14px;
}

.nav-pills > .uib-tab.active > div{
    background-color: #428bca;
}

.left-datepicker {
    position: relative;
}
.left-datepicker .dropdown-menu {
    left: auto !important;
    right: 0px;
}

/*THIS TO SIMULATE ALLDATA's BOOTSTRAP CSS*/
h2 {
    font-size: 20px;
    color: #0879be;
    border-bottom: solid 1px rgba(8,121,190,.2);
}

.modal-backdrop {
    background-color: #003972;
}

/*END OF SIMULATE ALLDATA's BOOTSTRAP CSS*/

div.indentShop div.list-group a p{
    margin-left : 10px;
}

.companyShopItem:hover{
    color: #555;
    background-color: #E0E0E0;
}
.companyShopItem{
    /*background-color: #007FBB;*/
    cursor: pointer;
    padding: 5px 10px 10px 15px;
    border-radius: 7px;
}

.companyShopItem.active:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.companyShopItem.active{
    color: #fff !important;
    background-color: #1c5984 !important;
}

.companyInfoBox{
    width: 30%;
    /* margin: 16px auto; */
    border: 1px solid #eee;
    box-shadow: 0 1px 3px #ccc;
    padding: 16px;
    /* text-align: center; */
}

.inactiveShop{
    color: #000000;
}

.csiShop {
    color: #FF0000;
}

.accountsContent{
    padding-left: 5px;
    padding-right: 5px;
}

.no-left-margin{
    margin-left: 0px;
}

.collapsed-width{
    position: relative;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;


}
.uncollapsed-width{
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.full-width{
    width: calc(100% - 2px);
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.undo-full-width{
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}

.sideBar{
    cursor: pointer;
    text-align: center;
    color: WHITE;
    position:fixed;
    float: left;
    width: 40px;
    height: 100%;
    background-color: #003366;
    z-index: 40;
}

.sideBarItem{
    padding: 10px 8px 10px 8px;
    font-size: 23px;
}

.bottomSidebarItem{
    position: fixed;
    bottom: 0;
    left: 0;
}

.fix-glyph{
    top : 0;
}

.input-group.round-edges .form-control:not(:first-child):not(:last-child){
    border-radius: 4px; !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

table td, label, table th{
    font-size: 1em;
}

.managementEmployees .scrollable-table{
    height: 650px;
    overflow-y: auto;
}

.managementEmployees tr.selectable-row{
    cursor: pointer;
}

.managementEmployees thead tr{
    background-color: #e8e8e8;
}

.managementEmployees tbody tr.selectedEmployee{
    background-color: #2777AF;
    color: WHITE;
}

.managementEmployees tbody tr.selectedEmployee:hover{
    background-color: #2777AF;
    color: WHITE;
}

.managementEmployees .no-margin-bottom{
    margin-bottom: 0px;
}

.managementEmployees .padding-left-10px{
    padding-left: 10px;
}

.managementEmployees a.pencil-users-mgnt{
    right: 0px;
    position: absolute;
    font-size: 0.9em;
}
.managementEmployees td{
    font-size: 1em;
}

.hiddenScroll{
    overflow-y: hidden;
}

.managementEmployees .management-action{
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.5em;
}

.managementEmployees .management-action:hover{
    color : #007FBB;
}

.managementEmployees .actions-td{
    text-align: center;
}

.managementEmployees .padding-top-20px{
    padding-top : 20px
}

.alldata-colors{
    background-color: #2777AF;
    color: WHITE;
}

.alldata-colors:hover{
    background-color: #216594;
    color: WHITE;
}

.alldata-colors:focus, .alldata-colors:active{
    background-color: #216594;
    color: WHITE;
    border-color: #dcdcdc;
}

.selectedCompany {
    background-color: #2777AF;
    color: white !important;
}

.selectedCompany:hover {
        background-color: #2777AF !important;
    color: white !important;
}

.selectedCompany h4, .selectedCompany span{
    color: white !important;
}

.selectedCompany h4:hover, .selectedCompany span:hover{
    color: white !important;
}

.selectedCompany .companyShopItem:hover{
    color: #fff !important;
    background-color: #1c5984 !important;
}

.overview-icon{
    padding: 15px;
    background-color: #2777AF;
    color: white;
    border-radius: 39px;
}

.overview-csi-icon{
    padding: 15px;
    background-color: red;
    color: white;
    border-radius: 39px;
}

.product-overview-icon{
    cursor : default;
}


.application-roles-trash-icon:hover{
    color : #2777AF;
}




.application-roles-add-icon:hover{
    color : #2777AF;
    cursor : pointer !important;
}

.application-roles-add:hover{
        color: #fff;
         background-color : #007FBB;
}


.application-roles-add{
        color: #fff;
    background-color: #0879be
}

.managementRoles tbody tr.selectedModule{
    background-color: #2777AF;
    color: WHITE;
}

.managementRoles tbody{
    max-height: calc(100vh - 352px);
    overflow-y: auto;
    display: block;
}
.managementRoles .shortTable{
    max-height: calc(100vh - 402px);
}

.managementRoles .scrollable-table{
    height: 650px;
    overflow-y: auto;
}

.managementRoles tr.selectable-row{
    cursor: pointer;
}

.managementRoles tbody tr.selectedEmployee{
    background-color: #2777AF;
    color: WHITE;
}

.managementRoles tbody tr.selectedEmployee:hover{
    background-color: #2777AF;
    color: WHITE;
}

.managementRoles .no-margin-bottom{
    margin-bottom: 0px;
}

.managementRoles .padding-left-10px{
    padding-left: 10px;
}

.managementRoles a.pencil-roles-mgnt{
    right: 0px;
    position: absolute;
    font-size: 0.9em;
}
.managementRoles td{
    font-size: 1em;
}

.managementRoles .management-action{
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.5em;
}

.managementRoles .management-action:hover{
    color : #007FBB;
}

.managementRoles .actions-td{
    text-align: center;
}

.managementRoles .padding-top-20px{
    padding-top : 20px
}

.managementRoles .add-role{
     color:white;
     background-color: #337ab7;
}

.managementRoles .add-role:hover{
     background-color : #2777AF;
}

.managementRoles .update-name-icon{
    padding-top: 46;
    width: 15;
    height: 15;
}

.add-role-button:hover{
    color: #2777AF;
}

.add-role-button.disabled{
    color : gray;
    cursor : not-allowed;
}
.add-role-button.disabled:hover{
    color : gray;
    cursor : not-allowed;
}

tr.active-role{
    background-color: #2777AF;
    color : white;
}

tr.active-role td.actions-td i:hover{
    color : #0f4caf;
}

.clone-role-dropdown{
    padding-down: 30;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.ad-shell .shell-body .shell-content{
    padding : 0 !important;
}


.tag {
    font-size: 14px;
    padding: .3em .4em .4em;
    margin: 0 .1em;
  }
  .tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
  }
  .tag a:hover {
    opacity: 1.0
  }
  .tag .remove {
    vertical-align: bottom;
    top: 0;
  }
  .tag a {
    margin: 0 0 0 .1em;
  }
  .tag a .glyphicon-white {
    color: #fff;
    margin-bottom: 9px;
  }



.product-activity-table thead {
    display: table;
    width: 98%;
    table-layout: fixed;
}

.product-activity-table tbody {
    max-height: 450px;
    overflow-y: auto;
    display: block;
    width: 98%;
    table-layout: fixed;
}

.product-activity-table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.device-version-table {
    margin-top: 15px;
    margin-left: 50%;
}

.collapsed-height{
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.searchFilterColumn{
    font-size: small; 
    word-wrap: break-word;
}

.ie9up { 
    word-break: break-all;
}

.csiBanner{
    margin: 10px;
}

.snap-content{
    overflow: unset;
}
#addNewCompany{
    position: inherit;
}
.tree-view-wrapper, .tree-view-wrapper ul { list-style:none;}
.tree-view-wrapper li { margin-top: -12px;}
.tree-checkbox{margin: 2px !important;}
.tree-view-hide{display:none;}
.tree-view-show{display:block;}