html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 40px 15px 20px;
    width: 80%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.client-signature{
    width: 50px;
    height:50px;
    float: right;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    margin-right: 40%;

}
.doc-user-create-form .form-control, .doc-user-create-form .hasDatepicker {
    float: right!important;
    width: 70%;
    margin-bottom: 10px;

}
.doc-client-search .form-control,  .doc-client-search .hasDatepicker  {
    float: right!important;
    width: 100%;
    margin-bottom: 10px;

}
.doc-user-create-form .control-label{

    margin-bottom: 10px;
    margin-top: 8px;
}
.summ-rectangle{
    width: 100%;
    height:100%;
    float: right;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    padding: 5px;
    margin-bottom: 20px;
}
.table input{
    width: 100%!important;
}

.add-input-big{
    width: 67%!important;
}
.field-docclient-docclientcommphone > label, .field-docclient-docclientcommemail > label{
    margin-left: 1.2%;
}

.order-fee{
    width: 12%!important;
}
.order-fee-desc{
    width: 13%!important;
}
.contract li, .text-view{
    text-align: justify!important;
}
@media(max-width:1800px) {
    .wrap > .container {
        padding: 40px 15px 20px;
        width: 90%;
    }

}
@media(max-width:1500px) {
    .wrap > .container {
        padding: 40px 15px 20px;
        width: 98%;
    }

}

@media(min-width:1200px) {
    .resize-input input{
        width: 30%!important;
    }
    /*.field-docclientorder-description_all{*/
    /*    width: 220%;*/
    /*}*/
    .field-docclientbalance-balance_due input{
        width: 60%!important;
    }
    .fee-input-one, .fee-input-date, .fee-input-pay{
        padding: 0;
    }
    .fee-input-pay {
        padding-left: 4px;
    }

    .fee-input-one input {
        width: 65% !important;
    }

    .fee-input-date-fill {
        width: 9% ;
        padding: 0;
    }

    .fee-input-pay select {
        width: 40% !important;
    }

    .fee-input-pay {
        width: 20% !important;
    }

    .fee-input-pay-part select {
        width: 40% !important;
    }

    .fee-input-pay-part {
        width: 30% !important;
        padding: 0;
    }

    .fee-input-one select {
        width: 40% !important;
    }

}