<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ConfirmCreateDoc select, #ConfirmCreateDoc input  {
    height: 30px;
    width: auto;
    padding-left: 10px;
    display: inline-block;
}


.parsefile-close {
    float: none;
    display: inline-block;
    top: 2px;
    position: relative;
}

#ConfirmCreateDoc select {
  padding-left: 5px;
}


#ConfirmCreateDoc  input[type="text"], #ConfirmCreateDocselect, #ConfirmCreateDoc  textarea  {
     background-color: #ffffff;
     border: 1px solid #cccccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -webkit-transition: border linear .2s, box-shadow linear .2s;
     -moz-transition: border linear .2s, box-shadow linear .2s;
     -o-transition: border linear .2s, box-shadow linear .2s;
     transition: border linear .2s, box-shadow linear .2s;
     display: inline-block;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     display:inline-block;
     font-size:14px;
     line-height:20px;
     color:#555555;
     vertical-align:middle;
     padding-left: 10px;
     width:98%
}


#ConfirmCreateDoc input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#ConfirmCreateDoc .pseudo-select{
 position: relative;
}

#ConfirmCreateDoc .dropdown-list.dropdown-hidden {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 1px;
    max-height: 0;
    z-index:3;
    width: 97%;
}

#ConfirmCreateDoc .dropdown-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 98%;
    max-height: 300px;
    overflow-y: hidden;
    padding: 0;
    left: 0px;
    top: 36px;
    z-index: 5;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.01, 0.9) 0.1s, top 0.2s ease-out 0.1s;
    -moz-transition: max-height 0.3s cubic-bezier(0, 0, 0.01, 0.9) 0.1s, top 0.2s ease-out 0.1s;
    -o-transition: max-height 0.3s cubic-bezier(0, 0, 0.01, 0.9) 0.1s, top 0.2s ease-out 0.1s;
    transition: max-height 0.3s cubic-bezier(0, 0, 0.01, 0.9) 0.1s, top 0.2s ease-out 0.1s;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.35);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.35);
}

#ConfirmCreateDoc .dropdown-list.opened{
    overflow-y: auto;
}

#ConfirmCreateDoc .dropdown-list&gt;div {
    cursor:pointer;
    width: 100%;
    padding: 2px 5px 2px 10px;
    margin: 0;
}
#ConfirmCreateDoc .dropdown-list&gt;div&gt;span, #ConfirmCreateDoc .select-btn .button_text&gt;span  {
    display:none;
}

#ConfirmCreateDoc .dropdown-list&gt;div:hover {
    background: #FFEBA0;
}

#ConfirmCreateDoc .dropdown-list .element-selected {
    font-weight: bold;
}


#ConfirmCreateDoc .select-btn {
    z-index: 4;
    overflow: visible;
    line-height: 28px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    background: 0 0;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    outline: 0;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 4px;
    background-color: #fff;
    width: 98%;
    text-align: left;
}

#ConfirmCreateDoc .select-btn .button_text:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    margin-top: -3px;
    height: 6px;
    content: '';
    background: url(../../img/arrow.png) 0 0 no-repeat;
    background-size: 10px;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
}

#ConfirmCreateDoc .select-btn .button_text.up:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#ConfirmCreateDoc .docSubjects, #ConfirmCreateDoc .docContragents {margin: 5px 11px;}

#ConfirmCreateDoc .level_0 { padding-left: 15px!important; }
#ConfirmCreateDoc .level_1 { padding-left: 25px!important; }
#ConfirmCreateDoc .level_2 { padding-left: 35px!important; }
#ConfirmCreateDoc .level_3 { padding-left: 45px!important; }
#ConfirmCreateDoc .level_4 { padding-left: 55px!important; }
#ConfirmCreateDoc .level_5 { padding-left: 65px!important; }
#ConfirmCreateDoc .level_6 { padding-left: 75px!important; }
#ConfirmCreateDoc .level_7 { padding-left: 85px!important; }
#ConfirmCreateDoc .level_8 { padding-left: 95px!important; }
#ConfirmCreateDoc .level_9 { padding-left: 105px!important; }
#ConfirmCreateDoc .level_10 { padding-left: 115px!important; }
#ConfirmCreateDoc .level_max { padding-left: 125px!important; }

#ConfirmCreateDoc .fa-trash-o {
    cursor: pointer;
    padding-left: 5px;
    color: #888;
}

#ConfirmCreateDoc .fa-trash-o:hover {
    color: #333;
}

#ConfirmCreateDoc input[name='public']  {
  height: 15px;
  width: 15px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
}
</pre></body></html>