/*Struct*/

body {
    min-width: 400px;
    margin-top: 70px;
}

.main-wrapper {
    padding-left: 247px;
}

.panel {
    margin-right: 22px !important;
    margin-top: 10px !important;
}

.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
}

accordion > .panel-group > .panel{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.panel-heading h4{
    font-size: 17px;
}

.panel-heading h4 > .glyphicon{
    color: #3f51b5;
    margin-right: 3px;
}

.panel-heading h4 > .fa{
    color: #3f51b5;
    margin-right: 3px;
}

.panel-body {
    padding: 10px !important;
}

.panel-title > a{
    cursor: pointer;
}

.no-l-pad {
    padding-left: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.header-wrapper {
    padding: 10px;
    background: black;
    height: 60px;
}

.pointer {
    cursor: pointer;
}

#side-nav {
    margin-left: -225px;
    left: 225px;
    width: 225px;
    position: fixed;
    top: 60px;
    height: calc(100% - 57px);
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    overflow-y: auto;
    overflow-y: -moz-scrollbars-vertical;
    border-bottom-style: solid;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.26);
    padding-bottom: 30px;
}

.table > thead > tr > th{
    border-bottom: 1px solid #ddd;
    color: #3f51b5;
    font-weight: 500;
}

.table > thead > tr > th > .btn{
    color: #333;
}

.nav-username {
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    margin-left: 5px;
}

.dropdown-menu {
    width: 100%;
    margin-top: 1px !important;
}

.backsite{
    color: #fff !important;
    margin-top: 10px !important;
}

.navbar .navbar-brand{
    width: 280px !important;
}

.navbar .navbar-brand > img{
    margin-top: -3px;
    display: inline-flex;
    margin-right: 5px;
}

.no-show {
    display: none !important;
}

@media screen and (max-width: 767px) {
    body {
        margin-top: 75px;
    }
    #side-nav {
        left: 0px;
        transition: 0.4s all ease-out;
        top: 50px;
        height: 100%;
        border-bottom-style: solid;
        border-bottom-width: 50px;
    }
    .no-show {
        display: block !important;
    }
    .main-wrapper {
        padding-left: 0px !important;
    }
    #userMenu {
        display: none;
    }
    .navbar-fixed-top {
        border-width: 0 0 4px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
        float: left !important;
        margin-left: -87px !important;
        background-color: #ffffff;
        border: 1px solid;
    }
    .dropdown-menu > li > a {
        color: #262626 !important;
        cursor: pointer;
    }
}

#side-nav li {
    float: none !important;
}

.clear-padding {
    padding: 0;
}

.side-nav-visible {
    left: 225px !important;
}

.submenu{
    padding-left: 30px
}
.submenu > li,
.submenu > li > ul > li {
    list-style-type: none;
}

.submenu > li a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 92%;
    display: block;
    padding: 7px 10px;
}

.submenu > li a:hover,
.active {
    color: rgb(51, 51, 51) !important;
    background: #e0e0e0;
}

.topWishlist li{
    background-color: #E0E0E0;
}

.topWishlist li a{
    color: #555555!important;
}

.topWishlist .active {
    background-color: #3F51B5;
    box-shadow: 2px 2px 2px #E0E0E0;
}

.topWishlist .active a{
    color: #FFF!important;
}

.topWishlist .nav-tabs{
    background-color: inherit;
}

.submenu > li a.menu-group,
.submenu > li a.menu-group:hover {
    color: #555555 !important;
    font-weight: bold;
    cursor: pointer;
}

.li_active {
    margin-left: -30px;
    padding-left: inherit;
}

.submenu_title {
    cursor: pointer;
}
/*--------------------------------------------------------------*/
/*Partials*/

.main-content-header {
    height: 41px;
    background-color: #404040;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.main-content-body-wrapper {
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0px 0px 7px #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-header {
    padding: 15px;
}

.img-thumbnail {
    width: 55px;
    height: 55px;
}

.video-thumbnail {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 4px;
    width: 45px;
    height: 45px;
}

.video-container {
    position: relative;
    padding-bottom: 44%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    max-width: 600px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide_images {
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 4px;
    min-height: 165px;
    float: left;
    margin: 12px;
    text-align: center;
}

.slide_images img {
    height: 120px;
    margin: 0px auto;
}
/*--------------------------------------------------------------*/
/*Login*/

form label {
    display: block;
    text-transform: uppercase;
    margin: 1.25em 0;
    font-size: 0.75em;
}
/*--------------------------------------------------------------*/
/* ---------- CLEARFIX ---------- */
/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}
/*--------------------------------------------------------------*/
/* ---------- TABELAS ---------- */

.borderless td {
    border: none !important;
}

@media only screen and (max-width: 1170px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */

    .input-responsive {
        width: 100% !important;
    }

    table.responsive-table td,
    table.responsive-table tr,
    table.responsive-table th {
        display: block;
        width: 100%;
        float: left;
        clear: left;
    }
    table.responsive-table th {
        min-height: 0px !important;
    }
    table.responsive-table thead {
        display: block;
        width: 100%
    }
    /* Hide table headers (but not display: none;, for accessibility) */

    table.responsive-table .tb_header,
    table.responsive-table table.responsive-table .tb_filter {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.responsive-table .products {
        height: 280px;
    }
    table.responsive-table .borderless tr {
        border: none !important;
    }
    table.responsive-table .borderless td {
        padding-left: 0% !important;
    }
    table.responsive-table .table-responsive {
        border: none !important;
    }
    table.responsive-table tr {
        border: 1px solid #ccc;
    }
    table.responsive-table td {
        /* Behave  like a "row" */

        border: none !important;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
    }
    table.responsive-table td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    table.responsive-table td:nth-of-type(n):before {
        content: attr(data-label);
        font-weight: bold;
    }
    table.responsive-table .addRow {
        height: 50px;
    }
}
/*--------------------------------------------------------------*/

.page-content-wrapper {
    float: left;
    width: 100%;
    margin: 15px 0;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.page-content-box {
    margin-bottom: 15px;
}

.page-content-box button {
    float: left;
    max-width: 100%;
    white-space: normal;
    word-break: break-all;
    min-width: 30%;
}

.page-content-box .glyphicon {
    float: left;
}

.menuBtn {
    margin: 10px 0px 0px 5px !important;
}

.margBtn {
    margin-bottom: 15px;
}

@media screen and (max-width: 1030px) {
    .marg {
        margin-left: -30px;
        margin-right: 5px;
    }
    .button {
        height: 29px;
        width: 30px;
        padding-left: 7px;
        padding-top: 4px;
    }
}

.inline-form {
    display: inline-table;
    width: 100%;
}

table.statistics-table tr.pointer:hover {
    text-decoration: underline;
}

.input-mail-column {
    width: 30%;
}

.list-mail-column {
    width: 70%;
}

.textarea-resize-vertical {
    resize: vertical;
}
/*table tr td {
    word-break: break-word;
}*/

.carousel-preview {
    border-radius: 5px;
    margin: 0;
}

.carousel-contents {
    border-radius: 5px;
    margin: 15px 0;
}

.carousel-contents img {
    max-height: 65px;
}

.carousel-container {
    min-height: 350px;
}

.carousel-container .img-responsive {
    width: 100% !important;
    max-height: 248px !important;
}

.carousel-container label {
    color: black;
}

.carousel-link {
    padding-top: 15px;
}

.formPage {
    width: 96%;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    float: left !important;
}

.formPageDropdown {
    height: 28px !important;
    width: 4%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    float: right !important;
}

.caption-left {
    left: 0%;
    right: 50%;
}

.caption-right {
    left: 50%;
    right: 0%;
}

.label-margin {
    margin-left: 20px;
    margin-right: 8px;
}

.art-message {
    border-radius: 2px !important;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.20);
    margin-top: 70px !important;
}

.newRow td {
    background-color: rgba(63, 81, 181, 0.25) !important;
}

.heading-box {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.heading-box h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.site-logged-users-info {
    height: 39px !important;
    display: block;
    vertical-align: middle;
    line-height: 270%;
    color: #FFFFFF;
}

.panel-option {
    padding: 15px 15px !important;
}

.userPicture {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 4px;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.userPicture img {
    width: 100%;
}

.removeUserPicture {
    position: absolute;
    cursor: pointer;
    top: 4px;
    color: #737373;
    border-radius: 4px;
    display: none;
}

.userPicture:hover .removeUserPicture {
    display: block;
}

.buttonActionIcon {
    visibility: visible;
}

.dropButton:hover .buttonActionIcon {
    visibility: visible;
}

.dragButton:hover .buttonActionIcon {
    visibility: visible;
}

.dropButton {
    background: #ececec;
    margin: 3px;
    padding: 8px;
    cursor: move;
}

.dragButton {
    background: #ececec;
    margin: 3px;
    padding: 8px;
    cursor: move;
}

.hoverButton {
    background: #3f51b5 !important;
    color: #fff !important;
}

.setPage {
    color: #282828;
    background-color: #ececec;
    border-color: #3F51B5;
    width: 29px;
    padding: 6px 11px;
    font-size: 12px;
    height: 29px;
    float: right;
    margin-right: 1px;
    margin-top: 20px;
}

.noContentsBox {
    padding-top: 30px;
    text-align: center;
}

.progress .progress-bar {
    background-color: #3f51b5 !important;
}

.progress {
    height: 7px !important;
}

.statusOn {
    color: #118511;
}

.statusOff {
    color: #e80d0d;
}

.ace_editor {
    height: 450px;
    font-size: 13px !important;
}

.search-box {
    position: relative;
}

.search-box .glyphicon {
    position: absolute;
    padding: 6px;
    pointer-events: none;
}

.pointerEvents {
    pointer-events: all !important;
}

.search-icon .glyphicon {
    left: 0px;
}

.search-icon input {
    text-indent: 28px;
}

.form-builder {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 5px;
}

.form-builder-checkbox {
    margin-left: 5px;
}

.form-builder-textarea {
    max-width: 100%
}

.form-builder-radio {
    margin-left: 5px;
}

.help-block {
    margin-left: 5px;
}

.loadSpin {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.listTable .table{
    table-layout: fixed;
}
.listTable .table>tbody>tr>td, .listTable .table>thead>tr>td, .listTable .table>thead>tr>th{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dots{
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-header{

    padding: 10px 15px !important;
    background-color: #ececec !important;
    color: rgba(0, 0, 0, .84) !important;
    border-bottom: 1px solid #ddd !important;
}
#mce-modal-block{
    z-index: 1030 !important;
}
.mce-window{
    z-index: 1050 !important;
}
.mce-panel{
    background: #ECECEC !important;
}
.mce-toolbar{
    padding: 4px !important;
}
.mce-primary{
    background: #3f51b5 !important;
    border: none !important;
}
.mce-btn{
    border: none !important;
    background: #ECECEC;
}
.mce-menu-item:hover .mce-text,.mce-menu-item.mce-selected .mce-text,.mce-menu-item:focus .mce-text{
    color: #333 !important;
}
.mce-menu-item:hover .mce-ico, .mce-menu-item:active .mce-ico{
    color: #3f51b5 !important;
}
.mce-window-head .mce-title{
    font-weight: normal !important;
}
.mce-primary button{
    text-shadow: none !important;
}
.mce-window{
    top: 30px !important;
}
.tablesBox ol {
    width: 100%;
}
.tablesBox ol li {
    float: left;
    width: 33.3333333%;
}
.tablesBox br {
    clear: left;
}
@media screen and (max-width: 1000px) {
    .tablesBox ol li {
        float: left;
        width: 100%;
    }
}

[datepicker] table tbody tr td .btn {
    padding: 5px 10px !important;
}

[datepicker] table tbody tr td .btn-info.active {
    color: #3f51b5 !important;
    font-weight: bold;
}

[datepicker] table tbody tr td .btn:hover,
[datepicker] table thead tr th .btn:hover {
    background-color: #ECECEC !important;
}

[datepicker] table tbody tr td .btn:hover,
[datepicker] table thead tr th .btn:hover,
[datepicker] table tbody tr td .btn:focus,
[datepicker] table thead tr th .btn:focus,
[datepicker] table tbody tr td .active,
[datepicker] table thead tr td .active {
    box-shadow: none !important;
}

[datepicker] table tbody tr td .btn-info:not(.btn-link):not(.btn-flat) {
    background-color: #DDDDDD !important;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    z-index: 1100 !important;
    width: auto;
}

.text-info {
    color: #3f51b5 !important;
}

.totalSales{
    margin-right: 15px
}

.totalSales h4{
    font-size: 45px;
    color: #3F51B5;
    margin-top: 0px;
}

.totalSales h3{
    font-size: 25px;
    color: #3F51B5;
    margin-top: 0px;
}

.dashboardDots{
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xmlServer > .nav{
    width: 20% !important;
    float: left !important;
}

.xmlServer > .tab-content{
    float: right !important;
    width: 80% !important;
}

.xmlServer > .nav>li>a{
    padding: 5px 10px !important;
}

.xmlServer > .tab-content > .active{
    background-color: #FFF !important;
}

.xmlServer > .nav-pills>li.active>a, .nav-pills>li.active>a:hover{
    background-color: #3F51B5;
}
.xmlServer > .nav-pills>li.active>a h4, .nav-pills>li.active>a:hover h4{
    color: #FFF;
}

.xmlServer > .nav-pills{
    overflow-y: auto;
    max-height: 483px;
}

.alertsBar{
    height: 20px !important;
    margin-bottom: 5px !important;
}

.nav-tabs{
    background: #FFFFFF !important;
    border-bottom: 2px solid #ddd !important;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus{
    color: #333 !important;
    cursor: pointer;
    border-radius: 0 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border-radius: 0 !important;
    color: #3f51b5 !important;
}

.tab-pane{
    background: #FFF;
    padding-top: 10px;
}

.languageTabs{
    background: #FFFFFF !important;
    border-bottom: 2px solid #ddd;
    margin-bottom: 5px;
}

.languageTabs > li{
    cursor: pointer;
}

.languageTabs > li > a{
    color: #333 !important;
    border-radius: 0px;
}

.languageTabs > .active > a{
    color: #3F51B5 !important;
    border-radius: 0px;
}

.languageTabs > li > a > img{
    width: 18px;
    border-radius: 0%;
}

.form-control[readonly]{
    cursor: auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    height: 28px;
}

.painelDragCol{
    min-height: 250px;
}

.painelDragCol > .ui-sortable-handle > div > .ng-scope > .panel{
    cursor: all-scroll;
}

.dragInfo{
    text-align: center;
    padding: 15px;
    border: 1px dashed #333;
    margin-right: 20px;
}

.newsStats{
    margin-right: 20px;
}

.newsStats h3{
    font-size: 25px;
    color: #3F51B5;
    margin-top: 10px;
    margin-bottom: 0px;
}

.prodResultBox{
    overflow: auto !important;
    min-height: 200px !important;
    max-height: 400px !important;
}

.disabledButton{
    cursor: initial!important;
    background-color: initial!important;
}

.list-group .list-group-item {
    padding: 8px 10px !important;
}

.list-group .list-group-item .list-group-item-heading {
    font-size: 18px !important;
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.list-group .list-group-item.active .list-group-item-heading,
.list-group .list-group-item.active .list-group-item-text {
    color: #FFF !important;
}

.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
    background-color: #3f51b5 !important;
    outline: none !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    min-height: 36px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    min-height: 36px
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    min-height: 36px
}

label {
    font-weight: 700
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    height: 36px
}

textarea.form-control {
    height: 50px
}

.checkbox label,
.radio label {
    font-weight: 400;
}

.checkbox-inline,
.radio-inline {
    font-weight: 400;
}

.btn {
    font-weight: 400;
}

.btn-warning {
    color: rgba(0, 0, 0, .73);
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: rgba(0, 0, 0, .73);
}

.btn-link {
    font-weight: 400;
}

.glyphicon {
    font-weight: 400;
}

.dropdown-menu>li>a {
    font-weight: 400;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #333;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #333;
    background-color: #d4d4d4;
}

.input-group-addon {
    font-weight: 400;
}

.nav>li>a>img {
    border-radius: 100%
}

@media (min-width:768px) {
    .navbar .navbar-brand {
        height: 60px !important;
        padding: 15px 15px !important;
    }
    .navbar-right {
        margin-right: 32px
    }
}

.navbar .navbar-nav > li > a >  .fa:first-child,
.navbar .navbar-nav > li > ul > li > a .fa:first-child{
    color: #3f51b5 !important;
    margin-right: 5px;
}

.navbar .navbar-nav > li > a >  .glyphicon:first-child,
.navbar .navbar-nav > li > ul > li > a .glyphicon:first-child{
    color: #3f51b5 !important;
    margin-right: 4px;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus{
    color: #3f51b5 !important;
}

.navbar-form {
    margin: 8px -15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #3F51B5;
    border-color: #3F51B5
}

.label {
    font-weight: 700;
    margin-right: 5px;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: grey
}

.badge {
    font-weight: 700;
}

.badge-danger {
    font-weight: normal;
    background-color: #f44336;
    margin-left: 3px;
    padding: 2px 9px;
}

.alert .alert-link {
    font-weight: 700
}

.close {
    font-weight: 700;
}

.modal-header {
    min-height: 16.43px;
}

.popover-title {
    font-weight: 400;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.hideMobile {
    display: block!important;
}
.showMobile {
    display: none!important;
}

@media (max-width: 767px) {
    .hideMobile {
        display: none!important;
    }
    .showMobile {
        display: block!important;
    }
}

.hidePortable {
    display: block!important;
}
.showPortable {
    display: none!important;
}

@media (max-width: 1170px) {
    .hidePortable {
        display: none!important;
    }
    .showPortable {
        display: block!important;
    }
}

@media screen and (min-width: 768px) {
  .modal {
    text-align: center;
  }

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
  }

  .modal:before {
    height: 100%;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .modal {
    margin-top: 20px;
  }
}

.navbar-nav::-webkit-scrollbar {
    width: 8px;
    background-color: #333333;
}

.navbar-nav::-webkit-scrollbar-thumb {
    background-color: #333333;
}

.navbar-nav::-webkit-scrollbar-track {
    background-color: #eeeeee;
}

.accordion-toggle{
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    font-size: 16px;
}

.accordion-toggle:hover{
    text-decoration: none;
    color: #3f51b5;
    background-color: rgba(0, 0, 0, .05);
}

.side-separator{
    color: #3f51b5 !important;
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
}

.side-separator:hover{
    background-color: #fafafa !important;
}

.side-separator hr{
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid rgba(63,81,181,0.70) !important;
}

.downloadIcon{
    font-size: 24px !important;
    margin-top: 3px;
}


#side-nav::-webkit-scrollbar-track{
    background-color: #f1f1f1;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
}

#side-nav::-webkit-scrollbar{
    width: 9px;
    height: 9px;
}

#side-nav::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
}

#side-nav::-webkit-scrollbar-thumb:hover{
    background-color: #a8a8a8;
}

.scroll-nav {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    border-bottom: 1px solid #ddd;
}

.scroll-nav > li {
    float: none;
}

.scroll-nav::-webkit-scrollbar {
    height: 10px;
}

.scroll-nav::-webkit-scrollbar-thumb {
    background-color: #3f51b5;
}

.scroll-nav::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-top: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
}

.scroll-nav::-webkit-scrollbar-button {
    background-color: #bbbbbb;
}

.disablePanel{
    pointer-events: none;
    opacity: 0.5;
}

.btn-group{
    box-shadow: none!important;
}

.multiselect-parent > .btn{
    text-transform: none;
}

.checkbox input[type=checkbox]:checked~.check, .checkbox-default input[type=checkbox]:checked~.check {
    color: #3f51b5!important;
}

.checkbox input[type=checkbox]:checked~.check:before, .checkbox-default input[type=checkbox]:checked~.check:before {
    color: #3f51b5!important;
}

.multiselect-parent > .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dropdownMultiBack{
    right: auto;
}

#installDetails {
    height: 150px;
    max-height: 150px;
    font-family: Consolas;
    background: #333;
    color: #FFF;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@media screen and (max-width: 1200px) {
    .dropdownMultiBack{
        right: 20px;
    }
}