
ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.social-icons li {
    display: inline;
}

.loadning-indicator {
    min-height:30px;
    background:url("../img/loading-indicator.gif") no-repeat;
    background-position:50% 25%;
}
div.searchBtn input.btn.btn-sm.btn-primary {
    height: 32px
}

div.error-message {
    color: #FC0000;
    font-weight: 600;
}

img.flags {
    margin: 5px;
}

.logo{
    margin: 100px 0 25px 0;
}

input[type=radio] {
    margin-right: 10px;
    margin-left: 10px
}


.help-block {
    margin-bottom: 20px !important;
    color: #c8c8c8; !important;
 }

/*
  Allow angular.js to be loaded in body, hiding cloaked elements until
  templates compile.  The !important is important given that there may be
  other selectors that are more specific or come later and might alter display.
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default {
    border: 0;
}

.voices_table {
    display:table;
    width: 100%;
}
.voices_header {
    display:table-header-group;
    font-weight:bold;
}
.voices_row {
    display:table-row;
    width: 100%;
}
.voices_rowGroup {
    display:table-row-group;
}
.voices_cell {
    display:table-cell;
    width:25%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.voices_row:nth-child(odd)	{ background-color:#ffffff; }
.voices_row:nth-child(even) { background-color:#f5f5f5; }

.topMenu {font-weight: bold; color:#ff0000}

.searchLoadingImage {
    position:absolute;
    margin-left:-25px;
    margin-top:4px;
    display:none !important;
}

img.center {
    text-align: center;
    display: table;
}

.cke_chrome, .cke_top
{
    border: 1px solid #efefef !important;
}

.dropdown, .dropup {
    text-align: center;
}

.chosen-container {
    width: 100% !important;
}
.product-box {
    height: 460px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.post-grid {
    padding: 10px;
}



.product-category {
    margin: 0 !important;
    height: 30px !important;
    padding: 10px;
}
.product-price {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background-color: #d9edf7;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    padding: 6px 12px;
    position: relative;
    display: inline-block;
}
.product-name {
    padding: 10px;
    height: 100px !important;
}
.product-description {
    padding: 10px;
    height: 80px !important;
}
.product-actions {
    padding: 10px 4px;
    height: 50px !important;

}

.ibox-title {
    height: 64px !important;
}

a {
    outline: none !important;
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
    border: 1px solid #e5e6e7 !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa !important;
}
.chosen-container-single .chosen-single span {
    /*color: #18a669 !important; */
}

.checkbox label {
    font-weight: bold;
}
.ibox-footer {
    border: 0 !important;
}

.instant_help {
    display: none;
}

.navbar-fixed-top {
    border-bottom: 1px solid #e7eaec !important;
}

/* TABS */

.tabs-container .tabs-left > .nav-tabs > li, .tabs-container .tabs-right > .nav-tabs > li {
    background-color: #e0e0e0;
    color: #000 !important;

}

.nav-tabs > li a:link,
.nav-tabs > li a:visited
{
    color: #666 !important;
}

.nav-tabs > li a:hover {
    background-color: #00a0ba;
}

.tabs-container .tabs-left > .nav-tabs > li > a, .tabs-container .tabs-right > .nav-tabs > li > a {
    margin-bottom: 2px !important;
}

/* CONTENT BUILDER */

div#layout {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
    margin: 25px 0;

}

.box {
    background-color: #efefef;
    width: 100%;
    height: 100%;
    margin: 10px;
    padding: 10px;
}

.layout-blocks {
    height: 82px;
    margin-top: 5px;
    background-color: #efefef;
    border: 1px solid #ccc;
    text-align: right;

}

.layout-blocks span.title {
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
}

.item_block_container {
    position: relative;
    width: 98%;
    float: left;
    padding: 1%;
    background: #fff !important;
}

.item_element_block {
    height: 75px;
    width: 100px;
    border: 1px solid #e1e1e1;
    padding: 14px 2px 10px 2px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    overflow: hidden;
    outline: none;
    line-height: 13px;
    float: left;
    position: relative;
    color: #777;
    margin: 2px;
    font-size: 12px;
    word-wrap: break-word;
}

#layout .item_element_block {
    position: relative;
    height: 75px;
    width: 98%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    overflow: hidden;
    outline: none;
    line-height: 13px;
    float: left;
    color: #777;
    margin: 10px;
    font-size: 12px;
    word-wrap: break-word;
    background-color: #efefef;
}

.item_element_block:hover {
    background-color: #efefef;
    border: 1px solid #ccc  ;
    color: #666;

}

::-webkit-input-placeholder {
    color: #1ab394 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: red !important;
}

:-ms-input-placeholder {
    color: red !important;
}

.green_bordered {
    border: 1px solid #18a689;
}

.opacitize {
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.raisin_imported {
    background: #efefef !important;
    border: 1px solid #ffc600 !important;
}
.hide {
    display:none
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

th {
    text-align: left;
}
label {
    color: #781d1a !important;
}

.btn-primary {
    background-color: #009a49;
    border-color: #009a49;
    color: #FFFFFF;
}
.btn-success {
    background-color: #048dc6;
    border-color: #ccc;
    color: #FFFFFF;
}
.btn-danger {
    background-color: #c50a22;
    border-color: #ccc;
    color: #FFFFFF;
}
.label-primary {
    background-color: #009a49;
}
.label-success {
    background-color: #048dc6;
}
.label-danger {
    background-color: #c50a22;
}
/*
.nav > li.active {
    border-left: 4px solid #009a49;
}
*/
.toast-success {
    background-color: #009a49 !important;
}

.label {
    font-size: 12px !important;
    font-family: "Arial", sans-serif;
}


.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block !important;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.video-js {
    position: static !important;
}

div.videocontent {

}

video {
    max-width: 96% !important;
    max-height: 80% !important;
    background-size:cover !important;
    /*vendor prefixes*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*sizing*/
    width:100%;
    margin:0 auto;
    display:block;
    z-index: 0 !important;
}

:fullscreen {
    z-index: 2147483648 !important;
}

.lightBoxGallery img {
    margin: 0 !important;
}

.margin20 {
    margin-right: 20px !important;
    margin-top: 5px;
}

.list-interface {
    margin:25px 0 ;
}
.row-action {
    float: left;
}

label.error {
    margin-top: 5px;
    color: #cc5965 !important;
    display: inline-block;
    margin-left: 5px
}

.btn-default {
    background: #eeeeee !important;
    border: 1px solid #bfbfbf !important;
}
.btn-default:hover {
    background: #dff0d8 !important;
    color: #666 !important;
    border: 1px solid #d6e9c6 !important;
}
.btn-default.hover_danger:hover {
    background-color: #f2dede !important;
    color: #666 !important;
}
.btn-default.hover_success:hover {
    background-color: #dff0d8 !important;
    color: #666 !important;
    border: 1px solid #d6e9c6 !important;
}
.btn-default.hover_warning:hover {
    background-color: #fcf8e3 !important;
    color: #666 !important;
    border: 1px solid #faebcc;
}
.btn-default.hover_info:hover {
    background-color: #d9edf7 !important;
    color: #666 !important;
    border: 1px solid #bce8f1
}
.margin-left-5 {
    display: block;
    margin-left: 5px;
}
.margin-right-5 {
    display: block;
    margin-right: 5px;
}
.is_required {
    color: #ff0000;
    font-weight: bold;
}

.widget_link:link,.widget_link:visited,.widget_link {
    color: #000;
}
.widget_link:hover {
    color: #efefef;
}

.margin-left-3 {
    margin-left: 3px;
}

/* COMBOTREE */

.textbox {
    width: 100% !important;
    position: relative;
    border: 1px solid #e5e6e7 !important;
    height: 30px !important;
    background-color: #fff;
    vertical-align: middle;
    display: block !important;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -moz-border-radius: 0; !important;
    -webkit-border-radius: 0; !important;
    border-radius: 0 !important;
}

.tree-title {
    font-size: 16px !important;
    line-height: 18px !important;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 2px;
    height: 18px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

.breadcrumb > li + li:before {
    content: " " !important;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

#syntax_editor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
img.img-center {
    margin: 0 auto !important;
}
.center {
    text-align: center;
    vertical-align: middle;
}
.count-info.label {
    right: 1px !important;
}

/** classi dimensioni  **/

.img-thumb-75 {
    width: 75px;
    height: 75px;
}
.img-thumb-50 {
    width: 50px;
    height: 50px;
}

.min-height-500 {
    min-height: 500px;
}

/*POST */
.post_left_sidebar {
    background-color: #fff;
    border-bottom: 1px solid #e7eaec;
    padding: 10px;
}
.padding-10 {
    padding: 10px;
}
body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span.fa {
    display: block;
}
body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span.fa.arrow {
    display: none;
}

table.sortable:hover {
    cursor: pointer;
    cursor: move;
}


ul.nav.nav-tabs > li > a, ul.nav.nav-tabs  li.active > a {
    color: #2f4050 !important;
}
ul.nav.nav-tabs > li > a:hover, ul.nav.nav-tabs li.active > a:hover {
    color: #ffffff !important;
}

ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.active > a:hover {
    background-color:#2f4050;
}

ul.nav.nav-tabs > li > a {
    background-color:#d8e0ed;
}

/* DASHBOARD*/

.img-dashboard {
    width: 50px !important;
    height: 50px !important;
    float: left;
    margin-right: 10px
}

table#skeleton-layout input, table#skeleton-layout textarea, table#skeleton-layout select  {
    font-size: 10px !important;
}

$table#skeleton-layout .chosen-container-single .chosen-single span {
    font-size: 10px !important;
 }

.taberror {
  background-image: url("../img/alert.png") !important;
  background-repeat: no-repeat !important;
  background-position: 90% 50% !important;
}
