body {
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    font-family: "Segoe UI","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color:rgba(105, 105, 105, 0.97);
}

#logo-home{
    margin-top: 21px;
    /*text-align: center;*/
}


/*custom*/
.input-prepend {
    width: auto;
}


.dataTables_length {
    display: none !important;
}

.form-horizontal .control-group {
    padding-bottom: 7px;
}


.widget-box {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(116, 116, 116, 0.41);
    -moz-box-shadow:0px 1px 10px 0px rgba(116, 116, 116, 0.41);
    box-shadow: 0px 1px 10px 0px rgba(116, 116, 116, 0.41);
}

.tooltip{
    opacity: 1;
}

.link{
    cursor: pointer;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;

}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/

}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: hsl(206, 100%, 50%);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: hsla(206, 100%, 35%, 0.56)
}

.control-label{
    cursor: auto !important;
}

.ui-sortable-helper.item_edit_mode .item_name{
    color: white !important;
}
.ui-sortable-helper{
    background: hsl(192, 86%, 27%)  !important;
    color: white !important;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);

}


#overlay-buttons {
    display: none;
}
#overlay {
    z-index: 1009;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: black;
    opacity: 0.9;
    cursor: wait;
    position: fixed;
    display:none;
}

.items-container{
    z-index:1012;
    position: relative;
    background: none repeat scroll 0 0 hsl(0, 0%, 98%);
    overflow-x: hidden;

    /*position: fixed;*/
    /*background-color: white;*/
    /*top: 20px;*/
    /*left: 20px;*/
    /*width: 200px;*/
    /*height: 100px;*/
}


.ui-sortable .item-actions{
    display: none;
}

.modal-backdrop{
 z-index: 1999 !important;
}


.item-actions,.client-actions{
    display: none;
}


.item_edit_mode .item-actions,.client_edit_mode .client-actions{
    display: block;
}

.ui-sortable .client-actions,.ui-sortable .item-actions{

    display: none !important;
}

.bank_1{
    /*background-color: black;*/
}



.img-send-button {
    /*position: absolute;*/
    /*left: 460px;*/
    /*top: 537px;*/
    width: 31px;
    height: 21px;
    background: url(/assets/img/go-button.png) no-repeat;
    z-index: 10;
    margin-left: 5px;
}

.img-browse-button {
    /*position: absolute;*/
    /*left: 433px;*/
    /*top: 537px;*/
    width: 25px;
    height: 21px;
    background: url(/assets/img/FileButtonNormal.png) no-repeat;
    z-index: 10;
}

.new-mode .hide-on-new{
    display: none;
}

.company_logo{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 5px 0 rgba(116, 116, 116, 0.77);
    width: 80%;


}


.item_edit_mode .company_logo{
    /*border: 2px solid #FFFFFF;*/
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.6);
    /*border: 1px solid rgba(0, 0, 0, 0.25);*/
}


#side-bar{
    z-index: 1 !important;
    width:140px !important;

}
#content{
    /*z-index: 2;*/
    overflow-x: hidden;
    left:140px !important;
}


.required{
    border-color: rgb(71, 174, 255) !important;
    background: rgb(248, 246, 198) !important;
}

input[disabled='disabled'],select[disabled='disabled'],textarea[disabled='disabled'] {
    border: 1px solid rgb(204, 204, 204) !important;
    background:none repeat scroll 0 0 rgb(249, 249, 249) !important;
    color:rgb(85, 85, 85);
    cursor:default;
}
tr{

}
.widget-title h5{
    font-size: 14px
}
input,select{
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-style:normal !important;*/
    /*font-weight:600 !important;*/
}

span{
    /*font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-size: 15px !important;*/
}

tr:nth-child(odd){
    background-color: #f5f5f5;
}

.number-bold{
    font-size: 18px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
}

.phone{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
}

input,select{
color:rgba(105, 105, 105, 0.97);
}

.form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal textarea{
    width:75%;
}

.client_edit_mode .client_name b{
    -webkit-filter: invert() contrast(80%) brightness(20%) contrast(200%);
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/OpenSans-Light.woff) format('woff');
    /*http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff*/
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    /*src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');*/
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    /*src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');*/
}

*[user-role='0']{
    display: none !important;
}

.items-container {
    height: 450px;
    overflow-y: auto;
}