/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 3, 2022, 10:32:08 AM
    Author     : leila sepahkar
*/

#footer{
    padding: 0.25%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    overflow-x: hidden;
    font-weight: bold;
}
body{
    overflow: hidden;
    height: 100vh;

}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#dfeffc ;
}

.main {
    width: 268px;
    height: 100px;
    position: relative;
    margin: 100px auto 0 auto;
}

.main2 {
    width: 800px;
    /*height: 300px;*/
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.main:after {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: url("images/logo-small.png") center no-repeat;*/
    content: '';
    animation: spinY 3s infinite;
    -moz-animation: spinY 3s infinite;
    -webkit-animation: spinY 3s infinite;
    animation: spinY 3s infinite;
}

.menu-user{
    margin-top: 5px !important;
    height: 45px !important
}
.menu-user-info{
    text-align: center;
    padding-left: 25px;
    height: 25px;
}
.toggled-2 .menu-user-info{
    padding-left: 40px;
}

@keyframes spinY
{  
    0%   {transform: rotateY(0deg); transform-origin: 50% 50% 0;}  
    100% {transform: rotateY(360deg); transform-origin: 50% 50% 0;}  
}

@-moz-keyframes spinY
{  
    0%   {-moz-transform: rotateY(0deg); -moz-transform-origin: 50% 50% 0;}  
    100% {-moz-transform: rotateY(360deg); -moz-transform-origin: 50% 50% 0;}  
}

@-webkit-keyframes spinY
{  
    0%   {-webkit-transform: rotateY(0deg); -webkit-transform-origin: 50% 50% 0;}  
    100% {-webkit-transform: rotateY(360deg); -webkit-transform-origin: 50% 50% 0;}  
}

@-ms-keyframes spinY{
    0%   {-ms-transform: rotateY(0deg); -ms-transform-origin: 50% 50% 0;}  
    100% {-ms-transform: rotateY(360deg); -ms-transform-origin: 50% 50% 0;}  
}

.content{
    display: none;
}


#footer{
    padding: 0.25%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    overflow-x: hidden;
    font-weight: bold;
}
body{
    overflow: hidden;
    height: 100vh;

}

.color-tiles {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*        margin: 0px 35px 10px 35px;
            margin-right: 35px;
            margin-left: 35px;*/
    padding-left : 15px;

}

.color-tiles .tiles::before {
    content: "";
    width: 0px;
    height: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    border: 0;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.color-tiles .tiles {
    margin: 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}


.color-tiles .tiles.gray {
    background-color: #d5d5d5 !important;
}

.color-tiles .tiles.brown {
    background-color: #c5be97 !important;
}

.color-tiles .tiles.orange_yellow {
    background-color: #ff8300 !important;
}

.color-tiles .tiles.pink {
    background-color: #f5a9d1 !important;
}

.color-tiles .tiles.orange {
    background-color: #faa259 !important;
}

.color-tiles .tiles.blue_default {
    background-color: #99c9ee !important;
}

.color-tiles .tiles.green2 {
    background-color: #d1e9a6 !important;
}

.color-tiles .tiles.yellow {
    background-color: #ffffa6 !important;
}

.color-tiles .tiles.green {
    background-color: #93d0c0 !important;
}

.color-tiles .tiles.purple {
    background-color: #bca9f5 !important;
}

.color-tiles .tiles.red2 {
    background-color: #c96e83 !important;
}

.color-tiles .tiles {
    border-radius: 50% !important;
}

.color-tiles .tiles {
    width: 26px;
    height: 26px;
}

.sidebar-nav li a.selectedMenu {
    text-decoration: none;
}

#header-nav{
    padding: 5px 2px;
}

.fa-1-6{
    font-size: 1.6em;    
}

.menuTitle{
    display : inline-block;
    min-width: 175px;
    padding-right : 15px;
}

.subMenuTitle{
    min-width: 140px !important;
}

#form-title a{
    color : #359dee !important;
}

.favorite-menu{
    float: left;
    margin-left: 15px;  
    cursor: pointer;
    color: #359dee;
}
.ui-dialog .favorite-menu{
    float: left;
    margin-left: 20px !important;
    font-size: 13px !important;
    color: #000033;
/*    font-weight: normal !important;*/
}
.favorite-menu i{
    margin-left: 5px;
    color: #ffd840;
}

.sidebar-nav li {
    text-indent: 5px !important;
}

.nav-pills > li > a {
    border-radius: 0;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: hidden;
}

li.static a{
    color: #861529 !important ;
}

li.static a:hover {
    color: white !important;
}

#sidebar-wrapper.mousein {
    z-index: 1000;
}

#sidebar-wrapper {
    /*z-index: 1000;*/
    position: absolute;
    /*left: 250px;*/
    right:250px;
    width: 0;
    height: 88%;
    margin-right: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 2px 0px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 250px;
}

.fixed-brand {
    width: auto;
}

#personPic{
    width: 250px;
    display: inline-block;
}

#navbarUl{
    margin-right: -15px;
}

#menu-toggle-2 , #menu-toggle{
    padding: 0px;

}

#navbarUl > li > a:hover, #navbarUl > li > a:focus{
    background: none !important;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav li:not(.menu-user) {
    text-indent: 15px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    border-radius: 0px !important;
}

.sidebar-nav li a:hover {
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.unSearchedMenu{
    display: none !important;
}

.search-close{
    position: absolute;
    left: 30px;
    color: #aaa;
    margin-top: 14px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.no-margin {
    margin: 0;
}

#menu-toggle{
    float: right !important;
}

@media (min-width: 768px) {
    #wrapper{
        overflow-y: auto;
    }
    #wrapper:not(.without-menu) {
        padding-right: 250px;

    }
    .fixed-brand {
        width: 250px;
    }
    #wrapper.toggled {
        padding-right: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }
    #wrapper.toggled-2 #sidebar-wrapper.mousein {
        width: 250px;
    }

    #wrapper #uploadMenu_avatar , #wrapper.toggled-2 #sidebar-wrapper.mousein #uploadMenu_avatar{
        margin-right: 70px;
    }

    #wrapper.toggled-2 #sidebar-wrapper.mousein .add , #wrapper.toggled-2 #sidebar-wrapper.mousein .add{
        visibility: visible;
    }

    #wrapper.toggled-2 #sidebar-wrapper.mousein img{
        width: 60px !important;
        height: 60px !important;
    }

    #wrapper.toggled-2 #uploadMenu_avatar{
        margin-right: 0px;
    }

    #wrapper.toggled-2 img{
        width: 40px !important;
        height: 40px !important;
    }

    #wrapper.toggled-2 .add ,  #wrapper.toggled-2 .remove{
        visibility: hidden;
    }

    #wrapper .add{
        text-indent:  0px !important;
    }

    #page-content-wrapper {
        padding: 2px 0px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;


    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-right: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-left: 0;
        margin-right: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }

}

/*----------------------------Header------------------------------------------*/
.header{
    position:static !important;
    background-image: url("images/headerimages/Back.png") !important;
    height:60px;
    margin: 4px 3px 0 3px;
    padding: 5px;
}
.header-title{
    float: right;
    position: absolute;
    right: 8px; top: 8px;
    width: 540px;
}

.header-user{
    z-index: 100;
    direction: rtl;
    right: 120px;
    position: absolute !important;
    top: 40px;
    padding:0px;
    float:left
}

#header-nav {
    min-height: 30px !important;
    margin-bottom: 0px !important;
    padding-right: 45px !important;
}

.report-fix-header{
    width: 91%;
}

.logo{
    left: 62px;
    position: absolute;
    top: 7px;
}

#searchMenu{
    width: 175px;
    display: inline;
    margin-right: 20px;
}

#searchMenuBtn{
    display: inline;
    margin-right: 5px;
}

.nav-pills.nav-stacked.innerUl{
    list-style-type:disc
}

ul.innerUl .searchTitle.menuTitle {
    padding-right: 0px;
}

ul.innerUl ul {
    padding-right: 0px;
}
