.English-text {
    background-color: #faeeb7;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.jumbotron {
    margin-top: 2rem;
    text-align: center;
    background-color: white;
    /*opacity: 0.9;*/
}

.span-link {
    color: #1c4e88;
    font-size: 18px;
}

.span-AR-link {
    color: #1c4e88;
    font-size: 14px;
}


.span-link:hover {
    color: black;
    text-decoration: underline;
}

.span-AR-link:hover {
    color: black;
    text-decoration: underline;
}

.main-btn {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    align-content: center;
    width: 20rem;
    height: 7rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #dcd7d7;
    color: #000000;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid lightgray;
}

    .main-btn:hover {
        background-color: #008181;
        color: #fbf5f5;
    }


fieldset {
    background: white;
   /* border: 1px solid gray;*/
}

legend {
    padding: 10px;
    background: white;
    color: black;
}

/*-- calander--*/

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}



.month {
    padding: 70px 25px;
    width: 100%;
    background: gray;
    text-align: center;
}

    .month ul {
        margin: 0;
        padding: 0;
    }

        .month ul li {
            color: white;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

    .month .prev {
        float: left;
        padding-top: 10px;
    }

    .month .next {
        float: right;
        padding-top: 10px;
    }

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

    .weekdays li {
        display: inline-block;
        width: 13.6%;
        color: #666;
        text-align: center;
    }

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

    .days li {
        list-style-type: none;
        display: inline-block;
        width: 13.6%;
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
        color: #777;
    }

        .days li .active {
            padding: 5px;
            background: #1abc9c;
            color: white !important
        }

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {
        width: 12.5%;
    }

        .days li .active {
            padding: 2px;
        }
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {
        width: 12.2%;
    }
}


/*====End calander=============*/
/* The container */
.radiocontainer {
    direction: rtl;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    direction: rtl;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #008181;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
    background-color: #008181;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

div.round {
    border: 1px solid #008181;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}

div.roundInner {
    border: 1px solid #008181;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
    border-radius: 5px;
}

* {
    box-sizing: border-box
}

/* Set height of body and the document to 100% */


/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    margin-bottom: 20px;
    font-size: 12px;
    width: 20%;
}

    .tablink:hover {
        background-color: #777;
    }



/* Style tab links */
.tablinkBuget {
    background-color: #555;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 14px;
    margin-bottom: 20px;
    font-size: 12px;
    width: 50%;
}

    .tablinkBuget:hover {
        background-color: #777;
    }

.tabcontentBuget {
    color: black;
    display: none;
    height: auto;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: black;
    display: none;
    height: auto;
}

#L1 {
    background-color: white;
}

#L2 {
    background-color: white;
}

#L3 {
    background-color: white;
}

#L4 {
    background-color: white;
}

#L5 {
    background-color: white;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.box {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .box::before {
        content: "\2610";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.check-box::before {
    content: "\2611";
    color: dodgerblue;
}

.nested {
    display: none;
}

.active {
    display: block;
}

.node {
    background-color: transparent;
    color: darkblue;
    font-size: 14px;
    margin: 0px;
    padding: 10px;
}

.level {
    background-color: transparent;
    color: blue;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin-right: 550px;
    margin-top: 250px;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}


/* The Modal (background) */
.modal01 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal01-content {
    background-color: #fefefe;
    margin-right: 200px;
    margin-top: 80px;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
}



/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*-------------------------------------*/
.dropdown-check-list {
    display: inline-block;
    direction: rtl;
    width: auto;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        /*  padding: 5px 50px 5px 10px;*/
        /*border: 1px solid #ccc;*/
        direction: rtl;
        width: 400px;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            /*border-left: 2px solid black;
  border-top: 2px solid black;*/
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        /* border: 1px solid #ccc;*/
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }

    .dropdown-check-list.visible .anchor {
        color: #008181;
    }

    .dropdown-check-list.visible .items {
        display: block;
    }
/*-------------------------------------*/
.dropdown-check-list1 {
    display: inline-block;
    direction: rtl;
    width: auto;
}

    .dropdown-check-list1.anchor1 {
        position: relative;
        cursor: pointer;
        display: inline-block;
        /*  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;*/
        direction: rtl;
        width: 560px;
    }

        .dropdown-check-list1.anchor1:after {
            position: absolute;
            content: "";
            /*border-left: 2px solid black;
  border-top: 2px solid black;*/
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list1.anchor1:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list1 ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        border-top: none;
    }

        .dropdown-check-list1 ul.items li {
            list-style: none;
        }

    .dropdown-check-list1.visible .anchor1 {
        color: #008181;
    }

    .dropdown-check-list1.visible .items {
        display: block;
    }

/*---------------------------------------*/
/* The Modal (background) */
.modal {
    direction: rtl;
    text-align: right;
    display: none; /* Hidden by default */

    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 40Px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    direction: rtl;
    text-align: right;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #008181;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    direction: rtl;
    text-align: right;
    color: white;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        direction: rtl;
        text-align: right;
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    direction: rtl;
    text-align: right;
    padding: 2px 12px;
    background-color: #008181;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    direction: rtl;
    text-align: right;
    padding: 2px 12px;
    background-color: #008181;
    color: white;
}

/*------------------------------------*/





#myInput {
    direction: rtl;
    background-image: url('/css/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    direction: rtl;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
}

    #myTable th, #myTable td {
        text-align: right;
        padding: 12px;
    }

    #myTable tr {
        border-bottom: 1px solid #ddd;
    }

        #myTable tr.header, #myTable tr:hover {
            background-color: #f1f1f1;
        }
/*Loading*/

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.loadspinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    margin: 2px;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
#overlay label {
    color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 20px;
    background-color:#005e60;
}

/*endLoading*/

/*progress*/
.progress {
    margin: 10px;
    height: 40px;
    background-color: #f9f3c2;
}

    .progress div {
        padding-top: 10px;
        color: #fff;
        font-size: 16px;
    }
/*end progress*/