﻿body {
    overflow-x: hidden;
}
/********online offline icon**************/
.sorting_1 img, .gradeX td img {
    vertical-align: middle !important;
    margin-right: 4px;
    width: 17px;
}
/***********Admin Menu****************************/
#tags_tag_autosize_tester {
    position: initial !important;
    top: 0px !important;
    left: 0px !important;
    width: 3px !important;
}

.ui-btn.ui-shadow.ui-btn-corner-all.ui-btn-icon-right.ui-btn-up-c {
    border: 3px solid;
    display: block;
}
/*****************new drop down list*************************/
@media (min-width: 48em) {
    .grid9.searchDrop {
        position: relative;
        left: -14px;
        bottom: 14px;
    }

    .searchUi {
        padding: 0;
        padding-left: 2px;
    }
}

/********tools Menu 14-10-2015***************/
.toolsMenuDiv {
    float: left;
    margin-right: 17px;
    border-right: 1px solid #c3c3c3;
    padding-right: 5px;
}

/*------------------------------------*\
    NAVTOOL
\*------------------------------------*/
#navtool {
    list-style: none;
    font-weight: bold;
    margin-top: -4px;
    font-size: 12px;
    font-weight: normal;
    float: right; /* Clear floats */
    /* Bring the nav above everything else--uncomment if needed. */
    position: relative;
    z-index: 5;
}

    #navtool li {
        float: left;
        margin-right: 10px;
        position: relative;
    }

    #navtool a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #fff;
    }

       

    /*--- DROPDOWN ---*/
    #navtool ul {
        background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        border: 1px solid #c3c3c3;
        border-top: 0px;
        list-style: none;
        position: absolute;
        margin-left: -1px;
        display: none;
        margin-top: 6px;
        width: 100%;
        margin-left: 5px;
    }

        #navtool ul li {
            /*  padding-top:1px; Introducing a padding between the li and the a give the illusion spaced items */
            float: none;
            margin-left: 15px;
        }

        #navtool ul a {
            white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
        }

    #navtool li:hover ul { /* Display the dropdown on hover */
        /*  left: 0;  Bring back on-screen when needed */
    }

    #navtool li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
        /*background:#979494;  text-decoration:underline;*/
    }

    #navtool li ul li a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
        text-decoration: none;
        color: #333 !important;
    }

    #navtool li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
        /*background:#D2D2D2;*/
    }

/**icon**/
.toolsMenuDiv .toolarrow {
    float: right;
    position: relative;
    top: 10px;
}

.toolicon {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

#navtool .sm-show {
    display: none;
}

@media (max-width:48em) {
    #navtool .sm-hidden {
        display: none;
    }

    #navtool .sm-show {
        display: block;
    }

    #navtool {
        width: 30px;
        height: 31px;
    }

        #navtool ul {
            /*  padding-top:1px; Introducing a padding between the li and the a give the illusion spaced items */
            float: none;
            position: relative;
            top: 5px;
            width: 184px;
            margin-top: 22px;
            right: 160px;
        }
}

.toolsMenuDiv .toolicon {
    float: left;
    position: relative;
    margin-left: 3px;
}

/*end responsive*/


/********************End tool******/

/*------------------------------------*\
    BulkMood
\*------------------------------------*/
#BulkMood {
    list-style: none;
    font-weight: bold;
    margin-top: -4px;
    font-size: 12px;
    font-weight: normal;
    float: right; /* Clear floats */
    /* Bring the nav above everything else--uncomment if needed. */
    position: relative;
    z-index: 5;
}

    #BulkMood:hover {
        background: rgba(237,237,237,1);
        background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
        background-color: #fff;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border: 1px solid #c3c3c3;
        border-bottom: 0px;
    }

    #BulkMood li {
        float: left;
        margin-right: 10px;
        position: relative;
    }

    #BulkMood a {
        display: block;
        padding: 5px;
        text-decoration: none;
        color: #1e1e1e !important;
    }


    /*--- DROPDOWN ---*/
    #BulkMood ul {
        background: #fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
        border: 1px solid #c3c3c3;
        border-top: 0px;
        list-style: none;
        position: absolute;
        margin-left: -1px;
        left: -9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    }

        #BulkMood ul li {
            /*  padding-top:1px; Introducing a padding between the li and the a give the illusion spaced items */
            float: none;
            margin-left: 15px;
            width: 81px;
            padding-bottom: 5px;
        }

        #BulkMood ul a {
            white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
        }

    #BulkMood li:hover ul { /* Display the dropdown on hover */
        left: 0; /* Bring back on-screen when needed */
    }

    #BulkMood li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
        /*background:#979494;  text-decoration:underline;*/
    }

    #BulkMood li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
        text-decoration: none;
    }

    #BulkMood li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
        /*background:#D2D2D2;*/
    }

/**icon**/
.toolsMenuDiv .toolarrow {
    float: right;
    position: relative;
    top: 10px;
}

.toolsMenuDiv .toolicon {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

@media (max-width:48em) {
    #BulkMood .sm-hidden {
        display: none;
    }

    #BulkMood {
        width: 30px;
        height: 31px;
    }

        #BulkMood ul {
            float: none;
            position: relative;
            margin-top: 22px;
        }

    .toolsMenuDiv .toolicon {
        float: left;
        position: relative;
        /*top: 4px;*/
        margin-left: 3px;
    }
}
/*end responsive*/


/********************End tool******/
/************rest password*******/
.resetpw {
    border-top: 3px solid #8BB84F;
    padding: 50px;
    width: 100%;
    padding-top: 30px;
    font-size: 14px;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

    .resetpw p {
        font-size: 14px;
        font-weight: bold;
    }

.restTXT {
    width: 43vw;
    text-align: left;
    white-space: pre-line;
}

.resetWrapper {
    width: 40%;
    max-width: 400px;
    position: absolute;
    left: 40%;
    top: 50%;
    margin: -124px 0 0 -120px;
    text-align: left;
    -moz-perspective: 800px;
    -webkit-perspective: 800px;
    perspective: 800px;
}

@media (max-width:48em) {
    .resetWrapper {
        left: 50%;
    }
}

.nav1 li a {
    text-align: left;
    padding: 10px 0 10px 0;
    width: 177px;
    background: -webkit-linear-gradient(top, #5F5F5F 0%,#3D3E3D 100%);
    background: -webkit-linear-gradient(top, #5F5F5F 0%,#3D3E3D 100%);
    background: -webkit-linear-gradient(top, #5F5F5F 0%,#3D3E3D 100%);
    background: -webkit-linear-gradient(top, #5F5F5F 0%,#3D3E3D 100%);
}

    .nav1 li a span {
        display: inline-block;
        color: white;
        font-size: 1.2em;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif !important;
        font-weight: bold !important;
    }

    .nav1 li a img {
        margin-bottom: -7px;
        margin-left: 20px;
        margin-right: 10px;
    }

#menu .pure-menu #sidebar .mainNav .nav1 li ul {
    position: relative;
    top: 0;
    font-size: 11px;
    min-width: 50px;
    width: 155px;
    white-space: nowrap;
    margin-left: 5px;
    left: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: left;
    background: url(../images/elements/other/userArrow.png) 5px 11px no-repeat;
    z-index: 1;
    border-left: 5px solid #34aadc;
}

.nav1 li ul li a {
    display: block;
    width: auto;
    font-weight: bold;
    padding-left: 20px;
    background: none;
}

.nav1 li ul li {
    display: block;
    background: #e5e5e5;
}

.nav1 li a img {
    width: 20px;
}



@media (max-width: 48em) {
    #layout.active #menu {
        left: 200px;
        overflow: hidden;
        width: 177px;
    }

    #menu {
        margin-left: -300px;
    }

    #top {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 1;
    }

    #layout.active .menu-link {
        left: 177px;
    }
}


a.expand {
    height: 10px;
    padding-bottom: 19px !important;
    background: -moz-linear-gradient(top, rgba(86,86,86,0.2) 0%, rgba(54,54,54,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,0.2)), color-stop(100%,rgba(54,54,54,0.2)));
    background: -webkit-linear-gradient(top, rgb(82, 130, 20) 0%,rgba(74, 121, 26, 0.96) 100%);
    background: -o-linear-gradient(top, rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
    background: linear-gradient(top, rgba(86,86,86,0.2) 0%,rgba(54,54,54,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33565656', endColorstr='#33363636',GradientType=0 );
}

.nav1 li ul li a span {
    padding-top: 0;
    float: none;
    font-size: 12px;
    color: #656464;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
}

.nav1 li ul li a.active span {
    color: #1e1e1e;
    font-size: 13px;
    font-weight: bold;
}

.nav1 li a img {
    width: 25px;
    position: relative;
    bottom: 3px ;
    float: left;
}


.nav1 li.active1 a {
    background-image: none;
    background-color: #191818;
    color: white;
}

/*asmaa 12 may 2016 setting menu edit*/
#navtool ul li {
    float: none;
    margin-left: 15px;
    margin-bottom: 8px !important;
}

#navtool li ul li a {
    text-decoration: none;
    color: #333 !important;
    display: inline !important;
    margin-bottom: 5px !important;
}

#navtool li ul li img {
    position: relative;
    top: 5px;
    width: 15px;
}


/*HELP CENTER PAGE*/
#expList .collapsed {
    background-image: url('../images/plus.png');
    background-size: 10px 10px;
}

#expList .expanded {
    background-image: url('../images/minus.png');
    background-size: 10px 10px;
}

/*#pdfexport {*/
.pdfexport_Help {
    background-image: url('../css/jstree/download-pdf-button.png') !important;
    width: 80px;
    height: 30px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100%;
    background-color: transparent !important;
    font-size: 0;
    cursor: pointer;
    float: right;
}
  
.loginPic a img {
    max-width: 85%;
}
 
/*********************************/
.nav1 li ul li a {
    padding-left: 5px !important;
}
#menu .pure-menu #sidebar .mainNav .nav1 li ul {

    min-width: 50px;
    width: 170px !important;

    margin-left: -1px !important;

    padding: 0;

}


.applay-changes {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    top: 2px;
    margin: 0 auto;
    display: inline-block;
    text-align: end;
    text-align: center;
}
    .applay-changes a {
        color: red !important;
    }



/*======= 3. BUTTONS STYLES  =======*/
  
    .btn-radius {
    border-radius: 100px !important;
}

.btn1 {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
    padding: 13px 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.btn-sm {
    font-size: 11px;
    font-weight: 600;
    padding: 11px 25px;
}

.btn-lg {
    padding: 18px 49px;
}

.btn-xs {
    font-size: 10px;
    padding: 8px 14px;
}




.btn-warning {
    background: #e5ae09;
    background: -moz-linear-gradient(-45deg, #e5ae09 0%, #ffd044 50%, #ffc107 51%, #fc9014 71%, #f1890b 100%);
    background: -webkit-linear-gradient(-45deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
    background: linear-gradient(135deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ae09', endColorstr='#f1890b',GradientType=1 );
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;
    color: #fff !important;
}

.btn-light {
    background: #f2f2f2;
    background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
    background: -webkit-linear-gradient(-45deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    background: linear-gradient(135deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f8fb',GradientType=1 );
    color: #3f345f !important;
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;
}

.btn-dark {
    background: #343a40;
    background: -moz-linear-gradient(-45deg, #343a40 0%, #667584 50%, #4e5256 51%, #242a30 71%, #343a40 100%);
    background: -webkit-linear-gradient(-45deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    background: linear-gradient(135deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#343a40',GradientType=1 );
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }

    50% {
        background-position: 100% 70%
    }

    100% {
        background-position: 0% 31%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }

    50% {
        background-position: 100% 70%
    }

    100% {
        background-position: 0% 31%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 31%
    }

    50% {
        background-position: 100% 70%
    }

    100% {
        background-position: 0% 31%
    }
}

.applay-changes2 {
    /*-webkit-appearance: button;*/
    margin: 6px 3px;
    cursor: pointer;
    border: medium none;
    color: white !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: 14px;
}
.breadLine {
    height: 28px;
    box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 1px 0 #fff inset;
    background: url(../images/backgrounds/breadcrumbs.png) repeat-x;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    font-size: 11px;
}
.blink-link {
    position: fixed;
    z-index: 88888;
    top: 0;
    text-align: left;
    animation: 0.5s ease-out 0s 0.5 slideInFromLeft;
    display: block;
    left: 231px;
    width: 57vw !important;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


    @media screen and (max-width:48em) {
        .blink-link {
            position: fixed;
            z-index: 88888;
       
            left: 19vw;
            top: 44px;
            width:auto !important;

        }

        .helper-container {
            float: right;
            position: relative;
            right: -47px;
        }

    }
