/* **********************************************************
    Bootstrap 4 Overlay

    START HERE
********************************************************** */

body {
    font-size: 14px; /*Bootstrap 4 : Global font-size increased from 14px to 16px*/
}

.tooltip-inner {
    background-color: #a9a9a9;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #a9a9a9;
}

.card {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fcfcfc;
    /* border: 0; */
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    /* margin-top:5px; */
    /* added by ML because we set the padding on col-md-x to 0px */
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 18px;
    color: #111;    
}

.card-body {
    padding: 15px 5px 15px 5px;
}

.card-footer {
    padding: 20px;
    background: #fff;
    border-color: #eee;
}

.card-footer:after {
    clear: both;
    display: block;
    content: '';
}

.card-header {
    border-bottom: 1px solid #d3d7db;
    border-top: 0px solid #eee;
    background-color: #f7f7f7;
    padding: 18px 15px 5px 15px;
}

.card-header .nav-tabs li {
    margin-right: 5px;
}

.card-header .nav-tabs li a {
    color: #666;
}

.card-header .nav-tabs li a:hover,
.card-header .nav-tabs li a:active,
.card-header .nav-tabs li a:focus {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 0;
    color: #111;
}

.card-header .nav-tabs li.active a {
    background: #fcfcfc;
    color: #111;
}

.card-header .nav-tabs li.active a:hover,
.card-header .nav-tabs li.active a:active,
.card-header .nav-tabs li.active a:focus {
    background: #fcfcfc;
    color: #111;
    border: 1px solid #ddd;
    border-bottom-color: #fcfcfc;
}

.card-header .nav-justified {
    margin-bottom: -21px;
}

.card-header .nav-justified li a {
    border-bottom: 0;
}

.panel-alt .card-header {
    padding: 15px 0px 0px 20px;
}

.panel-alt .card-title {
    font-size: 13px;
    text-transform: uppercase;
    /*font-family: 'LatoWebBold';*/
}

.panel-alt .card-header p {
    margin-top: 5px;
    line-height: 18px;
}

.panel-alt .card-footer {
    padding: 15px;
}

.panel-alt .card-body {
    padding: 5px 5px 0px 5px;
}

.panel-primary .card-header p,
.panel-warning .card-header p,
.panel-success .card-header p,
.panel-danger .card-header p,
.panel-info .card-header p {
    color: #fff;
    opacity: 0.6;
}

.card-group .card-header {
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:focus, .btn-primary.focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-secondary {
    color: #636e7b;
    background-color: #e4e7ea;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #636e7b;
    background-color: #f7f7f7;
    border-color: #ccc;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    margin-left: 0;
}

/*.dropdown-menu[x-placement^="bottom"] {
    left: auto !important;
    right: auto;
}*/



/* **********************************************************
    FINISH HERE
/* **********************************************************


/* **********************************************************
	Bootstrap custom overlays that are required by the backend
   ********************************************************** */
.label {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    font-weight: 600;    
    margin-left: 3px;
}

label {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    padding: 0px;
    font-weight: 600;
    margin-left: 3px;
}


/* Defined in bootstrap and fontawsome.
   Added this in to push the buttons in the header bar up to be centered in the bar vertically.
*/
.pull-right {
    margin-top: -9px;
}

.form-control {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

.form-control:focus {
    border-color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
}

.passwordForgotPanel .form-control,
#btn_changePass {
    width: 90%;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 21px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 6px 10px;
    font-size: 14px;
}

.btn:focus {
        outline: none;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-xs {
    padding: 2px 2px 10px 10px;
    font-size: 12px;
    white-space: nowrap;
}

.btn-lg {
    padding: 12px 20px;
}

.btn-success {
    background-color: #1CAF9A;
    border-color: #17a08c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #17a08c;
    border-color: #119380;
}

#tabstripImporteExcel .btn {
    margin-top: 10px;
}

.headermenu .btn-group {
    margin-bottom: 0;
}

.card-header .btn-group {
    display: inline-flex;
    height: 35px;
}

.card-header a:not([href]):not([tabindex]) {
    float: right;
}


.dropdown-menu {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
    font-size: 14px;
}

.dropdown-menu li a {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.dropdown-menu > li > a {
    padding: 7px 10px;
    color: #666;
}

.dropdown-menu > li > a:hover {
    background-color: #e7e7e7;
    color: #333;
}

.popover {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.popover-title {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 13px;
    border-color: #ddd;
}

.headermenu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
    background: #f9f9f9;
    color: #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.headermenu .dropdown-toggle img {
    vertical-align: middle;
    margin-right: 5px;
    width: 26px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.headermenu .dropdown-toggle .caret {
    margin-left: 5px;
}

.headermenu .dropdown-menu {
    border: 0;
    /*margin-top: 0px;*/
    margin-right: -1px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.05);
    padding: 5px;
}

.headermenu .dropdown-menu:after {
    border-bottom: 6px solid #1d2939;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 17px;
    position: absolute;
    top: -6px;
}

.headermenu .dropdown-grid .grid-list {
    padding: 20px;
}

.headermenu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px 5px;
}

.headermenu .dropdown-menu-usermenu li {
    padding: 0;
}

.headermenu .dropdown-menu-usermenu:after {
    right: 95px;
}

.headermenu .dropdown-menu li a {
    color: #94989d;
    font-size: 13px;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.headermenu .dropdown-menu li a:hover {
    background: #1caf9a;
    color: #fff;
}

.headermenu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}

.headermenu .dropdown-menu-head {
    padding: 0;
    min-width: 300px;
}

.headermenu .dropdown-menu-usermenu {
    background: #1d2939;
    min-width: 200px;
}

.headermenu .dropdown-menu-head ul {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0 10px;
}

.headermenu .dropdown-menu-head li a {
    color: #333;
    padding: 0;
    opacity: 1;
}

.headermenu .dropdown-menu-head li a:hover {
    background: none;
    color: #428BCA;
    text-decoration: none;
}

.headermenu .tp-icon + .dropdown-menu:after {
    right: 17px;
}

.bootstrap-timepicker .dropdown-menu {
    top: 40px;
}

.headerbar .topnav > ul > li .dropdown-menu {
    margin-top: 2px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a {
    padding: 6px 10px;
    font-size: 13px;
}

.headerbar .topnav > ul > li .dropdown-menu > li > a:hover {
    background: #1CAF9A;
    color: #fff;
}

.headerbar .topnav > ul > li .dropdown-menu i {
    display: none;
}

.bootstrap-timepicker-widget.dropdown-menu {
    width: 230px;
}

.headermenu .dropdown-menu:after {
    display: none;
}


.headermenu li:first-child .dropdown-menu {
    margin-right: -130px;
}

.headermenu li:nth-child(2) .dropdown-menu {
    margin-right: -85px;
}

.headermenu li:nth-child(3) .dropdown-menu {
    margin-right: -37px;
}

.searchform-left .form-control {
    border: 0;
    background: #131b26;
}

/*LC: looks like we do not need it anymore */
/*.signup-footer .pull-left,
.signup-footer .pull-right {
    float: none !important;
    text-align: center;
}*/

form .form-group:last-child {
    margin-bottom: 0;
}

.right {
    float: right;
}

.small {
    margin-right: 3px;
    font-size: 11px;
}

.lead {
    color: #333;
}

.nav-horizontal .caret {
    display: none;
}

.panel-group .panel-title {
    font-size: 14px;
    /*font-family: 'LatoWebBold';*/
}

.panel-group .panel-title a {
    padding: 14px 15px;
    display: block;
}

.panel-group .panel-title a:hover,
.panel-group .panel-title a:focus,
.panel-group .panel-title a:active {
    text-decoration: none;
}

.panel-group .panel-title a.collapsed {
    background-color: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel:last-child {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.panel-group .panel:first-child {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.panel-group-dark .panel {
    border-bottom: 0;
}

.panel-group-dark .panel-title a.collapsed {
    background-color: #1d2939;
    color: #ccc;
    border-bottom: 1px solid #273548;
}

.panel-group-dark .panel-title a.collapsed:hover {
    background-color: #17222f;
    color: #fff;
}

.panel-group .panel:last-child .panel-title a {
    border-bottom: 0;
}

.panel-group .panel-title a.collapsed:hover {
    background-color: #f3f3f3;
}

.panel-collapse.in .panel-body {
    border-bottom: 1px solid #ddd;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -moz-box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
    -webkit-box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
    box-shadow: 5px 5px 0 rgba(12, 12, 12, 0.05);
}

.input-group-btn .btn {
    line-height: 22px;
}

.card-header-reduce-padding .panel-alt .panel-title {
    line-height: 11px !important;
}

.panel-stat .card-header {
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.panel .panel-table {
    padding: 0;
}

.media-details .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-details .table tr td {
    padding: 3px 0;
    font-size: 13px;
    background: none;
}

.panel-table .table {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

*.rightpanel .nav-tabs.nav-justified > li > a,
.rightpanel .nav-justified > li > a {
    margin-bottom: 0;
}


.row {
    margin: 0px 0px 10px 5px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    /* line-height: 25px; */
    /*margin-bottom: 10px;*/
    padding-left: 0px;
    padding-right: 0px;
    float: left; /* LC: TEMPORARY ULTIL FIND THE CORRECT RESOLUTION */ 
}

.alert .close {
    font-size: 16px;
    margin-top: 3px;
}

.alert .alert-link {
    /*font-family: 'LatoWebBold';*/
    font-weight: normal;
}

.alert > p + p {
    margin-top: 15px;
}

.alert > p + p .btn {
    margin-right: 5px;
}

.progress {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 15px;
    margin-bottom: 15px;
}

.progress-bar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #1CAF9A;
}

.progress-sm {
    height: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li > a,
.pagination > li > span {
    color: #636e7b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e4e7ea;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #1CAF9A;
    border-color: #1CAF9A;
}

.pager li > a,
.pager li > span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #636e7b;
}

.thumbnail {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
}

.media {
    padding-bottom: 15px;
}

.media-heading {
    color: #333;
    font-size: 14px;
    /*font-family: 'LatoWebBold';*/
    margin: 0;
}

.table {
    background: #fcfcfc;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
}

.table th {
    font-weight: normal;
    /*font-family: 'LatoWebBold';*/
}

.table thead > tr > th {
    border-color: #eee;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #444;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    border-color: #eee;
    padding: 10px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f5f5f5;
}

.table-bordered thead th:first-child {
    border-left: 0;
}

.table thead .table-head-alt th {
    text-transform: uppercase;
    font-size: 12px;
}

.table tbody tr td .progress {
    margin: 0;
}

.nav .dropdown .caret {
    border-top-color: #666;
}

/* LC: now we are using Keen color*/
/*.badge-warning {
    background-color: #ec8c04;
}

.badge-success {
    background-color: #019a1e;
}*/

/*.badge-info {
    background-color: #17a2b8;
}*/

a:hover {
    text-decoration-line:none;
}

/*LC: Added to do not show the shadow border when signing */
.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}


.col-md-offset-1 {
    margin-left: 8.33333333%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    /*font-family: inherit;*/
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/*.k-master-row .btn-group-sm {
    height: 27px;    
    font-size: 12px;
}*/

.k-master-row .btn-group-sm .btn-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.k-grid-content .btn-group-sm .btn-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.cookies_popup {
    position: fixed;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    background: #3c3c3c;
    background: rgba(18, 18, 18, 0.8)
}

.cookies_popup_true {
    display: none !important;
}

.cookies_popup_content {
    float: left;
    font-size: 12px;
    color: #cccccc;
    font-weight: 400;
    text-align: center;
    width: 100%;
}

.cookies_popup_content a {
    text-decoration: none;
    color: #0397D6;
}

.cookies_popup_content a:hover {
    color: #FCB040;
}

.cookies_popup_content a.cookies_popup_close {
    font-size: 18px;
    padding-left: 8px;
}

/*******************************************************************************************************************/
/* 30/11/2018 - LC: seems not being used */
/*******************************************************************************************************************/
/*.panel-email .pull-right {
    float: none !important;
}*/
/*.row {
    margin: 0px;
}*/
/* 30/11/2018 - LC: seems not being used */
/*.notfoundpanel .btn {
    margin-top: 10px;
    width: 100%;
}

.btn-invoice .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.blog-summary .btn {
    padding: 2px 5px;
    display: block;
    width: 100%;
}

.follower-list .btn {
    display: block;
    margin: 0 0 5px 0;
    width: 100%;
}*/
/* 30/11/2018 - LC: seems not being used */
/*.table-buglist .btn-group {
    margin: 0;
}

.table-buglist .btn-group .dropdown-toggle {
    color: #999;
    cursor: pointer;btn-success:focus
}

.table-buglist .btn-group .dropdown-toggle:hover {
    color: #666;
}

.panel-email .col-sm-3 {
    display: none;
}*/
/* 30/11/2018 - LC: seems not being used */
/*.notfoundpanel .form-control {
    float: none;
    width: 100%;
}

.signuppanel .form-control {
    margin-bottom: 10px;
}

.signuppanel .form-control {
    margin-bottom: 10px;
}*/
/* 30/11/2018 - LC: seems not being used */
/*.table-email .media {
    margin: 0;
    padding: 0;
}

.table-email .media-object {
    width: 35px;
}

.table-email .media h4 {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    font-family: 'LatoWebBold', sans-serif;
}

.read-panel .media-object {
    width: 35px;
}

.read-panel .media h4 {
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: normal;
}

.chatuserlist .media {
    margin: 10px 0;
    padding: 0;
}

.chatuserlist .media-object {
    width: 30px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.comment-list .media-object {
    width: 30px;
    padding: 2px;
}

.comment-list .media > .pull-left {
    margin: 0;
}

.comment-list .media-body {
    font-size: 12px;
    line-height: 18px;
}

.authorpanel .media-object {
    width: 80px;
    margin-right: 10px;
}

.people-item .media-object {
    width: 80px !important;
    height: 80px !important;
}

.bs-example-modal-panel .modal-content {
    background: none;
}

.modal-photo-viewer .modal-content {
    position: relative;
    width: 900px;
    height: 600px;
    margin-left: -50%;
    margin-top: -300px;
}

.modal-photo-viewer .row {
    margin-left: 0;
    margin-right: 0;
}

.rightpanel .nav-tabs {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #131d29;
    position: fixed;
    width: 240px;
}

.rightpanel .nav-tabs > li {
    display: table-cell;
    width: 1%;
}

.rightpanel .nav-tabs > li > a {
    padding: 15px 20px 16px 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
}

.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
    background: #1D2939;
    color: #fff;
}
.widget-quick-status-post .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    margin-bottom: -5px;
}

.widget-quick-status-post .nav-tabs.nav-justified > li a {
    margin: 0;
}*/
/*.nav-tabs.nav-justified.nav-profile > li {
    float: none;
    margin-bottom: 0;
    display: table-cell;
    width: 1%;
}

.nav-tabs.nav-justified.nav-profile > li a {
    margin: 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.nav-tabs.nav-justified.nav-profile > li a {
    font-size: 13px;
    padding: 14px 10px;
}

.nav-tabs.nav-justified.nav-profile > li {
    float: none;
    display: block;
    width: auto;
}*/
/*.blog-media .media-body {
    overflow: visible;
}

.chatuserlist .media-body {
    line-height: normal;
    padding-top: 7px;
}

.chatuserlist .media-body small {
    color: #666;
    display: block;
}

.chatuserlist .media-body strong {
    color: #bbb;
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
}*/