#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    direction: rtl;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #b5985a;
    font-size: 7px;
    margin: 60px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.hide {
    display: none;
}

.add_attachment_link {
    float: left;
}

.attachment label.control-label {
    line-height: 30px;
    float: right;
}
.attachment input.form-control {
    width: 90%;
    float: right;
    margin-right: 10px;
}

.attachment div[id^="consultation_resources_"] div.form-group:nth-child(1) {
    /*width: 70%;*/
    /*float: right;*/
    display: none;
}

.attachment div[id^="consultation_resources_"] div.form-group:nth-child(2) {
    /*width: 15%;*/
    /*float: right;*/
    /*margin-right: 15px;*/
    display: none;
}

.attachment .uploader-container {
    float: right;
    width: 100%;
}

.attachment .uploader-container div:nth-child(1) {
    margin: 0px!important;
}

.attachment .uploader-container .fileinput-button {
    float: right;
}

.attachment .uploader-container .fileinput-button span {
    color: #FFF!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
}

.attachment .uploader-container .files {
    float: right;
    width: 80%;
}

.attachment .progress {
    height: 35px!important;
    max-width: 80%!important;
    float: right!important;
    width: 80%!important;
    margin-right: 10px!important;
    margin-left: 10px!important;
    margin-bottom: 0px!important;
}

.attachment .progress-bar {
    line-height: 35px;
    font-size: 25px;
}

.attachment .progress-bar-success {
    height: 35px!important;
    background-color: #95a76e!important;
}

.attachment .btn-success {
    background-color: #627534!important;
    border-color: #d7c8a9!important;
}

.attachment .btn-danger {
    background-color: #c58a0c!important;
    border-color: #d7c8a9!important;
}

.attachment label.required {
    display: none;
}

.form-sound .btn {
    font-family: 'GeMedium';
}

.sound-start {
    display: block;
    background: #627534;
    border: 0;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}

.sound-start span {
    color: white!important;
}

.sound-start:hover {
    color: #fff;
    background: #b5985a;
}

.sound-start i {
    margin-left: 3px;
}

.sound-player audio {
    width: 100%;
}

.sound-cancel {
    color: #ffffff!important;
}

.green-bg {
    background: url("../img/bg-1e2a479583a2934e98ff66740c10a884.png") #627534 center center;
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.green-bg .block-title a, .green-bg .block-title i {
    color: #ffffff;
}

.sharing-link {
    direction: rtl;
    margin: 5px;
    text-align: center;
}

.sharing-link input {
    font-family: initial;
    margin: 5px;
    width: 50%;
    text-align: center;
}

.txt-cont span:nth-child(2) {
    margin-top: 5px;
}