/* CSS Document */
body {
    padding-top: 50px;
    color: #555;
    background: #f5f5f5;
}

.navbar-inverse .navbar-nav > li > a.text-danger, .navbar-inverse .navbar-nav > .open > a.text-danger, .navbar-inverse .navbar-nav > .open > a.text-danger:focus, .navbar-inverse .navbar-nav > .open > a.text-danger:hover {
    color: #a94442;
}



@media (min-width: 1330px) {
    .container {
        width: 1300px;
    }
}

/* COL-XL */
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1700px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
}
/*EOF COL XL*/




.form-horizontal .checkbox, .form-horizontal .radio {
    /*min-height: 22px;*/
    min-height: 27px;
}
.datepicker {
    margin-top:0;
}
input[type="time"].form-control {
    line-height: 24px;
}

.text-white {
    color:#FFF;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #555;
    background-color: #f5f5f5;
    border-color: #ddd;
}
img.flag {
    width:20px;
    height:20px;
}
a.no-underline:hover, a.no-underline:focus {
    text-decoration: none;
}

.pointer {
    cursor:pointer;
}

.spacer {
    width:100%;
    margin-top:30px;
}

.text-10 {
    font-size:10px;
}
.text-11 {
    font-size:11px;
}
.text-12 {
    font-size:12px;
}
.text-13 {
    font-size:13px;
}
.text-14 {
    font-size:14px;
}
.text-15 {
    font-size:15px;
}
.text-16 {
    font-size:16px;
}
.text-17 {
    font-size:17px;
}
.text-18 {
    font-size:18px;
}
.text-19 {
    font-size:19px;
}
.text-20 {
    font-size:20px;
}
.text-24 {
    font-size:24px;
}
.text-black,
a.text-black {
    color:#333333;
}

.paddingt10 {
    padding-top:10px;
}
.paddingt20 {
    padding-top:20px;
}
.paddingt30 {
    padding-top:30px;
}
.paddingt40 {
    padding-top:40px;
}
.paddingt50 {
    padding-top:50px;
}
.paddingtb10 {
    padding-top:10px;
    padding-bottom:10px;
}
.paddingtb20 {
    padding-top:20px;
    padding-bottom:20px;
}
.paddingtb30 {
    padding-top:30px;
    padding-bottom:30px;
}
.paddingtb40 {
    padding-top:40px;
    padding-bottom:40px;
}
.paddingtb50 {
    padding-top:50px;
    padding-bottom:50px;
}
.paddingb10 {
    padding-bottom:10px;
}
.paddingb20 {
    padding-bottom:20px;
}
.paddingb30 {
    padding-bottom:30px;
}
.paddingb40 {
    padding-bottom:40px;
}
.paddingb50 {
    padding-bottom:50px;
}
.paddingtop20 {
    padding:20px 0 0 0;
}
.paddingright20 {
    padding:0 20px 0 0;
}
.paddingright10 {
    padding-right:10px;
}
.paddingr10 {
    padding-right:10px;
}
.paddingr20 {
    padding-right:20px;
}
.paddingr30 {
    padding-right:30px;
}
.paddingr40 {
    padding-right:40px;
}
.paddingr50 {
    padding-right:50px;
}
.paddingleft10 {
    padding-left:10px;
}
.paddingl10 {
    padding-left:10px;
}
.paddingl20 {
    padding-left:20px;
}
.paddingl30 {
    padding-left:30px;
}
.paddingl40 {
    padding-left:40px;
}
.paddingl50 {
    padding-left:50px;
}
.marginl5 {
    margin-left:5px;
}
.marginl10 {
    margin-left:10px;
}
.marginl20 {
    margin-left:20px;
}
.margintop20 {
    margin-top:20px;
}
.marginr5 {
    margin-right:5px;
}
.marginr10 {
    margin-right:10px;
}
.marginr20 {
    margin-right:20px;
}
.marginr30 {
    margin-right:30px;
}
.marginr40 {
    margin-right:40px;
}
.marginr50 {
    margin-right:50px;
}


.label-danger a {
    color:#000;
}
label {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgba(0,0,0,.40);
    font-size:12px;
    margin-left: 12px;
}
.checkbox label, .radio label, li label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size:14px;
    color: #555;
}

.form-control::-moz-placeholder {
    color: rgba(0,0,0,.20);
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: rgba(0,0,0,.20);
}
.form-control::-webkit-input-placeholder {
    color: rgba(0,0,0,.20);
}

.help-block {
    font-weight: 700;
    font-size:12px;
    margin-left: 12px;
}

.filters a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.filters i {
    display: inline-block;
    margin-left: 5px;
}
.filters a:hover {
    text-decoration: none;
}
.filters a:hover i {
    color: #a94442;
}


hr.white {
    border-top:1px solid #FFF;
}

.jumbotron.dashboard {
    padding: 10px 30px;
}
.jumbotron .input-group-addon {
    color: #FFF;
    background-color: #337ab7;
    border: 1px solid #ccc;
}


.list-group {
    margin-bottom: 0px;
}

.ajaxloder {
    width:15px;
    height:15px;
    background: url(../images/AjaxLoader.gif);
    background-size: 15px 15px;
    background-repeat: no-repeat;
}
.ajaxloderBig {
    width:50px;
    height:50px;
    background: url(../images/AjaxLoader.gif);
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
textarea.form-control {
    height:500px;
}
.media-selected {
    position:absolute;
    right:-10px;
    top:-10px;
    background:rgba(223,240,216,1);
    padding:5px 10px;
    border-radius:5px;
    border:1px solid #d6e9c6;
}



.form-control.small {
    height: 18px;
    padding: 2px 6px;
    font-size: 11px;
}

#pravnaHOLDER,
.ajaxloder,
.ajaxloderBig,
#btnSend,
#Posiljanje,
#modal-body-ajax-result,
.skrit,
.btnMediaRemoveImages,
.btn-save-order,
.btn-save-removed-subscribers,
.btnHidden {
    display:none;
}
.pointer {
    cursor: pointer;
}

.nomargin {
    margin:0;
}
.inline-block {
    display:inline-block;
}

.attributesHOLDER {
    padding:20px;
    background-color:#eee;
    border-radius:6px;
    position:relative;
}
.attributesHOLDER hr {
    border-top: 1px solid #FFF;
}
.attributesLoader {
    z-index:2;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    border-radius:6px;
    background-color:rgba(0,0,0,0.30);
    background-image:url(../images/AjaxLoader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

.attributesDropdown,
.attributesInput {
    height: 23px;
    padding: 0px 12px;
    font-size: 12px;
}
.attributesInput {
    width:80px;
    text-align:center;
}

.attrElem {
    margin-right:50px;
}
.attrElemSmall {
    margin-right:20px;
}
.addOption {
    padding: 2px 6px;
    font-size: 12px;
}

.well {
    margin-bottom: 7px;
}
.well.active,
.well.stay,
table.dataTable tbody tr.active {
    background-color:#fff;
}
.well.stay,
table.dataTable tbody tr.active {
    font-weight: 700;
    color:#337ab7;
}
.well-danger {
    background-color:#f2dede;
    border-color:#ebccd1;
    color:#a94442;
}
.well-izpostavitve {
    margin-bottom: 10px;
}
.well-closslinks {
    margin-bottom: 10px;
}

.text-small {
    font-size:10px;
}
.text-medium {
    font-size:12px;
}
.btnBig {
    font-size:40px;
}
.btnBig .fa-stack {
    font-size: 1em;
}
.btnBig .fa-stack i {
    vertical-align: middle;
}
.fa-small-icon-left {
    font-size: 20px;
    position: relative;
    bottom: 6px;
    right: 6px;
}
.fa-small-icon-right {
    font-size: 20px;
    position: relative;
    bottom: 20px;
    right: 6px;
}


.text-bold {
    font-weight:700;
}
.text-btn-sort-order {
    font-size:20px
}
.action-buttons {
    display: none;
}
table.dataTable tbody tr:hover .action-buttons,
.well:hover .action-buttons {
    display: block;
}

.tree_all_open_close,  .tree_all_open_close:hover, .tree_all_open_close:active, .tree_all_open_close:focus,
.box_all_open_close, .box_all_open_close:hover, .box_all_open_close:active, .box_all_open_close:focus,
.text-grey, .text-grey:hover, .text-grey:active, .text-grey:focus {
    color: #555;
}
.panel-info > .panel-heading .badge.text-grey {
    background-color: #555;
}

span.inline:after {
    content:'|';
    padding: 0 20px 0 25px;
    color:rgba(0,0,0,0.10);
}
span.inline:last-child:after {
    content:'';
    padding:0;
}

ul.admin_menu_list {
    list-style-type:none;
}
ul.admin_menu_list label {
    font-weight:400;
}
ul.admin_menu_list label.text-bold {
    font-weight:700;
}



.orders-control {
    margin-right:20px;
}
.SearchableDataTable {
    margin-top:50px;
    position:relative
}
.DataTableLoader {
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(240,240,240,0.40);
    z-index:2;
    background-image:url(../images/AjaxLoader.gif);
    background-repeat:no-repeat;
    background-position:center;
}

ul.list-orders li {
    font-size:16px;
    padding-right:30px;
    color:#777
}
ul.list-orders li span:first-child {
    text-transform:uppercase;
    font-weight:700;
    color:#333;
}
ul.list-orders li span.paymentID {
    color:#3c763d;
}
ul.list-orders li a.close,
a.close.small {
    font-size:12px;
    padding-left:5px;
}
a.close.inline {
    float:none;
    display:inline-block;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    color: #777;
}
ul.list-orders li a {
    color:#777;
}
.clickable-row {
    cursor: pointer;
}

.btnpostavkaDelete,
.btnpostavkaDeleteVse {
    font-size: 14px;
    line-height: 1;
    color: #a94442;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.btnpostavkaDelete:hover, .btnpostavkaDelete:focus,
.btnpostavkaDeleteVse:hover, .btnpostavkaDeleteVse:focus {
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-decoration: none;
}


.thumbnail.cms:hover, .thumbnail.cms:active, .thumbnail.cms:focus, .thumbnail.cms.active,
#datotekeModal .thumbnail:hover, #datotekeModal .thumbnail:active, #datotekeModal .thumbnail:focus, #datotekeModal .thumbnail.active {
    text-decoration: none;
    box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.33);
}
.thumbnail .caption h3 {
    margin-top: 10px;
}
#datotekeModal .thumbnail .caption {
    word-break: break-all;
}





.scroll-container {
    height: calc(100vh - 50px);
    overflow-y: scroll;
}
.scroll-levo {
    padding: 0 25px 0 10px;
}
.panel {
    border-radius: 4px;
    box-shadow: 0px 0px 50px -15px rgba(0, 0, 0, 0.33);
    border: none;
    margin-bottom: 30px;
}
.panel-body {
    padding: 25px;
}
.panel-right-column > .panel-body {
    padding: 15px;
}
.panel-default.panel-dark,
.panel-dark .panel-default {
    background-color: rgba(211,211,211,.5);
}

.table-hover > tbody > tr:hover {
    background-color: rgba(211,211,211,1);
}

.panel-dark .table > tbody > tr:not(.danger).active > td, .panel-dark .table > tbody > tr.active > th, .panel-dark .table > tbody > tr > td.active, .panel-dark .table > tbody > tr > th.active, .panel-dark .table > tfoot > tr.active > td, .panel-dark .table > tfoot > tr.active > th, .panel-dark .table > tfoot > tr > td.active, .panel-dark .table > tfoot > tr > th.active, .panel-dark .table > thead > tr.active > td, .panel-dark .table > thead > tr.active > th, .panel-dark .table > thead > tr > td.active, .panel-dark .table > thead > tr > th.active {
    background-color: rgba(211,211,211,.8);
}
.panel-dark .table-hover > tbody > tr:not(.danger).active:hover > td, .panel-dark .table-hover > tbody > tr.active:hover > th, .panel-dark .table-hover > tbody > tr:hover > .active, .panel-dark .table-hover > tbody > tr > td.active:hover, .panel-dark .table-hover > tbody > tr > th.active:hover {
    background-color: rgba(211,211,211,1);
}

.table > tbody > tr.active.danger > td, .table > tbody > tr.active.danger > th, .table > tbody > tr > td.active.danger, .table > tbody > tr > th.active.danger, .table > tfoot > tr.active.danger > td, .table > tfoot > tr.active.danger > th, .table > tfoot > tr > td.active.danger, .table > tfoot > tr > th.active.danger, .table > thead > tr.danger > td, .table > thead > tr.active.danger > th, .table > thead > tr > td.active.danger, .table > thead > tr > th.active.danger {
    background-color: #ebcccc;
}



.panel-default > .panel-heading,
.panel-default > .panel-footer {
    color: #777;
    background-color: inherit;
    font-weight: 400 !important;
    font-size: 18px;
    padding: 20px 25px 15px 25px;
}
.panel-right-column > .panel-heading {
    padding: 20px 25px 15px 25px;
}

.page-title {
    padding: 0 30px;
    margin: 30px 0;
    display: block;
}
.panel-actions a {
    margin-left: 8px;
}
.panel-actions .btnMediaRemoveImages {
    margin-right: 20px;
}

.page-title-text {
    font-size: 30px;
    line-height: 38px;
    margin: 0;
}
.page-title-text span {
    display: inline-block;
    margin-left: 20px;
}
.breadcrumb {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 30px 0;
}
.breadcrumb ul li {
    display: inline-block;
    list-style: none;
    color: #AAA;
    margin: 0 0 0 10px;
}
.btn {
    /*    height: auto;
        line-height: normal;
        padding: 10px 20px;
        font-weight: 400;
        color: #FFF;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;*/
}
.btn-default {
    color: #333;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:focus {
    text-decoration:  none;
}
.btn-group.dropleft .dropdown-menu {
    right: 0;
    left: initial;
}

.btnMediaRemoveImages {
    color: #a94442;
}
.ps {
    position: relative;
}
/*.ps-page-height { height: calc(100vh - 250px); padding-right: 25px;}
.ps-page-height.with-heading-and-footer { height: calc(100vh - 389px); }
@media (max-width: 1199px) {
    .ps-page-height { height: auto !important; padding-right: 0px;}
}*/



.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    height: 34px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    height: 34px;
    color: #555;
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #66afe9;
    outline: 0;
    -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);
}

.has-error .select2-container--default .select2-selection--single {
    border-color: #a94442;
}
.has-error .select2-container--default.select2-container--open .select2-selection--single,
.has-error .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}













/* PAGE LOADER*/
.page-loader {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1200;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align:center;
    background: rgba(51,51,51,0.95); /*background: rgba(51,51,51,0.9) url('../images/ajax-loader-big.gif') no-repeat center center;*/
}
.page-loader .holder-loader {
    position:absolute;
    left:50%;
    top:50%;
}
.page-loader .holder-loader .loader {
    position:relative;
    left: -62px;
    top: -82px;
    text-align:center;
    border: 16px solid #414042;
    border-top: 16px solid #f7931e;
    border-bottom: 16px solid #f7931e;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
/*.page-loader > .holder-text { position:relative; top:0%; }
.page-loader > .holder-text > span { color:rgba(200,200,200,1.00); }*/
.page-loader .holder-text {
    position:absolute;
    bottom:0;
    left:-125px;
    width:250px;
    background-color:rgba(233,233,233,1.00);
    padding:10px;
    border-radius:6px;
}
.page-loader .holder-text > span {
    color:rgba(0,0,0,1.00);
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* EOF PAGE LOADER*/





/*
*
* SORTABLE, NO SORTABLE
*
*/
ol.sortable.izpostavitve {
    padding: 0;
}

.placeholder {
    outline: 1px dashed #4183C4;
}

.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}



ol.sortable, ol.sortable ol, ol.no-sortable, ol.no-sortable ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}


ol.sortable, ol.no-sortable {
    /*margin: 4em 0;*/
    margin: 0;
    padding: 20px 0;
}
.panel-right-column ol.sortable,
.panel-right-column ol.no-sortable {
    padding: 10px 0 0 0;
}
.sortable li, .no-sortable li {
    /*margin: 5px 0 0 0;*/
    margin: 0;
    padding: 0;
    cursor:move;
}

.no-sortable li {
    cursor:text;
}

/*.sortable li.mjs-nestedSortable-branch div {
        background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);

}

.sortable li.mjs-nestedSortable-leaf div {
        background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);

}
*/

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
    background: #fafafa;
}

.disclose {
    /*display: inline-block;
    min-width: 15px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;*/
    margin: 0 5px 0 0;
    cursor: pointer;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    /*content: '+ ';*/
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    /*content: '- ';*/
}





.rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size:20px;
    color: #337ab7;
}
.rating-star {
    padding: 0 3px;
    margin: 0;
    cursor: pointer;
    display: block;
    float: right;
}
.rating-star:after {
    /*
    
    font-family: "Font Awesome 5 Free";
    content:'\f006';
    */
    position: relative;
    content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    line-height: 20px;
    /*
    */

}

.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
    content:'\f14a';
    font-weight: 900;
    font-style: normal;
    line-height: 20px;
    /*font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    
    height: 16px;
    
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;*/
}

.rating:hover .rating-star:after {
    content:"\f0c8";
    line-height: 20px;
}

.rating-star:hover ~ .rating-star:after,
.rating-star:hover:after {
    content:'\f14a' !important;
    font-weight: 900;
    font-style: normal;
    line-height: 20px;
    /*font-variant-caps: normal;
    font-variant-ligatures: normal;
    
    
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;*/
}

.rating:hover .rating-star.disabled:after {
    content:"\f14a";
    line-height: 20px;
}
.rating-star.disabled {
    cursor:default;
}






.rating.small {
    font-size:20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.rating.small .l-text {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
}
.rating.small .rating-star:after {
    line-height: 20px;
    font-weight: 300;
}
.rating.small .rating-star.checked ~ .rating-star:after, .rating.small .rating-star.checked:after {
    line-height: 20px;
}
.rating.small:hover .rating-star:after {
    line-height: 20px;
}
.rating.small:hover .rating-star.disabled:not(.checked):after,
.rating.small .rating-star.disabled:not(.checked):hover:after {
    content:"\f0c8" !important;
}



