  
/*********************************
14. Footer
*********************************/


.footer_contact
{
	padding-left: 36px;
}
.footer_contact_info
{
	margin-top: 33px;
}
.footer_contact_info ul li
{
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
}
.footer_contact_info ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_links
{
	padding-left: 80px;
}
.footer_links_container ul
{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.footer_links_container
{
	margin-top: 33px;
}
.footer_links_container ul li a
{
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_links_container ul li:not(:last-child)
{
	margin-bottom: 15px;
}
.footer_links_container ul li a:hover
{
	color: #6da542;
}

.footer_image:not(:last-child)
{
	margin-bottom: 10px;
}
.copyright
{
	height: 54px;
	border-top: solid 1px #353a49;
}
.cr_list li
{
	display: inline-block;
}
.copyright div
{
	font-size: 14px;
	color: #b5b8be;
}
.cr_text a
{
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cr_text a:hover
{
	color: #6da542;
}
.cr_list li:not(:last-child)
{
	margin-right: 50px;
}
.cr_list li a
{
	font-size: 14px;
	color: #b5b8be;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cr_list li a:hover
{
	color: #6da542;
}

/*login form page*/

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.navbar-brand, .nav-link, .my-form, .login-form {
    font-family: 'Cairo';
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
.btn-link{
color: #6da542;           
       }
  
/*footer*/
.copyright {
    height: 35px;
    border-top: solid 1px #dde3d9;
}
.footer {
    z-index: 99999999;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding-top: unset;
}
.copyright div, .cr_list li a {
    font-size: 14px;
    color: #787575;
}
.cr_list li:not(:last-child) {
    margin-right: 12px;
}
.cr_text a {
    color: #484c57 !important;
    font-weight: bold;
}
 .small-text, .small-text a {
    font-size: 15px;
    padding-right: 0;
    padding-left: 3px;
}
a.small-text{
    color: #6da542;
}
a.small-text:hover {
    color: #0e511d;
}
a.btn.btn-link:hover {
    color: #0e511d;
}       
input[type="checkbox"] {
    margin-right: 5px;
}  
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #6da54250;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.32);
}

/*added by dalia17 dec 2019*/

.gj-datepicker-bootstrap [role=right-icon] button {
    height: 34px;
}



/*---------------------------------------added by dalia 13-1-2020 --------------------------------*/
.btn-link:hover {
    color: #568234;
    text-decoration:none;
}

@media (max-width: 992px) {

    div#navbarSupportedContent {
        background: #f7f7f7;
        /*height: 200px;
        min-height: 200px;*/
        border: 1px solid #dfdfdf;
        padding: 5px;
        text-align: center;
    }

        div#navbarSupportedContent li.nav-item {
            border-bottom: 1px solid #e5e5e5;
        }

        div#navbarSupportedContent .dropdown-menu.dropdown-menu-right.show {
            position: absolute;
        }

    label.offset-md-2.col-md-2.col-form-label.text-md-right {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        min-width: 30%;
    }
    label.offset-md-1.col-md-4.col-form-label.text-md-right,
    label.offset-md-1.col-md-4.col-form-label {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        min-width: 50%;
        padding-right: 0;
        padding-left: 0;
    }
   
 
    .footer {
        position: unset;
    }
    ul.cr_list {
        padding-inline-start: 0;
        padding-left: 0;
        padding-right: 0;
    }
}