table.d7-check-matrix-table {
}

table.d7-check-matrix-table .checkbox-column {
    width: 20%;
    text-align: center;
}

table.d7-check-matrix-table .main-column {
    font-weight: bold;
}

table.d7-check-matrix-table th {
    padding: 9px 7px !important;
}

table.d7-check-matrix-table td {
    vertical-align: middle;
    padding: 7px;
    line-height: 2em;
}

table.d7-check-matrix-table tr:nth-child(odd) td {
    background: #f9f9f9;
}

.d7sms-test-sms {
    width: 25% !important;
}

.d7sms-write-sms {
    display: none;
    margin: 5px 0 0 0;
}

.d7sms-write-sms textarea {
    width: 50%
}

.d7sms-write-sms-order textarea {
    width: 100%;
    height: 80px;
}

.d7sms-write-sms .d7sms-char-count {
    font-style: italic;
}

.d7sms-write-sms .d7sms-char-count.maxed-out {
    color: #ba0a11;
}

.d7sms-send-result {
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px 6px 40px;
    background-color: #f7f7f7;
    background-color: rgba(0, 0, 0, 0.03);
    display: none;
    margin: 5px 0 0 0;
}

.d7sms-send-result:before {
    color: #d54e21;
    display: inline-block;
    font: normal 20px/1 'dashicons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    margin: 0 10px 0 -30px;
}

.d7sms-send-result.send-success:before {
    color: #79ba49;
    content: '\f147';
}

.d7sms-send-result.send-fail:before {
    color: #ba0a11;
    content: '\f158';
}

.d7sms-send-result.send-progress:before {
    content: '\f463';
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.select2-container-multi .select2-choices {
    height: auto!important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    border: 1px solid #ccc;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 5px 8px 5px 24px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 15px;
    color: #333;
    cursor: default;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 7px;
    top: 6px;
    font-size: 1px;
    outline: 0;
    background: url(../images/select2.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 7px;
}

.ysr-hidden{
    display: none;
}

.ysr-pswd-inpt{
    -webkit-text-security: disc;
}