#page-wrapper {
    padding-top: 20px;
}

.village-row:hover {
	background: lightblue;
}
.village-row .update-village,
.village-row .delete-village {
    display: none;
}

.village-row:hover .update-village,
.village-row:hover .delete-village {
    display: inline;
}


/********************general**************************/

.logo {
}

html {
height: 100%;
background-color: #fff;
}
1
body, .navbar-default {
    background-color: #FAF9FF;
}


.light {
    color: #8A8A8A;
}

.progress {
    height: 30px;
    margin-bottom: 10px;
}

.panel-heading {

    background-position: right 25px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.page-main .panel-heading {
    padding-right: 61px;
}

.bg-danger {
  background-color: #f2dede !important;
}
a.bg-danger:hover {
  background-color: #e4b9b9 !important;
}

/*************side bar and nav head******************/


.sidebar {
    margin-top: 130px;
}


.ayalim-logo {
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-image: url('../img/ayalim.png');
    background-size: 201px;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    width: 247px;
    height: 130px;
    right: 0px;
    left: 0px;
}

.navbar.navbar-default {
    height: 130px;
}


#side-menu {
    font-size: 16px;
}

#side-menu li {
}

#side-menu li a {
    padding-right: 61px;
    line-height: 35px;
}


.li-icon a {
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right 10px top 10px;
}


#side-menu .li-icon ul a {
    background-image: url('');
}

.sidebar .arrow {
    line-height: 35px;
}


.sidebar .fa.arrow:before {
    content: "\f104";
}

.li-own-detail a {
    background-image: url('../img/icon-social.png');
}

.li-events a {
    background-image: url('../img/icon-calendar.png');
}

.li-confirm a {
    background-image: url('../img/icon-page.png');
}

.li-report a {
    background-image: url('../img/icon-tolls.png');
}

.li-manag a {
    background-image: url('../img/icon-social.png');
}

.nav.lefter-head {
    position: absolute;
    left: 15px;
    bottom: 0px;
}

.nav>li>a:hover, .nav>li>a:focus {
   background-color: #e0deeb;
}


@media only screen and (max-width: 767px) {
    .navbar-header .navbar-toggle {
        margin-left: 20px;
        margin-top: 20px;
        z-index: 1;
    }

    .ayalim-logo {
        left: 0px;
    }

    .nav.lefter-head {
        position: absolute;
        right: 0px;
        top: 8px;
        width: 75px;
        height: 47px;
    }

    .sidebar {
        margin-top: 67px;
    }
}




/**********************login*************************/

.login-body {
}

.head-row-login {
    width: 100%;
    height: 50px;
}

.logo-row {
    margin: 0px 0px 0px 0px;
    height: 130px;
    width: 100%;
    background-color: #ffffff;
    background-image: url('../img/ayalim.png');
    background-size: 204px;
    background-repeat: no-repeat;
    background-position: center 22px;
}

.outer-ico-wrapper {
    background-color: #fff;
    position: relative;
    margin-bottom: 45px;
}


.logo-row .logo {
}

.login-panel, .reset-panel {
    margin-bottom: 11%;
    margin-top: 11%;
}

.row.main-pic {
    background-image: url('../img/main.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
}

.login-icon {
    width: 15%;
    height: auto;
    border-radius: 70px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin: 0px 5%;
    vertical-align: top;
}

.row.icon-wrapper {
    font-size: 0px;
    text-align: center;
}


.container.icon-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*****************************main********************************/

.panel-heading.heading-social {
    background-image: url("../img/icon-social-small2.png");
}

.panel-heading.heading-events {
    background-image: url("../img/icon-calendar-small.png");
}

.panel-heading.heading-details {
    background-image: url("../img/icon-social-small1.png");
}

.panel-heading.heading-takel {
    background-image: url("../img/icon-tolls-small.png");
}

.wrtite-in-pannel {
    margin-bottom: 10px;
    padding-right: 20px;
}


.btn.btn-bright {
    background-color: #388ad6;
}


.btn.btn-brightest {
    background-color: #59a2e7;
}

.btn.btn-darkest {
    background-color: #11416f;
}

.btn.btn-dark {
    background-color: #2b68a1;
}
/*****************************certifications********************************/
.download{
    width:50%;
    margin-top:20px;
}
.downloadButton{
   background-color: #0000FF;
   width:80px;
   color:#FFFFFF;

}
.titleDownload{
    font-size:15px;
}

#fallacies thead{
	    background-color: #c5dbf0;

}

@media (min-width: 992px) {
    .login-icon {
        width: 12%;
        margin: 0px 20px;
    }
}


@media only screen and ( max-width: 479px ) {
    .login-icon {
        width: 30%;
        margin: 0px 5% 31px 5%;
    }
}

.form-group.time{
		position:relative;
}

/*****************************notify********************************/

[data-notify="title"] {
    display: block;
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.5rem;
}