.background{
    /*background-image: url(/PersonalCabinet/resources/img/background.png);*/
    margin: 0;
    background: url(/PersonalCabinet/javax.faces.resource/img/topbg.png.xhtml) no-repeat left top fixed,
    url(/PersonalCabinet/javax.faces.resource/img/rightbg.png.xhtml) no-repeat top right fixed,
    url(/PersonalCabinet/javax.faces.resource/img/rightbg.png.xhtml) no-repeat bottom right fixed,   /*bottombg.png*/
    url(/PersonalCabinet/javax.faces.resource/img/leftbg.png.xhtml) no-repeat  left bottom fixed,#fff ;
    background-size: 40%,40%,40%,40%;

}
.wrapper  {
    margin: 207px 70px;
}
.input-login{
    height: 50px;
    font-size: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.logo{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Tahoma,sans-serif;
}
.label-wrapper{
    padding-bottom: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    background-color: #ffffff;
}
.btn-search{
    background: transparent;
    color: white !important;
    width: 100%;
    /*transform: skewX(20deg);*/
    border:none;
    padding: 7px 12px;
    display: inline-block;
    text-decoration: none !important;
}

.search{
    text-align: center;
    /*transform: skewX(-20deg) translateX(10px);*/
    background-color: #2c549a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    /*border-radius: 5px 0;*/
}
.radio-control{
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-panel label{
    margin: 5px 0 0 0 ;
    color: #555555;
}
.header-panel{
    color: #2c549a;
    font-size: 24px;
    font-weight: bold;
}
.documents-panel{
    background-color: white;
    overflow: auto;
    /*height: 475px;*/
}
.documents-panel table td:last-child{
    text-align: center;
}
table, thead, tr, th, td {
    border-color: #ccc;
}

td {
    padding: 2px;
}

table {
    font-family: Tahoma, sans-serif;
    color: #1f3ea2;
}

table thead tr th {
    padding: 2px;
    text-align: center;
}

table thead tr {
    color: #1f3ea2;
    font-size: 16px;
    background: linear-gradient(to bottom, #f7f7f7, #eaeaea);
}
table td:nth-child(2) {
    font-weight: bold;
}
table td:nth-child(3),table td:nth-child(4) {
    text-align: center;
}
.col-0{
    width: 40px;
}
.col-1{
    width: 100px;
}
.col-2{
    width: 560px;
}
select option{
    white-space: normal;
    word-wrap: break-word;
    overflow: auto;
}
select option{
    width: 200px;
}
.pag-panel{
    text-align: right;
    margin-top: 5px;
}
.form-auto {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    margin-top: 20px;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: normal 20px/1 "Times New Roman", Times, serif;
    color: #1f3ea2;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}
.reg-header{
    font-size: 20px;
    color: #f0f8ff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
    background-color: #1f3ea2;
    padding: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.form-group-own{
    /*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
    box-shadow: 0 0 4px #00a7f2;
    margin: 10px auto 0;
    position: relative;
    background-color: white;
    border-radius: 5px;
}
#label-wrapper{
    padding-bottom: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    /*background-color: #f0f8ff;*/
    background-color: #ffffff;
}
.btn2 {
    /*background-color: #1f3ea2;*/
    /*background-color: #f1ba88;*/
    /*background-color: #ffb55d;*/
    background-color: #f3b66f !important;
    color: #fff !important;
}
.name{
    font-size: 20px;
    color: #1f3ea2;
    transform: skewX(20deg);
    padding: 0 10px;
    background-color: #ececec;
    display: inline-block;
    border-radius: 5px;
    margin: 8px;
}
.error{
    position: absolute;
    display: inline-block;
    top: 0;
    color: red;
}
.name-span{
    font-size: 18px;
    color: white;
    transform: skewX(20deg);
    display: inline-block;
}
.checkbox{
    width: 15px;
    height: 28px;
    display: inline-block;
}
.check-label{
    vertical-align: top;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.date{
    padding: 0 0 0 12px;
}
.logo-text{
    margin-top: 120px;
    text-align: center;
    /*color: #313435;*/
    color: #f3b66f;
}

.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.modal-own {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}
.panel3 {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    background: white;
    top:10%;
    left: 10%;
    width: 80%;
    z-index: 100;
}
.panel-wrap-text {
    padding: 10px;
    text-transform: uppercase;
    background: rgb(240, 240, 240);
    text-align: center;
    font-weight: bold;
    color: #1f3ea2;
    font-size: 18px;
}
.exit{
    float: right;
    text-decoration: none;
    color: red;
    text-shadow: 0 0 10px #111010;
    font-size: 23px;
    vertical-align: top;
    margin-top: -5px;
    margin-right: 2px;
}
.registration-panel{
    padding: 20px;
    text-align: left;
}
.registration-result{
    margin-top: 20px;
    font-size: 15px;
}
.registration-result-success{
    color: forestgreen;
    font-size: 14px;
}
.registration-result-error{
    color: red;
    font-size: 14px;
}
.registration-panel-login{
    color: blueviolet;
    font-size: 14px;
    margin-left: 10px;
}

.login-result{
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #d83945 !important;
    background-color: #fbdbde !important;
    border-color: #d83945 !important;
    padding: 5px 0;
    border: 1px;
}
/*@media (min-width: 1400px) {*/
    /*.background{*/
        /*background: url(/PersonalCabinet/resources/img/background2x.png) no-repeat fixed top left ;*/
        /*background-size: contain;*/
    /*}*/
/*}*/

@media (min-width: 1200px) {
    .container{
        width:1300px;
    }
}
