/* ütf-8 */
/* nav effect */

body {
    scroll-behavior: smooth;
}

.navbar-toggle {
    height: 34px
}

.navbar-toggle .icon-bar {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(3) {
    opacity: 0
}

.navbar-toggle:not(.collapsed ) .icon-bar:nth-child(4) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px
}

/* nav effect */

.grab, .grab * {
.
    /*http://www.google.com/intl/en_ALL/mapfiles/openhand.cur*/
cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8='), all-scroll;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.grabbing, .grabbing * {
    /*http://www.google.com/intl/en_ALL/mapfiles/closedhand.cur*/
    cursor: url('data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8='), all-scroll;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

@media (max-width: 768px) {
    .navbar-collapse.collapse.in {
        overflow: auto !important;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin: 0px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

option[disabled] {
    font-weight: bold;
}

textarea {
    resize: vertical;
    min-height: 34px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
    }
}

.progress-bar-site {
    background-color: #008174;
}

/* site-color: #008174 */
/* light-color: #00998a */


.declaration_items .head .col:first-child,
.declaration_items .item .col:first-child {
    padding-right: 0px;
}

.declaration_items .head .col:last-child,
.declaration_items .item .col:last-child {
    padding-left: 0px;
}

.declaration_items .head .col,
.declaration_items .item .col {
    padding-left: 5px;
    padding-right: 5px;
}

/*.declaration_items .item .form-control[readonly] {*/
/*    background: #fff;*/
/*}*/

.special-list .item.ui-sortable-helper {
    background-color: rgba(255, 255, 255, 1);
    border: 1px rgba(0, 0, 0, 0.3) dashed;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.special-list .item.ui-sortable-placeholder {
    visibility: initial !important;
    background-color: rgba(0, 0, 0, 0.04);
}

.special-list .head .col:first-child,
.special-list .item .col:first-child {
    padding-right: 0px;
}

.special-list .head .col:last-child,
.special-list .item .col:last-child {
    padding-left: 0px;
}

.special-list .head .col,
.special-list .item .col {
    padding-left: 5px;
    padding-right: 5px;
}

.special-list .item .form-control[readonly] {
    background: #fff;
}

.special-list .item .sort-column-with-field .sorter {
    float: left;
    width: 30px;
    height: 34px;
    padding: 6px 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-color: #d2d6de;
    top: 0px;
}

.special-list .item .sort-column-with-field .sorter.disabled {
    background-color: #eee;
    cursor: not-allowed;
}

.special-list .item .sort-column-with-field .form-control {
    float: left;
    width: calc(100% - 30px);
}

.special-list .item .sort-column-with-field {
    clear: both;
}

.special-list .status,
.special-list .persons {
    margin-bottom: 34px;
}

.special-list .status .item.ui-sortable-helper,
.special-list .persons .item.ui-sortable-helper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fc.escalation .fc-time {
    display: none;
}

html {
    min-height: 100%;
}

.login-page, .register-page {
    height: 100%;
    background: #008174;
    background: #fff;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center center;
}

/*@media (max-width: 1360px){
	.login-page, .register-page{
		background-image: none !important;
	}
}*/
.login-page .logo {
    max-width: 100%;
    /*background: #008174;
    background: #fff;*/
    display: inline-block;
    padding: 10px;
}

.login-box, .register-box {
    margin: 7% auto 5% auto;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-page .logo.plus-icon {
    margin-top: 50px;
}

.login-box-body, .register-box-body {
    border: 5px #008174 solid;
}

.login-desc {
    margin-top: 10px;
    background: #fff;
    padding: 5px 15px;
    border: 5px rgba(255, 255, 255, 0.5) solid;
}

.bg-gray {
    color: #fff;
}

.btn {
    border-radius: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 1000px;
    opacity: 0;
    cursor: pointer;
}

.fixed-table-container {
    border-radius: 0px;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    line-height: normal;
}

.btn-link:hover, .btn-link:focus {
    color: #00998a;
}

.btn-link {
    color: #008174;
}

.btn.btn-site {
    background: #00998a;
    border-color: #008174;
    color: #fff;
}

.text-site {
    color: #008174;
}

.box.box-site {
    border-top-color: #008174;
}

.label.label-site {
    background-color: #008174;
}

.fixed .main-header {
    background-color: #008174;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border: none;
    padding: 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

a {
    color: #008174;
}

a:hover {
    color: #00998a;
}

.main-header .logo {
    width: 231px;
}

.sidebar-mini.sidebar-collapse .main-header .logo {
    padding: 0px;
}

.skin-site .main-header > .logo {
    border: none;
}

.user-panel > .info {
    position: relative;
    left: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.skin-site .sidebar-menu > li.header {
    text-transform: uppercase;
}

.small-box:hover .icon {
    font-size: 90px;
}

.small-box:hover > .small-box-footer {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

[data-toggle="calendar"] i.edit, [data-toggle="calendar"] i.delete,
[data-toggle="table"] i.edit, [data-toggle="table"] i.delete, [data-toggle="table"] i.accept, [data-toggle="table"] i.reject,
[data-toggle="btable"] i.edit, [data-toggle="btable"] i.delete {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}


.bootstrap-table thead .sortable.both:after {
    opacity: 0.2;
    content: "\e150";
}

.bootstrap-table thead .sortable.both.desc:after {
    opacity: 1;
    content: "\e156";
}

.bootstrap-table thead .sortable.both.asc:after {
    opacity: 1;
    content: "\e155";
}

.bootstrap-table thead .sortable {
    position: relative;
    cursor: pointer;
}

.bootstrap-table thead .sortable:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

.bootstrap-table .columns.columns-right.btn-group.pull-right {
    float: left !important;
}

.fixed-table-container thead th .desc,
.fixed-table-container thead th .asc,
.fixed-table-container thead th .both {
    background-image: none;
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #008174;
}

.fixed-table-pagination .pagination-info {
    margin-left: 5px;
}

.fixed-table-pagination div.pagination .pagination {
    margin-right: 5px;
    margin-left: 5px;
}

.fixed-table-container {
    border: none;
}

.fixed-table-body {
    border: 1px solid #dddddd;
}

.fixed-table-loading {
    border-top: 1px solid #dddddd;
}


.twitter-typeahead {
    display: inherit !important;
    /*position: inherit !important;*/
}

.tt-input.disabled {
    background-color: #eee !important;
    cursor: not-allowed;
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 0px 0;
    padding: 0px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #008174;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #008174;

}

.tt-suggestion p {
    margin: 0;
}

.tt-inline-input {
    background: transparent;
    border: 0px #fff solid;
    display: inline-block;
    margin-left: 5px;
}

.tt-inline-input:focus {
    outline: none;
}

.tt-inline {
    position: relative;
    cursor: text;
    height: auto;
}

.tt-inline .twitter-typeahead {
    float: left;
}

.tt-inline .label {
    margin: 2px 3px;
}

.tt-inline .glyphicon-remove {
    cursor: pointer;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00998a;
    border-color: #008174;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #008174;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 0px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    border-radius: 0px;
}

.form-control.error {
    border-color: #e65555;
}

label.error {
    display: block;
    background: #e65555;
    color: #fff;
    padding: 2px 6px;
}

.filter-control {
    position: relative;
}

.bootstrap-datetimepicker-widget {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.daterangepicker td.in-range {
    background-color: #00998a;
    color: #fff;
    border-radius: 0px;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #008174;
    color: #fff;
    border-radius: 0px;
}

.daterangepicker td.start-date,
.daterangepicker td.end-date,
.daterangepicker td.start-date.end-date,
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #008174;
    color: #fff;
    border-radius: 0px;
}

.daterangepicker .input-mini.active {
    border-color: #008174;
    border-radius: 0px;
}

.daterangepicker .input-mini {
    border-radius: 0px;
}

.ranges li {
    color: #000;
    border-radius: 0px;
}

.ranges li.active {
    border-color: #008174;
    background-color: #008174;
    color: #fff;
    border-radius: 0px;
}

.ranges li:hover {
    border-color: #00998a;
    background-color: #00998a;
    color: #fff;
}

.main-header.test {
    background-color: #e01d1d;
}

.main-header.test .navbar {
    background-color: #e01d1d;
}

.main-header.test .navbar:after {
    content: "TESZT KÖRNYEZET!";
    position: relative;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-top: -35px;
    left: 64px;
}

.main-header.test .navbar .sidebar-toggle:hover {
    background-color: #e01d1d;
}

.sanatmetal-banner {
    height: 123px;
    background-color: #008174;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.checkboxtree ul,
.checkboxtree li {
    list-style: none;
}

.checkboxtree label,
.checkboxtree span {
    display: block;
    font-weight: normal;
    padding: 2px;
    margin: 3px;
}

.checkboxtree label input {
    margin-right: 4px;
}

.bootstrap-datetimepicker-widget table td {
    width: auto;
}

.bootstrap-datetimepicker-widget a[data-action] {
    width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker table td span {
    width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
}

.small-box {
    overflow: hidden;
}

.small-box > .inner {
    height: 102px;
}

.small-box h3 {
    white-space: normal;
    font-size: 32px;
    margin-right: 84px;
}

.small-box:hover,
.small-box:focus,
.small-box:active {
    color: #fff;
}

pre {
    padding: 0px;
    margin: 0px;
}

input.transparent {
    background: transparent;
    border: none;
}

input.transparent:focus {
    outline: none;
}

.table-cross-hover > tbody > tr > td.hover {
    background-color: #f5f5f5;
}

.escalation-settings .time {
    font-weight: bold;
    font-size: 16px;
}

.escalation-settings .level {
    font-size: 20px;
}

.btn.btn-animated {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.devices a[data-toggle="tab"] {
    font-weight: bold;
    color: #333;
}

.devices a[data-toggle="tab"] input {
    position: absolute;
    left: -9999px;
}

.devices a[data-toggle="tab"] input + i {
    display: none;
}

.devices a[data-toggle="tab"] input:checked + i {
    display: inline-block;
}


.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.snackbar.info {
    background-color: #00c0ef;
}

.snackbar.success {
    background-color: #00a65a;
}

.snackbar.warning {
    background-color: #f39c12;
}

.snackbar.danger {
    background-color: #dd4b39;
}

.snackbar.show {
    visibility: visible;

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.black-link {
    color: #333;
}

.black-link:hover,
.black-link:focus,
.black-link:active {
    color: #333;
}

#contacts fieldset {
    position: relative;
    margin: 0 20px;
}

#contacts fieldset .remove-contact {
    position: absolute;
    right: 5px;
    top: 35px;
}

.save-partner-price {
    position: relative;
    top: -1px;
    height: 25px;
    left: -3px;
}

.non-existing .form-group input, .non-existing .form-group select, .non-existing .form-group textarea {
    border: 2px solid #ac2925;
    color: #ac2925;
}


#loading-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#spinner {
    position: relative;
    width: 100%;
    height: 100%;
}

#spinner:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border: 5px solid #d1effa;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: #19AEE6;
    border-right-color: #19AEE6;
    -moz-animation: rotate2 0.5s linear infinite;
    -webkit-animation: rotate2 0.5s linear infinite;
    animation: rotate2 0.5s linear infinite;
}

@-moz-keyframes rotate2 {
    0% {
        -moz-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
    50% {
        -moz-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
    50% {
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotate2 {
    0% {
        -moz-transform: rotateZ(-360deg);
        -ms-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
    50% {
        -moz-transform: rotateZ(-180deg);
        -ms-transform: rotateZ(-180deg);
        -webkit-transform: rotateZ(-180deg);
        transform: rotateZ(-180deg);
    }
    100% {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}


div[data-notify] {
    z-index: 9999 !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

.follow-up-alert a {
    color: #fff;
}

.follow-up-alert a:hover {
    text-decoration: underline;
}

.follow-up-alert a:hover, .follow-up-alert a:hover * {
    color: #fff;
}

i.fa-arrows:hover {
    cursor: move;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    /*font: 0/0 a;*/
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.knob-container {
    display:inline;
    width:180px;
    height:180px;
    position: relative;
    top: 30px;
}

.knob {
    width: 49px;
    height: 30px;
    position: absolute;
    vertical-align: middle;
    margin-top: 30px;
    margin-left: -69px;
    border: 0;
    background: none;
    font-size: 16px !important;
    text-align: center;
    color: rgb(60, 141, 188);
    padding: 0;
    appearance: none;
}

.silly_scrollbar {
    height:300px;
    width:350px;
    border:1px solid #222;
    -webkit-box-shadow:0 0 3px #333;
    margin:50px auto 0;
    -webkit-box-sizing: border-box;
    padding:0 14px;
    overflow:auto;
}

.silly_scrollbar::-webkit-scrollbar {
    width: 12px;
}

.silly_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.silly_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.silly_scrollbar::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}

.product-qty {
    display: inline !important;
    width: 61% !important;
    padding: 6px !important;
}

.add-to-cart {
    border: 0 none;
    border-color: transparent;
    padding: 8px 8px 12px;
    display: inline;
    width: 38%;
}

.lighter-text {
    color: #ABB0BE;
}

.main-color-text {
    color: #008174;
}

.shopping-cart {
    margin: 20px 0;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    right: 0;
    display: none;
}
.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
}
.shopping-cart .shopping-cart-items {
    padding-top: 0;
    padding-left: 0;
    list-style: none;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.shopping-cart .shopping-cart-items li {
    margin-bottom: 0;
    position: relative;
}
.shopping-cart .shopping-cart-items li .item-remove {
    position: absolute;
    top: 13%;
    right: 0%;
}
.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #008174;
}
.shopping-cart .shopping-cart-items .item-price {
    margin-left: 0;
}
.shopping-cart .shopping-cart-items .item-quantity,
.shopping-cart .shopping-cart-items .item-price {
    color: #ABB0BE;
}

.shopping-cart:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}

.shopping-cart .cart-icon {
    color: #008174;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.shopping-cart .button {
    background: #008174;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}
.shopping-cart .button:hover {
    background: #008174;
}

.shopping-cart .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.shopping-cart .cart-change {
    display: inline;
    width: 70px;
}

.alerts-border {
    border: 1px #d2d6de solid;

    animation: blink 1s;
    animation-iteration-count: 3;
}

.alerts-border.active {
    border-color: #008174;
}

@keyframes blink { 50% { border-color:#fff ; }  }

.tab-pane-steril:nth-of-type(2) {
    border-top: 2px solid #000;
    margin-top: 10px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.skin-site .sidebar-menu > li > a[disabled] {
    color: #7f8183;
}

.skin-site .sidebar-menu > li > a[disabled]:hover {
    cursor: not-allowed;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 4px 12px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border-color: #d2d6de !important;
}

.fht-cell .select2-container--default .select2-selection--single {
    height: 34px;
}

.fht-cell .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.d-flex {
    display:flex;
}
.d-flex>div {
    float: none;
}
.d-flex .form-group {
    margin-bottom: 0;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
}

/* SORTABLE */

.sortable {
    margin: 20px 0;
}

.sortable, .sortable ol {
    padding-left: 25px;
}

ol.sortable, ol.sortable ol {
    list-style-type: none;
}

.sortable li div:not(.tools) {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: move;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    margin: 0;
    padding: 3px;
}

.sortable li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable span.ui-icon {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.sortable .menuDiv {
    background: #EBEBEB;
}

.sortable .menuDiv span.function {
    margin: 0 3px;
}

.sortable .itemTitle {
    vertical-align: middle;
    cursor: pointer;
}

/* SORTABLE END */

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 129, 116, 0.15);
}

.table-fit {
    table-layout: auto !important;
}

.text-underline {
    text-decoration: underline;
}

.vcenter {
    display: flex;
    align-items: center; /* vertical alignment */
    justify-content: center; /* horizontal alignment */
}