@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';

body{
    color: #54667a !important;
    font-family: "Rubik",sans-serif !important;
}
.btn-new-obj {
    position: absolute;
    right: 5px;
    top: 0;
}
.bg-unicart.focus, .bg-unicart:focus, .bg-unicart:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.pop-up-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.center-wrapper {
    margin: auto;
    width: 95%;
}
.main-sidebar {
    background-color: #fff !important;
    padding-top: 60px;
}
.sidebar-menu > li >a {
    color: #464d69 !important;
    padding: 12px 5px 12px 12px !important;
}
.sidebar-menu > li.active > a {
	color: #45b545 !important;
	background: none !important;
}

/* .sidebar-menu > li.active > a:hover {
	color: #45b545 !important;
	background: none !important;
} */

.sidebar-menu > li >a:hover {
	color: white !important;
	/*background: none !important;*/
}

.sidebar-menu > li:hover > a
{
  color: #ffffff !important;
  background: #55ce63 !important;
}

.main-sidebar {
    box-shadow: none !important;
    border-right: #ddd 1px solid;
    background-color: #fff;
}
.logo-mini-div {
	text-align:center;
	padding-left:5px
}
.skin-black .main-header {
	box-shadow: none !important;
}
.skin-black .main-header .navbar {
	border-bottom: #ddd 1px solid;
	background-color: #f0f4f7 !important;
}
.sidebar-toggle{
	border-left: #ddd 1px solid;
}

.bg-unicart {
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
}

.bg-unicart:hover {
    background: #55ce63;
    border: 1px solid #55ce63;
    opacity: 0.7;
    color: #fff !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #55ce63;
    border-color: #55ce63;
}

/* form label {
    font-weight: 400 !important;
} */
.box {
    border-top: none;
    border-radius: 5px !important;
}
/* .box {
    box-shadow: 1px 0px 10px rgba(0,0,0,0.08);
    border: 1px solid #ddd !important;
    border-radius: 10px;
}

.box-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 1px solid #ddd !important;
} */

ul.nav.nav-tabs {
    background: #f2f7f8 !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #55ce63;
    font-weight: bolder;
}

.glyphicon {
    font-size: 12px !important;
    margin-left: 10px;
    color: #55ce63;
}

.glyphicon-trash, .hard-delete-user {
    color: red !important;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 43px;
  height: 23.50px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #5acc5a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

input[type=checkbox][disabled] + .slider {
    cursor:not-allowed;
}

/* Rounded sliders */
.slider.round {
  border-radius: 18px;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebar-logo-lg {
    display: none !important;
}

.nav-logo {
    display: none !important;
}

select.unselected > option, select.selected > option {
    /* height: 30px; */
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    padding-left: 5px;
}

select.unselected > option:hover {
    background-color: #5acc5a;
    color: #fff;
}

select.unselected > option::selected {
    background-color: #5acc5a;
    color: #fff;
}

.store-tag, .user-tag {
    padding: 5px 10px 5px 10px;
    border-radius: 0%;
    white-space: normal;
    color: #fff;
    display: inline-table;
}

.user-tag {
    background-color: #00a65a !important;
}

.tag {
    background-color: #5acc5a !important;
    padding: 5px 10px 5px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    border: none !important;
}

.btn > .glyphicon {
    margin-left: 0;
    color: #fff;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-b-5 {
    margin-bottom: 5px;
}

.margin-5 {
    margin: 5px;
}

.copy-button {
    margin-top: 80px;
}

.bootstrap-tagsinput {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
    display: block !important;
    line-height: 30px !important;
    padding: 2px 4px !important;
}

.select2 {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
    display: block !important;
    padding: 2px 0px !important;
    line-height: 18px !important;
    border: 1px solid;
}

.select2-selection {
    border: none !important;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5acc5a !important;
    padding: 5px 10px 5px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0px 2px 2px 0px !important;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    min-height: 28px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 4px !important;
    width: 100%;
}

.image-upload {
    max-width: 100%;
}

.date-picker {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #d2d6de !important;
    line-height: 22px !important;
}

.alert {
    padding: 5px 15px 5px 15px;
}
.dt-center {
    text-align: center;
}

.action-icon {
    color:#55ce63;
    font-size: 20px !important;
    cursor: pointer;
}

.ml-20 {
    margin-left: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.permission-radio-spn.checked {
    background: #55ce63;
    color: white;
}
.permission-radio-spn {
    margin-right: 5px;
    padding: 5px 12px;
    border-radius: 5px;
    color: #55ce63;
    border: 1px solid #55ce63;
    display: inline-block;
}
.permission-radio-spn.checked:hover,.permission-radio-spn:hover {
    opacity: 0.7;
}
.permission-radio-spn input[type=radio]{
    margin-top: 4px;
}
.child-radio-spn {
    padding: 4px 8px;
}
.disabled-checkbox {
    cursor: not-allowed;
}
.addGroup {
    margin-top: 10px;
}
.save-exit-btn {
    background: white;
    color: #55ce63;
    border: 1px solid #55ce63;
    margin-left: 10px;
}
.save-exit-btn:hover{
    opacity: 0.7;
    color: #55ce63;
}
.package-body hr {
    margin: 16px;
}
a.togglechildmodule {
    color: white;
    padding: 3px 6px;
    background: #55ce63;
    font-size: 12px;
}
.package-hr {
    margin: 10px 0px 16px 0px !important;
}

.child-module hr:last-child {
    margin: 16px;
}

.child-module hr {
    margin-left: 8.33333333%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.module-name-label {
    font-weight: 500;
}

.json-textarea {
    font-family: monospace;
    line-height: initial;
}

.error-text {
    color: red;
}

.success-text {
    color: green;
}

.link-json-validate {
    cursor: pointer;
}

.checkbox-control {
    display: block;
    height: 34px;
}

@media only screen and (min-width: 992px) {

    .expand-action-div {
        text-align: right;
    }
    .md-ml-20 {
        margin-left: 20px;
    }
    .row {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 767px)
{
    .user-profile {
        margin: auto;
        width: 100%;
    }

    .main-sidebar {
        padding-top: 0px !important;
    }

    .sidebar-logo-lg {
        display: block !important;
        padding-left: 40px !important;
    }

    .main-header>.logo {
        display: none !important;
    }

    .main-header {
        z-index: 0 !important;
    }

    .nav-logo {
        display: block !important;
        padding: 5px;
        height: 50px;
        float: left;
        width: 50px;
    }

    .main-header .navbar>.sidebar-toggle {
        border-left: 1px solid #eee !important;
    }
    .xs-mb-10 {
        margin-bottom: 10px;
    }
    .permission-radio-spn {
        margin-bottom: 5px;
    }
    .xs-pr-0 {
        padding-right: 0px;
    }
    .permission-radio-spn {
        margin-right: 0px;
        padding: 4px;
    }
    .addGroup {
        margin-top: 25px;
    }

}

@media (max-width: 768px)
{
    .dataTables_wrapper {
        width: 100% !important;
        overflow: auto !important;
        white-space: nowrap !important;
    }

    .copy-button {
        margin: 16px auto 10px auto !important;
        width: 250px;
    }
}

@media (min-width: 769px)
{
    .user-profile {
        margin: auto;
        width: 600px;
    }

    .content-header {
        margin: 0px 15px 0px 15px;
    }

    .content {
        margin: 0px 15px 0px 15px;
    }

    .box-body {
        padding: 20px;
    }

    .box-header {
        padding-left: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm {
        margin-bottom: 5px;
    }
    .addGroup {
        margin-top: 25px;
    }
    .copy-button {
        margin: 16px auto 10px auto !important;
        width: 250px;
    }
}

.ck-editor__editable_inline {
     min-height: 400px;
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

/*Side Menu CSS changes to make consistent with other unicart sites*/

.main-sidebar {
    padding-top: 70px !important;
}

.logo-lg img {
    max-width: 100%;
    object-fit: contain;
}

.skin-black .sidebar-menu > li > .treeview-menu {
    background: none !important;
}

.skin-black .sidebar-menu > li > .treeview-menu span {
    line-height: 32px;
}

.skin-black .sidebar-menu li span {
    font-size: 15px !important;
}

.skin-black .sidebar-menu .treeview-menu li {
    padding-left: 13px;
}

.skin-black .sidebar-menu > li.menu-open > a {
    background: #fff;
}

.skin-black .sidebar-menu .treeview-menu > li.active > a, .skin-black .sidebar-menu .treeview-menu > li > a:hover {
    color: #45b545 !important;
}

.skin-black .sidebar-menu .treeview-menu > li > a {
    color: #333333c9;
}
/* allows sidebar items to wrap when overflow */
.skin-black .sidebar-menu .treeview-menu > li > a{
    white-space: normal;
    padding-right: 15px;
}

.treeview-menu .treeview{
    padding-left: 10px!important;
}