body {
    background-color: #1a76c7;
    font-family: 'Open Sans';
    font-weight: 400;
    color:#404040;
}
a {
    color:#505fa9;
}
a:hover {
    text-decoration: none;
}
#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 0 15px;
    min-height: calc(100vh - 51px);
    background-color: #f7f7f8;
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 77px;
        padding:0 30px 30px 30px;
        -webkit-transition: margin 0.2s linear;
        -o-transition: margin 0.2s linear;
        transition: margin 0.2s linear;
    }
    #page-wrapper.has-small-menu {
        margin: 0 0 0 50px;
    }
}

/*TOP BAR*/
.navbar-default {
    background: #fff;;
}
.navbar-brand {
    padding:6px 0px 0px 14px;
}
.navbar-top-links li a {
    padding: 10px 15px;
    min-height: 50px; 
}
.navbar-top-links li .fa-caret-down {
    color:#303030;
}
.company-logo-small {
    width:30px;
    height:30px;
    background:#fff;
    border:1px solid #dadada;
}
.company-logo-small img {
    width:100%;
    height:100%
}
.company-name {
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
    font-size:14px;
    color:#161616;
}
.nav>li>a.dropdown-toggle:focus, .nav>li>a.dropdown-toggle:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color:#f7f7f7;
}
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.dropdown-menu li {
    display: block;
    padding: 0px 0px;
    position:relative;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.dropdown-menu li a {
    padding: 10px 25px 10px 10px;
    position: relative;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.dropdown-menu {
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 9px rgba(0,0,0,.375);
    -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.375);
    -moz-box-shadow: 0 2px 9px rgba(0,0,0,.375);
    -o-box-shadow: 0 2px 9px rgba(0,0,0,.375);
}
.dropdown-menu>li>a {
    color:#1a76c7;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-menu .divider {
    margin:0 10px;
}
.dropdown-menu>li>a:hover {
    background:#f7f7f7;
    color:#505fa9;
}
.dropdown-menu>li>a i {
    color:#9E9E9E;
}
.dropdown-menu>li>a .icon-work {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: 0px;
}
.dropdown-menu>li>a .icon-log-out {
    font-size: 17px;
    position: relative;
    top: 2px;
    left: 3px;
    margin-right: 2px;
}

/*SIDEBAR*/
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 77px;
        margin-top: 51px;
        transition:width 0.2s linear;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
    .sidebar .sidebar-nav.navbar-collapse {
        background:#1a76c7;
        min-height: calc(100vh - 51px);
    }
}
 .sidebar .sidebar-nav.navbar-collapse {
    background:#1a76c7; 
}

.sidebar .collpase-menu-trigger{
    padding: 12px 15px;
    display: block;
    background-color: #F1F1F1;
    margin-bottom:15px;
    height:44px;
}
.sidebar .collpase-menu-trigger:hover, .sidebar .collpase-menu-trigger:focus, .sidebar .collpase-menu-trigger:active {
    text-decoration: none;
}
.sidebar .nav>li>a {
    padding: 10px 7px;
    border-bottom:1px solid #2480d2;
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-size:12px;
    text-align:center;
}
.sidebar .nav>li>a:focus, .sidebar .nav>li>a:hover, .sidebar .nav>li>a.active {
    background-color:#0f63ad;
    color:#fff;
    border-color:#2480d2;
}
.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar ul li a img {
    display:block;
    margin:0 auto 5px auto;
    max-height: 20px;
}


.sidebar h5 {
    font-size:15px;
    padding-left:15px;
    font-weight:600;
    margin-top:20px;
}
.world-map-footer {
    width:175px;
    height:119px;
    margin:30px auto;
    background:url("../images/world-map.png") no-repeat center;
}
.copyright {
    font-size:11px;
    text-align: center;
    color:#606060;
}

/*SMALL SIDEBR*/
.sidebar.small-sidebar {
    width:50px;
    transition:width 0.2s linear;
}
.small-sidebar h5, .small-sidebar .world-map-footer, .small-sidebar .copyright, .small-sidebar .menu-label  {
    display:none;
}
.small-sidebar.sidebar .nav>li>a.active:after {
    content:"";
}

/* Menu Toggle */
.sidebar .menu-toggle {
    cursor: pointer;    
    width: 14px;
    margin-top: 4px;
    margin-right: 5px;
}
.sidebar .menu-toggle span {
    background-color: #2b3a80;
    width: 12px;
    height: 2px;
    display: block;
    margin: 2px 0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
.sidebar .menu-toggle:hover > span,
.sidebar.small-sidebar .menu-toggle:hover > span {
    background-color: #2b3a80;
}
.sidebar .menu-toggle > span:first-child {
    transform: rotate(-45deg);
}
.sidebar .menu-toggle > span:first-child + span {
    width: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sidebar .menu-toggle > span:first-child + span + span {
    transform: rotate(45deg);
}
.sidebar.small-sidebar .menu-toggle span {
    background-color: #2b3a80;
    width: 20px;
    height: 2px;
    display: block;
    margin: 4px 0;
}
.sidebar.small-sidebar .menu-toggle > span:first-child {
    transform: rotate(0deg);
}
.sidebar.small-sidebar .menu-toggle > span:first-child + span {
    width: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sidebar.small-sidebar .menu-toggle > span:first-child + span + span {
    transform: rotate(0deg);
}

/*SMALL SIDEBAR TOOLTIPS*/
.small-sidebar .tooltip.right .tooltip-arrow {
    border-right-color:#2B3A80;
}
.small-sidebar .tooltip.right .tooltip-inner {
    background-color:#2B3A80;
    padding:5px 8px;
    min-width:100px;
}

/*MENU ICONS TWEEKS*/
.sidebar i {
    color:#a4c1e2;
}
.sw-icon {
    width:1.28571429em;
    text-align:center;
}
.sidebar .icon-home:before {
    font-size: 15px;
}
.sidebar .icon-store:before {
    font-size: 13px;
    position: relative;
    left: -1px;
}
.sidebar .icon-globe:before {
    font-size: 17px;
    top: 2px;
    position: relative;
}
.sidebar .icon-shipping:before {
    font-size: 12px;
    position: relative;
    left: -1px;
}
.sidebar .icon-payments:before  {
    font-size: 18px;
    position: relative;
    left: -1px;
}
.sidebar .icon-policies:before {
    font-size: 16px;
}
.sidebar .icon-orders:before {
    font-size: 18px;
    position: relative;
    top: 2px;
    left: -1px;
}
.sidebar .icon-percent:before {
    font-size: 13px;
    position: relative;
    left: -1px;
}
.sidebar .icon-invoice:before {  
    font-size: 16px;
    position: relative;
    left: -1px;
}
.sidebar .icon-shield:before {    
    font-size: 16px;
    position: relative;
    left: -1px;
    top:2px;
}

/*LAYOUT GENERAL*/
.page-header {
    font-size: 22px;
    font-weight: 400;
    color: #323232;
    margin: 20px 0px 20px;
    border-bottom: none;
    padding-bottom: 0;
}
.page-header i {
    margin-right:10px;
}

.page-header .second-level {
    font-weight: 400;
}

.top-buttons-wrapper {
    margin-top:15px;
}

.content-inner {
    margin-top:35px;
    color:#404040;
}

/*DASHBOARD*/
.publish-percentage{
    margin-bottom:25px;
}
.publish-percentage .publish-text {
    color: #414141;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;    
}
.progress-bar {
    background-color: #A4C1E2;
    box-shadow: none;
}
.panel {
    border: 1px solid #FFF;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding:20px;
    position: relative;
    width: 100%;
}
.panel h2 {
    text-transform: uppercase;
    font-size:30px;
    font-weight: 400;
    color:#2B3A80;
    margin:15px 0 0 0;
}
.panel .icon-dashboard {
    width:120px;
    height:120px;
    margin:25px auto;
    background:#A4C1E2;
    line-height:120px;
    text-align: center;
    border-radius: 100%;
    color:#fff;
}
.panel .icon-dashboard i{
    font-size:40px;
    position: relative;
    top:12px;
}
.step-description {
    margin-bottom:0px;
    font-size:15px;
    font-weight: 400;
}
.step-description.done {
    color:#42b250;
}
.step-status{
    font-size:13px;
    margin-bottom:35px;
    color:#97959C;
}
.panel .btn {
    margin-bottom:20px;
}
.panel .btn-block{
    width:80%;
    margin:0 auto 20px auto;
}
.panel.done:before {
    content: "\e28a";
    position: absolute;
    top: -13px;
    right: -13px;
    display: inline-block;
    background: #42B250;
    color: #FFF;
    font-family: cosquare;
    width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 24px;
    border-radius: 100%;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 1200px) {
    .row-eq-height, .row-eq-height > div.col-lg-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}


/*FILTERS WRAPPER*/
.filters-wrapper {
    margin-top:25px;
    margin-bottom:25px;
}
fieldset {
    border:1px solid #ffffff;
    padding:20px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
}
fieldset legend {
    width: auto;
    padding: 0 10px!important;
    text-transform: uppercase;
    font-size: 13px;
    color: #B0B0B0;
    font-weight: 600;
    margin-bottom: 0;
}
.filter-buttons {
    margin-top:15px;
}
.filter-buttons .btn:first-child {
    margin-right:7px;
}
.filters-wrapper .form-group {
    margin-right:15px;
    margin-bottom:0!important;
    position: relative;
}
.reset-field.btn {
    position: absolute;
    top: -7px;
    right: -10px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 10;
}
.reset-field.btn a {
    display: block;
    width: 18px;
    height: 18px;
    background: #ff7d7d;
    color: #fff;
    border-radius: 9px;
    font-weight: 400;
    font-size: 10px;
}
.reset-field.btn a:hover,.reset-field.btn a:active, .reset-field.btn a:focus {
    text-decoration: none;
    background:#ff0000;
} 

.filters-wrapper .form-inline .form-group:last-child {
    margin-right:0;
}
.filters-wrapper .form-group-sm .form-control {
    height:35px;
    border-radius: 0;
}
.filters-wrapper .bootstrap-select.form-control .btn, .filters-wrapper .bootstrap-select.form-control {
    display:inline-block!important;
    width:auto!important;
    min-width:160px;
    height:34px!important;
}
.filters-wrapper label {
    font-size: 13px;
    font-weight:400;
    margin-right:5px;
}

/*Tables and others*/

.table {
    table-layout: fixed;

}

.table tr td ul li:not(:first-child) {
    display:none;
}

.table tr td ul.expandableCell {
    padding-left: 0px;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

.table tr td ul.expandableCell:before {
    content:"\f054";
    display:inline-block;
    font-family: "FontAwesome";
    position: absolute;
    top:2px;
    left:-17px;
    font-size: 13px;
    color:#9e9e9e;
}

.table tr td ul.expanded:before, .table tr.expanded ul:before  {
    content:"\f078"!important;
}
.table tr.expanded td ul li:not(:first-child), .table tr td ul.expanded li:not(:first-child) {
    display:block;
}
.table-claims tr th:first-child{
    width:6.5%;
}      
.table-claims tr th:nth-of-type(2) {
    width: 12%;
}
.table-claims tr th:nth-of-type(3) {
    width: 19%;
}
.table-claims tr th:nth-of-type(4) {
    width: 14%;
}
.table-claims tr th:nth-of-type(5) {
    width: 10%;
}
.table-claims tr th:nth-of-type(6) {
    width: 13%;
}
.table-claims tr th:nth-of-type(7) {
    width: 17%;
}
.table-claims tr th:nth-of-type(8) {
    width: 10%;
}
.table-claims tr th:nth-of-type(9) {
    width: 5%;
}

.table-claim-medium tr td {
    background: #fff;
}

.table-claim-medium tr {
    border:1px solid #e3e3e3
}

.table-claim-medium tr.spacer {
    border:none;
}

.table-claim-medium tr.spacer td{
    background:transparent;
    padding: 5px!important;
}

.table-claim-medium tr td:first-child {
    background: #F1F1F1;
    font-weight: 500;
}

.table-claim-medium tr.spacer td:first-child {
    background: transparent;
}

.btn-details {
    text-transform: none!important;
    font-size: 13px!important;
    font-weight: 500!important;
    color: #1a76c7!important;
    padding: 6px 18px!important;
    background-color: #fff!important;
}

.btn-default {
    background:#f7f7f7;
    border:1px solid #eaeaea!important;
    color:#cc6633;
}

.btn-default:hover, .btn-default:focus {
    border:1px solid #eaeaea;
}

.btn-default.dropdown-toggle {
    background:#f7f7f7!important;
    border:1px solid #eaeaea!important;
    color: #2a2a2a!important;
    text-transform: none;
    font-weight: 500;
}

.open>.dropdown-toggle.btn-default {
    border-color: #D6D6D6!important;
    background-color: #e6e6e6!important;
}

.btn .caret {
    margin-left: 6px;
    color:#cc6633;
}

.breadcrumbs {
    padding:5px 30px;
    background: #eeeeef;
    margin:0 -30px;
    font-size: 13px;
    color:#989898;
}

.breadcrumbs a {
    color:#1a76c7;
    font-weight: 500;
}

.dropdown-menu {
    border: 1px solid #e0e0e1!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    min-width: 100%;
    padding: 0;
}

.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.dataTables_length select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0 6px;
}

/*MODAL*/

.btn-close {
    background: #dadada;
    border: none!important;
    color: #2a2a2a!important;
    font-weight: 500!important;
}

.close {
    font-size: 31px;
    font-weight: 400;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 400;
}

.modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
    .modal-body {
        max-height:400px;
        overflow-y: scroll;
    }
}

.table-details tr td:first-child {
    background-color: #f4f4f4;
    font-weight: 500;
    width:40%;
}

.table>tbody>tr.milestone td {
    background:#eeeeee;
    text-transform:uppercase;
    padding:8px 10px 8px 10px!important;
    font-weight: 600;
}

.nav-tabs>li>a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    color: #1a70bb;
    font-weight: 500;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-tabs>li>a {
    position: relative;
    display: block;
    padding: 10px 45px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    border-color:#d7d7d7;
}

.wrapperCell {
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    background: #fff;
    padding:15px;
    min-height:110px;
}

.wrapperCell h2.heading {
    font-size: 17px;
    font-weight: 400;
    color:#818181;
    margin-top:0;
}

p.bigText{
    font-size: 22px;
    font-weight: 500;
    padding-top:10px;
}

.claim-info {
    width:100%; border-spacing: 25px;table-layout: fixed;
}

.claim-info tr td {
    vertical-align:top;
}

.claim-info tr td:first-child {
    width:10%;
}

.claim-info tr td:nth-of-type(2) {
    width:20px;
}

.claim-info tr td:nth-of-type(3) {
    width:10%;
}

.claim-info tr td:nth-of-type(4) {
    width:20px;
}

.claim-info tr td:nth-of-type(5) {
    width:18%;
}
.claim-info tr td:nth-of-type(6) {
    width:20px;
}


/*Mobile version*/

.mobile-table {
    display:none;
}

@media (max-width: 768px) {
    body {
        background-color:#F7F7F8;
    }

    .breadcrumbs {
        padding: 5px 15px;
        background: #eeeeef;
        margin: 0 -15px;
    }

    /*.sidebar .sidebar-nav.navbar-collapse {
        min-height:100px;
    }*/

    .filters-wrapper .form-group {
        margin-bottom:15px!important;
        display: inline-block;
        margin-right: 10px;
    }

    .sidebar ul li a img {
        display: inline-block;
        margin-right: 20px;
        max-width: 16px;
    }

    .navbar-collapse {
        padding:0;
    }

    .sidebar .nav>li>a {
        text-align: left;
        padding:15px 20px;
    }
}

.breadcrumb {
    margin:0;
    padding:0;
    background: transparent;
}

.ui-datepicker {
    z-index: 1234!important;
}

.contract-details tr td:first-child {
    width:300px;
}

.company-contracts {
    z-index:1958;
    min-width: 295px;
    max-width: 300px;
}

.company-contracts li a {
    display:block;
    /*border-bottom:1px solid #e5e5e5;*/
    font-weight: 500;
}

.company {
    font-weight: 500;
    padding: 10px;
    background: #f9f9f9;
    border-bottom:1px solid #e5e5e5;
    border-top:1px solid #e5e5e5
}

/*DASHBOARD*/

.box_wrapper {
    webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    background:#fff;
    padding:0 20px 20px 20px;
    margin-bottom:30px;
}
.box-header {
    border-bottom:1px solid #ededed;
}
.box-header a {
    line-height:40px;
    padding-left:15px;
    color:#9c9c9c;
    font-size:13px;
}
.box-header a.active {
    color:#1a76c7;
}
.box_wrapper h3 {
    margin:0;
    font-weight:500;
    font-size:15px;
    color:#323232;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}
.box_wrapper .box-inner{
    margin-top:20px;
}
.piechart-wrapper {
    width:100%;
    position: relative;
    height:auto;
}

.pieChart {
  width : 100%;
  height : 200px;
  margin:0 auto;
  position: relative;
}

.lineChart {
    width:100%;
    height:300px;
}

.floatThead-container {
    z-index: 2!important;
}

/*Donut chart for dashboard*/


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.doughnutTip {
  position: absolute;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 17px;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  &::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(0,0,0,.7);
      line-height: 0;
  }
}
.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: center;
  cursor: default;
}
.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -3%;
  font-size: 16px;
  color:#2a2a2a;
}
.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40%;
  color:#2a2a2a;
  font-weight: 500;
  font-size: 30px;
}
.chart path:hover { opacity: 0.65; }

.legend {
    text-align:center;
    margin-top:10px;
}

.legend span.legend-label:first-child {
    margin-right:10px;
}

.legend span.legend-label:before {
    width:12px;
    height:12px;
    content:"";
    display:inline-block;
    margin-right:5px;
}

.legend-label.red:before {
    background:#f65641;
}

.legend-label.green:before {
    background:#7cc576;
}

.legend-label.blue:before {
    background: #4DA0E8;    
}

/*LOGIN*/
.login-page {
    background: url("../img/login_bg.png")
}

.topTriangle {
    position:absolute;
    top:0;
    right:50px;
    width:854px;
    height:245px;
    background:url("../img/topTriangle.png");
    z-index: 3;
    opacity: 0.5;
}


.elipsis-name {
    max-width: 195px;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*MOBILE*/

@media (max-width:480px) {
      .login-wrapper {
        width:300px!important;
    }  
    .navbar-top-links li.contract-selector {
        display:none;
    }
    .navbar-top-links li:nth-of-type(2) .company-name {
        max-width:60px;
        overflow: hidden;
        display: inline-block;
        max-height: 20px;
        text-overflow: ellipsis;
    }
    .piechart-wrapper {
        margin-bottom:30px;
    }
    .overflow-el {
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .vo-mobile{
        margin-top:0px;
    }
    .vo-mobile span {
        display:block;
    }
    .table {
        table-layout: auto!important
    }
    .table-ipc>tbody>tr:nth-child(odd)>td{
        border-bottom:1px solid transparent;
    }
    .mobile-table tr td:first-child {
        width:40%;
    }
        .breadcrumb>li {
        display: inline;
    }
}

@media (max-width: 767px) {
    table.visible-xs {
        display: table!important;
    }
    .vo-mobile {
        margin-top:0px;
        text-align: left!important;
    }
}

.vo-mobile {
    margin-top:10px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    max-width: 140px;
    text-overflow: ellipsis;
}

.download-pdf{
    margin-top:0;
}

.table tr td{
    word-wrap: break-word;
}

/*details tab*/
.table-problem-entity-details-tab tr th:first-child{
    width:3%;
}
.table-problem-entity-details-tab tr th:nth-of-type(2){
    width:23%;
}
.table-problem-entity-details-tab tr th:nth-of-type(3){
    width:7%;
}
.table-problem-entity-details-tab tr th:nth-of-type(4){
    width:14%;
}
.table-problem-entity-details-tab tr th:nth-of-type(5){
    width:10%;
}
.table-problem-entity-details-tab tr th:nth-of-type(6){
    width:7%;
}
.table-problem-entity-details-tab tr th:nth-of-type(7){
    width:9%;
}
.table-problem-entity-details-tab tr th:nth-of-type(8){
    width:11%;
}
.table-problem-entity-details-tab tr th:nth-of-type(9){
    width:7%;
}
.table-problem-entity-details-tab tr th:nth-of-type(10){
    width:9%;
}

.table-problem-entity-details-tab .popover{
    max-width: none !important;
}