[v-cloak] { display:none; }

.tab {

}

.tab__header {
    /*border-top: 1px solid black;*/
    /*border-bottom: 1px solid black;*/
}

.tab--information .tab__header,
.tab--documents .tab__header {
    border-bottom: 1px solid green;
}

.tab--documents .tab__header,
.tab--finish_order .tab__header {
    border-top: 1px solid green;
}

.tab__header h3 {
    margin: 0;
    line-height: 2em;
    /*background: #FEFFEB;*/
}

.tab__body {
    padding: 10px 0;
}

.tab + .tab {
    margin-top: -1px;
}

ul.docs_list {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}


.sm-text {
    font-size: 10px;
}


.act p {
    font-size: 18px;
}

.loader-wrapper {

}

.loader-wrapper--image {
    text-align: center;
}

.loader {
    display: inline-block;
}

.loader--x32 {
    width: 32px;
}

.loader--x64 {
    width: 64px;
}

.error {
    color: red;
}

.uploaded-file {
    position: relative;
    padding: 5px 5%;
    margin-left: 0;
    margin-right: 0;
    max-width: 230px;
    /*background: #bbbbbb;*/
    background: green;
    border-radius: 5px;
}

.uploaded-file .uploaded-file__icon {
    width: 15%;
    float: left;
}

.uploaded-file .uploaded-file__filename {
    width: 75%;
    float: left;
    color: white;
}

.uploaded-file .uploaded-file__remove {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.text-black {
    color: #000000;
}

table.user-info {
    
}

.login_error {
    margin-top: 10px;
    color: red;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.type-switcher {
    display: none;
}

.type-switcher + label {
    padding: 10px 15px;
    background: green;
    border-radius: 3px;
    border-bottom: 1px solid green;
    color: whitesmoke;
}

.type-switcher + label.active {
    text-decoration: underline;
}

