
.cards-plugin {
    border-radius: 5px;
    margin-bottom: 25px;
}

.cards-plugin h2 {
    margin: 0px;
    padding: 10px;
    font-size: 22px;
    border-bottom: 1px solid #eeeeee;
}

.cards-plugin .form-inside {
    padding: 20px;
    background-color: rgb(251, 251, 251);
    overflow: hidden;
    box-shadow: 0 0 5px #d3d3d3;
}

.cards-plugin input, textarea, select, .chosen-single {
    float: right;
    margin: 10px 0px;
    width: 100%;
    font-family: 'Open Sans Hebrew';
    font-size: 18px;
    padding: 10px;
    border-radius: 3px;
    outline: 0px;
    transition: 0.2s;
    background-color: white;
    border: 1px solid #e3e3e3;
    text-align: right; 
    direction: rtl; 
}

.card-thumbnail {
text-align: center;
}

.card-thumbnail img {
    display: inline-block;
    border-radius: 10px;
    max-height: 180px;
    width: auto;
}

.card-checkboxes {
    border: 1px solid #eeeeee;
}

.card-checkbox {
    background-color: white;
    border-bottom: 1px solid #eeeeee;
    padding: 5px;
    cursor: pointer;
}

.card-checkbox:nth-last-child(1) {
    border-bottom: 0px;
}

.card-checkbox-active {
    background-color: #88be7d;
    color:white;
}

.card-checkbox input {
    display: none;
}

.cards-plugin .button {
    float:left;
    font-family: 'open sans hebrew', 'arial';
    padding: 10px 25px;
    font-size: 18px;
    background-color: black;
    border:0px;
    border-radius: 3px;
    color:white;
    transition:0.2s;
    cursor: pointer;
    font-weight: bold;
}

.cards-plugin .button:hover {
    opacity: 0.8;
}

.cards-plugin .warning {
    border: 1px solid rgb(255, 190, 203);
    padding: 20px;
}

.cards-plugin .loginform {
    width: 300px;
    margin:auto;
    border-radius: 3px;
    border:1px solid #eee;
    overflow: hidden;
    padding: 10px;
}

.cards-plugin .cke_editor_card-editor .cke_content {
    height: 200px !important;
}

.card-msg {
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
}

.card-msg-green {
    color: green;
    background-color: #f7fff5;
    border: 1px solid #88be7d;
}

.card-msg-red {
    color: red;
    background-color: #fff5f5;
    border: 1px solid #be7d7d;
}

.card-right {
    float:right;
    width: 250px;
    padding-left: 25px;
}

.card-center {
    width:calc(100% - 550px);
    float:right;
}

.card-left {
    float:left;
    width: 300px;
    padding-right: 25px;
}

.card-profile-avatar {
    border-radius: 5px;
}

.card-basic {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
}

.card-basic ul {
    list-style-type: none;
    padding: 0px;
    margin:0px;
}

.card-basic ul li {
    padding: 10px 0px;
    border-bottom: 1px solid white;
}

.card-basic ul li:nth-last-child(1) {
    border-bottom: 0px;
}

.padding {
    padding: 20px;
}

.short-card {
    float:right;
    width: calc(50% - 12.5px);
margin-left: 25px;
background-color: white;
    padding: 25px 10px;
    border: 0px;
box-shadow: 0 4px 5px -2px #d3d3d3;
}

.short-card:nth-child(2n) {
margin-left: 0px;
}

.short-card-image {
    width: 125px;
    padding: 0px 15px;
    float:right;
}

.short-card-image img {
    border-radius: 50%;
    width: 100%;
    height: 100px;
}

.short-card-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

.short-card .bold {
    font-weight: bold;
}

.short-card-info {
    font-size: 16px;
    line-height: 1.5;
}

.left-short-card {
    float:right;
    padding-left: 15px;
    width:calc(100% - 125px);
}

.left-short-card p {
    margin: 12px 0px 0px 0px;
}

.half-card {
    float:right;
    width:50%;
}

.half-card:nth-child(2) {
    padding-right: 25px;
}

.card-parameters {
    list-style-type: none;
    padding: 0px;
    margin:0px;
    line-height: 1.5;
}

.articlerules ul {
    margin:0px;
}

.table tr:nth-child(1n+2):hover {
    background-color: rgb(254, 255, 245) !important;
}

.table-title {
    font-weight: bold;
    color: #2196F3;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, rgba(44, 57, 63, 0.05));
}

.table {
    font-size: 16px;
    border-spacing: 0px;
    background-color: white;
    border:1px solid #e3e3e3;
}

.table td i {
    font-size: 18px;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.table tr td {
    padding: 9px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.table tr:nth-last-child(1) td {
    border-bottom: 0px;
}

.bold {
    font-weight: bold;
}

.left-articles {
    padding: 10px; 
    float:right;
    width:100%; 
    border-bottom: 1px solid #eee;
}

.left-articles:nth-last-child(1) {
    border-bottom: 0px;
}

.card-sign {
    margin-bottom: 30px;
}

.card-sign-image {
    padding-right: 0px;
    padding-left: 30px;
}

.card-sign img {
    width: 100px;
    height: 100px;
}

.card-cat {
    padding: 10px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 16px;
}

.thumbnail-inside {
    float:left;
    margin: 25px 15px;
    max-width: 300px;
}

.thumbnail-inside img {
    width: 100%;
    float:left;
}

#buttontosendcard {
    border:2px solid #88be7d;
    float:right;
    display: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 25px;
}

@media screen and (max-width: 1100px) {

    .half-big {
        width: 100%;
    }

    #buttontosendcard {
        display: block;
    }
    
    .half-small {
        width: 100%;
        padding: 0px;
    }

    .card-right {
        width: 50%;
        padding-left: 0px;
        margin-right: 25%;
        margin-bottom: 30px;
    }

    .card-center {
        width: 100%;
    }

    .card-left {
        width: 100%;
        padding-right: 0px;
    }

    #buttontosendcard {
        display: block;
    }

    .cards-plugin {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {

    .card-right {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    .cards-plugin .third-field, .cards-plugin .half-field {
        width: 100%;
        padding: 0px;
    }

    .card-sign {
        padding: 0px 10px;
    }

}