.bootbox .modal-files{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.bootbox [type=text]{
    font-size: 1.5em;
    width:100%;
}
.bootbox .modal-dialog
{
    width:400px;
}

.bootbox.bootbox-prompt .modal-files{
    width:400px;
}

.bootbox.new-invoice .modal-files{
    width:400px;
}

.bootbox.v-related-modal .modal-files{
    width:600px;
}

.bootbox.new-invoice select {
    width:360px;
}

.bootbox .modal-title{
    color:#357ebd;
}

.bootbox .inner
{
    width:100%;
    padding-left:20px;
    padding-right:20px;
}

.bootbox .row
{
    margin-top:10px;
}

.bootbox .desc
{
    margin-bottom:5px;
    font-size:1.3em;
    line-height:40px;
    width:30%;
}

.bootbox .modal-files
{
    background:white;
    width:600px;
}

.bootbox .modal-files .desc{
    width:40%;
}

.bootbox .modal-files input[type=text],.bootbox .modal-files input[type="number"]{
    width:60%;
}

.bootbox select, .bootbox input[type=text],.bootbox input[type=password],.bootbox input[type=number]
{
    margin-bottom:5px;
    font-size:1.2em;
    width:60%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height:34px;
}

.bootbox.new-report select, .bootbox.new-report input[type=text],.bootbox.new-report input[type=password],.bootbox input[type=number] {
    width:60%;
    height:34px;
}

.bootbox select{
    height:34px;
    padding-left:10px;
    font-weight:bold;
    max-height:500px;
}

.bootbox .row.by-item{
    position:relative;
}

.bootbox .row.by-item select{
    position:absolute;
    right:0px;
    /*top:29px;*/
    z-index:10;
    /*height:auto;*/
}


.bootbox .row.by-item input{
    position:absolute;
    right:0px;
    z-index:11;
    top:-5px;
    height:35px;
}

.bootbox .btn-default {
    border-color: #ccc;
}

.bootbox .payments .desc{width:40%;}
.bootbox .payments input{width:60%;}

.bootbox.company .row{margin-top:6px;}
.bootbox.company .desc{float:left; width:200px;}
.bootbox.company input{width:100%;}

.bootbox.invoices-filter .modal-files{width:500px;}
.bootbox.invoices-filter .desc{width:40%;}
.bootbox.invoices-filter .row > input{width:60%;}
.bootbox.invoices-filter .row > select{width:60%;}

.bootbox.edit-invoice .modal-dialog{width:450px;}

/*.bootbox.add-product .modal-files{box-shadow: 0 0 10px rgba(0,0,0,0.5);}*/
.bootbox.add-product .product-item{
    float:left;
    width:53%;
    height:30px;
    line-height:31px;
    margin-top:5px;
    /*border-bottom:1px dotted #888;*/
    color:#0074cc;
    cursor:pointer;
    font-size:17px;
}

.bootbox.add-product .btn.search
{
    float:left;
    padding:4px 10px;
}

.bootbox.add-product .dropdown-content, .bootbox .v-input-select.dropdown-content{
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    left: 40%;
    margin-left: 5px;
    min-width: 330px;
    position: absolute;
    top: 59px;
    z-index: 10;
    display:none;
    max-height:300px;
    overflow-y:scroll;
}



.bootbox.add-product .dropdown-content input, .bootbox .v-input-select.dropdown-content input{
    width:100%;
}

.bootbox.add-product .dropdown-content a, .bootbox .v-input-select.dropdown-content a{
    color: black;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
}

.bootbox.discount-box .groups{
    float:left;
    width:60%;
}

.bootbox.discount-box .product-item{
    float:left;
    width:100%;
    margin-top:10px;
}

.bootbox.discount-box .product-item.new{
    margin-top:10px;
}

.bootbox.discount-box .product-item a{
    float:left;
    cursor: pointer;
}

.bootbox.discount-box .product-item .fa{
    color: #555;
    float: right;
    height: 26px;
    margin-top: -5px;
    padding: 5px 7px;
    width: 26px;
    cursor:pointer;
    margin-right:-10px;
}

.bootbox.discount-box .add-group{
    width:60%;
    /*padding-left:40%;*/
    cursor:pointer;
}

.bootbox.task-box .product-item,.bootbox.action-box .product-item{
    float:left;
    width:100%;
}

.bootbox.task-box .product-item:first-child,.bootbox.action-box .product-item:first-child{
    margin-top:0px;
}

.bootbox.task-box .add-item,.bootbox.action-box .add-item{
    height: 30px;
    line-height:30px;
    cursor: pointer;
}

.bootbox.task-box .product-item a,.bootbox.action-box .product-item a{
    float:left;
    height: 30px;
    line-height:30px;
    cursor: pointer;
}

.bootbox.task-box .product-item .fa,.bootbox.action-box .product-item .fa{
    color: #555;
    float: right;
    height: 30px;
    line-height:30px;
    margin-top: -5px;
    padding: 5px 7px;
    width: 26px;
    cursor:pointer;
    margin-right:-10px;
}


.bootbox select.phone-prefix, .bootbox select.france-phone-prefix{
    float:left;
    width:10%;
}

.bootbox input.phone-sufix[type="text"], .bootbox input.france-phone-sufix[type="text"]{
    float:left;
    width:40%;
    margin-left:1%;
}

.bootbox input.another-country-code[type="text"]{
    float:left;
    width:14%;
}

.bootbox input.another-phone[type="text"]{
    float:left;
    width:45%;
    margin-left:1%;
}

.bootbox .available-discounts{
    float:left;
    width:100%;
}

.bootbox .a-discount{
    float:left;
    width:100%;

}

.bootbox .a-discount-name{
    float:left;
    width:100%;
    margin-top:10px;
    background: #eee;
    line-height:30px;
    padding-left:15px;
    font-weight:bold;
}

.bootbox .a-discount-items{
    float:left;
    width:85%;
    margin-left:10px;
}

.bootbox .a-discount-item{
    float:left;
    width:100%;
    line-height:25px;
    color:#357ebd;
}

.bootbox .a-discount-item .bcode{
    float:left;
    width:120px;
}

.bootbox .v-gift{
    float:left;
    width:100%;
    background: #eee;
    margin-top:3px;
    cursor: pointer;
}

.bootbox .v-gift i{
    float:right;
    display:none;
    font-size:25px;
    font-size: 20px;
    margin-right: 5px;
    margin-top: 8px;
}

.bootbox .v-gift.v-selected{
    background: #00B7FF;
}

.bootbox .v-gift.v-selected i{
    display:block;
}

.bootbox .v-gift-name{
    float:left;
    line-height:35px;
    padding-left:15px;
    font-weight:bold;
}



.bootbox .bcode{
    padding-right:30px;
    color:#555;
}

.bootbox .a-inactive span{
    color:#ccc;
}

.bootbox .a-discounts-empty{
    font-size:18px;
}

.bootbox .many-products .v-items-container{
    display: table;
    padding-bottom: 30px;
    position: relative;
    top: 15px;
}

.bootbox .many-products .v-product-item{
    float:left;
    width:100%;
    line-height:25px;
}

.bootbox .many-products .v-product-item i{
    position:relative;
    left:5px;
    cursor: pointer;
}
