.tooltip_admin{
    background-image: url(../images/tooltip.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    height: 10px;
    width: 10px;
    cursor: pointer;
}
.dataTable tbody tr td.edit-datatable, .edit-datatable{
    background-image: url('../images/edit.png');
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: right 13px;
    color:#29ABE2;
    text-decoration: underline;
    cursor: pointer;
}
.datatable-color-span{
    width:100%;
    height:100%;
}
p.disabled.form-control{
    background-image: url('../images/pattern-stripes.png');
    background-repeat: repeat;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;    
    margin:0 !important;
    cursor:not-allowed;
}
ul.breadcrumb li:first-child a span.icon-home{
    background-image: url("../images/home_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 12px;
    width: 15px;
}
form{
    margin-top: 13px;
}

#map{
    width:100%;
    height:500px;
}
#adresa{
    /*width:80%;*/
}
.close_marker{
    cursor: pointer;
    display:block;

}
select{
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
    box-sizing:border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand{
    display:none;
}
.select2{
    width:100% !important;
}
select.select-default , select.ui-datepicker-month , select.ui-datepicker-year{
    -moz-appearance: groupbox;
    -webkit-appearance: groupbox;
    -ms-appearance: groupbox;
    -o-appearance: groupbox;
    appearance: groupbox;
}
.breadcrumb{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.margin-top{
    margin-top: 15px;
}
#sortable1, #sortable2 {
    border: 1px solid #eee;
    min-height: 20px;
}
#sortable1 li, #sortable2 li {
    cursor: move;
    height: 22px;
    list-style-type: none;
    overflow: hidden;
    text-decoration: none;
}
.list-group-margin-bottom .list-group-item{
    margin-bottom: 15px;
}
.dataTables_filter input{
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 24px;
    line-height: 1.42857;
    padding: 2px 7px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.dataTables_filter input:focus{
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
#users_table_wrapper{
    margin-top: 15px;
}
.ajax-loader{
    background-image : url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width:100%;
    height:100%;
    position:relative;
    display:block;
}
.ajax-ok{
    background-image: url('../images/ok.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.ajax-fail{
    background-image: url('../images/fail.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.ajax-status span{
    display:block;
    position:relative;
    width:30px;
    height:30px;
}
table tr td.extra_field a{
    cursor: pointer;
}
#licente_table_wrapper .report{
    margin-right: 5px;
}
table tr td{
    vertical-align: middle !important;
}
.small-input{
    width:60px;
    float:left;
}
.ajax-status{
    float:left;
    position:relative;
}
ul.border-left-extra-witdth li{
    border-left: 10px solid !important;
}
.color-legenda{
    display: inline-block;
    height: 10px;
    position: relative;
    width: 20px;
}
.absolute-err-message{
    left: 0;
    padding-left: 32px;
    top: 15px;
    width: 550px !important;
}
.table-preturi{
    display: block;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow-x: scroll;
    width: 100%;
}
.table-preturi tr td{
    border: 1px solid #ccc;
    position:relative;
}
.table-preturi .ajax-status span {
    display: block;
    height: 13px;
    position: relative;
    width: 13px;
}
.table-preturi .ajax-status {
    position: absolute;
    right: 0;
    top: 0;
}
.table-preturi .small-input{
    float: none !important;
    margin: 0 auto;
    width: 60px;
}
.footer{
    height:50px;
}
#rows_table tfoot tr td:first-child{
    text-align: right;
}
#rows_table tfoot tr td:last-child{
    text-align:left;
}
#rows_table tfoot tr td:last-child span{
    display:inline-block;
}
.help-block.costs-values-head{
    display:inline-block;
    padding: 0px 10px;
    border-radius: 10px;
}
#rows_table tr{
    border-bottom: 1px dotted darkgray;
}
#rows_table{
    table-layout: fixed;
}
#rows_table tr td.action_buttons,#rows_table tr th.action_buttons{
    width:25%;
}
#rows_table tr td.operation_no,#rows_table tr th.operation_no{
    width:10%;
}
#rows_table tr td.price_per_unit,#rows_table tr th.price_per_unit{
    width:10%;
}
#rows_table tr td.quantity ,#rows_table tr th.quantity {
    width:10%;
}
#rows_table tr td.total ,#rows_table tr th.total {
    width:10%;
}
#rows_table tr td.description ,#rows_table tr th.description {
    width:35%;
}
#rows_table tfoot{
    background-color: lavender;
}
.home-image{
    background-image: url('../images/FAS-bck.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    padding-top: 4.7em;
    font-size: 6em;
    color:#fff;
    text-align: center;
}
.has-error .costs-values-head{
    background-color:#fff !important;
}
#rows_table tr td{
    vertical-align: top !important;
}
#rows_table input{
    width:98%;
}
.finish_invoice{
    float: right;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 30px;
}
#table_costs_rows button[name="add_row"]{
    margin-bottom: 10px;
}

.log-in-me{
    list-style-type:  none;
}
li.loading{
    /*background-image: url('../images/ajax-loader.gif');*/
    /*background-repeat: no-repeat;*/
    /*background-position: left center;*/
}

.live-monitoring-wrapper {
    display: block;
}

.box-status-wrapper {
    width: 24.5%;
    height: 60px;
    display: inline-block;
    margin-bottom: 100px;
}
.box-status-icon{
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
}

.online{
    background-image: url('../images/mediabox-online.png');
}
.offline{
    background-image: url('../images/mediabox-offline.png');
}
.box-status-wrapper .title{
    display: block;
    width: 100%;
    text-align: center;
        
}
.activities-details{
    width: 100%;
}