.form {
    float: right;
    width: 100%;
    padding: 20px;
}

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

.half-field {
    width: 50%;
}

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

input, textarea, select {
    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;
    border: 1px solid #e3e3e3;
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #bfbfbf;
}

button {
    float: left;
    background-color: #b967c7;
    color: white;
    border-radius: 3px;
    margin-top: 10px;
    padding: 5px 15px;
    cursor: pointer;
    border: 0px;
    font-family: 'Open Sans Hebrew';
    font-size: 20px;
}

.admin-form textarea, .admin-form input, .admin-form select  {
    padding: 5px !important;
}

.checkbox {
    border: 1px solid #e3e3e3;
    float: right;
    margin: 10px 0px 7px 0px;
    width: 50%;
    border-radius: 5px;
}

.completed {
    border: 1px solid #31B55A;
}

.checkbox span {
    padding: 5px;
    float: right;
}

.checkbox:nth-child(2n) {
    margin-right: 15px;
    width: calc(50% - 15px);
}

.checkbox input {
    float: left;
    margin-left: 10px;
    width: auto;
}

.lighter {
    transition: 0.2s;
}

.lighter:hover {
    opacity: 0.8;
}

.dark {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    background-color: rgba(65, 66, 97, 0.80);
}

.popup {
    position: fixed;
    top: 20%;
    background-color: white;
    z-index: 2;
    width: 40%;
    display: none;
    right: 30%;
}

.table tr:nth-child(1n+2):hover {
    background-color: #f1e8f4 !important;
}

.table-title {
    font-weight: bold;
    font-size: 16px;
    background-color: white !important;
}

.table {
    font-size: 15px;
}

.table-title td {
    border-bottom: 2px solid rgba(58, 57, 58, 0.30);
}

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

.table tr:nth-child(2n) {
    /* background-color: #fcf9fd; */
}

.bold {
    font-weight: bold;
}

.bigbutton {
    font-size: 20px !important;
    transition: 0.2s;
}

.bigbutton:hover i {
    margin-left: 15px;
}

.bigbutton i {
    margin-left: 10px;
    transition: 0.2s;
}

.popup .card {
    margin-bottom: 0px;
}

.smalltext {
    font-size: 80%;
}

.bigtext {
    font-size: 120%;
    font-weight: bold;
}

.third {
    float: right;
    margin-left: 20px;
}

.third1 {
    width: calc(20% - 20px);
}

.third2 {
    width: calc(55% - 20px);
}

.third3 {
    width: 25%;
}

.third:nth-last-child(1) {
   margin-left: 0px;
}

.padding {
    padding: 20px;
}

.checkbox2 {
    height: 46px;
}

.small-td {
    width: 50px;
    text-align: center;
}

.small-td2 {
    width: 120px;
}

.small-td3 {
width: 150px;
}

.pop {
    position: absolute;
    color: white;
    border-radius: 3px;
    transition: 0.2s;
    margin-top: 7px;
    pointer-events: none;
    margin-right: 10px;
    padding: 2px 5px;
    max-width: 200px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    background-color: #f44336;
}

.table td:hover .pop {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

.thirdit {
width: 33.33%;
float: right;
}

.thirdit2 {
width: 66.66%;
}

.thirdit div {
padding: 15px;
}

.thirdit .table-title {
	background-color: transparent !important;
}

.pinkbg {
background-color: #fef5ff;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}

.bluebg .table-title {
background-color: transparent !important;
}

.bluebg {
background-color: #f5f9ff;
border-bottom: 1px solid #eee;
}

.orangebg {
background-color: #fffbf5;
border-bottom: 1px solid #eee;
}

.orangebg .table-title {
background-color: transparent !important;
}

.toolong {
white-space: nowrap;
 overflow: hidden; 
text-overflow:ellipsis;
}