html,body{
    font-family: "BYekan2", Tahoma;
    height:100%;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    min-height: 100%;
}
html {
    /*    -webkit-transition: background-color 1s;
        transition: background-color 1s;*/
}

html.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: url('ajax-loader.gif') no-repeat 50% 50%;

    /* Ensures that the transition only runs in one direction */
    /*    -webkit-transition: background-color 0;
        transition: background-color 0;*/
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0.8;
    background: url('ajax-loader.gif') no-repeat 50% 50%;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
#LeftDockNav {
    width: 30px;
    left: 0px;
    top: 45px;
    position: fixed;
    height:100%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    min-height: 100%;
    background-color: #1a4067
}
#RightDockNav {
    width: 30px;
    right: 0px;
    top: 45px;
    position: fixed;
    height:100%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    min-height: 100%;
    background-color: #1a4067
}
#ResultSearchDock{
    width:100%;
    height: 36%;
    position: fixed;
    bottom:0px;
    background-color: white;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
}
#BottomDockNav {
    width: 100%;
    top: 95%;
    position: fixed;
    height:100%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    background-color: #1a4067
}
#MainMenu{
    height:100%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: -35%;
    width:250px;
    background-color: #203a45;
    font-size: 19px;
    overflow-y: auto;
}
.txtSearch{
    margin-top: 5px !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.cbxDivSearch {
    direction: rtl !important;
    width:100% ;
    padding: 1px !important;
    margin-top: 5px !important;
    margin-left: 0px !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
}
.cbxSearch{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    width: 100% !important;
    background-color: white !important;
    color: black !important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #41d492;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.sidenav {
    height:95%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    position: fixed;
    z-index: 1;
    top: 5%;
    left: -35%;
    width:250px;
    background-color: white;
}
.sidenav .closebtn {
    position: absolute;
    color: black;
    top: 0;
    font-size: 30px;
}
.rightsidenav {
    height:95%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    position: fixed;
    z-index: 1;
    top: 4.5%;
    right: -35%;
    width:320px;
    background-color: #fdfdfd;
}
.rightsidenav .closebtn {
    position: absolute;
    color: black;
    top: 2px;
    font-size: 30px;
}

.rightsidenavID {
    height:95%;
    padding: 0px;
    resize: vertical;
    overflow: hidden;
    max-height: 100%;
    position: fixed;
    z-index: 3;
    top: 4.5%;
    right: -40%;
    width:500px;
    background-color: #fdfdfd;
}
.rightsidenavID .closebtn {
    position: absolute;
    color: black;
    top: 2px;
    font-size: 30px;
}

.accordion {
    background-color: #f5f5f5;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
}
.active, .accordion:hover {
    background-color: #ccc;
}
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: auto;
}
.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #565656;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-)*/
}
.searchbuttonclass:hover{
    background-color: #5c8f69 !important;
}
.clearbuttonclass:hover{
    background-color: #c0a968 !important;
}

.maptools{
    top: 7%;
    margin:0 36%;
    position: fixed;
    z-index: 999;
    background-color: #00000059;
    border-radius: 4px;

}
.icMapToolsWidget{
    padding-right: 5px;
    padding: 4px;
}





.bar {
    height: 2px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 20%;
}

.pw-very-weak .label {
    color: #d00;
    font-size: 16px;
}

.pw-weak .bar {
    background: #d00;
    width: 40%;
}

.pw-weak .label {
    color: #d00;
    font-size: 16px;
}

.pw-mediocre .bar {
    background: #f3f01a;
    width: 60%;
}

.pw-mediocre .label {
    color: #f3f01a;
    font-size: 16px;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 80%;
}

.pw-strong .label {
    color: #f3b31a;
    font-size: 16px;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 100%;
}

.pw-very-strong .label {
    color: #0d0;
    font-size: 16px;
}

.fork img {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.download {
    float: right;
}

.active, .accordion:hover {
    background-color: #efefef;
}
