﻿/**********************
   @author        Heba elkady 
********************/

/* ---------- Layout ---------- */
.bg2 {
   
   
    background-image: url(../images/bg3.jpg);
 
    
    background-size: 10%;
    
}
.bg1 {
 
    background-image: url(/Images/bg1.jpg);
   
}
.module-title {
    font-size:15px
}

.motif,.slicknav_menu{
    background: url("../images/motif-green.jpg") repeat;
}
.motif2 {
        background: url("../images/motif4.png") no-repeat;
}
.icon-notf {
    background: url('../images/notifaction-green.png') no-repeat;
    cursor: pointer;
    width: 24px;
    height: 23px;
    position: relative;
}

.icon-history {
    background: url('../images/history-green.png') no-repeat;
    width: 24px;
    cursor: pointer;
    height: 23px;
    position: relative;
}

.icon-signout {
    background: url('../images/signout-green.png') no-repeat;
    width: 24px;
    cursor: pointer;
    height: 23px;
}

.icon-help {
    background: url('../images/help-green.png') no-repeat;
    width: 24px;
    cursor: pointer;
    height: 23px;
}

.table {
    border:1px solid #E4FAE8;
}
 .table th, .table .th {
background: rgba(21,133,40,1);
background: -moz-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,133,40,1)), color-stop(100%, rgba(65,168,79,1)));
background: -webkit-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -o-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -ms-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: linear-gradient(to bottom, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158528', endColorstr='#41a84f', GradientType=0 );}
 .table tr:nth-child(odd), .table .tr:nth-child(odd) {
            background: #e4fae8;
        }
    .table td, .table th, .table .td, .table .th { border:1px solid #E4FAE8;
    }
.block-blue {
    background:#16471e
}

.icon-add {
      background: url('../images/add-user-green.png') no-repeat right;
}


.text-lightblue a, legend {
    color:#2D983E
}

a {
    color:#2D983E
}

.text-darkblue {

    color:#146c25
}

.glyphicon-edit:before {
    color:#00A4D7
}



 .add_nav ul li:hover > a {
           background: rgba(21,133,40,1);
background: -moz-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(21,133,40,1)), color-stop(100%, rgba(65,168,79,1)));
background: -webkit-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -o-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: -ms-linear-gradient(top, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
background: linear-gradient(to bottom, rgba(21,133,40,1) 0%, rgba(65,168,79,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158528', endColorstr='#41a84f', GradientType=0 );}



 .button, button, input[type="submit"] , input[type="button"]{
    background: #369F45;
     -moz-box-shadow: inset 0 0 7px 4px #1B8A2D;
    -webkit-box-shadow: inset 0 0 7px 4px #1B8A2D;
    box-shadow: inset 0 0 7px 4px #1B8A2D;
   
}

    .button:hover, button:hover, input[type="submit"]:hover {
        background: #1B8A2D;
        -moz-box-shadow: inset 0 0 7px 4px #369F45;
        -webkit-box-shadow: inset 0 0 7px 4px #369F45;
        box-shadow: inset 0 0 7px 4px #369F45;
    }