* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

img {
    border: 0px;
}
::-webkit-input-placeholder {
    color: #999999;
}

a {
    text-decoration: none;
}

.float {
    float: right;
    width: 100%;
}

.relative {
    position: relative;
}

blockquote {
    border-radius: 3px;
    float: right;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin: 20px 0px;
    text-align: center;
    padding: 5px 15px;
    width: 100%;
}

blockquote:before {
    content: open-quote;
    background-color: #FFAE00;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: -35px;
    right: calc(50% - 20px);
    border: 5px solid white;
    font-family: David;
    position: absolute;
    font-size: 30px;
}

/*

input, textarea {
    float: right;
    width: 100%;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 10px;
    margin-top: 15px;
    outline: 0px;
}

.button {
    float: left;
    background-color: #FFAE00;
    color: white;
    border: 0px;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 10px;
    margin-top: 25px;
    transition: 0.2s;
    cursor: pointer;
}

.button:hover {
    background-color: #ff9400;
}
    
*/

.admin-shortcuts {
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.admin-shortcuts a {
    float: right;
    color: white;
    transition: 0.2s;
    margin-left: 15px;
    background-color: #00BCD4;
    padding: 8px;
    border-radius: 3px;
}

.admin-shortcuts a:hover {
    background-color: #2C393F;
}

.success {
    background-color: #6eca57;
    color: white;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
}

label {
    float: right;
    width: 100%;
}

.half-field {
    width: 50%;
}

.third-field {
    width: 33.33%;
    padding-right: 20px;
}

.third-field:nth-child(3n+1) {
    padding-right: 0px;
}

.half-field:nth-child(2n) {
    padding-right: 20px;
}

.card-profile {
    width: 180px;
    height: 180px;
}

/* cards */

.cards-plugin {
    border:1px solid #d6d6d6;
    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;
}

.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;
}

.red {
    color: red;
}

.green {
    color: green;
}

.gray {
    color: gray;
    font-size: 13px;
    margin-right: 10px;
}

.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: 100%;
    padding: 25px 10px;
}

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

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

.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% - 175px);
}

.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: #FFAE00;
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, rgba(44, 57, 63, 0.05));
}

.table {
    font-size: 16px;
    border-spacing: 0px;
}

.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;
}

/* end of cards plugin */

@media screen and (max-width: 700px) {
    
iframe {
    height: 150px;
}
   
}