/*
Template Name: Admin Lab Dashboard build with Bootstrap v2.3.1
Template Version: 1.3
Author: Mosaddek Hossain
Website: http://thevectorlab.net/
*/

/* body styles */
@font-face {
    font-family: 'Titre Font';
    src: url("fonts/Weblogma_Yekan.eot");
    src: url("fonts/Weblogma_Yekan.eot#iefix") format("embedded-opentype"), url("fonts/Weblogma_Yekan.woff") format("woff"), url("fonts/Weblogma_Yekan.ttf")
    format("truetype"), url("fonts/Weblogma_Yekan.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mitra';
    src: url("fonts/BMitra.eot");
    src: url("fonts/BMitra.eot#iefix") format("embedded-opentype"), url("fonts/BMitra.woff") format("woff"), url("fonts/BMitra.ttf")
    format("truetype"), url("fonts/BMitra.svg#CartoGothicStdBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titre';
    src: url("fonts/IRANSansWeb.eot?#") format("eot"), url("fonts/IRANSansWeb.woff") format("woff"), url("fonts/IRANSansWeb.ttf") format("truetype");
    /* Saf3â€”5, Chrome4+, FF3.5, Opera 10+ */
}


@font-face {
    font-family: "Shabnam";
    src: url('/admin/css/fonts/Shabnam.eot');
    src: url('/admin/css/fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('/admin/css/fonts/Shabnam.woff2') format('woff2'),
    url('/admin/css/fonts/Shabnam.woff') format('woff'),
    url('/admin/css/fonts/Shabnam.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===========================
   SHABNAM – BOLD
   =========================== */
@font-face {
    font-family: "Shabnam";
    src: url('/admin/css/fonts/Shabnam-Bold.eot');
    src: url('/admin/css/fonts/Shabnam-Bold.eot?#iefix') format('embedded-opentype'),
    url('/admin/css/fonts/Shabnam-Bold.woff2') format('woff2'),
    url('/admin/css/fonts/Shabnam-Bold.woff') format('woff'),
    url('/admin/css/fonts/Shabnam-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===========================
   SHABNAM – LIGHT
   =========================== */
@font-face {
    font-family: "Shabnam";
    src: url('/admin/css/fonts/Shabnam-Light.eot');
    src: url('/admin/css/fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('/admin/css/fonts/Shabnam-Light.woff2') format('woff2'),
    url('/admin/css/fonts/Shabnam-Light.woff') format('woff'),
    url('/admin/css/fonts/Shabnam-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

input,select
{
    font-family:Titre, Tahoma, Geneva, sans-serif;

}
.searchReferCloseBtn{
    cursor: pointer;
}
body {
    color: #000;
    font-family:Titre, Tahoma, Geneva, sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;
    direction: rtl;
}
.window {
    position: fixed;
    border: 1px outset #036;
    width: 400px;
    height: 300px;
    border-radius: 6px;
    border-color: #1d4266;
    background-color: #1d4266;
}

.window.maximized {
    border-width: 0;
}

#resizerproxy,#moverproxy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    display: none;
}
#resizerproxy > div,#moverproxy > div {
    position: absolute;
    border: 2px solid #666666;
    border-radius: 6px;
}
.backOpt{
    display: none;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
    background: #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.windowtitlebar {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: 24px;
    overflow: hidden;
    background-color: #AAB;
    cursor: default;
    border-bottom: 1px solid #002c57;
}

.window.focused .windowtitlebar {
    background-color: #036;
}

.windowtitlebar > .horizbuts {
    position: absolute;
    top: 0;
    width: 59px;
    right: 0;
    bottom: 0;
}
.selLang{
    padding: 0 29px;
    width: inherit;
    margin-right: 13px;

}

.horizbuts > * {
    float: left;
    width: 16px;
    height: 16px;
    border: 1px outset #9B9DC9;
    margin: 3px 1px 0 0;
    background: #ccc url(jquery.wm.default.icons.png) no-repeat scroll;
    border-color: #bbb;
    border-radius: 2px;
}
.horizbuts > *:hover {
    background-color: #ddd;
}

.horizbuts > .minimizebut {
    background-position: -3px 0;
}
.horizbuts > .maximizebut {
    background-position: -32px -1px;
}
.horizbuts > .closebut {
    background-position: -47px -1px;
}
.horizbuts > .restorebut {
    display: none;
    background-position: -18px -1px;
}
.window.maximized .horizbuts > .maximizebut { display: none; }
.window.maximized .horizbuts > .restorebut { display: block; }
.window.minimized .horizbuts > .minimizebut { display: none; }
.window.minimized .horizbuts > .restorebut { display: block; }


.windowcontent {
    border: 1px inset #9B9DC9;
    border-bottom: 0;
    position: absolute;
    top: 25px;
    right: 1px;
    left: 1px;
    bottom: 2px;
    overflow: auto;
    background-color: white;
}

.input-large{width:600px; height: 350px;}

.autohide .windowtitlebar {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 99999999;
}

.autohide .windowtitlebar:hover,
.autohide.minimized .windowtitlebar {
    opacity: 1;
}

.autohide .windowcontent {
    top: 1px;
}

.window.minimized .windowcontent {
    display: none;
}

.windowcontent > iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.windowcontent > .iframecover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.window.focused > .windowcontent > .iframecover {
    z-index: 1;
}
.window.moving > .windowcontent > .iframecover {
    z-index: 3 !important;
}
.resizer-tl { position: absolute; left: -2px; top: -2px; width: 6px; height: 6px; cursor: nw-resize; }
.resizer-t  { position: absolute; left: 6px; right: 6px; top: -2px; height: 6px; cursor: n-resize;}
.resizer-tr { position: absolute; right: -2px; top: -2px; width: 6px; height: 6px; cursor: ne-resize;}
.resizer-r  { position: absolute; top: 6px; bottom: 6px; right: -2px; width: 6px; cursor: e-resize; }
.resizer-br { position: absolute; right: -2px; bottom: -2px; width: 6px; height: 6px; cursor: se-resize;}
.resizer-b  { position: absolute; left: 6px; right: 6px; bottom: -2px; height: 6px; cursor: s-resize; }
.resizer-bl { position: absolute; left: -2px; bottom: -2px; width: 6px; height: 6px; cursor: sw-resize;}
.resizer-l  { position: absolute; top: 6px; bottom: 6px; left: -2px; width: 6px; cursor: w-resize;}

.titlebaricon {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.titlebartext {
    position: absolute;
    color: white;
    font-weight: bold;
    left: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* IE needs to think there is an image in some divs otherwise it optimizes them away */
.IE #resizerproxy,.IE #moverproxy,
.IE .resizer-tl, .IE .resizer-t, .IE .resizer-tr, .IE .resizer-r,
.IE .resizer-br, .IE .resizer-b, .IE .resizer-bl, .IE .resizer-l {
    background: url(clear.gif);
}


/* fix for font awesome icon classes */
[class^="icon-"], [class*=" icon-"],[class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: none !important;
}

/* hide by default, used to handle elements to show only for ie8*/
.visible-ie8 {
    display: none;
}



/* general typography*/
h3 small, h2 small, h5 small {
    color: #868686;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
    padding-bottom: 10px;
}

.page-title {
    font-size: 28px;
    display: block;
    font-weight: normal !important;
    margin: 13px 0px 8px 0px;
    font-family:Titre, Tahoma, Geneva, sans-serif;
}
.page-title small {
    font-size: 14px;
}

/* general tools */
img.center {
    text-align:center;
}
.phone-margin-top-5:before {
    display: block;
    margin-top: 5px;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.no-bottom-space {
    padding-bottom:0px !important;
    margin-bottom: 0px !important;
}
.no-top-space {
    padding-top:0px !important;
    margin-top: 0px !important;
}
.block-margin-bottom-5 {
    display: inline-block;
    margin-bottom: 5px;
}
.hide {
    display: none !important;
}
.hideSec{
    display: none !important;
}
@media only screen  {
    .novisible {
    visibility: hidden;
}
}
.bold {
    font-weight:bold;
}

.fix-margin {
    margin-right: 0px !important
}

.smallInput{
    width: 59px;
}

.border {
    border: 1px solid #ddd;
    padding:10px;
    margin: 5px 0px 10px 0px;
}

.small {
    font-size: 11px !important;
}

.btn-top-space {
    margin-top: 5px !important;
}

.italic {
    font-style: italic !important;
}

i.big {
    font-size: 20px;
}

i.warning,.iwarning {
    color: #E74955;
}

i.critical,icritical {
    color: #22878E;
}

i.normal,inormal {
    color: #87bb33;
}

hr {
    margin: 15px 0;
    border: 0;
    border: 1px #00bcdd solid;
    border-image: linear-gradient(45deg, #00bcdd 0%, #ff00ff 100%);
    border-image-slice: 1 0 0 0;
}

i.icon, a.icon {
    color: #999;
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .4;
}

a.icon.huge i{
    font-size: 16px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.mtop5 {
    margin-top: 5px
}

.mtop7 {
    margin-top: 7px
}

.mtop10 {
    margin-top: 10px
}

.no-text-shadow {
    text-shadow: none !important;
}

.notify-row {
    float: right;
    padding-top: 5px;
}

/*fix outlines on click*/
a,a:focus, a:hover, a:active {
    outline: 0;
}

/*logo*/
#header .brand {
    background:#333333;
    margin-top: 0px !important;
    padding: 16px 21.5px;
    width: 145px;
    height: 24px;
}
.favMenu {
    width: 40px !important;
    font-size: 13px !important;
}
.favMenu .menuDiv .gridster {
    width: 100% !important;
}
.favMenu .menuDiv {
    width: 100%;
    background: #FFF;
    border: 0;
}
.showAllFields,.hideAllFields {
    cursor: pointer;
}
.showAllFields,.hideAllFields {
    cursor: pointer;
}
.grid-stack-item-content {
    text-align: center !important;
    color: #FFF;
}
.grid-stack-item-content p {
    margin-top: 15px;
    font-weight: bold;
}
.gsDiv {
    padding: 10px 0 !important;
    background: #EEE !important;
    box-shadow: 0 0 10px #CCC;
    height: 1000px;
    overflow: scroll;
}
#top-menu {
    /*background: #ededed;*/
    background: #FFF;
    padding: 20px 10px;
    border-right: solid 1px #ccc;
}




.pageCat {
    height: 30px;
    color: #FFF;
    background: #FFF;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 15px;
    font-family: Titre;
    border-radius: 3px;
}
.iInsedePageCat{
    position: relative;
    margin-left: 15px;
    font-size: 1.3em;
    margin-top: 10px;
}

.sideMargin{
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

#topMenuSearch{
    width: 95%;
    margin: 0 auto;
}


.pageSearch {
    width: 710px !important;
    height: 29px;
    background: #EEE;
    position: fixed;
    text-align: center;
    padding: 20px 5px;
    top:-450px;
    border: 1px solid #999;
    z-index:-1 !important;
    overflow: hidden;
    transition: all ease 0.3s;
    font-size: 13px;
    margin-right: -300px;

}
.pageSearchShow{
    top: 60px !important;
}
.pageSearch .psclose{
    position:absolute;
    right:3px;
    top:3px;
    cursor: pointer;
}
.searchPageIconContainer {
    border-top: 1px solid #FFF;
    margin-top: 10px;
    padding-top: 10px;
}
.searchPageIconContainer a {
    padding: 5px;
    width: 97%;
    display: inline-block;
    margin-top: 10px;
    background: #FFF;
}
.searchPageIconContainer a:hover {
    text-decoration: none;
}
.pageicons {

    width: 280px;
    height: 40px;
    margin-left: 20px;
    float: right;
    cursor: pointer;
    display: none;
    font-family: Titre;
    font-size: 12px;

}

.yestedrayDiv{
    padding: 12px;
}
.yestedrayDiv span{
    font-size: 1.1em;
}
.yestedrayDiv label{
    width: 170px;
    display: inline-block;
}
.yestedrayDiv:nth-child(odd){
    background-color: #f6f6f6;
}

.customTab{
    background-color: #f2f2f2;
    padding:6px 10px;
    cursor: pointer;
    width: 130px;
    display: inline-block;
    text-align: center;
    color:#22878E;
}
.grid1,.grid2{
    display: none;
}
.showek{
    display: block;
}
.contrast{
    background-color: #e0e0e0;
}

.favgold{
    color:gold;
}

.favblack{
    color:black;
}

.menuBox{
    position: fixed;
    background-color: #f9f9f9;
    width: 304px;
    height: 100%;
    left:0px;
    float: left;
    top:60px;
    transform: translate3d(-116%, 0, 0);
    transition-duration: .25s;

    -webkit-transform: translate3d(-116%, 0, 0);
    -webkit-transition-duration: .25s;

    -moz-transform: translate3d(-116%, 0, 0);
    -moz-transition-duration: .25s;

    z-index: 5000;
    border-right: solid 1px #ccc;
}

.droper{
    position: absolute;
    z-index: -1;
    width: 240px;
    float: left;
    left:44px;
    background-color: #f9f9f9 !important;
    height: 89.4%;
    /*overflow-y: auto;*/

}

.helpDesc{
    margin-right: 50px !important;
}

.helpDesc li{
    margin-top: 4px;
    margin-bottom: 6px;
}



.helpDesc a {
    color:black !important;
    padding: 2px 0px 7px 0px;
}


.show-menuBox {
    transform: translate3d(0, 0, 0);
    transition-duration: .25s;

    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-duration: .25s;

    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-duration: .25s;


}

.pages2{
    margin-top: -40px !important;
}
.usrRestV2{
    cursor: pointer;
}
.pages3 {
    width: 235px;
    display: inline-block;
    overflow: auto;
    padding-bottom: 50px;
    padding-right: 27px;
    margin-right: 4px;
    float: left;
    direction: rtl;

}

.Ldroper{
    width: 550px;

}

.pagecatI{
    float: right;
    margin-right: 4px;
    width: 30px;
    font-size: 1.6em;
    margin-top: 5px;
    position: relative;
}

.pagecatSpan{
    float: right;
    margin-right: 3px;
    margin-top: 4px;
    position: relative;
}

#iconcontainer {
    overflow: auto;
    margin-top: 1px;
    float: left;
    display: none;
    width: 280px;

}


.favmenu{
    border: 1px solid #FFF;
    width: 150px;
    height: 50px;
    margin-left: 20px;
    float: right;
    cursor: pointer;
    display: none;
    font-family: Titre;
    font-size: 12px;
    vertical-align: middle;

}
.searchDone{
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 20px ;
}
.searchDone input{
    float: left;
    width: 130px;
}
#fastMenu a {

}
#fastMenu i {
    /*border: 1px solid #8e44ad;*/
    border-radius: 50%;
    font-size: 36px;
    height: 100px;
    line-height: 91px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}
#fastMenu i:hover {
    font-size: 45px;
}
#fastMenu {
    overflow: hidden;
    background: #FFF;
    padding: 20px 0;
    opacity: 0.9;

}
#fastMenu a{
    height: 120px;
}
#fastMenu>div {
    width: 150px;
    margin-left: 20px;
    float: right;
    cursor: pointer;
    font-family: Titre;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    height: 150px;
}
.boldlink{
    font-weight: normal;
    padding: 2px 4px 5px 4px;
}

.favmenusoffsho{
    color:#FFD700;
}

.favmenusonsho{
    color:#e0e0e0;
}


.boldlink:hover  {
    background-color: #f2f2f2;
}

.change-color {
    position:absolute;
    right:0px;
    top:0px;
    padding: 5px;
    cursor: pointer;
    display: none;
}
.grid-stack-item-content:hover .change-color{
    display: block;
}
.grid-stack {
    margin-bottom: 100px;
}
.grid-stack .grid-stack-item-content a {
    width: 100%;
    height: 100%;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
/* header nav bar*/
#header.navbar {
    min-width: 0px;
}
#header .navbar .nav > li > a{
    padding:0px !important;
    margin-top: 2px;
}

.navbar .nav > li > a {
    padding: 10px;
}

#header .navbar-inner .nav > li {
    margin-right: 0px !important;
}

#header .navbar-inner li.dropdown .dropdown-toggle i {
    font-size: 20px;
    vertical-align: middle;
}

#header .navbar-inner li.dropdown .dropdown-toggle .label {
    position: relative;
    top:-3px;
    font-size: 9px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    display: inline-block !important;
}

#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#header #user-link1{
    padding: 9px;
    margin-right: 5px;
}
#header.navbar-inverse .btn-navbar {
    margin-top: 6px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e9ebec;
    background-image: -moz-linear-gradient(top, #e9ebec, #caced1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9ebec), to(#caced1));
    background-image: -webkit-linear-gradient(top, #e9ebec, #caced1);
    background-image: -o-linear-gradient(top, #e9ebec, #caced1);
    background-image: linear-gradient(to bottom, #e9ebec, #caced1);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcaced1', endColorstr='#ffcaced1', GradientType=0);
    border-color: #caced1 #caced1 black;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#header.navbar-inverse .btn-navbar:hover {
    background-color: #caced1;
}

#header .navbar-inner {
    top:0px;
    width: 100%;
    margin: 0px !important;
    margin-bottom: -2px !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#header.navbar-inverse .navbar-inner {
    height: 60px;
    border:none !important;
}

#header.navbar-inverse .divider-vertical {
    height: 40px;
}

#header .navbar-search {
    margin-right: 110px;
}

#header .top-nav .dropdown-menu {
    margin-top: 3px;
}

.top-menu {
    padding-top: 6px;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 12px;
}

.top-nav .nav > li > a > img {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.navbar-inverse .navbar-search .search-query {
    background-color: #FFFFFF;
    border: 0 none;
    color: #333333;
    outline: 0 none;
    padding: 5px 15px;
    text-shadow: none;
}

/* main container */
#container {

}

.fixed-top #container {
    margin-top: 60px;
}

/* i8 fix for form input height in fluid rows */
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/* body container */
#login-body {
    background-color: #f7f7f7  !important;
    background-image: url("../images/body-bg.png") !important;
}

#main-content {
    margin-top: 0px;
    min-height: 800px;
    background: linear-gradient(90deg, rgb(234 208 234) -10%, rgb(211 228 232) 100%) !important ;

}

/* page container */
.sidebar-toggler {
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    display: block;
    float: left;
    margin-top: 12px;
    width: 23px;
    height: 25px;
    background: #e9ebec url("../images/body-bg.png");
}

.sidebar-toggler:before {
    margin: 4px 8px 7px 2px;
    display: block;
    font-size: 13px;
    font-family: 'mfg_labs_iconsetregular';
    height: auto;
    content: "\f006";
    font-weight: 300;
    text-shadow:none;
}

.sidebar-toggler.closed:before,
.sidebar-closed .sidebar-toggler:before {
    margin: 4px 10px 7px 2px;
    content: "\f007";
}

.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-right: 25px;
}

.sidebar-closed #sidebar {
    margin-right: -190px;
}
#sidebar {
    background: #47d9e4;
}

/* sidebar menu */

[class^="icon-"], [class*=" icon-"] {
    margin-top: 0;
}

ul.sidebar-menu span.icon-box  {
    background: url("../images/side-bar-list-bg.png") !important;
    padding: 12px;
    margin-left: 10px;
}

#sidebar .navbar-search {
    border: 0px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#sidebar.closed {
    display: none;
}

#sidebar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.calenderCell{
    width: 14%;
    float: right;
    height: 90px;
    padding: 0 !important;
    min-height: 50px;

}
.calenderCellSub2{
    border:solid 1px #ccc;
    height: 90%;
    margin: 5% 3px;
    border-radius: 5px;
    overflow-y: auto;
}
.calenderCell .cell{
    padding: 5px;
}
#sidebar > ul > li {
    display: block;
    margin: 0 0 1px 0;
    padding: 0;
    border: 0px;
    background: url("../images/side-bar-list-bg.png");
    line-height: 30px;
    background: #23b4c0;
}
.dayCellSub{
    padding: 5px;
}
#sidebar > ul > li:hover {
    background: #1bacb8;
}

#sidebar > ul > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 0 0 0 15px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}

#sidebar > ul > li a i {
    color:#eaeaea;
    font-size: 18px;
}

#sidebar > ul > li.active > a{
    border: none;
}


#sidebar > ul > li.active > a .arrow {
    margin-left: 1px;
}

#sidebar > ul > li.active > a .arrow.open {
    margin-left: 0px;
}


#sidebar ul > li > a .arrow {
    float: left;
    margin-top: 18px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-right: 4px solid #f3f3f3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li > a .arrow.open {
    float: left;
    margin-top: 18px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-top: 5px solid #f3f3f3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

#sidebar > ul > li > ul.sub {
    display: none;
    list-style: none;
    clear: both;
    margin: 0px;
}

#sidebar > ul > li.active > ul.sub {
    display: block;
}

#sidebar > ul > li > ul.sub > li {
    background: none !important;
    padding: 0px;
}

#sidebar > ul > li > ul.sub > li > a {
    display: block;
    position: relative;
    padding: 8px 60px 8px 8px;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: normal;
}

#sidebar > ul > li > ul.sub > li.active > a, #sidebar > ul > li > ul.sub > li > a:hover {

    background: url("../images/submenu_hover.png") !important;
}

/* ie8, ie9 fixes */
.ie8 #sidebar .search-query, .ie8 #header .search-query {
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

.ie9 #sidebar .search-query, .ie9 #header .search-query {
    padding-bottom: 0px !important;
    height: 24px;
}

.ie9 #sidebar > ul > li.active > a .triangle {
    left: -1px;
}

/* ie10 fixes */
.ie10 #header .search-input-area > i, .ie10 #sidebar .search-input-area > i {
    top:-2px !important;
}

/* ie8 fixes */
.ie8 #sidebar {
    position: absolute;
    width: 215px;
}

.ie8 #sidebar ul{
    margin-top:35px;
    width: 215px;
}

/* footer container */
#footer {
    padding: 8px 20px 5px 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    /*background: url("../images/top-bg.jpg");*/
}

#footer .go-top {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin-top: -3px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    background-color: #111;
    opacity: 0.8;
    padding: 3px 6px 2px 5px;
    opacity:0.4;
    filter: alpha(opacity = 40);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/* custom wells */
.well {
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.well.mini {
    padding: 7px !important;
}


.tab-content {
    padding: 0px;
    overflow: hidden;
}
.of-visible {
    overflow: visible !important;
}
.of-visible .tab-pane {
    min-height: 150px;
}

/* general form */
form legend {
    margin: 15px 0px 10px 0px !important;
}

.form-actions {
    background-color: #fff ;
}

.widget-body.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.widget-body.form .control-group:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.widget-body.form .form-actions{
    margin-left:-15px !important;
    margin-right:-15px !important;
    margin-top: 20px !important;
    margin-bottom: -15px !important;
    margin-top: 20px;
    padding-right: 195px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.widget-body .dataTables_info, .widget-body .dataTables_paginate {
    margin-top: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: -4px !important;
}

.widget-body .table {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.widget-title > h4, .breadcrumb > li> a:hover, .chats li.in .name {
    color: #4C4C4C;
    text-shadow: 0 1px 1px #FFFFFF;
}

/* custom form input error states with icons */
.input-icon input {
    padding-left: 25px !important;
}

.input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 4px;
    left: 25px !important;
    font-size: 16px;
}

.input-icon .input-error {
    color:#B94A48;
}
.input-icon .input-warning {
    color: #C09853;
}
.input-icon .input-success {
    color: #468847;
}

/* custom breadcrumb */
.breadcrumb {
    background: none;
    margin-right: -15px;
    border: none;
    box-shadow: none;
}
.breadcrumb > li {
    height: 33px;
    line-height: 33px;
    background: url("../images/bread-crumb-bg.jpg") repeat-x;
    float: right;
    margin-bottom: 25px;
    padding: 0  8px 0 0;
}
.breadcrumb > li> a{
    color: #737373;
}
.breadcrumb > li> a:hover{
    text-decoration: none;
}

.breadcrumb > li > .divider {
    display: inline-block;
    padding: 0px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: url("../images/bread-crumb-divider.jpg") no-repeat;
}
.breadcrumb > li > .divider-last {
    display: inline-block;
    padding: 0px;
    width: 19px;
    height: 33px;
    line-height: 33px;
    background: url("../images/bread-crumb-last.png") no-repeat;
    margin-left: -19px;
}
.breadcrumb .tooltip {
    text-shadow:none !important;
}

/*general search  */
.breadcrumb > li.search-wrap {
    background: none !important;
    float: left;
}

.breadcrumb .search-input-area {
    float: left;
    position: relative;
    width: 94%;
}

.search-input-area input.search-query {
    border: 0px !important;
    padding-right: 8px;
    padding-left: 20px;
    box-shadow: 0 0 5px #CCCCCC !important;
    -moz-box-shadow: 0 0 5px #CCCCCC !important;
    -webkit-box-shadow: 0 0 5px #CCCCCC !important;
}
.search-input-area input:focus.search-query {
    outline: 0;
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6) !important;

}

.breadcrumb .search-input-area > i, #sidebar .search-input-area > i {
    cursor: pointer;
    display: inline-block !important;
    font-size: 18px;
    position: absolute !important;
    left: -10px !important;
    top: 7px !important;
}

/* widget container */
.sortable .widget .widget-title {
    cursor: move;
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    margin-top: 0px !important;
    margin-right: 1%;
    margin-left: 0.6%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sortable-box-placeholder * {
    visibility:hidden;
}

.datagrid{
    background: #f7fdff4a;
}
.datagrid .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #e9d6eae0;
}
.widget {
    background: #fff;
    clear: both;
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-box-shadow: 0 0px 5px #ddd;
    -moz-box-shadow: 0 0px 5px #ddd;
    box-shadow: 0 0px 5px #b7b6b6;

}

.widget-title {
    background: #bbdaea ;
    /*background-image: -linear-gradient(top, #ffffff 0%, #f2f2f2 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    height: 36px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.widget-title > h4 {
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px 10px 11px;
    line-height: 12px;
    margin: 0;
}

.widget-title > h4 i {
    font-size: 14px;
    margin-left: 2px;
}

.widget-title span.tools {
    border-right: 1px solid #E0DEDE;
    float: left;
    margin: 2px 0 0;
    padding: 6px 10px 6px 5px;
}

.widget-title span.tools > a {
    display: inline-block;
    margin-left: 5px;
    color: #979797;
    font-size: 14px;
    text-decoration: none;
}

.widget-title span.tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: .6;
}

.widget-title .btn-group {
    margin-left:5px;
    margin-top: -2px;
}

.widget-title .btn-group .caret {
    margin-top: 8px;
    margin-right: 3px;
}

.widget-body {
    padding: 15px 15px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

/* charts & stats */
.chart, .pie, .bars {
    height: 300px;
}

.stat {
    margin: 0px;
    padding: 0px;
}

.item-list.table .percent {
    width: 30px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.item-list.table .title {
    padding-top: -5px;
}

.stat .title {
    margin-left: 10px;
    margin-right: 10px;
    font-size1: 13px;
}

.stat.good .percent  {
    color: #52e136;
    font-size: 16px;
    font-weight: bold;
}

.stat.bad .percent {
    color: #d12610;
    font-size: 16px;
    font-weight: bold;
}

.stat.ok .percent {
    color: #37b7f3;
    font-size: 16px;
    font-weight: bold;
}

/* general list for item with picture */
ul.item-list li .pic {
    height: 50px;
    width: 50px;
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
ul.item-list {
    margin: 0px;
    list-style: none;

}
ul.item-list li {
    padding: 8px 3px;
    list-style: none;
    border-top: 1px solid white;
    font-size: 12px;
    background: #f8f8f8;
    margin-bottom: 5px;
    margin-right: 8px;
    float:right;
    width: 32%;
}

ul.item-list li .label {
    color:#FFF;
    margin-left: 5px;
}
ul.item-list li  span  {

    color: #000;
    margin-right: 8px;

}

/* general purpose block with css3 gradient background */
.block {
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
}

/* metro dashboard stats */
.metro-overview-cont {
    padding-top:0px;
    margin-bottom: 15px;
}
.metro-overview {
    clear: both;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    margin-bottom: 5px;
    box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
}

.metro-overview .display {
    margin-left: 5px;
    float: right;
    font-size: 30px;
    color: #fff;
}

.metro-overview .percent {
    color: #fff;
    font-size: 17px;
}

.metro-overview .details {
    color:#fff;
    text-align:left;
}

.metro-overview .details .title {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 6px;
}
.metro-overview .details .title i {
    color: #fff;
    margin-right: 2px;
}
.metro-overview .details .numbers {
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}
.metro-overview .progress {
    height: 5px;
    margin-bottom:10px !important;
    width: 100%;
}

/* mini chart and bar containers  */
.bar-chart {display: none}
.line-chart {display: none}

/* custom label and badges */
.notify-row .badge {
    position: absolute;
    top: -5px;
    z-index: 100;
    left: 1px;
    font-family: tahoma;
}
.badge {
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 2px 6px;
}
.label {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    padding: 5px !important;
}

.label-success, .badge-success {
    background-color: #87bb33;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87bb33), color-stop(100%, #87bb33));
    background-image: -webkit-linear-gradient(top, #87bb33, #87bb33);
    background-image: -moz-linear-gradient(top, #87bb33, #87bb33);
    background-image: -ms-linear-gradient(top, #87bb33, #87bb33);
    background-image: -o-linear-gradient(top, #87bb33, #87bb33);
    background-image: linear-gradient(top, #87bb33, #87bb33);
}

.label-warning, .badge-warning {
    background-color: #fcb322;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb322), color-stop(100%, #fcb322));
    background-image: -webkit-linear-gradient(top, #fcb322, #fcb322);
    background-image: -moz-linear-gradient(top, #fcb322, #fcb322);
    background-image: -ms-linear-gradient(top, #fcb322, #fcb322);
    background-image: -o-linear-gradient(top, #fcb322, #fcb322);
    background-image: linear-gradient(top, #fcb322, #fcb322);
}

.label-important, .badge-important {
    background-color: #e74955;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74955), color-stop(100%, #e74955));
    background-image: -webkit-linear-gradient(top, #e74955, #e74955);
    background-image: -moz-linear-gradient(top, #e74955, #e74955);
    background-image: -ms-linear-gradient(top, #e74955, #e74955);
    background-image: -o-linear-gradient(top, #e74955, #e74955);
    background-image: linear-gradient(top, #e74955, #e74955);
}

.label-info, .badge-info {
    background-color: #32c2cd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32c2cd), color-stop(100%, #32c2cd));
    background-image: -webkit-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -moz-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -ms-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: -o-linear-gradient(top, #32c2cd, #32c2cd);
    background-image: linear-gradient(top, #32c2cd, #32c2cd);
}

.label-normal, .badge-normal {
    background: none !important;
    color: #2c2c2c !important;
}

.label-mini {
    font-size: 11px;
}

/*progress bar*/
.progress {
    height: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*pre loader list */
.list_items > li {
    padding: 0 0 12px 16px;
}
/*pagination */
.pagination {
    margin: 10px 0;
}

/*slider*/
.slider {
    margin-bottom: 40px;
    margin-top: 20px;
}
.slider label {
    cursor: text;
}
.jslider .jslider-value {
    border: 1px solid #CDCDCD;
    border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}
.jslider .jslider-value, .jslider .jslider-label, .jslider .jslider-scale ins {
    font-size: 12px !important;
}
.jslider .jslider-bg i {
    height: 6px !important;
}
.jslider .jslider-value {
    padding: 3px 0px 0 5px !important;
    top: -28px !important;
}
.jslider_round_plastic .jslider-pointer {
    height: 23px !important;
    margin-right: -12px !important;
    width: 23px !important;
}
.jslider .jslider-pointer {
    background-position: 0 -58px !important;
    top: -6px !important;
}
.jslider .jslider-pointer {
    background-position: 0 -58px !important;
    top: -6px !important;
}
.jslider .jslider-pointer-hover {
    top: -8px !important;
    background-position: -22px -56px !important;
}
.jslider .jslider-value {padding: 3px 5px !important; }

/*font awesome icon style*/

.icon-style-list ul.unstyled li {
    /*border: 1px solid #EAEAEA;*/
    font-family: Titre, Tahoma, Geneva, sans-serif;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 13px;
    background: #eeeeee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.icon-style-list ul.unstyled li i {
    font-size: 16px;
    padding-left: 5px;
}

.icon-style-list h3, .icon-style-list h4 {
    font-family: Titre, Tahoma, Geneva, sans-serif;
}

ul.icons {
    list-style-type: none;
    text-indent: -0.75em;
    margin-right: 25px;
}
/*alpha listing*/
.upper-alpha {
    list-style: upper-alpha;
}
/*roman list*/
.roman-list {
    list-style: upper-roman;
}
/*glyphicons icon style*/
.the-icons {
    list-style: none;
    margin-right: 0;
}

.the-icons li {
    float: right;
    line-height: 25px;
    width:20%;
    line-height: 30px;
}

/*buttons style*/

.btn{
    border-radius: 0;
    background: #e8e8e8;
    outline: none;
    font-size: 12px !important;
    font-family: Titre !important;
}
.btn:hover{
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn:last-child {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.btn-primary{
    background: #2fade7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1DA4E7;
}

.btn-success{
    background: #87bb33;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled],
.btn-group.open .btn-success.dropdown-toggle{
    background-color: #70BB2E;
}
.btn-info{
    background: #22c0cb;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled],
.btn-group.open .btn-info.dropdown-toggle{
    background-color: #15B4CB;
}
.btn-warning{
    background: #fb9800;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled],
.btn-group.open .btn-warning.dropdown-toggle{
    background-color: #FB8E13;
}
.btn-danger{
    background: #dc5d3a;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled],
.btn-group.open .btn-danger.dropdown-toggle{
    background-color: #DC4E3B;
}
.btn-inverse{
    background: #484848;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled],
.btn-group.open .btn-inverse.dropdown-toggle{
    background-color: #292929;
}
.btn-link {
    background: none;
    box-shadow: none;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child,
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle{
    border: 1px solid #ddd;
    border-radius: 0px;
}

.uneditable-input {
    width: 135px;
}

.switch-form input {
    width: 110px;
}


/*form element */

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .fileupload-new .input-append .btn-file {
    border: 1px solid #ddd;
    border-radius: 4px !important;
    box-shadow: 2px 3px 2px 2px #c5a2ce !important;
    padding: 4px 6px;
}
select:focus{
    border: 1px #00bcdd solid;
    border-image: linear-gradient(45deg, #00bcdd 0%, #ff00ff 100%);
    border-image-slice: 1 1 1 1;
}

.chosen-choices input[type="text"] {
    border-radius: 4px !important;
    box-shadow: none !important;

}
ul.tagit input[type="text"] {
    box-shadow: none !important;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    background: #fff;
    border:1px solid #DDDDDD;
    box-shadow: none !important;
}

.form-horizontal .control-label {
    text-align: right;
}

/* icon buttons */
.icon-btn {
    height: 70px;
    width: 50px;
    margin: 10px 0px 10px 0px;
    padding: 16px 0px 0px 0px;
    font-size: 10px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0px 5px #ddd !important;
    -moz-box-shadow: 0 0px 5px #ddd!important;
    box-shadow: 0 0px 5px #ddd !important;
    display:block !important;
    color: #646464 !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    border: 1px solid #ddd;;
}

.ie8 .icon-btn:hover {
    filter: none !important;
}

.icon-btn:hover {
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #444 !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    box-shadow:0px 0px 0px #fff , 0 0 1px rgba(0, 0, 0, .6) inset !important;
}

.icon-btn i {
    font-size: 20px;
    color: #777 !important;
}

.icon-btn div {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px !important;
    font-family: Titre, Tahoma, Geneva, sans-serif;
}
.icon-btn  h3{  font:20px "Titre Font" ; line-height: 1px;  }

.icon-btn .badge {
    position: absolute;
    font-size: 10px !important;
    top: 26px;
    left: -8px;
    height: 14px;
    padding: 3px 7px;
    color: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: none;
    font-family: Titre, Tahoma, Geneva, sans-serif;
}

.icon-btn:hover .badge {
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.icon-btn i {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.icon-btn:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    color: #fff;
    opacity: 1;
}

/* custom dropdown */
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    text-shadow: none;
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 2, 1, 0.2);
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius:0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -moz-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clipp: padding;
    background-clip: padding-box;
    padding: 0px 0;
    margin:0px;
    list-style: none;
    text-shadow: none;
}

.dropdown-menu.opens-left {
    margin-top: 2px;
    margin-right: -88px;
}

.ie8 .dropdown-menu.opens-left {
    margin-right: -82px;
}

.dropdown-menu.extended {
    top:40px;
    min-width: 160px !important;
    max-width: 300px !important;
    width: 400px !important;
    max-height: 500px !important;
    overflow: auto;
}

.dropdown-menu.extended li a{
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
}

.dropdown-menu.extended .arrow{
    top:-14px;
    right: 10px;
    position: absolute;
    margin-top: 6px;
    margin-left: 12px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f3f3f3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.dropdown-menu.extended li i{
    margin-left: 3px;
}

.dropdown-menu.extended li a{
    padding: 10px !important;
    background-color: #fafafa !important;
}

.dropdown-menu.extended li a:hover{
    padding: 10px !important;
    background-color: #eeeeee !important;
}

.dropdown-menu.extended li p{
    padding: 10px;
    background-color: #eee;
    margin: 0px;
    color: #55008B;
}

.dropdown-menu.extended li a{
    padding: 7px 0 5px 0px;
    list-style: none;
    /*border-top: 1px solid white !important;*/
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
}
.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #EBEBEB !important;
}
.dropdown-menu.extended li:last-child a {
    border-top: 1px solid white !important;
    border-bottom: 1px solid #EBEBEB !important;
}

.dropdown-menu.inbox li a .photo img {
    float: right;
    height: 40px;
    width: 40px;
    margin-left: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: bold;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

/* star rating */
.rating {
    unicode-bidi: bidi-override;
    direction: ltr;
    font-size: 30px;
}
.rating span.star,
.rating span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating span.star:hover,
.rating span.star:hover {
    cursor: pointer;
}
.rating span.star:before,
.rating span.star:before {
    content: "\f006";
    padding-left: 5px;
    color: #999999;
}
.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #87bb33;
}



/* adjust uniform components */
.radio, .checkbox {
    padding-right: 0px !important;
}

.controls > .radio,
.controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0px !important;
    margin-left: 15px !important;
}

.controls > .radio.line,
.controls > .checkbox.line {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important;
}

.controls .text {
    display: block;
    margin-top: 5px;
}
.controls #desc
{
    width: 100%;
}
.controls input[type=text],.controls textarea,.controls input[type="number"]{
    width: 196px;
}

.checkbox  div.checker {
    margin-left: 2px !important;
}

.uploader{
    margin-top: 2px !important;
}

/* item block  */
.item {
    overflow: hidden;
    display: block;
}
.item:hover .zoom-icon{
    opacity:0.5;
    filter: alpha(opacity = 50);
}

/* zoom icon overlay on images */
.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
}

.zoom .zoom-icon {
    background-image:url("../images/overlay-icon.png");
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    filter: alpha(opacity = 0);
    top:0;
}

/* logo page */
#logo {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.login-header {
    background: url("../images/top-bg.jpg") repeat-x;
    border-width: 0;
    height: 85px;
    text-align: center;
}

#login {

    background:#e3e3e3;
    box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    width: 370px;
    margin: 70px auto 0;
    padding: 20px;
}

.login-btn {
    /*background: url("../images/login-btn.jpg");*/
    background-color: #52bad5;
    border: none;
    box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 0 1px #FFFFFF, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    border-radius: 9;
    -moz-border-radius: 9;
    -webkit-border-radius: 9;
    font-size: 16px;
    color: #fff;
    text-shadow: none;
    padding: 10px 0;
    width: 70% !important;
    display: block;
    margin: 0 auto;
    margin-top: 1px;
    height: 50px;
}

.indexCenterErrors{
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
}

.indexCompanyIcon{
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: 120px;
    padding: 5px;
}

.indexCompanyIcon img{
    display: block;
    height: auto;
    width: 250px;
    margin: 0 auto;
}

.login-btn:hover {
    opacity: 0.8;
    color: #fff;
}

#login .control-group {
    margin-bottom: -11px;
}

#login .form-actions {
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: -37px;
}

#login input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#login input[type=checkbox] {
    margin-top: -3px;
}
#login span.add-on {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    color: #828283;
    text-shadow: none;
}

#login input {
    padding: 10px;
}

#login i {
    color: #999 !important;
}

#login #forget-password {
    font-size: 11px;
}

#login-copyright {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    color: #999;
    font-size: 11px;
}

.control-wrap {
    width: 266px;
    display: inline-block;
    margin-bottom: 15px;
}

#login .lock {
    width: 100px;
    float: right;
    margin-top: 28px;
    font-size: 110px;
    vertical-align: middle;
}

#login .lock i {
    vertical-align: middle;
}

#forgotform #input-email {
    width: 312px;
}

/* style switcher */
#theme-change {
    position: fixed;
    width: 20px;
    height: 22px;
    overflow: hidden;
    top:70px;
    left: 0px;
    white-space: nowrap;
    padding: 5px 8px 5px 10px;
    background-color: #dcdcdc;
    z-index: 100;
    color: #737373;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius:  0px 5px 5px 0;
    border-radius:  0px 5px 5px 0;
}
.fixedmenu {
    position: fixed;
    overflow: hidden;
    top:100px;
    left: 0px;
    white-space: nowrap;
    z-index: 100;

    width:300px;
    height: 100%;;
}
.fixedmenu .sec{
    position: relative;




}

.fixedmenu .sec .theme-change    {
    white-space: nowrap;
    padding: 5px 8px 5px 10px;
    background-color: #dcdcdc;
    z-index: 100;
    color: #737373;
    -webkit-border-radius: 0px 5px 5px 0;
    -moz-border-radius:  0px 5px 5px 0;
    border-radius:  0px 5px 5px 0;
    width:150px;
    float: left;
    margin-left: -10px;
    margin-bottom: 5px;

}


.fixedmenu .sec .theme-change  h4 {


    font: 14pt  "Titre Font";
    margin: 0;
    padding: 0;
    color:#fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;

}
.fixedmenu .sec .theme-change  h4  img{
    width:32px;
}

.fixedmenu .sec    .innermenu{

    background-color: white;
    left: 170px;
    position: absolute;
    border-radius:3px;
    top:10px;

}


.fixedmenu .theme-change   .innermenu ul {

    list-style: outside none none;
    margin: 0;
    width: 125px;
}
.fixedmenu .theme-change  .innermenu ul li {
    display: block;
    padding: 10px 3px;
    border-right: 10px solid #96be2a;
    border-bottom: 1px solid #eee;

}
.fixedmenu  .theme-change  .innermenu ul li a {
    color: #7a7a7a;
    text-decoration: none;
    cursor: pointer;


}
.fixedmenu .theme-change.green{ background-color: #96be2a;}
.fixedmenu .theme-change.yellow{ background-color: #ffa723;}
.fixedmenu .theme-change.red{ background-color: #a47275;}
.fixedmenu .theme-change.blue{ background-color: #40bbea;}
.fixedmenu   .innermenu ul li a > i.green {
    color:#96be2a;
}
.fixedmenu   .innermenu ul li a > i.yellow {
    color: #ffa723;
}
.fixedmenu   .innermenu ul li a > i.red {
    color:#a47275;
}
.fixedmenu   .innermenu ul li a > i.blue {
    color:#40bbea;
}

#theme-change > i {
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    margin-top: 2px;
}

#theme-change:hover, #theme-change > i:hover {
    color: #737373;
}

#theme-change label {
    display: inline-block !important;
}

#theme-change .text {
    margin-left: 2px;
    font-weight: bold;
    font-size: 14px;
}

#theme-change .settings {
    display: none;
}

#theme-change .colors {
}

#theme-change .checker {
    display: inline-block !important;
    margin-top:-1px;
}

#theme-change .colors span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 1px -7px 1px;
    border: 2px solid #ddd;
    cursor: pointer;
}

#theme-change .layout {
    width: 100px;
    margin-top: 7px;
    margin-right: 63px;
    margin-bottom: 5px;
    display: block;
}

#theme-change .colors span.active, #theme-change .colors span:hover {
    border: 2px solid white;
}

#theme-change .colors .color-default {
    background-color: #30c0cb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#theme-change .colors .color-purple {
    background-color: #7265ae;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#theme-change .colors .color-gray {
    background-color: #4d4d4d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#theme-change .colors .color-navy-blue {
    background-color: #263849;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/* Circle stats admin lab */

.circle-wrap {
    text-align: center;
    margin-bottom: 20px;
    opacity: 1
}

.turquoise-color {
    background: #4cc5cd;
}

.red-color {
    background: #e17f90;
}

.green-color {
    background: #a8c77b;
}

.gray-color {
    background: #b9baba;
}

.purple-color {
    background: #c8abdb;
}

.blue-color {
    background: #93c4e4;
}

.stats-circle {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;

    box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 0px 1px #fff, 0 0 3px rgba(0, 0, 0, 0.2) inset;
}

.circle-wrap p {
    color: #888888;
    font-size: 13px;
    margin: 0;
}

.circle-wrap p strong {
    display: block;
    font-size: 18px;
    color: #777
}

.stats-circle i{
    display: inline-block;
    font-size: 3.5em;
    margin-top: 26px;
    text-shadow: 1px 1px 1px #999;
    opacity: .6;
}

.stats-circle i {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.stats-circle:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    color: #fff;
    opacity: 1;
}

.stats-circle span {
    display: block;
}

/* Square stats */

.square-state {

}

.square-state .icon-btn {
    margin-top: 0;
    margin-bottom: 20px;
}


/* Circle stats */
.knobify {
    border: 0 !important;
    width: 0px;
}
.ie8 .knobify {
    display: none;
}

.circle-stats {
    position: relative;
    margin: 10px 0px 10px 0px;
}

.circle-stat {
    padding:2px;
}

.circle-stat canvas {
}
.circle-stat:before,
.circle-stat:after {
    display: table;
    line-height: 0;
    content: "";
}
.circle-stat:after {
    clear: both;
}

.circle-stat .visual {
    display: inline-block;
    position: relative;
}

.circle-stat .details {
    display:block;
    margin-right: 5px;
    padding-top: 7px;
    clear: both;
    text-align: center;
}

.circle-stat .details .title {
    padding: 0px !important;
    font-size: 13px;
    text-shadow: 0 1px rgba(232, 232, 232, 0.75);
    color: #777;
}

.ie8 .circle-stat .details .title {
    margin-top:5px !important;
}
.ie8 .circle-stat .details {
    padding-top: 0px !important;
    margin-bottom: 5px !important;
}

.circle-stat .details .title i {
    margin-top:2px !important;
    color: #52e136;
    font-size: 16px;
}

.circle-stat .details .title i.down {
    color: #b63625;
}

.circle-stat .details .number {
    margin: 0px !important;
    margin-bottom: 5px !important;
    font-size: 18px;
    padding: 0px;
    font-weight: bold;
    text-shadow: 0 1px rgba(244, 244, 244, 0.85);
    color: #777;
}


/*circle state icon place */

.circle-state-overview .span3:first-child {margin-right: 20px;}

.circle-state-icon {
    background: url("../images/body-bg.png") repeat scroll 0 0 #F7F7F7;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    font-size: 38px;
    height: 38px;
    right: 15px;
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 15px;
    width: 38px;
    z-index: 10;
}
.circle-state-icon .turquoise-color {
    color: #4cc5cd;
}

.circle-state-icon .red-color {
    color: #e17f90;
}

.circle-state-icon .green-color {
    color: #a8c77b;
}

.circle-state-icon .gray-color {
    color: #b9baba;
}

.circle-state-icon .purple-color {
    color: #c8abdb;
}

.circle-state-icon .blue-color {
    color: #93c4e4;
}
.callLink{
    border-bottom: dashed 1px #00f;
    padding-bottom: 2px;
    cursor: pointer;
}
.callLink:hover i{
    color: #00f;
}
.callLink:hover{
    color: #2090ff;
}
.subMahiyatPlace{
    display: inline-block;

}

.addressDetailFields{
    margin-top: 25px;
    padding-right: 15px;
    border-right: solid 2px #ccc;
}
.starHolderMain{
    margin-top: 5px;
}
.addressDetailFields input, .addressDetailFields select{
    margin-right: -17px;
}
.addressDetailFields select{
    width: 210px;
}
.addressDetailFields input, .addressDetailFields select{
    background: #f7fdff;
}

.noSelectText{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

/*map stats*/

.map-stat {
    margin: 20px;
    display: block;
}
.map-stat:before,
.map-stat:after {
    display: table;
    line-height: 0;
    content: "";
}
.map-stat:after {
    clear: both;
}

.map-stat .visual {
    width: 70px;
    height: 60px;
    margin-left: 5px;
    display: block;
    float: right;
}

.map-stat .visual i{
    margin-top: 15px;
    display: block;
    font-size: 68px;
    color: #4d4d4d;
}

.map-stat .details {
    display: block;
    float: right;
    margin-right: 5px;
    padding-top: 0px;
}

.map-stat .details .title {
    margin: 0px 0px 5px 0px !important;
    padding: 0px !important;
    font-size: 12px;
    color: #878787;
}

.map-stat .details .title i {
    margin-top:2px !important;
    color: #52e136;
    font-size: 16px;
}

.map-stat .details .title i.down {
    color: #b63625;
}

.map-stat .details .number {
    margin: 0px !important;
    margin-bottom: 7px !important;
    font-size: 42px;
    padding: 0px;
    font-weight: bold;
    color: #35d1fe;
}

/*scroller padding*/
.scroller {
    padding-left: 10px;
}

/*jqvmap changes*/
.jqvmap-zoomin {
    background-color: #666 !important;
}
.jqvmap-zoomout {
    background-color: #666 !important;
}
.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px;
}


/* google maps */
.gmaps {
    height: 300px;
    width: 100%;
}

/* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.gmaps img {
    max-width: none;
}

#gmap_static div{
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height:100%;
    display:block;
    height: 300px;
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0px;
}

/* advance tables*/
.table-advance {
    margin-bottom: 10px !important;
}

.table-advance thead {
    color: #999;
}

.table-advance thead tr th{
    background-color: #DDD;
    color: #666;
}

.table-advance div.success, .table-advance div.info,
.table-advance div.important, .table-advance div.warning, .table-advance div.danger {
    position: absolute;
    margin-top:5px;
    float: right;
    width: 10px;
    height: 10px;
    margin-left: 20px !important;
}

.table-advance tr td {
    border-right-width: 0px;
}
.table-advance tr td:first-child {
    border-right-width: 1px !important;
}

.table-advance tr td.highlight:first-child a {
    margin-right: 15px;
}

.table-advance td.highlight div.success {
    border-right: 10px solid #87bb33;
}

.table-advance td.highlight div.info {
    border-right: 10px solid #87ceeb;
}

.table-advance td.highlight div.important {
    border-right: 10px solid #f02c71;
}

.table-advance td.highlight div.warning {
    border-right: 10px solid #fdbb39;
}

.table-advance td.highlight div.danger {
    border-right: 10px solid #e23e29;
}







/*gritter changes*/
.gritter-close {
    right:auto !important;
    left: 3px !important;
}

/* calendar and calendar form */
.external-event {
    display: inline-block !important;
    cursor:move;
    margin-bottom: 5px !important;
    margin-left: 5px !important;
}

/* fix full calendar title */

table.fc-header {float: left; direction: rtl}

.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
    margin-left: -1px;
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
    margin-right: -1px;
}

.has-toolbar .fc-header-right {
    padding-left: 50px !important;
}
.fc-header-title h2 {
    font-size: 13px !important;
    line-height: 20px;
    color: #111;
}
.event-form-title {
    margin-top:0px;
    margin-bottom: 13px;
    font-size: 13px !important;
    line-height: 20px;
    color: #111;
}

.fc-event-skin {
    border: 0px !important;
    background-color: inherit !important;
}

.fc-event.label {
    text-shadow:none !important;
    padding: 4px 4px !important;
}

.label-default  {
    background-color: #999 !important;
}

/* fix calendar title for ie8 and ie9 */
.ie8 .label-success, .ie9 .label-success {
    background-color: #5fd02c !important;
}

.ie8 .label-warning, .ie9 .label-warning {
    background-color: #fcb322 !important;
}
.ie8 .label-important, .ie9 .label-important {
    background-color: #ed4e2a !important;
}
.ie8 .label-info, .ie9 .label-info {
    background-color: #57b5e3 !important;
}
/* hide chosen search box */
.event_priority_chzn .chzn-search {
    display: none !important;
}

/* portlet tabs */
.widget-tabs .nav-tabs {
    position: relative;
    margin-top: -52px;
}

.widget-tabs .nav-tabs > li {
    /*float: left;*/
    /*border-top: 3px solid transparent;*/
}

.widget-tabs .nav-tabs {
    border-bottom: none;
    margin-left: 5px;
}

.widget-tabs .nav-tabs > li > a {
    padding-top: 9px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-left: 0px;
    margin-right: 0px;
    border-left: none !important;
    border-right: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: black;
}

.widget-tabs .nav-tabs > li:last-child > a {
    border-left:0;
}

.widget-tabs .nav-tabs > .active {
    border-top: 2px solid #4C4C4C;
}
.widget-tabs .nav-tabs > li {
    margin-right: -1px;
}
.widget-tabs .nav-tabs > li > a:hover, .widget-tabs .nav-tabs > li > a.active {
    margin-bottom: 0px;
    border-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}
.widget-tabs .nav-tabs > .active > a  {
    color: #555555;
    cursor: default;
    background-color: #fff;
}
.widget-tabs .widget-body.form {
    padding: 0px;
}

.widget-tabs .widget-body.form .tab-pane {
    padding: 15px;
    padding-top: 0px;
}

.widget-tabs .widget-body.form .nav-tabs {
    margin-top: -37px;
}
/*TodoList*/

.todo-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.todo-list li {
    padding: 1px 0 8px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #EBEBEB;
}

.todo-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
}

.todo-list li:last-child {
    border-top: none;
    border-bottom: none;
}

.todo-list li:before,
.todo-list li:after {
    display: table;
    line-height: 0;
    content: "";
}

.todo-list li:after {
    clear: both;
}

.todo-list .col1 {
    float:right;
    width:100%;
    clear: both;
}

.todo-list .col2 {
    float: left;
    text-align: right;
}

.todo-list .col1 .cont {
    float:right;
    margin-left:120px;
    overflow:hidden;
}

/*time line chat*/
.timeline-messages:before {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    right: 58px;
    top: 0;
    width: 2px;
}
.timeline-messages:before, .msg-time-chat:before, .msg-time-chat .text:before {
    content: "";
    right: 20px;
    position: absolute;
    top: -2px;
}
.timeline-messages, .msg-time-chat {
    position: relative;
}
.msg-time-chat:first-child:before {
    margin-top: 16px;
}
.msg-time-chat:before {
    background:#CCCCCC;
    border: 2px solid #FAFAFA;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    height: 10px;
    margin: 23px 47px 0 0px;
    width: 10px;
}
.msg-time-chat:hover:before {
    background: #87bb33;
}
.msg-time-chat:first-child {
    padding-top: 0;
}
.message-img {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    float: right;
    margin-left: 30px;
    overflow: hidden;
}
.message-img img {
    display: block;
    height: 44px;
    width: 44px;
}
.message-body {
    margin-right: 74px;
}
.msg-time-chat .text {
    background: #fbfbfb;
    border: 1px solid #E5E5E5;
    padding: 10px;
}
.msg-time-chat p {
    margin: 0;
}
.msg-time-chat .attribution {
    color: #666666;
    font-size: 11px;
    margin: 0px 0 5px;
}
.msg-time-chat {
    overflow: hidden;
    padding:8px 0;
}

.msg-in a{
    color: #22878E;
}
.msg-out a{
    color: #B14C4C;
}


/*Chats*/

.chats {
    margin:0;
    padding: 0;
    margin-top: -15px;
    margin-left: 10px;
}

.chats li {
    list-style: none;
    padding: 8px 0 5px;
    margin: 7px auto;
    font-size: 12px;
}

.chats li img.avatar {
    height: 45px !important;
    width: 45px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.chats li.in img.avatar {
    float: right;
    margin-left: 10px;
    margin-top: 0px;
}

.chats li .name {
    font-size: 13px;
    font-weight: 400;
}

.chats li .datetime {
    color:#adadad;
    font-size: 10px;
    font-weight: 400;
}

.chats li.out img.avatar {
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.chats li .message {
    color:#000;
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message {
    text-align: right;
    margin-right: 65px;
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 8px;
    right: -8px;
    width: 0;
    height: 0;

    border: 8px solid transparent;
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 8px;
    left: -8px;
    border: 8px solid transparent;
}

.chats li.out .message {
    border-left: 2px solid #b14c4c;
    margin-left: 65px;
    text-align: right;
}

.chats li.out .name,
.chats li.out .datetime  {
    text-align: right;
}


.chats li .message .body {
    border-radius: 3px;
    display: block;
    margin: 3px 10px;
    padding: 3px 10px;
    background: #FBFBFB;
    border:1px solid #ddd;

}


.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #eee;
    clear: both;
}

.chat-form .input-cont {
    margin-left: 55px;
}

.chat-form .input-cont input {
    margin-bottom: 0px;
}

.chat-form .input-cont input{
    border: 1px solid #ddd;
    width: 94%;
    margin-top:0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.chat-form .input-cont input {
    background-color: #fff !important;
}

.chat-form .input-cont input:focus{
    border: 1px solid #2FADE7 !important;
}

.chat-form .btn-cont {
    margin-top: -38px;
    position: relative;
    float: left;
}

.chat-form .btn-cont .btn {
    border-right: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 8px;
}

/*normal chat*/
.normal-chat .message {
    border: 1px solid #eaeaea;
    background: #fbfbfb;
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
    padding: 10px !important;
    border-radius: 5px;
}
.normal-chat li img.avatar {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    height: 45px;
    width: 45px;
}

.normal-chat li.in img.avatar, .normal-chat li.out img.avatar {
    margin-top: 0px;
}
.normal-chat li.in .message .arrow {
    /*    border-left: 8px solid #eaeaea !important;
    */}
.normal-chat li.in .message .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -12px;
    position: absolute;
    top: 15px;
    width: 0;
}
.normal-chat li.out .message .arrow {
    /*    border-right: 8px solid #eaeaea !important;
    */}
.normal-chat li.out .message .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    position: absolute;
    left: -12px;
    top: 15px;
}

.normal-chat li.in .name {
    color: #FB9800 !important;
}
.normal-chat li.out .name {
    color: #2FADE7 !important;
}
.normal-chat li .datetime {
    color: #ADADAD;
    font-size: 11px !important;
    font-weight: 400;
}

/* Input icons */

/* input with right aligned and colored icons */
.input-icon input {
    padding-left: 25px !important;
}

.input-icon .input-info,
.input-icon .input-error,
.input-icon .input-warning,
.input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 3px;
    left: 25px !important;
    font-size: 16px;
}

.input-icon .input-info {
    color:#27a9e3;
}
.input-icon .input-error {
    color:#B94A48;
}
.input-icon .input-warning {
    color: #C09853;
}
.input-icon .input-success {
    color: #468847;
}

/* input with left aligned icons */
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 6px 10px 4px 2px;
    width: 16px;
    height: 16px;
    border1: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
}

.input-icon.left input {
    padding-right: 33px !important;
}
/* Modify tags input plugin css */
div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important;
}

div.tagsinput span.tag {
    background: #22C0CB !important;
    color: #fff !important;
    border: 0 !important;
    padding: 3px 6px !important;
    margin-bottom: 4px !important;

}

div.tagsinput input {
    padding: 3px 6px !important;
}

div.tagsinput span.tag a {
    color: #fff !important;
}

div.tagsinput .not_valid {
    color: #fff !important;
    padding: 3px 6px !important;
    background-color: #e02222 !important;
}

/* File uploader plugin css changes */

.fileupload .close {
    position: relative;
    top:4px !important;
}

/*Form wizard*/

.form-wizard .progress {
    margin-bottom: 30px;
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px;
}

.form-wizard .steps .navbar-inner {
    background-color: #fff !important;
    background-image: none !important;
    filter:none !important;
    border: 0px;
    box-shadow: none !important;
}

.form-wizard .steps .navbar-inner li a {
    background-color: #eee !important;
    background-image: none !important;
    filter:none !important;
    border: 0px;
    box-shadow: none !important;
    border-radius:30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.form-wizard .step:hover {
    text-decoration: none;
}

.form-wizard .step .number {
    background-color: #ccc;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 25px !important;
    margin-left: 10px;
    -webkit-border-radius: 0px 30px 30px 0  !important;
    -moz-border-radius: 0px 30px 30px 0  !important;
    border-radius: 0px 30px 30px 0  !important;
}

.form-wizard .navbar .nav > li > a {
    padding: 0;
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.form-wizard .active .step .number {
    background-color: #87bb33;
    color: #fff;
}

.form-wizard .active .step .desc {
    font-weight: 400;
}

.form-wizard .step i {
    display: none;
}

.form-wizard .done .step .number {
    background-color: #E74955;
    color: #fff;
}

.form-wizard .done .step .desc {
    font-weight: 400;
}

.form-wizard .done .step i {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
}

.form-wizard .tab-pane h4 {
    margin-bottom: 20px !important;
}

.form-wizard .tab-pane .chzn-container {
    position: absolute !important;
}

/*Pricing table*/

.pricing-table {
    border: 1px solid #ddd;
}

.pricing-head {
    text-align: center;
}
.pricing-title {
    text-align: center;
    padding: 0px 0 30px 0;
}
.pricing-head h3 {
    background:  #797979;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.green .pricing-head h3 {
    background:  #93bf40;
    border-bottom: 1px solid #598011;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.pricing-head h3 span, .pricing-head h4 span {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}
.pricing-head h4 {
    background:#797979;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin:0;
}
.green .pricing-head h4 {
    background:#93bf40;
    border-top: 1px solid #b6e858;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    padding: 25px 0 10px 0;
    margin:0;
}

.pricing-head span.note {
    display: inline;
    font-size: 17px;
    line-height: 0.8em;
    position: relative;
    top: -28px;
}

.pricing-table:hover {
    border-color: #93bf40;
}

.pricing-table ul {
    margin: 15px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.pricing-table ul li {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 2em;
    padding: 1em 0;
    text-align: center;
}

.pricing-table ul li i {
    position: absolute;
    margin-left: 0px;
    margin-top: -2px;
    margin-right: -17px;
    color: #35aa47;
    font-size: 16px;
}
.price-actions {
    border-top: 1px solid #DDDDDD;
    padding: 1.15em;
    text-align: center;
}

.pricing-table.selected {
    background-color: #35aa47;
}

.pricing-table.selected:hover {
    border-color: #ddd;
}

.pricing-table.selected .desc {
    border-bottom-color: #fff;
}

.pricing-table.selected h3,
.pricing-table.selected .desc,
.pricing-table.selected ul li,
.pricing-table.selected ul li i,
.pricing-table.selected .rate {
    color: #fff;
}


/* Date tables plugin changes */
.dataTable {
    clear: both;
    margin-top: 5px;
}

.dataTables_filter label {
    line-height: 32px !important;
}

.dataTables_paginate,
.dataTables_filter {
    float: left;
}


/*faq list*/
ul.faq-list li {
    line-height: 30px;
}
ul.faq-list li a{
    background: #eee;
    margin-bottom: 1px;
    color: #868686;
}
ul.faq-list li a:hover, ul.faq-list li a.active{
    margin-bottom: 1px;
    color: #fff;
}


/*mail-btn*/

.mail-btn .btn {
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
    box-shadow: none;
}
.mail-btn .btn:hover, .mail-btn .btn:focus {
    background: none;
    box-shadow: none;
}

.mail-btn .btn-group > .btn + .btn {
    margin-right: 0;
}

/*alert*/
.alert {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*error*/

.error-page {display: block; text-align: center;}

.error-page h1 {color: #adafb2; font-size: 30px; font-weight: bold; line-height: 50px; padding: 20px 0}

.error-page h1 strong {color: #adafb2; font-size: 60px; font-weight: bold}

.error-page p {color: #adafb2; font-size: 20px; font-weight: bold;}

/*profile*/
.profile-pic {
    display: block;
    margin-bottom: 10px;
}
.nav-stacked > li > a {
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

/*gallery*/

.thumbnail {
    border:none;
    border-radius:0;
    box-shadow: none;
    line-height: 20px;
    padding: 5px 0;
}

/*accordion-group*/

.accordion-group a {
    text-decoration: none;
}

.accordion-group {
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

/*tab*/

.tabbable-custom .nav-tabs > li > a {
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}

/*table*/

.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
    border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
    border-radius: 0 0 4px 0;
}

.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 0 4px;
}

/*CKEditor*/

.cke_button, .cke_toolbox, .cke_toolbar {
    float: right !important;
}

.cke_editable {
    float: right !important;
    text-align: right !important;
    direction: rtl;
}

/*lock*/

#lock-body {
    background: url("../images/bg-grey.jpg") !important;
}

.lock-header {
    margin-top: 50px;
    text-align: center;
}

#lock {
    background: #fff;
    margin: 50px auto 0;
    padding: 10px 0;
    width: 420px;
}

.lock-title {
    text-align: center;
}

.lock-title i, .lock-title h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.lock-title i {
    font-size: 25px;
    padding: 0 5px;
}

.lock-avatar-row {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}

.lock-round {
    border: 10px solid #5ACED6;
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -khtml-border-radius: 300px;
    display: inline-block;
}
.lock-avatar-row img {
    border-radius: 300px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -khtml-border-radius: 300px;
}

.lock-identity {
    text-align: center;
    display: block;
    width: 100%;
}

.lock-identity h3 {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 22px;
}

.lock-form-row {
    display: block;
    margin-top: 20px;
}
.lock-form-row i {
    text-shadow: none;
    color: #fff;
}
.lock-form-row .tarquoise{
    margin-right: 10px;
    box-shadow: none;
}

.lock-form-row input {
    width: 206px;
    height: 20px;
    padding: 1px 5px;
}
.lock-form-row .btn {
    height: 24px;
}
.lock-form-row .input-append {
    margin-bottom: 10px;
}
/*coming soon*/

#coming-body {
    background: url("../images/bg-denim.png") !important;
}

.coming-soon {
    margin-top: 50px;
    text-align: center;
    color: #c6c6c6;
}

.coming-soon h1 label{
    color: #2fbfca;
    display: inline;
    font-size: 40px;
}
.coming-soon h1 span{
    color: #facc5f;
    font-size: 60px;
}
.coming-soon h1 {
    font-family: Titre, Tahoma, Geneva, sans-serif;
}

.coming-soon .input-append {
    width: 100%;
}

.coming-soon .input-append input {
    padding: 3px 10px;
}

.coming-soon .input-append .submit-btn{
    padding: 2px 10px;
    border-radius: 0;
    text-shadow: none;
    border: none;
    height: 37px;
    margin: 0 10px;
}
.coming-soon .input-append .submit-btn:hover{
    background: #000;
    color: #d1d3d3;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;

}

.circles {
    display: block;
    height: 152px;
    margin: 50px auto 50px !important;
    width: 800px;
}

.email-address {
    width: 40%;
    height: 27px !important;
}

.twt-txt {
    color: #c6c6c6;
    direction: rtl;
}


ul.social-link, ul.social-link li {
    display: inline-block;
}

ul.social-link li {
    list-style: none;
    margin: 0 5px;
    line-height: 33px;
}

ul.social-link li a {
    background: #fff;
    padding: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #000;
    text-decoration: none;
}

ul.social-link li a:hover {
    color: #fff;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
}

/*tree view*/

.widget-body > .actions {
    float: left;
    margin: 6px 0 0;
    padding: 3px 0px 2px 5px;
}

/*blog*/
.blog{

    padding: 10px 0px;
    /*   border-bottom: 1px solid #ddd;*/

}

.blog img {margin-bottom: 10px; width: 100%}

.blog h2, .blog h2 a{
    color: #868686 !important;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.blog .date {
    display: block;
    text-align: center;
    width: 60px;
    margin-bottom: 10px;
    margin-left: 10px;;
}

.blog .date p{
    margin: 0;
    padding: 0px;
}

.blog .date .day {
    font-size: 13px;
}

.blog .date .month {
    color: #fff;
    font-size: 13px;
}

.blog ul {
    float: right;
    margin: 0 0px 10px 0px;
    padding: 5px;
    background: #f4f4f5;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}

.blog ul li { float: right; margin-left: 20px; list-style: none}

.blog ul li a { color: #868686; text-decoration: none;}
.blog .msg{

    padding: 10px;
    margin: 10px auto;
    background:  #f4f4f5;
    border: 1px solid #ddd;
    border-radius:3px;

}

.blog .btn {
    /*    background: #767676;*/

}

.blog-side-bar h2 {
    color: #3b3431;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.blog-side-bar ul {
    margin-top: 15px;
}
.blog-side-bar ul li {
    border-bottom: 1px solid #dfdfdf;
}

.blog-side-bar ul li:last-child {
    border-bottom: none;
}

.blog-side-bar ul li a {
    color: #837f7e;
    display: block;
    line-height: 35px;
    text-decoration: none;
}

.blog-side-bar ul li a i {
    font-size: 10px;
}

.blog-side-bar h5, .blog-side-bar h5 a {
    margin: 0;
    padding: 0;
    color: #4a4341;
    line-height: normal;
}

.blog-side-bar ul.tag {
    width: 100%;
    display: inline-block;
}

.blog-side-bar ul.tag li {
    float: right;
    margin-left: 10px;
    border-bottom: none;
    margin-bottom: 10px;
    line-height: 18px;
}

.blog-side-bar ul.tag li a {
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    padding: 0px 6px;

}

.blog-side-bar ul.tag li a:hover {
    background: #767676;
    color: #fff;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
}

.show-right {
    float: left !important;
}

.post-comment .color-red {
    color: #FF0000;
}


/*invoice-list*/


.invoice-list h5 {
    text-transform: uppercase;
}

.invoice-block {
    text-align: left;
}

ul.amounts li {
    border: 1px solid #eaeaea;
    padding:5px 10px;
    margin-bottom: 5px;
    background: #f1f1f1;
}

ul.amounts li span {
    float: left;
}

.invoice-list ul li span {
    float: right;
}

.invoice-date-range .control-group label, .invoice-date-range .control-group input {
    float: right;
}

.invoice-date-range .control-group label {
    width: 70px;
}

.invoice-date-range .control-group input {
    margin-left: 15px;
}

.billing-form label{
    width: 25%;
    float: right;
}

.invoice-input input {
    margin-bottom: 0;
}


.permsPagesW{
    overflow:hidden;
    width: 100% !important;
}


/*about us*/

.about-us h3 {
    text-align: center;
    padding-bottom: 30px;
}
.about-us h4 {
    padding-bottom: 10px;
}
.about-us h5 {
    padding-bottom: 5px;
    margin: 0;
}

.team-member, .team-member span{
    text-align: center;
}
.team-member span{
    color: #b6b6b6;
    text-transform: uppercase;
    display: block;
}

.team-member h3 {
    margin: 0;
    padding: 0;
}

.team-round {
    border: 10px solid #e3e3e3;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
    display: inline-block;
}
.team-member img{
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -khtml-border-radius: 500px;
}

.team-member ul {
    display: inline-block;
    margin: 10px 0;
}
.team-member ul li {
    display: inline-block;
}
.team-member ul li a {
    color: #d9d9d9;
    font-size: 35px;
    text-decoration: none;
}

.team-member p {
    text-align: right;
}

/*contact us*/
.contact-us h3 {
    text-align: center;
    padding-bottom:0px;
    margin:0;
}

.contact-us .feedback p {
    text-align: center;
}

.one-half {
    margin-left: 21px;
}

.feedback .control-group  {
    margin-bottom: 15px;
}

.contact-us p strong {
    float: right;
}


/*search result*/

.search-result label {
    width: 0px !important;
}

.search-result .controls {
    margin-right: 100px;
    float: right;
    margin-left: 10px;
}
.search-result label, .search-result input, .search-result button {
    float: right;
}

.classic-search {
    margin-bottom: 30px;
}

.classic-search h4 {
    margin-bottom: 3px;
}
.classic-search h4 a {
    color: #314558;
}

.file-search tr td img {
    float: right;
    padding-left: 10px;
}
.file-search tr td strong {
    display: block;
    padding-top: 5px;
}

.file-search tr td {
    vertical-align: middle;
}

.product-search {
    background: #F7F7F7;
    margin-bottom: 15px;
}

.product-text img {
    float: right;
    margin-left: 15px;
}

.product-text, .product-text .product-text-info {
    overflow: hidden;
}

.product-info {
    color: #616161;
    float: right;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.product-info span {
    color: #e18090;
    display: block;
    font-size: 25px;
    font-weight: 200;
    margin-top: 10px;
    text-transform: uppercase;
}

/*email templates*/

.mail-template li.color-terques {
    background: #42c1cd;
}

.mail-template li.color-red {
    background: #ea677e;
}

.mail-template li.color-green {
    background: #94be58;
}

.mail-template li.color-yellow {
    background: #facc5f;
}

.mail-template li.color-pest {
    background: #5b958e;
}

.mail-template li.color-purple {
    background: #af86cb;
}

.mail-template li.color-blue {
    background: #59b3e6;
}

.mail-template li.color-orange {
    background: #e4944e;
}

.mail-template li.color-navy-blue {
    background: #176faa;
}

.mail-template li.color-deep-red {
    background: #e9523c;
}

.mail-template li {
    cursor: pointer;
    list-style: none;
    margin: 5px;
}

.mail-template li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/*editable table*/

.m-wrap.small {
    width: 160px !important;
}
.news{
    border-bottom: 1px solid  #ddd;
    clear: both;
}
.news h1 {
    font-size: 24px;
    margin: 0;
}

.news h5 {
    margin: 0;
}
.news a.view {
    font-size: 14px;
    font-style: italic;
}

/***
jQuery UI Datepicker(new in v1.2.2)
***/
.ui-widget-header select {
    padding: 2px !important;
    height: 30px;
    margin: 0 !important;
    margin-top: -1px !important;
}

.ui-datepicker.ui-widget-content {
    background: none !important;
    background-color: #eee !important;
}

.ui-datepicker .ui-widget-header {
    background: none !important;
    background-color: #ccc !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 28px;
}

.ui-widget-header .ui-icon {
    background-image: url(../assets/jquery-ui/images/ui-icons_888888_256x240.png) !important;
}

.ui-widget-header .ui-datepicker-next,
.ui-widget-header .ui-datepicker-prev {
    margin: 2px 2px 2px 2px;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-active {
    background-color: #F2F2F2 !important;
    border-color: #F2F2F2 !important;
    background-image: none !important;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #333;
}

.ui-datepicker .ui-datepicker-title span {
    display: inline-block;
    padding-top: 2px;
}

.ui-datepicker .ui-datepicker-calendar thead span {
    font-weight: 300 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

.ui-datepicker .ui-datepicker-week-col {
    font-weight: 400 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
}

.ui-datepicker tbody .ui-datepicker-week-col {
    text-align: center;
}


.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    font-weight: 300 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #333 !important;
    border-color:#DEDEDE;
    background-color: #DEDEDE !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    background-image: none !important;
    border-color:#87bb33;
    background-color: #87bb33 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    background-image: none !important;
    background-color: #cefb81 !important;
    border-color:#87bb33;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background-image: none !important;
    background-color: #87bb33 !important;
    border-color:#87bb33;
}

.ui-datepicker button.ui-state-default {
    background-image: none !important;
    background-color: #22C0CB !important;
    border-color: #22C0CB !important;
    color: #fff;
}

.ui-datepicker button.ui-state-hover {
    border-color: #22C0CB !important;
    background-color: #22C0CB !important;
    color: #fff !important;

}

.ui-datepicker button.ui-state-default.ui-priority-secondary {
    font-weight: 300 !important;
    font-size: 13px !important;
}

.ui-datepicker button.ui-state-default.ui-priority-primary {
    font-weight: 300 !important;
    font-size: 13px !important;
}

/*portlets*/


.widget-title > .tools, .widget-title > .actions {
    float: left;
    margin: 0;
    padding: 3px 0 2px 5px;
}

.widget-title .pagination.pagination-small {
    display: inline-block !important;
    float: left !important;
    margin: 6px 0 0 6px;
}


.widget-title > .actions > .btn.btn-mini {
    margin-top: 5px;
}
.widget-title > .actions > .btn-group > .btn.btn-mini {
    margin-top: 2px !important;
}

.widget-title > .actions > .btn-group > .btn.dropdown-toggle {
    margin-top: 0px;
}

.widget-title > .tools > a {
    color: #979797;
    text-decoration: none;
}

.widget-title div.tools {
    border-right: 1px solid #E0DEDE;
    float: left;
    margin: 2px 0 0;
    padding: 6px 10px;
}

/*edit table */

div.dataTables_length label {
    float: right !important;
    text-align: right !important;

    margin-left: 20px;
}

div.dataTables_paginate {
    float: left !important;
    margin: 0;
}

table.table thead .sorting {
    background-position: left !important;
}
/*datagrid*/
input[type="checkbox"]{
    border:none;
}
.dbgWaitClass{
    opacity: 0.4;
}
#dg_exportBar{
    display: none;
    margin-right: 30px;
    width: 300px;
}
#dg_exportBar b{
    font-weight: 100;
    float: right;
    margin-left: 10px;
    line-height: 20px;
}
#dg_exportBar select{
    font-size: 10px;
    float: right;
    margin-left: 10px;
}
#exportBut{
    float: right;
}
.dg_checkBox{
    float:none;
}
.dg_mainDiv_bs{
}
.dg_searchFld{
    margin-top: 10px;
    width: auto;
}
.dg_grid_bs{
    background-color:#ddd;
    margin: 0 auto;
    text-align: center;
    /*    border-bottom: 1px solid #ccc;
    */}
.dg_grid_bs select{
    border: 1px solid #ddd;
    float: none;
    font-size: 10px;
    margin: 0 auto;
    direction: rtl;
}
.dg_header_bs,.dg_header_bs a{
    font: 14px/14px Tahoma;
    height: 30px;
    color:#FFFFFF;
    background-color: #333;
    text-decoration:none;
    white-space:nowrap;
    text-align:center;
}
.dg_header_bs a:hover,.dg_nav_bs a:hover{
    color:#ddd;
}
.dg_arr_bs{
    font:9px Arial, Helvetica, sans-serif;
    vertical-align:top;
}

.dg_odd_bs,.dg_odd_bs a,.dg_even_bs,.dg_even_bs a{
    font:12px Tahoma;
    color: #000000;
    text-decoration:none;
    cursor:pointer;
}
.dg_odd_bs a:hover,.dg_even_bs a:hover{


}
.dg_odd_bs{
    background-color:#ffffff;
}
.dg_even_bs{
    background-color:#f9f9f9;
}
.dg_even_bs:hover,.dg_odd_bs:hover{
    background-color:#e5e5e5;
}
.dg_sum_bs{
    font: 18px/14px "B Mitra",Tahoma;
    height: 30px;
    color:#FFFFFF;
    background-color: #333;
    text-align:center;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dg_down_bs{
    background-color: #FF9 ;
    cursor:pointer;
    height: 25px;
    font: 11px Tahoma;
}
.dg_nav_bs,.dg_nav_bs a{
    font:14px Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration:none;
}
.dg_nav_bs a:hover{
    color: blue;
}
.dg_err_bs{
    font:11px Tahoma;
    color: #FF3300;
    background-color: #FFE8E8;
    padding:5px;
    border:1px solid #FF3300;
}
.dg_searchBar_bs{
    background: url(../images/dg_search_rep.jpg) repeat-x bottom #FFFFFF;
    width: 100%;
    height: 30px;
}
.dg_searchBar_bs input,.dg_searchBar_bs select,.dg_searchBar_bs #instant{
    float: none;
    margin-right: 2px;
    width: 150px;
    height: auto;
}
.dg_searchBar_bs input{
    width: 190px;
}
.dg_searchBar_bs select{
    font-size: 11px;
}
.dg_searchBar_bs label{
    font-size: 10px;
    position: relative;
    bottom: 3px;
}
.dg_searchBar_bs img{
    cursor: pointer;
    margin:0 2px;
}
.dg_searchField_bs{
    font:11px Tahoma;
    border:1px inset #cccccc;
    height: auto;
    float:none;
    width:150px;
}
.dg_pageNav{
    width: 100%;
    background:#ffffff;
    font-size: 11px;
    padding: 6px;
    text-align: center;

}


.datagrid  b{
    font-weight: 300;
    margin-top: 20px;

}
.datagrid  span{
    margin-top: 20px;
    float:auto;/* //change m.k for page log_stri.php*/
}
.datagrid   ul{
    margin-top: 20px;

    float: right;

    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.datagrid    ul li{
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
    cursor: pointer;
    list-style: none;
}
.datagrid    ul li:hover{
    color: #15B4CB;
}
.datagrid    ul li.limit{
    border: none;
    cursor: default;
    background: none;
}
.datagrid    ul li.selected{
    color: #15B4CB;

    background: #ddd;
}

dd,dt{
    line-height: 35px !important;
}
.seltab,.seltab:hover
{
    background-color: #32c2cd   !important;
    shadow:none !important;
    color:#ffffff  !important ;

}
.fac_title
{
    margin-bottom: 30px;
}
.barimg {
    float:  right ;
    margin-left: 20px;
    text-align: center;
}
.message_stage{
    background:#FFF;
    border: solid 2px #CCC;
    border-radius: 3px;
    margin: 5px auto;
    width: 90%;
    color: #000;
    padding: 10px;
}
@media print {
    body
    {
        background:#FFF;
    }

    p {
        font-size: 13px;
        color:#000;
    }
    .barimg {
        float:  right ;
        margin-left: 20px;
        text-align: center;
    }
    .printCode
    {
        margin: 100px 50px;
    }
}
.recivers{
    list-style-type: none;
    line-height: 8px;
}
#pContent{
    width: 960px;
    margin: 30px auto;
    border: 1px solid #CCC;
    padding: 10px;
    direction: rtl;
}
#pContent .pHeader  h3 {
    text-align: center;
}
#pContent .pHeader    table{
    border-collapse:collapse;
    margin: 10px auto;
    width: 100%;
}
#pContent .pHeader table td{
    padding: 5px 30px 5px 10px;
    text-align: center;

}
#pContent .tprint{
    border-collapse:collapse;
    margin: 10px auto;
    width: 100%;
}
#pContent  .tprint th{
    border: 1px solid #000;
    margin: 0;
    padding:5px 3px;
    color:#999;
    text-align: center;

}

.datagrid{
    overflow-x: scroll;
    width: auto;
    z-index:1500;
    font-size:13px;
    -webkit-overflow-scrolling: touch;
    clear: both;

}
.labelAnswNotBarSmallSize{
    text-align: center;
    display: block;
    background: #ffdddb ;
    padding: 10px 0;
    border-top:solid 1px #d8b6b4 ;
}
.notiSmallUlTogle{
    display: none;
}

.notiSmallUlTogle{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    padding-bottom: 5px;
}
.notiSmallUlTogle li{
    display: block;
    padding: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
    margin-top: 10px;
}
.alertShowBtnShrts{
    margin-top: -2px;
    margin-bottom: 2px;
}
#pContent  .tprint td{
    border: 1px solid #000;
    padding: 3px 30px 3px 0px;
    text-align: right;

}
.printTable{
    margin: auto;
    width: 100%;
}
.printDiv{
    text-align: center;
    width: 800px;
    margin: auto;
    border: solid 1px #CCC;
    padding: 10px;
}
.input-tiny{
    width: 30px;
}
.serial .tagit{
    width: 130px;
    background: #FFF !important;
}
.tagIT ul {
    background: #FFF !important;
}
.tagITspace ul {
    background: #FFF !important;
}
.fac_sum{
    width: 160px;
}
.dinline{  display:inline-block;width: 24.7%; }
.text-label{
    background:inherit !important;
    border: none !important;
    cursor: default !important;
}
.editFacTitle{
    background: #ffebd7 !important;
}
.addaccFacTitle{
    background: #e9ffe2;
}
.conflict{
    background: #ffe9eb;
}
.sc{
    overflow: scroll;


}
.gotoTop2{
    display: none;

}
.gotoTop2{
    bottom: 0;
    right: 0;
    position: absolute;
}
.footerBtnsSmallSizeHolder{
    background: #f00;
    bottom: 0;
    height: 30px;
    position: fixed;
    width: 100%;
    display: none;
    color: #fff;
}
.footerSmallSizeBtns{
    float: left;
    margin: 3px;
    cursor: pointer;
}
#lettTitle{
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    width: 400px;
    padding: 2px;
    margin-top: -4px;
    max-width: 80%;
}

.letterFavor{
    cursor: pointer;
}
.sell {
    background:#87bb33 !important;
    color: #FFF !important;
}
.buy {
    background:#2fade7 !important;
    color: #FFF !important;
}
.spre {
    background:#22c0cb !important;
    color: #FFF !important;
}
.bpre {
    background:#ff6c8d  !important;
    color: #FFF !important;
}
.bpre2 {
    color:#ff6c8d  !important;
}
.returned {
    background:#666 !important;
    color: #FFF !important;
}
.sell i,.buy i,.spre i,.bpre i,.returned i {
    color: #FFF !important;
}
#factorfeetext {
    position:absolute;
    margin:34px -109px 0 0;
}
.sell:hover   {
    background: #90c43c !important;
}
.buy:hover    {
    background: #40bef8 !important;
}
.spre:hover    {
    background: #39d7e2 !important;
}
.bpre:hover    {
    background: #fd83a4 !important;
}
.returned:hover  {
    background: #858585 !important;
}
.detailRefer{
}
.facView{
    margin: auto;
    width: 800px;
}
.facView td,facView th{
    padding: 10px;
    text-align: center;
}
.facPrint{
    margin:0 auto;
    width: 900px;
}
.facPrint td,facPrint th{
    padding: 4px;
    text-align: center;
}
.facPrintDate{
    float: left;
}
.facPrintTime{
    float: left;
}
.calendar
{

    border:1px solid #ddd;
    margin: 30px auto 10px auto;
    border-top:0px;
    width: 90%;
}
.calendar td {border:1px solid #ddd; overflow-y: auto; }
.calendar-day-head
{
    background-image: linear-gradient(to bottom, #fafafa, #efefef);
    padding: 5px;
    text-align:center;
}

.calendar-day{
    width: 150px;
    height: 150px;
}
.calendar td div.cell{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.calendar td div.cell p{
    padding-right: 10px;
}

.dash6 , .dash12{
    height: auto;
    margin-bottom: 50px;

}

.dash6 .widget-body {
    height: 370px;
    overflow: auto;
}

.dash12 .widget-body {
    height: 370px;
    overflow: auto;
}


.dash6 {
    width: 48%;
    float: right;
}

.dash12{
    width:96%;
    float: right;
}

.dashpad{
    padding:0px 50px 0px 0px;

}


.boxEntire{
    position: fixed !important;
    width: 100% !important;
    left:0px;
    right:0px;
    height: 2000px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 2000 !important;
    display: block !important;
    background-color: rgba(239, 239, 239, 0.42);
    vertical-align: middle !important;
    opacity:1;
    margin: 0 auto;
    top:60px;
}
.boxEntireFull{
    padding-right: 10px !important;
    width: 97% !important;
    padding: 2%;

}


#openmainmenu{
    display: none;
}
.hasPish{
    background-color: #cee8fd;
    color:#000;

}
.hasPish a{
    color:#000 !important;
}
.hasfu{
    background-color: blue;
    color:white;

}
.hasfu a{
    color:white !important;
}

.OC {
    float: left;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    padding: 3px;
    background-color: #ececec;
    cursor:pointer;
    border-radius:4px 4px 4px 4px;
}


.showEntire {
    float: left;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    padding: 3px;
    background-color: #ececec;
    cursor:pointer;
    border-radius:4px 4px 4px 4px;
}


.pabelSetting{
    left: 10px;
    top:62px;
    position: fixed;
    font-size: 2em;
    cursor: pointer;
    color:#2b2b2b;
    width: 40px;
    height: 40px;
}

.pabelSetting:hover{
    color:black;
}

.tickshowAll{
    padding: 17px 10px 15px 1px;
    cursor: pointer;
}

.tickshowAll:hover{
    background-color: #f7f7f7;
}

.deyMtn{
    padding: 12px 7px 12px 40px;
    background-color: white;
    display: inline-block;
    max-width: 75%;
    width: auto;
    min-width: 30%;
    margin-right: 48px;
    border-radius:5px;
    box-shadow:0px 0px 2px 1px #d8d8d8;
}



.dayH
{
    position: absolute;
    margin-top: -31px;
    margin-right: -8px;
    padding: 0px 9px 6px 15px;
    background-color: #939393;
    color:white;
    font-weight: bold;
    border-radius:5px 0px 0px 15px;
}


.dashCol{
    display: none;
}



.noflow{
    overflow:hidden !important;
}

.panel-refresh{
    float: left;
    margin: 0px 0px 0px 5px;
    font-size: 1.1em;
    padding: 3px;
    background-color: #ececec;
    cursor:pointer;
    border-radius:4px 4px 4px 4px;
}


.bestlink{
    text-decoration: none !important;
    cursor: pointer;
}


.calendar-day-np
{
    border: none !important;
    background: #ddd;
}
.width-50{
    width: 50%;
    text-align: right !important;
}
.width-50{
    width: 50%;
    text-align: right !important;
}
.right{
    text-align: right !important;
}
.left{
    text-align: left !important;
}
.width-100{
    width: 100%;
}
.margin-splitter {
    border-bottom: 1px solid #DDD;
    margin-bottom: 27px;
}
#description textarea{
    width:500px ;
}
.event_success ,.event_error{
    width: 90%;
    padding:5px 3px;
    color: #FFF;
    margin: 5px auto;
    border-radius:1px;
    font-size: 15px;
}
.event_success
{
    background: #87bb33;
}
.event_error{
    background: #e74955;
}
#sidebar > ul > li > ul.sub > li:hover {
    background: #00949f !important;
}
.sub_active {
    background: #00949f !important;
    border-left: 5px solid #48dbb7;
    border-right: 5px solid #48dbb7;
}
.displaynone {
    display: none !important;
}
.reciversUl{
    list-style: none;
    display: initial;
}
.reciversUlRefs{
    list-style: none;
    display: initial;
    opacity: 0.8;
}
.reciversUl div{
    border-radius: 5px;
    margin-top: -5px;

}
.readIcon{
    cursor: pointer;
}
#referDetail{
    border: solid 1px #CCC;
    position:absolute;
    width: 300px;
    height: 80px;
    padding: 5px;
    background: #FFF;
    z-index:1000;
    top:0px;

    box-shadow: 4px 2px 10px #DDD;
}
.factorStore {
    background:#f7f7f7;
    width: 240px;
    border: solid 1px #CCC;
    padding: 5px;
    z-index:1000;
    top:0px;
    right:0px;
    box-shadow: 4px 2px 10px #DDD;
    padding: 15px 15px 25px 15px;
}
.close-sd {

}
.tipTextarea{
    width: 70%;
}
.rowfluidCus{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.span6{
    width: 100%;
}
. nicEdit-pane{
    direction: ltr;
}
.desc_pay{
    width: 500px !important;
    height: 20px;
}
.ltr{
    direction: ltr;
}
.pro_preview th, .pro_preview td{
    line-height: 13px;
    padding: 5px;
}
.pro_preview .pCHK {
    font-weight: bold;
    direction: ltr;
    text-align: left;
}
#ppreview_toolbar * {
    margin: 5px;
}
.brLittle{
    margin-top: 10px;
}
.noserial {
    position:absolute;
    padding: 2px 6px !important;
}
.re_serial {
    padding: 2px 6px !important;
}
.searchDG{
    height: 28px;
    cursor: pointer;
    margin-bottom:10px;
    margin-right: -5px;

}
.floatLeft{
    float: left;
}
.FilterLetter{
    float: right;
}
.searchTitle{
    color: #Ff5806;
    padding-left: 20px;
    font-weight: bolder;
    float: left;
}
.font_black{
    color: #000;
    float: left;
    padding: 5 0px 0 5px;
}
.close_it{
    float: left;
    width: 20px;
    padding: 5 0 0 5px;
    cursor: pointer;
}
.clear {
    clear: both;
}
.msgBody{
    overflow: auto;
}
.msgBody ul li{
    list-style-type:initial !important;
    padding: 0;
    margin: 0;
}
.spaceBr{
    margin-top: 20px;
}
.dayInMonth{
    width: 40px;
    text-align: center;
    font-size: 5px;
    display: inline-flex;
    cursor: pointer;
}
.pro_brand td {
    text-align: center;
    font-weight:bold;
    background: #FFF;
    color: #c55e51;
}
.greenhover td:hover {
    background: #62ffff !important;
}
.vhead {
    line-height: 31px;
    margin-left: 0;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-top: 9px;
    color: #22878e;
}
.printChk {
    margin: 0 !important;
}
.lightGray {
    background: #f3f3f3;
}
.catItems{
    float: right;
    padding: 5px 10px 5px 10px;
}
.catItems{
    float: right;
    padding: 5px 10px 5px 10px;
}

#ppreview_toolbar label {

}
.localClock{
    width: auto;
    height: 40px;
    border: none;
    background: initial;
}
.frameItems{
    padding: 5px;
}

.closeEventPop{
    display: none;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    background: #ddd;
    cursor: pointer;
}
.eventHolderSub{
    overflow: hidden;
    max-height: 100%;

}
.dateFilterDiv{
    padding: 10px;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.parrent_file{
    background-color: #e6f7ff;
    max-width: 650px;
    padding: 6px 10px;
    position: relative;
    min-height: 35px;
    border-radius: 5px;
    margin-top: 10px;
    border: solid 1px #c9dadc;

}

.small_a_link img{
    vertical-align: inherit !important;

}
.timeSentTasks{
    padding: 1px 5px ;
    background: #ddd;
    border-radius: 5px;
    font-size: 10px;
}
.calenderCellSub2 p{
    padding-bottom: 0 !important;
}



.eventsHolderShow{
    display: block !important;
    position: fixed;
    width: 38%;
    height: 200px;
    right: 35%;
    background: #ccc;
    border-radius: 5px;
    top:20%;
}
.haveEventCal{
    display: none;
    background: #FEA;
    border-radius: 5px;
    padding-right: 3px;
    font-size: 11px;
    clear: both;
}
.clockpicker-popover .clockpicker-span-hours{
    float: none !important;
    padding: 0px;
    margin: 0px;
}
.clockpicker-popover .clockpicker-span-minutes{
    float: none !important;
    padding: 0px;
    margin: 0px;
}
.clockpicker-popover .popover-title{
    direction: ltr;
}
.left_align{
    text-align: left !important;
}
.remItem{
    padding: 0px;
    background: #99C2EB;
    margin: 5px;
    font-size: 12px;
}
.dayCellMore{
    background: #8cb6e1;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellMore:hover{
    background: #9dc7f2;
}
.dayCellMore a{
    color: #FFF;
}
.dayCellMoreLetter{
    background: #FF66CC;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellMoreLetter:hover{
    background: #FF99CC;
}
.dayCellMoreLetter a{
    color: #FFF;
}
.factorSevSecHolder{
    padding: 15px;
}
.facServSupFee{
    text-align: left;
    direction: ltr;
}
.factSerTitleInp{
    width: 90%;
}

.facItemRow{
    padding: 5px;
}
.facItemRowRight{
    float: right;
    width: 200px;
}
.servItemInCal{
    width:94%;
    padding:2px 5px;
    display:block;
    background-color:#b2ff5d;
    margin-top:2px
}
.facItemRow{
    overflow: hidden;
}
.factRowSubRight1{
    float: right;
    width: 60%;
}
.factRowSubRight2{
    float: right;
    width: 40%;
}
.factRowHolder{
    padding: 9px;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}
.factRowHolderHeader{
    font-weight: bold;
}


.dayCellLess{
    background: #FA8E99;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellLess:hover{
    background: #ffa0ab;
}
.dayHoliday{
    background: #e8e8e8;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    border-radius: 2px;
}
.dayCellLessLetter{
    background: #FFCC66;
    border-bottom: solid 1px #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellLessLetter:hover{
    background: #FFE0A3;
}

.dayCellMoreOppor{
    background: #a7bb33;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellMoreOppor:hover{
    background: #a7dd66;
}
.dayCellMoreOppor a{
    color: #FFF;
}
.dayCellLessOppor{
    background: #a7dd99;
    border-bottom: solid 1px #FFF;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
}
.dayCellLessOppor:hover{
    background: #a7dd66;
}

.TodaySelected{
    background: #73d5f3;
}
.icnReminder{
    width: 15px;
    padding-left: 5px;
}
.icnLetter{
    width: 23px;
    padding-left: 5px;
}
.remindFrametext{
    padding: 10px;
    background: #FFF;
    margin: 5px;
    border: solid 2px #EEE;
    color: #000;
}
.table-hover-custom tr:hover >td {
    background: #FFF !important;
    color: #009999 !important;
    border-bottom: 1px solid #009999;
    border-top: 1px solid #009999;
}
.virtual_tabs li {
    list-style: none;
    float: right;
    padding: 10px;
    text-decoration: none;
    border: 1px solid #FFF;
    color: #22878e;
}
.virtual_tabs li a {
    text-decoration: none;
    color: inherit;
}
.virtual_tabs li.active {
    border: 1px solid #CCC;
    color: #000 !important;
    font-weight: bold;
}
.custom_pageNav ul li a {
    display: block;
    padding: 4px 12px;
}
.custom_pageNav ul li  {
    padding: 0;
}
.p_search {
    margin: 0 auto;
    display: table;
}
.select-auto{
    width: auto;
}
.ContentFactorArea{
    width: 800px;
}
.off{
    display: none;
}
fieldset#buyer, fieldset#seller {
    height: 100px;
    overflow: hidden;
    transition: all ease 1s;
    width: 47% !important;
    margin-top:-40px;
}
fieldset#buyer legend, fieldset#seller legend{
    margin: 0 !important;
}
fieldset#buyer .control-group, fieldset#seller .control-group{
    margin: 15px 0 !important;
}
fieldset#fa_mod {
    width: 99% !important;
}
fieldset#fa_mod .control-label, fieldset#buyer .control-label, fieldset#seller .control-label {
    width: 217px;
}
.more_detail{
    padding: 4px 10px;
    cursor: pointer;
}
.S_normal{
    background: #32c2cd;
}
.S_force{
    background: #fcb322;
}
.S_veryForce{
    background: #FF6565;
}
.cusBtnCartable{
    margin-top: -10px;
}
.kBaseTEaxtArea{
    height: 500px;
    width: 650px;
}
.kBaseTitle{
    width: 640px !important;
}
.input-wide{
    width: 800px;
}

.payMainDiv input{
    width: 197px;
}
.clockWidth{
    width: 200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.clockWidth ul{
    width: 200px;
}
.clockWidth ul li{
    font-size: 13px !important;
}
.childs{
    /*background: aliceblue;*/
}
.parents{
    font-weight: bold;
}
.dg_grid_table td{
    max-width: 350px;
}
#noPro {
    text-align: center;
    padding: 25px 0;
}
#total td {

}
#total {
    background: #FFF;
}
.left-text {
    text-align: left !important;
    text-indent: 3px;
}
.custom-table {
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.custom-table th {
    font-weight: normal;
}
.custom-table2 {
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.custom-table2 tbody {
    background: #FFF;
}
.div-center {
    width: 80%;
    margin: auto;
    border: solid 1px #DDD;
    padding: 10px;

}
.txtAreaComents{
    background: #FFF;
}
.tableShowEmps td{
    vertical-align: top;
}
.tableShowEmps{
    width: 100%;
}
.txtareaAdminComments{
    height: 200px;
    width: 99%;
}
.fieldSetEmps{
    padding: 10px;
    background: #FFF;
    margin: 10px;
}
.fieldSetEmps legend{
}
.empsMainDiv{
    padding: 20px;
    float: right;
    background: #f7f7f7;
    margin: 10px;

}
.empTitlesDiv{
    padding: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}
.empsMainDivJobHistory{
    padding: 20px;
    background: #f7f7f7;
    margin: 10px;
}
.AdminCommentsBotoom{
    position: fixed;
    padding: 10px;
    background: #FFF;
    border-top: solid 1px;
    min-height: 150px;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 15px #00214B;
}
.AdminCommentsBotoom select{
    width: auto;
}
.adminOptionsTbl th{
    text-align: left;
    vertical-align: central;
}
.adminOptionsTbl{
    width: 100%;
}
.width-100darsad{
    width: 100%;
}
ul.tagit{
    direction: ltr;
    overflow: hidden !important;
}
ul.tagit li.tagit-choice{
    float: none;
}
.chosen-rtl .chosen-choices li.search-choice{
    float: none;
    padding: 5px !important;
    margin-left: 5px !important;
    background: #f1e6fa !important;

}
.facProNam {
    direction: ltr;
    width: 320px;
}
.store_head {
    text-align: center;
}
.store_head label {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
@media print
{
    .serial_detail {
        font-size: 10px;
    }
    .serial_detail td {
        padding: 3px;
    }
}
.helpTips{
    color: blue;
    font-size: 11px;
}
.input-somini{
    width: 45px;
}
.makeAcDeactive{
    cursor: pointer;
    width: 22px;
}
.acc_tree {
    margin-right: 100px;
    margin-top:5px;
    position:relative;
}
.acc_popup {
    position: absolute;
    top:0;
    z-index:100;
    background: #EEE;
    box-shadow: 0 0 3px #333;
    padding: 5px;
}
.acc_popup .popup_item {
    padding: 0px;
    overflow: hidden;
}
.acc_popup .popup_item:hover {
    background: #DDD;
}
.acc_popup .popup_item .btn {
    float: right;
    width: 13px;
    padding: 4px 6px;
}
.acc_popup .popup_item div {
    float: right;
    padding: 5px;
    color: #000;
    cursor: pointer;
}

.acc_KbPosHold {
    position: absolute;
    top:0;
    z-index:100;
    background: #EEE;
    box-shadow: 0 0 3px #333;
    padding: 5px;
}
.acc_KbPosHold .popup_item {
    padding: 0px;
    overflow: hidden;
}
.acc_KbPosHold .popup_item:hover {
    background: #DDD;
}
.acc_KbPosHold .popup_item .btn {
    float: right;
    width: 13px;
    padding: 4px 6px;
}
.acc_KbPosHold .popup_item div {
    float: right;
    padding: 5px;
    color: #000;
    cursor: pointer;
}

.acc_fullname {
    padding: 5px 40px 7px 10px;
    background: #eeeeee url("../images/treeConector.png") no-repeat top right;
    cursor: pointer;
    color: #000;
    direction: ltr;
}
.task_fullname {
    padding: 5px 5px 7px 10px;
    background-color: #eeeeee;
    cursor: pointer;
    color: #000;
    border: 1px solid #CCC;
}
.acc_fullnameCon {
    background: #c4c4c4;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin-top: 0;
    padding: 5px;
}
.acc_fullname:hover,.task_fullname:hover {
    background-color: #339999;
    color: #FFF;
}
.shadow {
    box-shadow: 0 0 3px #333;
    border-left: 8px solid #EEE;
}
.leaf_fullname {
    padding: 5px 40px 7px 10px;
    background: #038c97 url("../images/treeConector.png") no-repeat top right;
    cursor: pointer;
    color: #FFF;
}
.leaf_fullname:hover {
    background-color: #038c97;
    color: #FFF;
}
.acc_tree input {
    margin: 0;
}
.acc_bank,.acc_type {
    width: auto;
    margin: 0;
}
.acc_num {
    margin-right: 28px !important;
}
.acc_active {
    background-color: #229999 ;
    color: #FFF;
}
.acc_active:hover {
    background-color: #777;
    color: #FFF !important;
}
.popup_back {
    background: #f7f7f7;
}
.popup_margin {
    margin: 30px 0 !important;
}
.ContinueMessage{
    background:#f7f7f7;
    padding: 10px;
    border-bottom: solid 1px #CCC;
    text-align: center;
    cursor: pointer;
}
.ContinueMessage:hover{
    background: #eeeeee;
}
#payConBody{
    overflow: visible !important;
}
.smallest_text{
    font-size: 12px;
}
.pointer{
    cursor: pointer;
}
ul.tagit input[type="text"] {
    padding-left: 15px !important;
}
.attachFiles{
    background: aliceblue;
    width: 400px;
    padding: 5px;
    border-bottom: dotted 1px;
    margin: 5px;
}
.deleteFile{
    float: left;
    height: 25px;
    cursor: pointer;
}
.positive {
    background: #f7feec;
    margin: 0 !important;
    padding: 3px 5px;
    border: 1px solid #b5dcaa;
    direction: ltr;
}
.negative {
    background: #fff4f4;
    margin: 0 !important;
    padding: 3px 5px;
    border: 1px solid #dcc1c1;
    direction: ltr;
}
.btn-gray {
    background: #888888;
    color: #FFF;
    text-shadow: none;
}
.btn-gray:hover {
    background: #666;
    color: #FFF;
}
.btn-white {
    background: #FFF;
    color: #444;
    text-shadow: none;
}
.btn-inactive {
    cursor: default !important;
    background: #bddabd;
    color: #FFF;
    text-shadow: none;
}
.btn-inactive:hover {
    background: #bddabd;
    color: #FFF;
}
.cuted-acc {
    background-color: #339999 !important;
    color:#FFF;
}
.varizEvents{
    padding: 3px;
    width: 505px;
    height: 25px;
    border: solid 1px #DDD;
    padding-right: 5px;
    transition: all 0.5s;
    max-width: 100%;
}
.userEvents{
    padding: 3px;
    width: 400px;
    height: 25px;
    border: solid 1px #DDD;
    padding-right: 5px;
    transition: all 0.5s;
}
.eventHolder{
    height: 270px;
    overflow-y: auto;
}
.varizEvImg{
    margin: 0px;
    float: left;
    cursor: pointer;
}
.eventTitle{
    width: 600px !important;
}
.EvHolTable{
    font-size: 12px;
}
.EvHolTable td{
    border-bottom: dotted 2px #969efe;
}
.varizEvImgUp{
    margin: 0px;
    float: left;
    cursor: pointer;
}
.ui-menu-item a:hover{
    background: aliceblue !important;
    cursor: pointer;
}
.userForm textarea{
    height: 20px ;
}

.acc_balance {
    background: #FFF;
    font-size: 14px;
    font-weight: bold;
    color: #359999;
    padding: 12px;

}
.textalign_center {
    text-align: center;
    direction: ltr;
    font-size: 14px;
    font-weight: bold;
    background: #EFEFEF;
}

.off
{
    display: none !important;
}

.printAcive {
    background: #22878e;
}
.printAcive a {
    color: #FFF;
}
.printAcive:hover a {
    color: #333;
}
.dirltr  {
    direction: ltr;
}
.lack_red {
    background: #e6e6e6 !important;
    border-left: 3px solid #FE7979 !important;
}
#facpop table tr {
    border-left: 3px solid #87bb33;
}
.delReminder{
    padding: 0 10px 0 10px;
}
.copyAcc{
    cursor: pointer;
    display: inline-block;
    width: 18px;
}
.acc_type {
    width: 220px;
}
.input-ariz{
    width: 300px;
}
.break_page {
    page-break-after: always !important;
}
#accpop {
    text-align: center;
}
#accpop span {
    font-weight: bold;
}
.acc_holder {
    margin-top: 10px;
    padding: 15px;
    border-top: 1px solid #888;
    text-align: right;
    overflow: hidden;
}
.acc_holder div {
    cursor: pointer;
    padding: 5px;
    border-radius: 3px;
    font-weight: normal !important;
    color: #222;
    float: right;
    margin: 6px;
}
.acc_holder div:hover {
    background: #f5f5f5;
}
.acc_holder div span {
    padding: 0 6px;
}
#from_acc div {
    border: 1px solid #87bb33;
}
#to_acc div {
    border: 1px solid #49afcd;
}
#accPage  {
    padding: 10px;
}
#accPage input  {
    margin: 0;
}
.split {
    margin-top: 10px;
}
.split-custom {
    margin: 20px 0;
}
.loginAlert{
    background: aqua;
    width: 500px;
    height: 500px;
    position: fixed;
    z-index:99;
    left:30%;
    top:30%;
    border-radius: 10px;
}
.letterDetailTable th{
    text-align: right;
}
.letterDetailTable td,.letterDetailTable th{
    padding: 7px !important;
    background: #FFF;
    border-bottom: dotted #CCC 2px;
}
.letterDetailTable{
    width: 92%;
    margin: 0px auto;
}
.tdSpliter{
    width: 10px;
    background: inherit !important;
    border-bottom: none !important;
}
.trSpliter{
    height: 10px;
    background: inherit !important;
    border-bottom: none !important;
}
.letterDetailTable td input,.letterDetailTable td select{
    margin: 0px;
}
.letterDetailTable td select{
    width: auto !important;
}
.letterDetailTable th{
    min-width: 50px !important;
}
.letterDetailTable td{
}
.timeInput{
    width: 45px;
}
.acc_holder input {
    margin: 0;
}
#green-alert {
    color:#6da119 ;
    border: 0 !important;
    float: none !important;
    text-align: center;
    margin-top: 20px;
}
#red-alert {
    color:#D84F4D ;
    border: 0 !important;
    float: none !important;
    text-align: center;
    margin-top: 20px;
}
.fromDG span,.toDG span {
    border: 1px solid #888;
    border-radius: 5px;
    padding: 3px;
    margin-left: 5px;
    margin-top: 0;
    color: #444;
}
.fromDG span {
    border-color:#87bb33 ;
}



.toDG span {
    border-color:#49afcd ;
}
.divBlank{
    background: #fff;
}
.padMerg0{
    padding: 0px !important;
    margin: 0px !important;
    width: auto !important;
}
.list-group {
    margin-top: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;

    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;



    float: right;
    width:19%;
    padding: 5px;
    overflow: hidden;
    height:38px;
}
.list-group-item  strong {
    font-size: 11px;
    float: left;
    color:#a3a3a3;











    margin-top: -10px;















}
.list-group-item  strong  i {
    font-size: 15px;


}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.info-custom {
    background: #f2f2f2;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.info-custom div {
    padding: 10px;
    color: #22878e;
    float: right;
    font-weight: bold;
}
.payFields{
    width: 100%;
}
.payFields th{
    text-align: right;
}
.custom-green {
    color: #7db129;
    font-weight: bold;
}
.custom-blue {
    color: #2d93b1;
    font-weight: bold;
}
.custom-table .chosen-container{
    background: #FFF;
}
.user_popup {
    padding-top: 25px !important;
}
.custom-popup {
    padding-top: 25px !important;
}
.custom-popup .control-group {
    margin-bottom: 14px;
}
.custom-popup .controls {
    margin-right: 105px !important;
}
.custom-popup .form-actions {
    padding-right: 105px !important;
}
.custom-popup .control-label {
    width:auto !important;
}
#exit_for input {
    margin: 0;
}
#task_show {
    padding: 10px;
}
#task_show .task_row {
    padding: 5px;
}
#task_show .task_row span {
    padding: 3px;
}
#task_show .task_row .task_time {
    color: #FFF;
    background: #999;
    font-size: 14px;
}
#exit_alert,#enter_alert,.direct2dash {
    position:fixed;
    z-index:1000;
    width: 500px;
    height: 200px;
    background: #fff;
    text-align: center;
    padding: 35px;
    box-shadow: 0 0 94px 50px #646464;
}
.changeStatus {
    position:fixed;
    z-index:1000;
    width: 300px;
    height: 120px;
    background: #f2f2ff;
    text-align: center;
    padding: 15px;
    border: solid 1px;
}
#exit_alert p,#enter_alert p {
    padding: 10px;
}
#exit_alert .alert-text,#enter_alert .alert-text {
    font-size: 16px;
}
/*#enter_alert .btn {
width: 44%;
}*/
#alert_back {
    position:fixed;
    width: 100%;
    height: 100%;
    z-index:999;
}
#exit_alert .alert-countdown {
    font-size: 40px;
    font-family: verdana;
    font-weight: bold;
}
#feeDesc,#feeCHQDesc{
    margin-right: 50px;
}
.paidTr td,.chosen-container,textarea{
}
.sumAll{
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.payFields,.chq_Fields{
    border-bottom: none !important;
}
.log-table td {
    padding: 1px 10px !important;
    border: 0;
}
.task_timer {
    width: 19%;
}
.green-log {
    color: #0faa0f;
}
.red-log {
    color: #b13131;
}
.DetailIcon{
    display: initial;
    cursor: pointer;
}
.FeeRows .fee{
    width: 180px;
}
.popUpDiv{
    background: #FFF;
    position:absolute;
    padding: 15px;
    box-shadow:0 14px 21px #c7c7c7;
    border: 1px solid #39c0cd !important;
}
.vfocus {
    border: 1px solid #39c0cd !important;
    border-bottom-color: #CCC !important;
}
.payFields .form-actions{
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 5px

}
.payFields .form-actions{
    display:none

}
.email-color{
    border: 1px solid #ddd;
    display: inline-block;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 5px;
    width: 17px;
}
.headerFund{
    background: #FFF;
}
.notStartedD{
    padding: 20px;
    text-align: center;
    min-height: 100px;
    color:#404040;
}
.delimage{
    position: relative;
    width: 50px;
    height: 50px;
    top:0px;
    background:green;
    color: #FFF;
}
.dg_pageNav_table ul {
    padding-bottom: 20px;
    padding-left: 10px;
}
.shiftTable{
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}
.shiftTable td{
    padding: 10px;
}
.posPro:hover{
    cursor: pointer;
    background: #EEE;
}
.posPro{
    padding: 5px;
}


input.pass-success,
select.pass-success,
textarea.pass-success {

    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.pass-error,
select.pass-error,
textarea.pass-error {

    background-color: #fff3f3;
    border: 1px solid #e9322d;

}

.parsley-errors-list {
    margin: 2px 2px 3px 0;
    padding: 0;
    list-style-type: none;
    font-size: 13px;
    line-height: 0.9em;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    color:#e9322d;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.shiftBrowse{
    background: #FFF;
    padding: 20px;
    margin-bottom: 20px;
}

.labItems{
    margin: 0 1%;
}
.spanPeykDG{
    margin: 0px !important;




    padding: 0px;
}
.imgPeykDG{
    cursor: pointer;
    padding: 2px 0 2px 3px;
    border-radius: 2px;
}
.imgPeykDG:hover{
    background: #d3dfd3;
}
.labelPeykDG{
    color: #08089a;
    font-size: 12px;
}
.labelPeykDG:hover{
    color: #00F;
}
.errorDiv{
    padding: 90px;
    margin: auto;
    width: 500px;
    background: #D6F5D6;
    border: solid 1px #EEE;

}
.editRefer{
    font-family: tahoma;
    color: #a2a2b2;
    float: left;
    cursor: pointer;
    padding: 0 10px 0 10px 0;
}
.imgEditref{
    padding: 0 0 0 20px;
    width: 15px;
}
.imgAdd2kBase{
    padding: 0 0 0 20px;
    width: 15px;
    cursor: pointer;
}
.newAcc4user input{
    background: #F8FCFE !important;
}
.newAcc4user .chosen-container{
    background: #F8FCFE !important;
}
.letter_printTBL{
    width: 80%;
    margin: auto;
    margin-top: 20px;

}
.letter_printTBL td{
    padding: 10px;
}
.referDesc{
    border: solid 2px #EEE;
}
.itemRefers{
    padding: 5px;
}
.fromTos{










    text-align: left;
}


/*.feedBackDiv:hover{
box-shadow: 5px 5px 5px #888888;
}*/
.mini-text {
    display: inline-table;
    width: 74px;
    font-weight: normal;
}
.tiny-text {
    display: inline-table;
    width: 30px;
}
.tableBorder{
    border: solid 1px #EEE
}
.tableBorder td{
    border: solid 1px #EEE
}
.tableBorder th{
    background: #EEE;
    margin: 5px;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}
.noBorder th{
    border: none;
}
.input-meTiny{
    width: 40px; !important
}
.clearShiftRow{
    cursor: pointer;
}
.popLostFactors{
    background: #FED;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #CCC;
    margin-top: 5px;
    min-width: 200px;
}
.closeBtnPopLostFacts{
    text-align: center;
    font-family: tahoma;
    font-size: 10px;
    color: #00F;
    width: 10px;
    margin: auto;
    cursor: pointer;

}
.groupTree{
    min-height: 300px;
}
.closeBtnPopLostFacts:hover{
    color: #000;
}
.groupTree li span{
    margin-top: 5px;
}
.groupTree li span{
    position : initial !important;
}
.divLab{
    display: inline;
    line-height:35px;
    cursor: pointer;
}

.groupTree .acc_popup {
    line-height: 25px;
    font-size: 13px;
    border: none;
    background: #eeeeff;
    top:4px;
}
.groupTree .acc_popup .popup_item:hover{
    background: #ddddff;
    cursor: pointer;
}

.divLabCreateNew{
    padding: 10px;
    line-height: 35px;
}
.create_group,.edit_ok_group{
    background: #87bb33;
    padding: 5px;
    color: #FFF;
}
.cancell_group,.edit_cancell_group{
    background: #888888;
    padding: 5px;
    color: #FFF;
}

.divLabText{
    background: #eeeeee ;
    display: inline;
    padding: 6px;
    line-height:35px;
    cursor: pointer;
    border: solid 1px #dadada;
}
.divLabText:hover{
    background: #c5e2f8 !important;
    border: solid 1px #7AB8FA !important;
}
#logo{
    margin: 0 auto;
    text-align: center;
}
.loginTitleCo{
    width: 350px;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color:#383838;
    font-weight: bolder;
}

.indexUserDiv{
    text-align: center;
    margin: 0 auto;
    width: 80%;
    display: block;
}

.indexUserDiv input {
    width: inherit;
    height: 50px;
}

#pgtitle{
    margin: 0px 0px 20px;
    font-size: 18pt;
}
.groupTree ul {
    list-style: none outside none;
}
.groupTree li{
    padding-right: 25px;
}
.groupTree > ul > li > .divLab {
    color: #3B4C56;
    display: inline;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}

.groupTree li.parent > .divLab:before {
    background-image: url("../images/plus_minus_icons.png");
    background-position: 25px center;
    content: "";
    display: block;
    height: 21px;
    right: 0;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    width: 23px;
}

.groupTree li.parentDis > .divLab:before {
    background-image: url("../images/plus_minus_icons_dis.png");
    background-position: 25px center;
    content: "";
    display: block;
    height: 21px;
    right: 0;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    width: 23px;
}

.postTitle{
    background: #a3dafc none repeat scroll 0 0;
    border: 1px solid #87bee0;
    display: inline-block;
    margin: 2px;
    padding:0 10px;
    padding-right: 0;
    cursor: pointer;
    padding: 3px 10px;

}


.groupTree ul li.active > .divLab:before {
    background-position: 0 center;
}






.groupTree ul li ul {
    border-right: 1px solid #D9DADB;
    display: none;
    margin: 0 12 0 0px;

    overflow: hidden;
    padding: 0 25 0 0px;
}
.groupTree ul li ul li {
    position: relative;
    margin: 6px 0;
}
.groupTree ul li ul{
    overflow: visible;
}
.groupTree ul li ul li:before {
    border-bottom: 1px dashed #CCC;
    content: "";
    right: 0px;
    position: absolute;
    top: 12px;
    width: 25px;
}
#wrapper {
    margin: 0 auto;



    width: 500px;
}
.helpIcon{
    background: none !important;
    float: left !important;
    margin-left: -10px;
}
.helpIcon img{
    width: 30px;
    cursor: pointer;
}
.referAdd3kBase{
    float: left;
}
.referAddTask{
    float: left;
    width: 20px;
    margin-left: 12px;
    cursor: pointer;
}
.imgAdd2kBaseSel{
    padding: 0 0 0 20px;
    width: 10px;
}
.imgAddTask4refer{
    width: 15px;
}
.red-custom {
    color: #e74955;
}

.danger-custom {
    color: #dc5d3a;
}
.show_sum:hover {
    background: #47d9e4;
}
.summary {
    position: absolute;
    z-index:1000;
    background: #FFF;
    padding: 5px;
    box-shadow: 0 0 20px #CCC;
    border: 1px solid #47d9e4;


}
.summary-top {
    margin-top: -210px;
    margin-left: 100px;
}
.summary div {
    padding: 3px;
}
.input-green {
    border: 1px solid #87bb33 !important;
    color: #000 !important;
}
.input-red {
    border: 1px solid #e74955 !important;
    color: #000 !important;
}

.catFullName{
    cursor: pointer;


}
.catactive{
    background: #f4f4f4 !important;
}
.cat_tree{

    margin-right:50px;
    margin-top:3px;
    position:relative;
    border-right: 1px solid #DDD;
    padding:5px 15px 5px 5px;
}
.cat_tree form{
    margin:0 ;
}
.imgTreeMove{
    width: 23px;
}
.treeItem4move{
    background: #e9e7c4  !important;
    border: solid 1px #d8d6b3 !important ;
}
.frameSms444{
    border: solid 1px #EEE;
    width: 400px;
    padding: 5px;
}
.frmControls{
    width: 200px;
    float: right;
    padding-top: 22px;
}
.frmControls ul li{
    padding: 5px;
    background: #F6D8CE;
    list-style: none;
    border: solid 1px #F5BCA9;
    border-radius: 2px;
    margin: 5px;
    cursor: pointer;
}
.frmControls ul li:hover{
    border: solid 1px #F6D8CE;
    background: #F5BCA9;

}
.placeSelConts{
    float: right;
    width: 1050px;
    background: #FFF;
    min-height: 500px;
}
.fldRow{
    padding: 5px;
}
.conLoadRows{
    width: 100%;
    padding: 10px;
}
.conLoadRows td{
    padding: 5px;
    text-align: center;
}
.conLoadRows th{
    background: #e2e2ff;
    height: 30px;
}
.conLoadRows tr{
    background: #f4eaff;
    border: solid 1px #E6E0F8;
}

.conLoadRows td img{
    border: solid 1px #EEE;
    border-radius: 5px;
    background: #FFF;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.conLoadRows td img:hover{
    background: beige;
}
.placeConLoadRows{
    padding: 20px;
    background: #FFF;
    min-height: 850px;
    padding-left: 0px;
}
.navForMaker{
    margin-right: 225px;
}
.selInpCheck{
    height: 20px;
}
.red-leave td {
    background: #f5d7d7 !important;
}
.placeStates{
    display: inline;
}
.inFormRow{
    background: #d2d7f0  !important;
}
.frmControls ul{
    margin: 0px;
}
.ifroControls{
    padding: 10px;
    background: gainsboro;
    margin: 5px;
    color: #000;
    text-align: center;
    margin-top: 7px;
}
.alignRight{
    text-align: right !important;
}
.alignLeft{
    text-align: left !important;
}
.newCaseAndStateDiv{
    margin-top: 10px;
    margin-right: 25px;
    padding: 10px;
    border: solid 1px #CCC;
    background: #f7fff1;
    font-size: 12px;
}
.editState, .editCase{
    cursor: pointer;
}
.pir_filter {
    text-align: center;
    font-weight: bold;
}
.changeItems{
    background: #E0E0F8;
    border-radius: 5px ;
    float: right;
    font-size: 12px;
    line-height: 22px;
    margin: 2px;
    padding: 2px 5px;


}
.tableNoHover td:hover{
    background: #FFF !important;
}
.overFlowVisable{
    overflow: visible !important;
}
.hr-panel {
    float: right;
    width: 300px;
    height: 200px;
    background: #f3f3f3;
    border: 1px solid #EEE;
    margin:50px 5px 5px 5px;
    transition: all ease 0.5s;
    overflow: hidden;
}
.hr-panel:hover {
    /*height: 400px;*/
    background: #CCC;
}
.hr-panel .image-frame {
    position:absolute;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: #CCC;
    border: 1px solid #999;
    border-radius: 50%;
    margin: -50px 10px 0 0;
}
.hr-panel .name-frame {
    font-weight: bold;


















    margin: 5px 150px 0 0;
    height: 50px;
}
.hr-panel .foot-frame {
    margin: 5px 0 0 0;
    padding: 10px 10px;
}
.hr-panel .foot-frame div {
    padding: 5px;
    float: right;
}
.add-pro {
    background: #ededed;
}
#fa_desc {
    width: 500px;
}
.custom-btn {
    width: 27px;
    height: 19px;
}
.chequeHistory{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}
.accChangeRows{
    padding: 10px;
}
.alignCenter{
    text-align: center;
}
.accRowws td{
    padding: 5px;
}
.accCountHave{
    color: #F00;
    text-decoration: none;
    cursor: pointer;
}
.accCountHave:hover{
    color: #F11;
}
.accChangesPop{
    position:absolute;
    padding: 20px;
    width: 450px;
    background: #FFF;
    border-radius: 5px;
    border: solid 1px #ccc;
    left:40%
}
.cat_tree #ShowProductCat{


}
.cat_tree .childproduct{
    padding:10px;
    list-style: none;
    background: #EEE;
    width:640px;
    border:2px solid #DDD;
}
.cat_tree .childproduct   li{
    display: block;



}
.cat_tree .childproduct   li label {

    font-size:11px;



}
.cat_tree .childproduct   li a {
    margin-right: 10px;
    text-decoration: none;
    font-size:11px;


}
.cat_tree .childproduct   li a:hover {
    color:#aa1511;


}
.cat_tree .childproduct   li label  input{
    margin-left: 5px;
}
.tagItCustomDiv .tagit-new{
    float: right;
}
.tagItCustomDiv li{
    direction: rtl;
}
.tagItCustomDiv li .tagit-label{
    padding-right: 5px;
    text-align: left;
}
.tagItCustomDiv .ui-autocomplete-input{
    text-align: right !important;
    direction: rtl;
    width: 400px;
}

.cat_tree .childproduct   li label  span{
    margin-left:10px;


}

.cutproduct{
    background: #ffb4b0;



}
.left-dr{
    direction: ltr !important;

}

.switch {
    width: 42px;
    height:22px;
    background: #e5e5e5;
    z-index: 0;



    margin: 0;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    margin-top:-20px;
}


.tagItCustomDiv .tagit{
    width: 400px;
}
.switch:before {
    content: ' ';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 40px;
    height: 20px;
    background: #fff;
    z-index: 1;
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
}

.switch:after {
    content: ' ';
    height: 19px;
    width: 19px;
    border-radius: 28px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
}
.switchOn,.switchOn:before
{
    background:#47d9e4 !important;
}

.switchOn:after
{
    left: 22px !important;
}

.radio-inline,
.checkbox-inline {
    padding: 0;
}

label.custom-option {
    position: relative;
    display: inline-block;
    padding: 0;
    height: 20px;
    vertical-align: top;
    /*    top:7px;*/
}

label.custom-option + label {
    padding: 0 10px;
}

label.custom-option input[type="checkbox"],
label.custom-option input[type="radio"],
label.custom-option .button-checkbox,
label.custom-option .button-radio {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

label.custom-option input[type="checkbox"],
label.custom-option input[type="radio"] {
    margin: 0;
    opacity: 0;
}

label.custom-option .button-checkbox,
label.custom-option .button-radio {
    border: 1px solid #ccc;
    background: #fff;
}

label.custom-option input[type="checkbox"]:checked + .button-checkbox,
label.custom-option input[type="radio"]:checked+ .button-radio {
    border-color: #47d9e4;
}

label.custom-option input[type="checkbox"] + .button-checkbox:after,
label.custom-option input[type="radio"] + .button-radio:after {
    position: absolute;
    content: '';
    z-index: 2;
}

label.custom-option .button-radio,
label.custom-option .button-radio:after {
    -webkit-border-radius:    20px;
    -moz-border-radius:        20px;
    border-radius:            20px;
}

/* Checkbox and radio */
label.custom-option {


    width: 20px;
}


label.custom-option.mbutton input[type="checkbox"] + .button-checkbox:after,
label.custom-option.mbutton input[type="radio"] + .button-radio:after {
    display: none;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width: 8px;
    background: #47d9e4;
}


label.custom-option.mbutton input[type="checkbox"]:checked + .button-checkbox:after,
label.custom-option.mbutton input[type="radio"]:checked + .button-radio:after {
    display: block;
}

/* Toggles */
label.custom-option.toggle {
    width: 46px;
}

label.custom-option.toggle:before,
label.custom-option.toggle:after {
    position: absolute;
    top: 1px;
    width: 24px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #777;
    z-index: 1;
}

label.custom-option.toggle:before {
    content: attr(data-on);
    left: 1px;
}

label.custom-option.toggle:after {
    content: attr(data-off);
    right: 1px;
}

label.custom-option.toggle input[type="checkbox"] + .button-checkbox:after,
label.custom-option.toggle input[type="radio"] + .button-radio:after {
    display: block;
    top: 1px;
    bottom: 1px;
    left: 1px;
    width: 20px;
    background: #ccc;
    -webkit-transition:    all 0.3s;
    -moz-transition:    all 0.3s;
    transition:            all 0.3s;
}

label.custom-option.toggle input[type="checkbox"]:checked + .button-checkbox:after,
label.custom-option.toggle input[type="radio"]:checked + .button-radio:after {
    left: 23px;
    background: #47d9e4;
}
.pactive{
    background: #ddd   !important;
}
.addServiceCat{
    display: inline;
    margin-right: 10px;
}
.editBtn{
    cursor: pointer;
}
.editPrice,.editCG {
    display: inline;
    padding: 5px;
    cursor: pointer;
}
.searchPanel{
    height: 45px;
    position: inherit;
    width: 197px;
}
.searchPanel input{
    background: none repeat scroll 0 0 #3bcdd8;
    border: 1px solid #22b4bf;
    margin-right: 8px;
    margin-top: 8px;
    width: 167px;
}
.searchPanel input:focus{
    background: #40d2dd;
}
.printBold{
    font-weight: bold;
    float: right;
    padding-left:12px
}
.recipPrint td{
    text-align: right;
    vertical-align: top;
}
.borderButtonTr{
    border-bottom: solid 1px;
}
.doneByWhos{
    width: auto;
}
.servRowsTbl td,.servRowsTbl th{
    text-align: center !important;
}
.showHidePeymankar{
    float: left;
    margin: 10px;
    margin-top: -15px;
}
.permKeyItems{
    display: inline-block;
    width: 220px;
    overflow: hidden;
    float: right;
    margin: 5px 0;
}

.pDonePrice{
    margin-right: 10px;
    width: 250px;
    padding: 10px;
}
.pDonePrice:nth-child(even){
    background-color: #eaeaea;
}
.rowPagePerm{
    height: 45px;
    display: none;
}
.rowPagePerm:hover{
    background-color:#bbdaea;
}
.rowPagePermSub{
    border-radius: 27px !important;
    height: 33px;
    display: none;
}
.rowPagePermSub.active{
    display: table-row;
}
.rowPagePerm.active{
    display: table-row;
}
.rowPagePermSub:hover{
    background: #f5f5ff;
}
.permTits{
    font-size: 13px;
}

.permPageTitle{
    padding: 0 10px;
    font-size: 14px;
    width: 170px;
}

.selGroup4Perm{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #EEE ;
    margin-bottom: 10px;
}

.backSel{
    background: #f1f1f1;
}

.mainHavSubs{
    cursor: pointer;
    padding: 10px;
}

.permBtnClick{
    position:fixed !important;
    bottom:1px !important;
    left:2 !important;
    z-index:20000 !important;
    padding-left:200px !important;
    height:55px !important;
    background-color:white !important;
    box-shadow: 0px 0px 20px rgb(202, 194, 194) !important;
}

.btnSavePerms{
    float: right !important;
    margin:7px !important;
    width:130px !important;
    height:36px !important;
}

.NspaCapT{
    color: #2f2f2f;
    font-size: 11px
}

.custom-border td {
    border: 0!important;
}
.vulcheck {
    margin-right: 2px;
    cursor: pointer;
    position: absolute;
    margin-top: -21px;
    display: none;
}

.rowPagePerm:hover .vulcheck{
    display: block;
}

.vulunckeck {
    margin-right: 2px;
    cursor: pointer;
    position: absolute;
    margin-top: -6px;
    display: none;
}
.rowPagePerm:hover .vulunckeck {
    display: block;
}

.publicBtnTd{
    font-size:1.2em !important;
    cursor:pointer;

}

.publicBtnTd div{
    outline: 1px solid;
}

.publicBtnTd i{
    padding: 0px 4px 2px 0px;
}

.publicBtnTd span{
    font-size: 1em;
    font-family:Titre;
}


.hidePublicTbody{
    display: none;
}

.publicBtnTd div{
    padding: 10px 4px 9px 0px;

}

.publicTbody{
    border-top: none !important;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 1px solid;
}



.showbaqiye{
    margin-right: 0px;
}

.openedMainTd{
    background: #efefef;
    padding: 14px 0;
}
.closeSearch{
    cursor: pointer;
}
.remSecs{
    border-radius: 90px;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin: 20px;
    padding: 26px;
}
.filterTech{
    padding:10px ;
    text-align: center;
}
.smsItem{
    padding: 5px;
    background: #eaffff;
    margin: 5px;
}
.smsItem:hover{
    background: #ddf2ff;
}
.techState{
    padding: 5px;
    padding-top: 10px;
    background: #e6fff4;
    margin-bottom: 10px;
    border-radius: 5px;
}
.numbericCount{
    font-family: Titre Font;
}
.labelsSupport{
    font-family: Titre Font;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    display: block;
}
.suppThs{
    width: 100%;
}
.numbericCount{
    font-family: Titre Font;
    font-size: 22px;
    font-weight: normal;
}
.suppThs td{
    text-align: center;
    padding: 5px 10px;
    border-left: dotted 1px;
    border-radius: 10px;
    width: 100px;
    cursor: pointer;
}

.suppThs th{
    line-height: 20px;
}
.storeSupPros{
    padding: 5;
    margin: 0 !important;
    cursor: pointer;
}
.popUpSupStorPros{
    background: none repeat scroll 0 0 #f2f2ff;
    border: 1px solid;
    height: 100px;
    padding: 15px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 1000;
}
.bedBesType{
    font-size: 12px;
    margin: 0 7px;
}
.AddProduct{
    padding:5px 32px 5px 0px;
    background-color: #fafafa;
    margin: 10px 0;
    display: none;
}
.addUser2list{
    padding: 10px;
    border: solid 1px #fb9800;
    border-radius: 5px;
    background: #f2f2f4;
    margin-bottom: 15px;
}
.addUser2list .chosen-container{
    background: #fff;
}
.tdRasmiTitle{
    padding: 5px;
}
.labelBold{
    font-weight: bold;
}
.subOfiTable td{
    text-align: right !important;
}
.dateFilter{
    padding: 15px;
}
.applyFilter{
    margin-bottom: 10px;
}
.menuDiv{
    background: #40d4e3;
    border:solid 1px #23b4c0;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: auto;
    z-index: 9;
    display: none;
    right:0;
    top:60px;
    padding: 10px;
    padding-right: 25px;


}


.openfavMenu {
    display: block;
}


.menuPart > ul > li {
    float: right;
    width: 230px;
    font-size: 14px;
    line-height: 40px;
    list-style: none;
    background: #23b4c0;
    margin: 3px;
    padding-right: 10px;
}
.menuPart li:hover{
    background: #0fa0ac;
}

.menuPart icon-box{
    background: #13b4c0 ;
}
.menuPart li a{
    color: #fff;
    display: block;
    text-decoration: none;
}
.menuSub{
    /*display: none;*/
    background: #0596a2;
    list-style: outside none none;
    margin-right: -10px;
    padding: 5px;
    width: 235px;
}
.menuSub li{
}
.menuIcon{
    padding: 3px;
    margin-left: 5px;
}
/*.menuHaveSub:hover .menuSub{
display: block;
}*/
.menuSub li a{
    padding: 5px;
}
.menuPart{
    float: right;
    width: 250px;
}
.menuPart ul{
    margin: 0 -10px 0 0;
    width: 230px;
}
.menuArrow{
    float: left;
}
.menuArrow img{
    margin-left: 7px;
    width: 17px;
}
.menuActive{
    background: #13a4b0 !important;
}
.menuCategory{
    color: #fff;
    font-weight: bold;
    background: #20a3a3 !important;
    font-size: 15px !important;
    font-family: titre font;
    text-align: center;
}
.menu2000Link{
    font:20px titre font;
    cursor: pointer;
    margin: 0;
    padding: 0;

}
.editPD {
    cursor: pointer;
}
.menu2000Link i{ margin-left: 5px;}
.menuTopSearch{
    height: 40px;
}
.menuTopSearch input{
    background: #40d4e3;
    border: solid 1px #23b4c0;
}
.menuTopSearch input:focus{
    background: #6dd4e3 !important;
}
.nitiCatLi{
    padding: 5px;
    background: aliceblue;
    text-align: center;
    font-weight: bold;
}
.dgSpan {
    margin-top: 0 !important;
    cursor: pointer;
}
.selected-row td {
    background: #d5e3e3  !important;
}
.userDGpopUp{
    background: #778899;
    width: 200px;
    border: solid 1px;
    position:absolute;
    z-index:5;
}
.userOnDG{
    cursor: pointer;
    margin-top: 0!important;
}
.userOnDG:hover{
    color: #000;
}
.userDGpopUp ul{
    list-style: none;
    margin: 0;
}
.userDGpopUp ul li a{
    display: block;
    padding: 5px;
    background: #778899;
    color: #fff;
    border-bottom: solid 1px #5e5e5e;
}
.userDGpopUp ul li a:hover{
    background: #8798a9;
    text-decoration: none;
}
.userPopLi{
    padding: 5px;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #3e3e3e;
    background: #6d7e8f;
}
.suerPayFilter{
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    overflow: hidden;
    line-height: 45px;
}
.payFilterItems{
    padding: 10px;
    display: inline;
}
.acc_permLevel{
    width: auto;
}
.teckSumTbl td{
    border: solid 1px;
}
.paydFilterDate{
    padding: 10px;
    margin-bottom: 20px;
    border:solid 1px #ddd;
}
.paydFilterDate input{
    margin: 0;
}
.btnDelete{
    cursor: pointer;
}
.editCheckedBtn,.editCheckedAdminBtn{
    padding: 0;
    margin: 0 !important;
    cursor: pointer;
}
.verTab{
    list-style: none;
    overflow: auto;
}
.verTab li:hover{
    background: #eee;
}
.verTab li{
    cursor: pointer;
    color: #22878e;
    float: right;
    border-bottom: solid 1px #aeaeae ;
}
.verTab li a{
    display: block;
    padding: 10px 15px;
}
.verTab li a:hover{
    text-decoration: none;
}
.verTab .activeLi{
    border: solid 1px #aeaeae ;
    border-bottom: none !important;
}
.verTab .activeLi:hover{
    cursor: default;
    background: #fff !important;
}
.verTab{
    background: #f1f1f1;
}
.verTab .activeLi{
    background: #fff;
}
.verTab a{
    color: #389da4 !important;
    font-size: 12px;
}
.placeCostArea .control-group{
    display: inline-block;
}
.delCostFld{
    cursor: pointer;
}
.verTab .activeLi a{
    color: #00656c !important;
    font-size: 13px;
}

.tabs4ver{
    padding: 5px;
}
.initial-div{
    display: initial;
    padding: 5px;
    background: #FFF;
}
#BrandNameL,#CatNameL{ font-size: 14px; }
.pName input{width:200px ;  border: 1px solid #ddd; padding: 5px ;
    border-radius: 0 !important;
    box-shadow: none !important;}
.pName td{border-bottom: 1px solid #ddd; border-top: none; vertical-align: middle;}

.cat-form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 4px 2px 10px #bebebe;
    padding: 15px 15px 25px;
    position: absolute;
    right: 0;
    top: 40px;
    width:40%;
    z-index: 1000;
}
.cat_popup {
    position: absolute;
    top:35px;
    z-index:100;
    background: #EEE;
    box-shadow: 0 0 3px #333;
    padding: 5px;
}
.cat_popup a {
    margin-bottom:5px ;
    display: block;

}
.cat_popup a span{}


.debtFactorSpan{
    cursor: pointer;
}
.reportWeek .days{
    padding: 5px 15px;
}

.reportWeek{
    width: 100%;

}
.summaryDay{
    width: 100%;
}
.itemDaySpan{
    text-align: center;
    cursor: default;
}
.daysTable4shiftInfo{
    width: 100%;
}
.daysTable4shiftInfo td{
    background: #DCDEFA;
}
.summaryDay{
    background: #E8EAFF;
}
.reportWeek td{
    cursor: pointer;
}
.sumDaySum{
    color: #00F;
}
.sumDayRec{
    color: #03a503;
}
.sumDayCost{
    color: #F00;
}
.weekSumSelDay{
    background: #DCDEFA !important;
}

.dblock{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0;
    text-align: center;
}

.noPad{
    padding: 0;
    margin: 0;
}

.editStatus{
    left: 30%;
    position: absolute;
    top: 30%;
    width:700px;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: fixed;
    top: 10%;
    padding:10px;

    z-index: 10001;


}
.editStatus  h4{    padding-bottom: 20px ; border-bottom:1px solid #ddd ;  }
#myoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}


.projectThs{
    width: 100%;
    margin-top: 0;
}

.projectThs td{
    text-align: center;
    padding: 15px;
    border-left: dotted 1px;
    border-radius: 10px;
    width: 100px;
    cursor: pointer;
}
.projectThs td:last-child{
    border: none;
}
.projectThs th{
    line-height: 20px;
}
.titles4proj {
    background: #fff;
    border: solid  1px #ccc;
    text-align: center;
}

.ShowLog{
    padding: 10px 5px;
    background-color: #fafafa;
    margin: 0px auto;
    list-style: none;
    border:1px solid #dcdde7;
    max-height: 400px;
    overflow:scroll



}
.ShowLog  li{ margin-bottom: 5px; }
.ShowLog span.date{ color:#03a1ac}
.ShowLog .first{  }



.taskDataGrid{
    background: #fff;
    border: 1px #cfafec solid;
    margin: 10px;
    padding: 10px;
    overflow: auto;
}
.projectStatus{
    margin: 10px;
}
.taskDetailMain{
    background: #fff;
    border: solid 1px #ccc;
}
.taskDetailMainRight{
    padding: 15px;
    background: #f8f8f8;
}
.border4noRefer{
    border: solid 1px #ccc;
    background: #fff;
}
.taskDetailMainRefers{
    float: right;
    width: 98%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 560px;
    overflow-x: auto;
}
.taskDetailMainRefers  .doneTr{
    direction: rtl;
}
.taskDetailTable{
    width: 100%;
}
.btnTaskKeepWorking{
    opacity: 0;
}
tr.doneTr:hover{
    background: #f9ffff;
}
tr.doneTr:hover td .btnTaskKeepWorking{
    opacity: 1;
}
.arrProjPng{
    width: 10px;
}
.recUsers{
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    border: solid 1px #ccc;
    background: #f1ffff;
}
.smoothText{
    padding: 20px;
    text-align: center;
    color: #ccc;
    font-style: italic;
    background: #fff;
    border: solid 1px #ccc;
}
.actionTotalTrs td{
    border-top: 1px solid #a5a5a5
}
.recActions li{
    font-size: 12px;
    cursor: pointer;
    padding: 2px 10px;
    display: table-row;
    border-radius: 2px;
}
.recActions li:hover{
    background: #ebebfc;
}
.sendWorkReport{
    text-align: center;
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
    padding: 5px;
    border-radius: 2px;
}
.white_bagImportant{
    background: #fff !important;
}
.sendWorkReport:hover{
    background: #e9e9e9;
}
.taskDetailTable td{
    padding: 8px 0;
}
.taskMainRefer{
    background: #fff;
    margin-bottom: 30px;
}
.referReportWork{
    padding: 10px;
    border: solid 1px #ccc;
    overflow: visible;
}
.fontBold{
    font-weight: bold;
}
.subNotinifaction{
    background: #363636;
    border-radius: 1px;
    padding: 10px;
    position: absolute;
    width: 100px;
    margin-right: -10px;
    margin-top: 8px;
}
.dropdown:hover .subNotinifaction{
    display: block;
}

.subNotinifaction .dropdown{
    position: relative;
}
.projectNoti{
    background: #00d500;
    background: #ea3bdb;
}
.topFactors td{
    vertical-align: top;
}
.topFactors{
    padding: 5px;
}
.desc4sms{
    height: 120px;
    width: 300px;
}
.borderSmooth{
    border: solid 1px #ccc !important;
}
.exitInfo {
    float: right;
    width: 45%;
    border: 1px solid #CCC;
    margin-right: 10px;
    height: 55%;
    transition: all ease 0.5s;
    cursor: pointer;
}
.restTypeInfo {
    float: right;
    width: 45%;
    margin-right: 10px;
    margin-top: 10px;
    transition: all ease 0.5s;
    cursor: pointer;
}
.restExit:hover {
    background: #d6fcfc ;
}
.shiftExit:hover {
    background: #fff5ea  ;
}
#closeExitAlert {
    position:absolute;
    top:15px;
    right:15px;
    padding: 5px;
    cursor: pointer;
}
#exitLogout {
    position:absolute;
    top:15px;
    left:15px;
    border: 1px solid #CCC;
}
.sendNoteShow{
    padding: 5px;
    /*border: solid 1px #ccc;*/
    text-align: center;
    background: none !important;
    cursor: pointer;
    margin-top: 10px;
}
.sendNoteShow:hover{
    background: #e9e9e9;
}
.ckFrame{
    width: 500px;
    border: solid 1px #ccc;
}
.noBorder4td td{
    border-bottom: none !important;
}
.browseHide {
    opacity: 0;
}
.fix{
    /*position: fixed;
    right: 1px;
    top:115px;*/
    height: 100%;
    width:160px;
}
.fix ul{
    list-style: none;
    margin: 0;
    padding:0 ;
}
.fix ul li{
    height: 50px;  transition: padding 0.4s ease 0s;


}
.fix ul li  a.first{
    display: block;
    padding:8px  10px;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    left:-120px;;
    font: 14pt  "Titre Font";
    color:#fff;
    cursor: pointer;



}
.fix ul li  a span{


}

.fix ul li  a img{
    width:23px;
    margin-left: 8px;

}
.fix ul li > div{
    position: relative;
    left: 160px;
    top:-45px;
    background-color: #fff;
    display: none;
    /*  border: 3px solid #ddd;*/



}

}

.fix ul li > div ul{ padding: 0;margin: 0;}
.fix ul li > div ul li{
    border-bottom: 1px solid  #eee;
    height: 35px;
    padding: 5px 0;


}
.fix ul li > div ul li.green{border-right: 10px solid #96be2a;}
.fix ul li > div ul li.yellow{border-right: 10px solid #ffa723;}
.fix ul li > div ul li.red{border-right: 10px solid #a47275;}
.fix ul li > div ul li.blue{border-right: 10px solid #40bbea;}
.fix ul li > div ul li a{
    color:#666;
    font:15px Tahoma;
    line-height: 35px;
    left: 0;
    text-decoration:none;
    cursor: pointer;
    padding-right: 5px;
    transition: padding 0.4s ease 0s;
    display: block;
}
/*.fix ul li > div ul li a:hover{ padding-right: 20px;}*/



.fix ul li > div {
    background: #FFF;
    border-radius:3px;
}
.fix ul li > div:after, .fix ul li > div:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fix ul li > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 10px;
    margin-top: -10px;
}
.fix ul li > div:before {
    border-color: rgba(238, 238, 238, 0);
    border-width: 13px;
    margin-top: -13px;

}
.calReQsuspend{
    border-bottom: solid 2px #0000ff;
}
.calReQaccept{
    border-bottom: solid 2px #0f0;
}
.calReQdeny{
    border-bottom: solid 2px #f00;
}

.reqDivs4calc{
    background: #dadafe;
}
.closeNoti{
    cursor: pointer;
}
.notiDropDownOpen{
    display: block;
}

.notiDropDown{
    border-radius: 3px;
}

.notiDropDown:hover{
    background: #353535;
}

.selCpmpanyMnuIcon{
    cursor: pointer;
}

.selCpmpanyMnuIconBranch{
    cursor: pointer;
}

.companySel{
    top: 60px;
    position: absolute;
    background: #41d2de ;
    padding: 15px;
    border: 1px solid #23b4c0;
    left:0;
    font-size: 14px;
    color: #000;
    width: 400px;
}

.companySel .chosen-container{
    background: #fff;
}


.companyBranch{
    top: 60px;
    position: absolute;
    background: #41d2de ;
    padding: 15px;
    border: 1px solid #23b4c0;
    left:0;
    font-size: 14px;
    color: #000;
    width: 400px;
}

.companyBranch .chosen-container{
    background: #fff;
}

.btnCancelSelCo{
    color: #000;
    cursor: pointer;
}
.notificBarMain{
    background: #007bb6 none repeat scroll 0 0;
    clear: both;
    padding: 5px;
    position: fixed;
    top: 57px;
    border: 1px solid #a8a8a8;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    z-index: 1000;
}
.NotiBarSubItems{
    float: right;
    padding: 0 15px;
}
.NotiBarSubItems:last-child{
    border: none;
}
.notificBarMain .labelTitleNotBar{
    font-weight: bold;
}
.notificBarMain .labelAnswNotBar{

}
.alertify-log{
    font-family: tahoma !important;
}
.deletedAccsInUsr{
    width: 380px;
    background: #ececec
}
.deletedAccsInUsr td{
    padding: 10px;
}

.typeDocLnktyp{
    color: #8585fe;
}

.activeLinkType{
    color: #00f;
    border-bottom: dotted 1px;
}

.typeDocLnktyp:hover{
    color: #8585fe;
}
.notiAllGroup{
    color: #f00;
}
.divAddPointment{
    padding: 3px;
    background: #cff;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
    display: none;
}

.calendar-day{
    position: relative;
}

.helpIconDesc{
    color:#ffffff;
    cursor: pointer;
    font-size: 1.4em;
    margin-right: 2px;
    vertical-align: middle;
}


#mainBranchDescLabel {
    margin-right: -10px;
    float: right;
    margin-left: 9px;
    text-align: justify;
    position: absolute;
    z-index: 100;
}

#otherBranchDescLabel {
    margin-right: -10px;
    float: right;
    margin-left: 9px;
    text-align: justify;
    position: absolute;
    z-index: 100;
}


.calenderCellSub2:hover .divAddPointment{
    display: block;
}

.addPointment{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 24px 10px #646464;
    height: 200px;
    padding: 35px;
    position: fixed;
    text-align: center;
    width: 500px;
    z-index: 1000;
}

.tableDateSarresitPg td{
    width: 20%;
}
.selectApplyTodayBtn{
    display: initial;
    cursor: pointer;
    color: #22878e;
    margin-top:1px;
    padding: 6px 10px;
    border: 1px solid #22878e;
}
.tableDebtorsList td{
    cursor: pointer;

}
.tableDebtorsList tr:hover{
    background: #ddd;
}

.tableDebtsItems{
    border: solid 1px #ccc;
}

.tableDebtsItems td{
    background: #f7f3f7 !important;
}

.tableDebtsItems td:hover{
    background: #f7f3f7 !important;
}
.btnToggleLinks{
    background: #cdc;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}


.dimText{
    font-size: 0.9em;
    color:gray;
}

.menu-container {
    position: relative;
    display: none;
}
.sidebar-collapsed {
    padding-right: 65px;
    transition: all 100ms linear;
    transition-delay: 300ms;
}
.sidebar-collapsed-back {
    padding-right: 180px;
    transition: all 100ms linear;
}
del {
    text-decoration: line-through;
}
.sidebar-collapsed .sidebar-menu-right {
    width: 65px;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
}
.show-hide a,.show-hide{
    display: inline-block !important;
}
.sidebar-collapsed-back .sidebar-menu-right {
    width: 180px;
    transition: all 100ms ease-in-out;
}
.sidebar-collapsed .sidebar-icon {
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
}
.sidebar-collapsed-back .sidebar-icon {
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
}
.sidebar-collapsed .logo {
    padding: 21px;
    height: 100px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
}
.sidebar-collapsed-back .logo {
    width: 100%;
    padding: 21px;
    height: 100px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
}
.sidebar-collapsed #logo {
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.sidebar-collapsed-back #logo {
    opacity: 1;
    transition: all 200ms ease-in-out;
    transition-delay: 300ms;
}
.sidebar-collapsed #menu span {
    opacity: 0;
    transition: all 50ms linear;
}
.sidebar-collapsed-back #menu span {
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 300ms;
}
.sidebar-menu-right {
    position: fixed;
    float: right;
    width: 220px;
    top: 60px;
    right: 0;
    bottom: 0;
    background-color: #303641;
    color: #aaabae;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    z-index: 1500;
}
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
#menu li {
    position: relative;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(69, 74, 84, 0.7);
    padding: 0;
}
#menu li ul {
    opacity: 0;
    height: 0px;
}
#menu li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #c2c3c6;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
#menu li a img   { margin-left: 5px;;}
#menu li a .arrow_icon{
    position: absolute;
    left:8px;
    font-size: 10px;
    top:15px;

}
#menu li a:hover {
    color: #ffffff;
    background-color: #333944;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
#menu li.active > a {
    background-color: #2b303a;
    color: #ffffff;
}
#menu ul li { background-color: #2b303a; }
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li ul {
    position: absolute;
    visibility: hidden;
    right: 100%;
    top: -1px;
    background-color: #2b303a;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.1s linear;
    border-top: 1px solid rgba(69, 74, 84, 0.7);
}
/*#menu li:hover > ul {
visibility: visible;
opacity: 1;
}*/
#menu li li ul {
    right: 100%;
    visibility: hidden;
    top: -1px;
    opacity: 0;
    transition: opacity 0.1s linear;
}

/*#menu li li:hover ul {
visibility: visible;
opacity: 1;
}*/
#menu .fa { margin-right: 5px; }
.logo {
    width: 100%;
    padding: 21px;
    box-sizing: border-box;
}
.sidebar-icon {
    position: relative;
    float: right;
    margin-top: 10px;
    border: 1px solid #454a54;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 6px 8px;
    border-radius: 3px;
    color: #888;
    text-decoration: none;
}
.sidebar-icon:hover{ text-decoration: none;}
.fa-html5 {
    color: #fff;
    margin-left: 50px;
}
.cardOrAccSelUsrPg{
    background: #ccc none repeat scroll 0 0;
    overflow: hidden;
    width: 118px;
    border: solid 1px #00a900;
    text-align: center;
}
.accType4usrPg,.enDisAccNmbr{
    background: #f1f4f1 ;
    width: 59px;
    text-align: center;
    cursor: pointer;
}
.accType4usrPg:hover{
    background: #c3ffc3 ;
}
.accSelType4usrPg{
    background: #aef4ae ;
    font-weight: bold;
}
.accUserDelBtn{
    float: left;
    background: #ccc;
    border: solid 1px #ddd;
    padding: 1px 5px;
    cursor: pointer;
}
.accUserDelBtn:hover{
    background: #e74955;
}
.bankPackAcc{
    overflow: hidden;
}
.deletedAccsInUsr td{
    padding: 5px;
}
.pageNumA{
    padding: 5px 10px;
    border: solid 1px #ddd;
}
.currentPagePagin{
    background: #ccc;
}
.menuFavImg{
    margin: 5px;
    margin-top: 8px;
    width: 20px;
    position: absolute;
    left: 0;
    top:0;
    padding-right: 10px;
    cursor: alias;
}
.menuArrow{
    float: left;
}
.favSelected{
    font-weight: bold;
    color: #fff !important;
    font-size: 12px;
}

.btnFavDone,.pgEditFavs,.favOptionEnbDis{
    cursor: pointer;
}
.imgPostMove{
    width: 17px;
}
.labTopBuyer,.tabRateUsr{
    color: #000;
    margin: 0 10px;
    cursor: pointer;
}
.labTopBuyer:hover{
    color: #00f;
}
.tableSideTd{
    width: 20%;
    margin: 0 1%;
    padding:10px ;
    border: solid 1px #ccc;
}
.tableNimMain th:first-child{
    background: #f1f1ff ;
    padding: 7px 5px;
}
.tableNimMain{
    background: #f8f8fe;
}
.selectedTop{
    font-weight: bold;
    color: #00f;
}
.ratUl4usrpop{
    background: #778899 none repeat scroll 0 0;
    margin-top: -31px !important;
    position: absolute;
    right: 200px;
    width: 110px;
    display: none;
    border: solid 1px;
}
.ratUl4usrpop li{
    padding: 5px;
    border-bottom: solid 1px #373737;
    margin: 0;
    color: #fff;
}
.ratUl4usrpop li:hover{
    background: #8899aa !important;
}
.ratUl4usrpop li:last-child{
    border: none;
}
.rateLiItem:hover .ratUl4usrpop{
    display: block;
}
.rateLiItem{
    cursor: pointer;
}
.rateSeled{
    background: #607182;
}
.drop-zone {
    border: 2px dashed rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.3);
    direction: ltr;
    font-family: Arial;
    font-size: 20px;
    height: 34px;
    margin-top: 10px;
    margin-left: -150px;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 180px;
}
.drop-zone p{
    padding-top: 6px;
}
.dz_file_name {
    font-size: 12px;
    color: #000;
}
.drop-zone input {
    /*Important*/
    position: absolute;
    /*Important*/
    cursor: pointer;
    left: 0px;
    top: 0px;
    /*Important This is only comment out for demonstration purpeses.
    opacity:0; */
}

/*Important*/
.drop-zone.mouse-over {
    border: 2px dashed rgba(0,0,0,.5);
    color: rgba(0,0,0,.5);
}
.showSweetAlert fieldset{
    width: auto;
}
.delZamFld{
    cursor: pointer;
}
.leftFloatShortCuts{
    float: left;
    left:-5px;
    margin-top: 20px;
}

.LFS_itemDiv{
    padding: 5px;
    cursor: pointer;
    background: #ccd;
    border-radius: 5px;

}
.LFS_itemDiv:hover{
    background: #ccc;
}
.taskMeetPanel{
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
    padding: 5px;
    border: solid 1px #ccc;
}
.deleteLink{
    color: #f00;
    cursor: pointer;
    font-size: 12px;
}
.taskDo{
    margin-left: 2%;
    width: 90%;
    margin-top: 0;
    margin-right: 8%;
    background: #ebf9ff !important;
}
.whiteBackground {
    background: #fff;
}
.peopleItemLetter{
    float: right;
    margin-left: 10px;
    background: #ddd;
    padding: 3px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.peopleItemLetterHR{
    float: right;
    margin-left: 5px;
}
.peopleLetterAddRemove{
    cursor: pointer;
}
.taskPlay,.taskPause,.taskStop,.taskDone{
    cursor: pointer;
    margin: 0 5px;
}

.taskOpocity{
    opacity: 0.4;
}

.trTaskSelRow td{
    background: #e2f1ff  !important;
}

.taskStop,.taskDone{
    width: 20px;
}

.donesHolder{
    transform: translate3d(0, -100%, 0) !important;
    transition-duration: .35s;
    -moz-transform: translate3d(0, -100%, 0) !important;
    -moz-transition-duration: .35s;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    -webkit-transition-duration: .35s;

    height: 442px;
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 600px;
    background: #fff;
    border: solid 1px;
    border-radius: 3px;
    overflow: hidden;

    z-index: 5;
    padding-right: 0;
    padding-left: 0;
    left: 35px;
}
.doneFloatTab{
    float: right;
    padding: 3px;
    padding: 5px 10px;
    cursor: pointer;
    color: #22878e;
    border-bottom: solid 1px #ccc;
}
.doneFloatTabActive{
    border: solid 1px;
    border-bottom: 0;
}
.donesHolder-Open{
    left: 35px;
    z-index: 3;
    transform: translate3d(0, 12%, 0) !important;
    transition-duration: .55s;
    -moz-transform: translate3d(0, 12%, 0) !important;
    -moz-transition-duration: .55s;
    -webkit-transform: translate3d(0, 12%, 0) !important;
    -webkit-transition-duration: .55s;
}
.ulImport{
    margin-right: 30px;
}
.pageSibiling{
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    right: 0;
    top:90px;
    margin: 0 auto;
    padding: 14px 0 10px 0;
    box-shadow:0px 0px 1px 1px #e6e6e6;
    clear:both;
}
.coNameBarMain{
    top: 60px;
    position: absolute;
    background: #9ba3ad;
    width: 100%;
    margin-right: -20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 5px 0;
}

.pageSibiling span {
    float: left;
    font-family: titre;
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
    padding: 7px;
    margin-top: -4px;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
}

.ulNormal{
    z-index: 10 !important;
}

.pageSibiling .ulImport , .ulNormal {
    display: inline-block;
}

.selectTodayBtn{
    display: none !important;
}

.pageSibiling .ulNormal{
    float: left;
    margin-left: 18px;
    background-color: white;
    position: absolute;
    left:0px;
    padding: 10px;
    box-shadow:0px 0px 1px 1px #e6e6e6;
    margin-top: 35px;
    visibility: hidden;
}
.ulNormalShow{
    visibility: visible !important;
}

.contain-label{
    display: inline-block;
    width: auto;
    padding: 1px 6px 3px 6px;
    background-color: #f3f3f3;
    margin: 3px;
    float: right;
}

.pageSibiling .ulImport li:not(:first-child){
    list-style: none;
    display: inline-table;
    margin: 0px 18px;

}

.pageSibiling .ulImport li:first-child {
    list-style: none;
    display: inline-table;
    margin-right: -10px;

}

.pageSibiling .ulImport li a{
    font-family: titre;
    font-size: 13px;
    color:#393e47;
    text-decoration: none;
    padding-bottom: 17px;
}
.pageSibiling .ulImport li a:hover{
    color:#1058d0;
}


.pageSibiling .ulNormal li{
    list-style: none;
    padding: 10px;

}

.pageSibiling .ulNormal li a{
    font-family: titre;
    font-size: 13px;
    color:#393e47;
    text-decoration: none;
}
.pageSibiling .ulNormal li a:hover{
    color:#1058d0;
}

.selectThisPage{
    border-bottom:2px solid #1058d0;
    color:#1058d0 !important;
}

.sideBarItem{
    float: left;
    background: #bdbdbd;
    padding: 6px 6px 6px 6px;
    border-radius: 5px;
    padding-right: 6px;
    width: 22px;
    cursor: pointer;
    z-index: 2000 !important;
    text-align: right;
}

.searchOpenBtn i {
    color: #2980b9;
}
.DontHaveCurDoneStatus{
    cursor: pointer;

}
.DontHaveCurDoneStatus:hover{
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}
.placeDonesOpenBtn{
    float: left;
    position: fixed;
    top: 150px;
    left:-9px;
    background: #ccc;
    padding: 7px;
    border-radius: 5px;
    padding-right: 6px;
    width: 25px;
    cursor: pointer;
}
.placeDonesOpenBtn-Open{
    left: -2px !important;
}

.closeBtnInsideDones{
    float: right;
    padding: 3px;
    position: absolute;
    right: 0px;
    top: -14px;
    cursor: pointer;
}
.newDoneInsDones,.doneRefreshBtn{
    cursor: pointer;
}
.NDONE_taskRows{
    cursor: default;
}
.NDONE_taskRowsSel{
    background: #ccf;
}
.countFaaliyatTd{
    text-align: center !important;
}
.countFaaliyatSpan{
    border: solid 1px #9797f2;
    border-radius: 5px;
    padding: 3px 5px;
    color: #0000f3;
}
.statusDonesIconTd{
    text-align: center !important;
}
.iconsTaskStatus{
    opacity: 0.5;
}
.countFaaliyatSpan{
    cursor: pointer;
}
.countFaaliyatSpan:hover{
    color: #5656b1;
    border-color: #000;
}
.flashOn{
    opacity: 0.9 !important;
}
.trManageTasksUsrsSel{
    background: #ccf !important;
}
.taskAdminTrDiv{

}
.trManageTasksUsrs{
    cursor: pointer;
    padding: 5px !important;
}
.trManageTasksUsrsSel{
    background: #ccf ;
}
.trManageTasksUsrs:hover{
    background: #ebebff ;
}
.trManageTasksUsrsSel td:hover{
    background: #ccf !important;
}
.edit_ok_group,.edit_cancell_group{
    cursor: pointer;
}
.timePickerCurTime{
    bottom: 50px;
    left: 5px;
    position: absolute;
    text-align: center;
}
.timePickerCurTime img{
    width: 15px;
    cursor: pointer;
}
.btnHelpBtn{
    width: 20px;
    cursor: pointer;
}
.spanHelpStart {
    float: left;
    left: 10px;
    position: absolute;
    text-align: left;
    top: -7px;
    cursor: pointer;
}
.placeTaskDones{
    height: 340px;
}
.btnDeleteDoc{
    background: #ccc;
    border: solid 1px #ddd;
    padding: 0px 5px;
    cursor: pointer;
    display: inline-block;
}
.btnDeleteDoc:hover{
    background: #e74955;
}
.normalLink{
    text-decoration:none
}
.justGroupWork{
    width: 10px !important;
}
.peopleLetterAddRemoveHR{
    cursor: pointer;
}
legend{
    font-size: 14px;
    font-weight: bold;
}
.technikalTblSellFact td{
    padding: 5px;
}
.technikalTblSellFact td:last-child{
    font-weight: bold;
    direction: rtl;
}
.tichnikalAgentTD{
    font-weight: normal ;
}
.costHolderMainestTD:hover  .costHolderMainest{
    display: block !important;
}
.hideDiv{
    display: none;
}

input[type="password"]{
    padding-left: 5PX !important;
    padding-right: 5PX !important;
}

.disableField input{
    cursor: not-allowed;
}

.hidePop{
    display: none !important;
}

.hideIt{
    display: none;
}

.msgBody, .msgBody p{
    font-family: Titre !important;
    font-size: 12px;
}

.fundNoShiftPanel{
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    border:solid 1px #ccc
}
.dg_grid_table td, .dg_grid_table span{
    font-family: Titre !important;
}

.shape {
    width:10px;
    padding: 3px;
    margin: 3px;
    position:absolute;
    direction: ltr;
    top:55px;
    right:0px;
}

.linetop-horizontal {
    background-color:rgb(0, 123, 182);
    width:10px;
    height:1px;
    float:left;
}
.line-vertical {
    background-color:rgb(0, 123, 182);
    float:right;
    width: 1px;
    height: 135px;


    top:-10px;
}
.linebottom-horizontal {
    background-color:rgb(0, 123, 182);
    height:1px;

    clear:both;
}

.refer{
    background-color:rgb(251, 251, 251);
    transition: 0.5s;
    padding:10px;
    border-radius:10px;
    height:60px;
    cursor:default;
    overflow:hidden;
    width:90%;margin-top: 20px;
    margin-right: 8px;
    border:1px solid rgb(0, 123, 182);
    opacity: 0.7;
}

.arrow_letter{
    opacity:0.7;
    display:none;
    width:20px;
    height:20px;
    margin-right:22%;
    margin-top:-7%;
    transform:rotate(90deg);
    cursor:pointer;
}
.empStatusImg{
    vertical-align: sub;
}


/* Template Css */

.imgkey{
    height: 40px;
    border:1px solid gray;
}


#login-copyright{
    direction: ltr;
}
.lettCatsHolder{
    display: inline-block;
    overflow: hidden;
}


/* Start Res */


@media only screen and (max-width:1300px) {
    .topMenuLeftTop1{
    float: left !important;
}

#top_menu{
    float: right !important;
}
.usernameTopMenu{
    display: none;
}
.menu2000Link_span{
    display: none;
}
#header .brand{
    width: auto;
}
.container-fluid_menu_top{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

}


.alertShowBtn{
    height: 18px;
    padding: 15px;
    cursor: pointer;
    display: none;
    border-left: #9e9e9e solid 1px;
}
.topMenuLeftTop1{
    height: 50px;

}
.openXsMenu{
    height: auto !important;
}

.shortc{
    transform: translate3d(8%, 0, 0) !important;
    transition-duration: .15s;
    -moz-transform: translate3d(8%, 0, 0) !important;
    -moz-transition-duration: .15s;
    -webkit-transform: translate3d(8%, 0, 0) !important;
    -webkit-transition-duration: .15s;
}

.shortccrm{
    margin-left: 55pt !important;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;

}

.user_search_template{
    width: 97%;
    height: 20px !important;

}

.DontHaveCurDone{
    /*background: #9e3d92 ;*/
}
.DontHaveCurDone:hover{
    /*background: #9e3d92 ;*/
    background: #64b0b7 ;
}

.DontHaveCurDoneColor{
    /*background: #d06c6c ;*/
}

.NDONE_taskRows{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rm_icon_temp{

    position: fixed;
    top: 195px;
    left:-5px;
    background: #ccc;
    border-radius: 5px;
}

.rm_icon_tempp{
    float: left;
    position: fixed;
    top: 195px;
    left:-5px;
    background: #ccc;
    border-radius: 5px;
}

/*.chatroom {
margin-right: 5px;

border-radius:  0 5px 5px 0  ;
background-color: #bdbdbd;
padding: 8px 9px 7px 15px;
height: 20px;
cursor: pointer;
font-family: unset;
color: white;
width: 20px;
transform: rotate(0deg);


}*/



.chatbox{
    position: fixed;
    margin-top: -35px;
    transform: translate3d(-100%, 0, 0);
    transition-duration: .25s;
    -moz-transform: translate3d(-100%, 0, 0);
    -moz-transition-duration: .25s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transition-duration: .25s;
    width: 320px;
    height: 400px;
    background-color:#f9f9f9;
    transition: 0.4s;

    margin-left: -50px;
}
.chatheader {
    background-color: #4B4B4B;
    padding: 1px 4px 8px 4px;
    height: 6%;
    width: 100.8%;
}
.chatcontent{
    background-color: white;
    padding: 3px 1px 12px 4px;
    height: 72%;
    width: 101%;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #DFDFDF;

}
.chatfooter{
    background-color: #e6e6e6;
    padding: 3px 4px 8px 4px;
    height: 13%;
    width: 101%;
}
.chattextbox{
    margin-top: -1px;
    width: 79%;
    resize: none;
    display: inline-block;
    height: 90%;
    margin-right: -4px;
}
.chatbtn{
    display: inline-block;
    width: 17%;
    height: 111%;
    margin-top: -1px;
    margin-left: -2px;
}

.showchatbox{
    transform: translate3d(102%, 0, 0);
    transition-duration: .25s;
    -moz-transform: translate3d(102%, 0, 0);
    -moz-transition-duration: .25s;
    -webkit-transform: translate3d(102%, 0, 0);
    -webkit-transition-duration: .25s;
}
.hidechatbox{
    left: -500px;
    transition: 0.4s;
}
.userchat + .chosen-container{
    float: right;
    border:1px solid white;
    margin-top: 2px;
}
#chatuserid_chosen span{
    color:white;
    font-size: 1.1em;

}

.chatdiv{
    padding:1px 3px 4px 0px;
    white-space: pre-line;
    background-color:  #29a329;
    color:white;
    max-width:90%;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em
}

.dlchat{
    color:#630808;
    cursor:pointer;
    margin-right: 4px;
    font-size: 1.1em;
}
.cpchatmsg{
    color:white;
    cursor:pointer;
    margin-right: 4px;
    font-size: 1.1em;
}
.rotatecopy{
    transform: rotate(365deg);
    transition: 0.2s;
}
#newchatlink{
    text-decoration: none;
    color:white;
    background-color: red;
    padding: 2px 3px 5px 3px;
    margin-left: 7px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    display: none;
}

.shownewmsg{
    position: fixed;
    margin-right: 284px;
    margin-top: 270px;
    padding: 3px 10px 3px 10px;
    background-color: rgba(235, 0, 0, 0.7);
    border-radius:50px 50px 50px 50px;
    color:white;
    cursor: pointer;
    display: none;

}


.qeybed{
    margin-bottom: -362px;
    transition: 0.4s;
}

.hason{
    font-weight: bold !important;
}

.hason:hover{
    color:white  !important;
}

.feedBackDiv{
    border-radius:  0px 5px 5px 0px  ;
    background: #007bb5;
    height: 75px;
    background-color: #034270;
    margin-right: 5px;
}
.feedBackDiv{
    padding-top: 5px;
}
#feedTitle{
    transform: rotate(-90deg) !important;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 12px;

    transform: rotate(-90deg) !important;
    text-decoration: none;
    margin-right: 15px;
    margin-top: 12px;
}



.chatcnt{
    padding: 2px;
    background-color: white;
    color: #d51c1c;
    border-radius: 50px 50px 50px 50px;
    margin-right:-1px;
    margin-top: -26px;
    font-weight: bold;
    font-family: unset;
    font-size:1em !important;
    position: fixed;
    z-index: 5000000000;
}
.rizchaticon{
    font-size: 1.9em;
    margin-right: -3px;
    color:#034270;
    margin-top: -3px;
}
.videoIconTemp{
    font-size: 1.6em;
    padding-top: 3px;
    color:#034270;
}
.showchattitle{
    display: block;
}
.feedrizicon{
    visibility:visible;
}
.shtCutsColorSmll a{
    display: inline-block;
    height: 30px;
    margin-bottom: 2px;
    padding: 2px 0;
    background: #fff;
    width: 30px;
    border-radius: 3px;
}

.shtCutsColorSmll{
    padding-top: 0 !important;
    margin-top: 0 !important;
}




@media only screen and (max-height:900px) {


    .chatroom{
    top: 330px;
    padding: 8px 9px 7px 5px;
    left:-46px;
    width: 20px;
}




}

@media only screen and (max-height:780px) {


    .chatroom{
    top: 325px;
    padding: 8px 9px 7px 5px;
    left:-46px;
    width: 20px;
}





}

@media only screen and (max-height:730px) {


    .chatroom{
    top: 298px;
    padding: 8px 9px 7px 5px;
    left:-19px;
    width: 20px;
}



.rizchaticon{
    display: block;
}

.showchattitle{
    display: none;
}

.feedrizicon{
    visibility:hidden;
}




}



#showDetails{
    font-size: 11px !important;width: 120px;height: 22px;margin: 0;padding: 0;text-align: center;
}
.breakInXs{
    display: none;
}
.meetingTitlesDiv{
    text-align: right;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

/*.rowBoxSize{
box-sizing: border-box !important;
}*/

.rightMeetingPersons{
    padding-right: 10px;
}
.taskDetilRightClnSub{
    background: #fff;
    overflow: hidden;
    border: solid 1px #ccc;
    margin-bottom: 15px;
}

.taskTableMainHolder{
    width: 98%;
    margin: auto;
    display: block;
}

.proTaskDetTdLeft{
    padding:0 10px;
}
.taskStatTitle{
    width: 12%;
    border-left: solid 1px #ccc;
    display: inline-block;
}
.taskStatTitle:last-child{
    border-left: none;
}
.scroolBtnInXsSize{
    background: #ccc;
    border: 1px solid #949494;
    border-radius: 24px;
    bottom: -15px;
    height: 20px;
    padding: 5px;
    position: fixed;

    text-align: center;
    width: 20px;
    cursor: pointer;
    left: 15px;


    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;

    opacity: 0;
}
.scroolBtnInXsSize:hover{
    background: #ddd;
}
.scroolBtnActive{

    opacity: 1;
    bottom: 15px;

}


.scroolBtnInXsSizeUp{
    background: #ccc;
    border: 1px solid #949494;
    border-radius: 24px;
    top: 115px;
    z-index: 1000;
    height: 20px;
    padding: 5px;
    position: fixed;

    text-align: center;
    width: 20px;
    cursor: pointer;
    left: 15px;


    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;

    opacity: 0;
}
.scroolBtnInXsSizeUp:hover{
    background: #ddd;
}
.scroolBtnActiveUp{

    opacity: 1;
    top: 115px;

}

.lettExtraDetails{

    float: left;
    padding: 10px 5px;

}
.letterPersonHolders{
    overflow: hidden;
    margin-bottom: 10px;
}
.letterPersonHolders{
    clear: both;
}
.loginLocationtatus{
    width: 370px;
    margin: auto;
    margin-top: 80px;
    border: solid 1px #ccc;
    padding: 15px 20px;
}
.location_stat{
    font-weight: bold;
}
.location_disable{
    color: #f00;
}
.location_enable{
    color: #00d600;
}
.location_descLogin .location_disable,.location_descLogin .location_enable{
    border-top: solid 1px #ccc;
    margin-top: 8px;
    padding-top: 3px;
}
.itemLabPays{
    display: inline-block;
}
.logChangesDOne{
    padding: 10px;
    border: solid 1px #ccc;
    background: #eef;
}
.logChangesDOne .chngItem{
    border-bottom: dashed 1px #ccc;
    padding: 5px;
}
.logChangesDOne .chngItem:hover{
    background: #eee ;
}
.logChangesDOne .chngItem:last-child{
    border-bottom: none;
}

.leftSideBar{
    float: left;
    left:0px;
    width: 40px;
    height: 98.8%;
    background-color: #dbdbdb;
    z-index: 12000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
}

#omadsite{
    width: 100%;
    height: 100%;
    z-index:10000;
    display: none;
    background-color: black;
    position: fixed;
    bottom: 0px;
}

#erorsiteportal{
    width: 450px;
    height: 450px;
    background-color: white;
    position: fixed;
    bottom: 28%;
    right:40%;
    padding: 15px;
    font-size: 1.2em;
}

#erorsiteportal i{
    padding-right: 39%;
    font-size: 6em;
    color:orange;
}

.feedBackDiv a {
    text-decoration: none;
    color:white;
    font-family: unset;
}

.feedBackDiv i {
    margin-right: 0px;
    font-size: 1.3em;
}

#leftt1{
    float: left;
    width: 33px;
    height: 31px;
    cursor: pointer;
    border-radius:0px 4px 4px 0px;
    z-index:20;

    padding: 0px 2px 1px 0px;
}

#leftt1 i {
    color:#034270;
    font-size: 1.8em;
    margin-right:3px;
    margin-top: 4px;
}

#mt1{
    padding: 4px 5px 7px 5px;
    height:21px;
    margin-left: -112px;
    background-color: #d9d9d9;
    border-radius:0px 2px 2px 0px;
    transition: 0.4s;
    float:left;
    position: fixed;
    margin-top:0px;
    z-index: -1;
}

#mt2{
    z-index: -1;
    padding: 4px 5px 7px 5px;
    height:21px;
    margin-left: -200px;
    background-color: #d9d9d9;
    border-radius:2px 2px 2px 2px;
    transition: 0.4s;
    margin-top:0px;
    float:left;
    position: fixed;
}

#leftt2{
    float: left;
    width: 33px;
    height: 31px;
    cursor: pointer;
    border-radius:0px 4px 4px 0px;
    z-index:22;

    padding: 0px 2px 1px 0px;
}

#leftt2 i {
    color:#034270;
    font-size: 1.8em;
    margin-right:3px;
    margin-top: 4px;
}

.LFS_addpro i{
    color:#034270;
    font-size: 1.6em;
    margin-right:2px;
    margin-top: 2px;
}



.LFS_addUser i{
    color:#034270;
    font-size: 1.5em;
    margin-left:2px;
    margin-top: 2px;
}

.placeDoneLoads{
    padding: 5px;
    padding-top: 15px;
    height: 390px;
}

#mt3{
    padding: 28px 9px 2px 9px;
    transform: translate3d(-100%, 0, 0);
    transition-duration: .15s;
    -moz-transform: translate3d(-100%, 0, 0);
    -moz-transition-duration: .15s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -webkit-transition-duration: .15s;
    background-color: #eee;
    border-radius:2px 2px 2px 2px;
    transition: 0.4s;
    left:-5px;
    border-radius: 5px;
    position: fixed;
    width: 480px;
    border:1px solid #999;
    cursor: pointer;
    margin-top: -1px;
    z-index:2
}

#mt3 i{
    position: absolute;
    margin-top: -26px;
    margin-right: -5px;
}

#searchtask{
    display:block;
    margin: 0 auto;
    margin-top:1px;
    margin-bottom:-5px;
    color:rgb(173, 216, 243);
    z-index:1000;
}



#leftt3 i {
    color:#034270;
    font-size: 1.6em;

}

.iconLeftIholder i {
    color:#034270;
    font-size: 1.6em;

}

#opnlet{

    width: 34px;
    height: 31px;
    cursor: pointer;
    z-index:20;
    padding: 0px 0px 2px 0px;
}

#opnlet i {
    color:#034270;
    font-size: 1.7em;
    margin-right:6px;
    margin-top: 4px;
}



/* Chat Style */

#refreshclick{
    position: absolute;
    color: #87bb33;
    margin: 2px 9px;
    visibility: hidden;
}

.tepcopy{
    width: 0px;
    height: 0px;
    margin-top: -100px;
    position: absolute;
    z-index: -1 !important;
}

.chatcontent h4 {
    color: #999999;
    margin-top: 30% !important;
}

.chatcontent h5{
    color:gray;
    margin-top: 170px;
    display: none;
}

#settingchat{
    cursor: pointer;
    margin-left: 3px;
    color:white;
}

#showuserclick{
    padding: 2px 50px 3px 50px;
    background-color: rgba(0, 0, 0, 0.75);
    color:white; margin-top: -27px;
    margin-right: 0px;
    position: absolute;
    display: none;
}

#hidechat{
    cursor: pointer;
    color:white;
}

/* END Chat */

.searchOpenBtn i {
    font-size: 16px;
    margin-right: 3px;
    color:#034270;
}

#placeDonesOpenBtn{
    margin-top: 43px;
    padding: 5px 8px 5px 8px;
}

#placeDonesOpenBtnI{
    color:#034270;
    font-size: 1.7em;
    margin-right:-1px;
}

#openmainmenu{
    color:white;
    background-color: #2ea991;
    padding: 3px 7px 9px 7px;
    position: absolute;
    font-family: tahoma;
    font-size: 1.1em;
    cursor:pointer;
    margin-right: 0%;
    margin-top: 27px;
    border-radius:2px 2px 2px 2px;
}

#logmehman{
    background: #fcc;
    padding: 15px;
    text-align: center;
}

#notificBarMains{
    margin-top: 3px;
    background: #e74955;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    z-index: 2;
}

#blueline{
    z-index: 2;
}
#show-shortcutes{
    margin-top: 0;
    margin-left: 14px;
    cursor: pointer;
    margin-bottom: -3px;
    height: 40px;
    margin-top: -14px;
    margin-right: 10px;
    position: absolute;
    left: 12px;
}

#brand1{
    width: 20px !important;
    padding: 18px 10px important;
    margin: 0px,-15px,0px,0px important;
    border-right: 1px solid important;
}

#div-brand{
    width: 20px !important;
    padding: 18px 10px !important;
    margin: 0,-15px,0,0 !important;
    border-right: 1px solid !important;
    margin-right:0px !important;
}

#openfavlist{
    display: inline-block;
    margin-right: 7px;
    font-size: 1.5em;
    margin-left: 2px;
    height: 37px;
}

#favmenu{
    width: auto !important;
    padding-left: 0 !important;
}
.calenderHeaderRow{
    padding: 0 !important;
    overflow: hidden;
}
.calenderHeaderRow ul{
    float: right;
}

#div-cl{
    width: 16px;
    height: 16px;
    border: 1px solid #FFF;
    margin-left:3px;
    border-radius: 50%;
    cursor: pointer;
}

#color-pick-sample{
    position:absolute;
    right:30px;
    top:6px;
    background: #EEE;
    border-radius: 3px;
    padding: 3px;
}

#div-ip{
    padding: 3px;
    background: #d54a78;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0.5;
}

.links a{
    cursor: pointer;
    background-color: green;
    color:white;
    padding: 0px 4px 0px 4px;
    margin-right: 2px;
}
.newwork{
    list-style: none;

}
.newwork th {
    padding: 6px 8px 6px 4px;
    background-color: #f5f5f5;
    margin-bottom: 2px;
    text-align: center;
    color:#535353;
}
.forgetIndexDiv{
    text-align: center;
}
.forgetDivOpen{
    padding: 5px;
    border:solid 1px #ccc;
    margin-top: 10px;
}
.forgetDivOpen input{
    direction: ltr;
}
.dotes{
    color:green;font-weight:bold;
    color:rgb(0%, 12%, 50%)
}
.heightAuto{
    padding:8px;
    overflow:hidden;cursor: pointer;
    transition:0.2s;
}
.topHeaderItems{
    float: right;
}
.topHeaderItems:last-child{
    border-left: solid 1px #ccc !important;
}
.topHeaderItems,#showNewMenu{
    font-size: 26px;
    color: #fff;
    vertical-align: middle;
    padding-left: 0px;
    margin-left: 0px;
    cursor: pointer;
    width: 40px;
    text-align: center;
}
.topHeaderItems:hover{
    color: #fff;
    text-decoration:none;
    font-size: 28px;
}
.selCpmpanyMnuIcon{
    text-align: center;
    border-top: 1px solid #d8b6b4;
    background: #ffdddb ;
    padding-bottom: 5px;
    padding-top: 10px;
}
.selCpmpanyMnuIcon i{
    vertical-align: middle;
}

.selCpmpanyMnuIconBranch{
    text-align: center;
    border-top: 1px solid #d8b6b4;
    background: #ffdddb ;
    padding-bottom: 5px;
    padding-top: 10px;
}
.selCpmpanyMnuIconBranch i{
    vertical-align: middle;
}

.placeNewAlerts  .dropdown-toggle{
    width: 22px;
}
.placeNewAlerts .dropdown-toggle:hover{
    font-size: 22px;
}
.calenderSpecial,.calenderSpecialSearch,#showNewMenu{
    padding: 4px 5px;
    margin-left: 5px;
    cursor: pointer;
}
.calenderSpecial:hover,.calenderSpecialSearch:hover,#showNewMenu:hover{
    /*background: #9e3d92 ;*/
    background: #64b0b7 ;
}
.searchHEaderLi{
    margin-left: 5px;
    padding: 7px;
}
.searchHEaderLi input{
    height: 25px;
}
.calenderSpecialSearch{
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.searchOpenBtnStyle{
    padding: 11px 18px;
    cursor: pointer;
}
.calenderSpecialSearch .sideMargin{
    margin: 0;
}
#showNewMenu{
    font-size: 24px;
    cursor: pointer;
    padding: 10px 5px;
    margin-right: 5px;
    margin: 2px;
}
.container-fluid{
    padding-left: 5px !important;
}
.crmResultsHolder{
    float: right;
    width: 60%;
}
.pageResultsHolder{
    float: right;
    width: 40%;
}
.pageResults,.crmResults{
    padding: 5px 10px;
}
.userSearchLinkDiv a{
    display: block;
    padding: 3px 5px;
    border: #ccc solid 1px;
    margin: 8px 3px;
    text-decoration: none;
}
.imageAvatarHead{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #6c6c6c;
}

.favNotFound i{
    font-size: 28px;
}
.favNotFound{
    text-align: center;
    color: #000;
    direction: rtl;
    font-family: iransans;
    padding-top: 25px;
}
.resultsSearchBoth{
    width: 700px;
    background: #fcfcfc;
    overflow: hidden;
    margin-bottom: 10px;
    height: 351px;
}

.resultsSearchBothHide{
    height: 400px;
}
.crmResults,.pageResults{
    height: 310px;
    overflow-y: auto;
    overflow-x:hidden ;
}
.resSesrchHeader{
    text-align: center;
    padding: 5px;
    background: #ddd;
    color:black;
}
.didntFoundUser{
    color: #ccc;
    padding: 5px;
    text-align: center;
}
.searchPageIconContainer2{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.taskDetHolder {
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.taskDetRightSide,.taskDetLeftSide{
    display: block;
    vertical-align: top;

    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.taskDetRightSide{
    width: 40%;
    float: right;
    background-color: #f7f9fb;
    border-left:1px solid #bcbcbc;
}
.taskDetailTable{
    margin: 15px;
}
.taskDetLeftSide{
    width: 58%;
    float: left;
}
.taskDetRightSideInside{
    margin-left: 15px;
    padding: 2px;
}
.taskDetLeftSideInside{
    padding: 10px;
    margin-left: 15px;
}
.noteHolder,.doneHolder{
    border: solid 1px #ddd;
    padding: 5px;
    background: #eee;
    margin-bottom: 25px;
}
.doneHolder{
    background: #fff;
    overflow: hidden;
}
.rowStandard div{
    box-sizing: border-box !important;
}
.rowBoxSize{
    background: #fff;
}
.theBar{
    height: 15px;
}
.timeBarHolder{
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}
.theBarProced{
    height: 15px;
    background: #05e62a ;
    float: left;
}

.timeHolderToBar{
    overflow: hidden;
    padding: 5px 2px;
}
.theProcHalf{
    border-right: 1px solid #db9191;
    float: left;
    height: 40px;
    left: 0;
    position: absolute;
    width: 60%;
}
.addNewDescHolder textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}
.dateFileds{
    float: left;
    width: 80px;
}
.addDone{
    margin: 10px 5px;
    background: #f2f2f2;
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 25px;
}
.addDoneDateHldr{
    float: right;
    margin-right: 10px;
    vertical-align: middle;
}
.detailTaskMainTabHolder{
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 35px;
    clear: both;
    overflow: hidden;
    min-height: 360px;
}
.menuBtnTskDetail_I{
    float: right;
    cursor: pointer;
    padding: 5px 10px;
    background: #fff;
    margin-right: 1px !important;
    display: none;

}
.menuBtnTskDetail{
    overflow: hidden;
    padding-bottom: 5px;
}
.btnNewDoneSHowHide{
    margin-bottom: 20px;
}
.theTaskBar{
    background: #488bff ;
}
.theExtraBar{
    display: inline-block;
    position: absolute;
    left: 60%;
}
.statsuDetailHolder{
    text-align: center;
}
.statsuDetailHolder img{
    width: 20px;
}
.timerDone{
    display: inline-block;
}
.textArea100{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pdRunningHolder{
    border: solid 1px #ccc;
    padding: 15px;
}
.tagDiv{
    display: inline-block;
    float: right;
    padding: 5px 10px;
}
.taskTimeUnderTime{
    text-align: center;
    overflow: hidden;
}
.clickDivHolder{
    padding-top: 5px;
    padding-bottom: 0;
    width: 170px;
    min-height: 43px;
    direction: rtl;
}
.tskTitleInsClck{
    float: right;
    font-size: 10px;
    max-width: 115px;
    max-height: 23px;
}
.tskTimerInsClck{
    float: left;
    overflow: hidden;
    font-size: 11px;
}
.tskTimerInsClck img{
    float: left;
    margin-right: 3px;
    margin-top: 4px;
    vertical-align: sub;
    width: 14px;
}
.didntStartDoneHdr{
    color: #ccc;
    font-style: italic;
    font-size: 11px;
}
.editDoneDetailLinl{
    float: left;
    margin-top: -5px;
}
.editDoneDetailLinl:hover{
    text-decoration:none;
}
.editDoneDetailLinl i{
    vertical-align: sub;
}
.donersGroup{
    max-height: 100px;
    overflow-y: auto;
}
.notFound{
    text-align: center;
    padding: 30px 0;
    color: #999;
    font-style: italic;
    font-size: 14px;
}
.notFound i{
    font-size: 24px;
}
.didntRegDone{
    text-align: center;
}
.ui-tooltip{
    background: #000;
    color: #fff;
}
.tskPplLab{
    float: right;
    padding: 5px;
    margin-left: 8px;
    clear: right;
}
.repairPostiotion{
    position: fixed !important;
    top: 20% !important;
}
.margin-1px{
    margin:1px;
}
.chartHolder{
    overflow: hidden;
    background: #eee;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
}
.chartProsed{
    height: 30px;
    float: left;
    text-align: left;
}
.procedNumPer{
    padding: 5px;
    font-size: 15px;
    padding-left: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #0d0d0d;
    color: #fff;
    left: 0;
    position: absolute;
}
.procesGlass{
    position: absolute;
    top: 0;
    height: 15px;
    width: 100%;
    background: #fff;

    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.totalMinTxt{
    color: #80b300;
    font-weight: bold;
}
.messMessText{
    float: right;
}
.oplLevelItem{
    display: inline-block;
    padding: 10px  15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    font-weight: bold;
    min-width: 130px;
    margin-bottom: 20px;
}
.opLevelHolder{
    text-align: center;
    margin-bottom: 20px;
}
.opDetHolder{
    padding: 5px;
    overflow: hidden;
    padding-top: 7px;
    border-top: solid 1px #ccc;
    margin-top: 7px;
    font-weight: 100;
}
.optSplotOps{
    vertical-align: middle;
    margin: 5px;
    margin-top: -60px;
}
.opLevCount{
    font-size: 0.8em;
}
.opLevelSum{
    float: left;
}

.license-modules {
    margin-right: 0;
    margin-left: 0;
    clear: both;
    margin: 20px 0px 10px;
    display: inline-block;
    width: 100%;
}

.license-modules > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.opRowStatus{
    margin-bottom: 25px;
    overflow: hidden;
}

.custom-table2 td{
    text-align:center;
    cursor:default;
}
.d_n{
    display:none;
}
.c_b{
    clear:both;
}
.t_a_c{
    text-align:center;
}
.custom-table2 #more{
    background-color: rgba(41%, 18%, 51%,0.5);
    padding:5px 20px;
}
.b_t_n{
    border-top:none;
}
.b_b_n{
    border-bottom: none;
}
.c_d{
    cursor: default;
}
.c_p{
    cursor: pointer !important;
}

.itemInfoLabel{
    width: 120px;
    float: right;
}
.itemInfoTitle{
    float: right;
}
.tabNotSubmit{
    padding: 5px;
}
.itemInfoRow{
    overflow: hidden;
    clear: both;
    padding: 5px;
}
.itemInfoLabel{
    font-weight: bold;
}

.remove_file{
    vertical-align: baseline;
}
.width200px{
    width:130px;
}
.display_inline_block{
    display: inline-block;
}
.word_break_break_word{
    word-break: break-all;
}
/* start section_relate*/

.section_parrent .minus,.plus{
    font-size: 11px !important;
    padding: 3px ;
    width:50px !important;
}

.section_datagrid{
    margin-top:10px;
    margin-bottom:10px;
    border: 1px solid gray;

}
.section_row_body{
    overflow:auto;
    height:300px;

}


.section_datagrid .section_field {
    width:15%;float: right;text-align: center;word-break:break-word
}

.section_datagrid .section_delete_field {
    width:8%;
}

.section_row_header{
    font-weight: bold;
    color: white;
    cursor: default;
    overflow: hidden;
    height: 30px;padding:10px;background-color:gray;
}
.section_delete_row{
    cursor: pointer;
}
.section_row{
    overflow: hidden;
    border-bottom:1px solid gray;
    padding:10px;
}
.section_row:hover{
    background-color:rgba(128, 128, 128, 0.30);
    cursor: default;
}
.not_row{
    margin: auto;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    max-height: 300px !important;
    text-align: center;
    font-weight: bold;
    color: #ccc;
    cursor: default;
    overflow: hidden;
    height: 30px;
    padding:10px;
    background-color:#fff;

}
.minus{
    visibility:hidden ;
}
.section_row .section_field:first-child {
    cursor: pointer;
}
/* end section_relate*/
.display-none{
    display: none;
}
.delete_row{
    margin-right: 502px;
    margin-top: -164px;
}
.section_circle{
    display: inline-block;
    background-color: rgb(41%, 18%, 51%);
    border-radius: 10px;
    width: 25px;
    height: 20px;
    text-align: center;
    padding-bottom: 3px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.empty_circle{
    background-color:gray;
}

.takePhoneDiv{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 310px;
    transform: translate3d(0%, 128%, 0);
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 8px !important;
    padding: 10px;
    border-radius:4px 4px 4px 4px !important;
    z-index: 1000 !important;
}

.takePhoneDivShow{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 310px;
    transform: translate3d(0%, 0%, 0) !important;
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 8px !important;
    padding: 10px;
    border-radius:4px 4px 4px 4px !important;
    z-index: 1000 !important;
}

.callBackImageTake{
    position: absolute;
    width: 127px;
    height: 127px;
    margin-left: -222px !important;
    margin-right: 48px !important;
    animation: mymoveS 2s infinite;
    -webkit-animation: mymoveS 2s infinite;
    -moz-animation: mymoveS 2s infinite;
}

.callNumberTake{
    letter-spacing: 1px;
    margin-top: 28px;
    padding: 3px  5px 2px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.callCrmTake{
    letter-spacing: 1px;
    margin-top: 28px;
    padding: 3px  5px 2px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.callNameTake{
    padding: 3px 8px 4px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.callCrmTake{
    padding: 3px 5px 4px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    margin-top: 11px;
}

.callCrmTake a{
    color:black;
    text-decoration: none;
}





.showCallAlert{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 310px;
    transform: translate3d(0%, 0%, 0) !important;
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 8px !important;
    padding: 10px;
    border-radius:4px 4px 4px 4px !important;
    z-index: 1000 !important;
}

.callAlert{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 370px;
    transform: translate3d(0%, 100%, 0);
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 0px;
    padding: 10px;
    border-radius:3px 0px 0px 0px;
    z-index: 1000 !important;
}

.videoCallAlert{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 370px;
    transform: translate3d(0%, 0%, 0);
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 0px;
    padding: 10px;
    border-radius:3px 0px 0px 0px;
    z-index: 1000 !important;
    display: none;
}
.showVideoCallAlert{
    display: block !important;
}



.showSuccessAlert{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 310px;
    transform: translate3d(0%, 0%, 0) !important;
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 8px !important;
    padding: 10px;
    border-radius:4px 4px 4px 4px !important;
    z-index: 1000 !important;
}

.callSuccess{
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    width: 228px;
    height: 310px;
    transform: translate3d(0%, 100%, 0);
    transition-duration: .17s;
    float: right;
    right:8px;
    bottom: 0px;
    padding: 10px;
    border-radius:3px 0px 0px 0px;
    z-index: 1000 !important;
}


@keyframes mymove {
    0%   {left:0px;}
25%  {left:6px;}
50%  {left:2px;}
75%  {left:6px;}
100% {left:2px;}
}

@-webkit-keyframes mymove {
    0%   {left:0px;}
25%  {left:6px;}
50%  {left:2px;}
75%  {left:6px;}
100% {left:2px;}
}

@-moz-keyframes mymove {
    0%   {left:0px;}
25%  {left:6px;}
50%  {left:2px;}
75%  {left:6px;}
100% {left:2px;}
}



@keyframes mymoveS {
    0%   { opacity: 1; }
50% { opacity: 0.5; }
75% { opacity: 1; }
100% { opacity: 0.5; }
}

@-webkit-keyframes mymoveS {
    0%   { opacity: 1; }
50% { opacity: 0.5; }
75% { opacity: 1; }
100% { opacity: 0.5; }
}

@-moz-keyframes mymoveS {
    0%   { opacity: 1; }
50% { opacity: 0.5; }
75% { opacity: 1; }
100% { opacity: 0.5; }
}

.doneStatusImage{
    animation: mymoveS 2.25s infinite;
    -webkit-animation: mymoveS 2.25s infinite;
    -moz-animation: mymoveS 2.25s infinite;
}

.callBackImage{
    position: absolute;
    width: 127px;
    height: 127px;
    margin-left: 60px !important;
    animation: mymove .25s infinite;
    -webkit-animation: mymove .25s infinite;
    -moz-animation: mymove .25s infinite;
}

.callBackImageS{
    position: absolute;
    width: 127px;
    height: 127px;
    margin-left: -202px !important;
    margin-right: 23px !important;
    animation: mymoveS 2s infinite;
    -webkit-animation: mymoveS 2s infinite;
    -moz-animation: mymoveS 2s infinite;
}

.callBackContent{
    padding: 7px;
    margin-top: 150px;
    color:white;
    font-size: 1.2em;
}
.callNumber{
    letter-spacing: 1px;
    margin-top: 28px;
    padding: 3px  5px 2px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
}


.callName{
    padding: 3px 8px 4px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
}

.callInOutType{
    padding: 3px 5px 4px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    margin-top: 11px;
}

.callCrm{
    padding: 3px 5px 4px 2px;
    background-color: #EAEAEA;
    border-radius:5px;
    color:black;
    width: 200px;
    margin: 0 auto;
    margin-top: 11px;
}

.callCrm a{
    color:black;
    text-decoration: none;
}

.callFooter,.disCallFooter,.answerCallFooter{
    padding: 3px 6px 8px 6px;
    text-align: center;
    max-width: 150;
    color:white;

    border-radius:4px;
    cursor: pointer;
    display: inline-block;
}

.callFooter{
    background-color: #e18544;
}
.disCallFooter{
    background-color: #e63f3f;
}
.answerCallFooter{
    background-color: #61bf42;
}

.font-size-20px{
    font-size:20px;
}

.closeSearchBtn{
    font-size: 20px;
}

.close-refer-empty{
    cursor:pointer;
    color:black;
}
.close-search-empty{
    color:black;
    cursor:pointer;
}

.callTimer{
    width: 100px;
    padding: 5px 0px 5px 0px;
    margin: 0 auto;
    text-align: center;
    color:white;
    margin-top: -16px;
    margin-bottom: 20px;
    color:green;
    background-color: #f0f0f0;
    font-size: 1.3em;
}
#callMin{
    font-size: 1.2em;
}
#callSec{
    font-size: 1.2em;
}

.showCallKeybordBtn{
    position: fixed;
    bottom: 8px;
    float: right;
    right: 9px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.showCallKeybordBtn:hover{
    transform:rotate(20deg)
}

.callKeybord{
    background-color:rgba(0,0,0,0.9);
    position: fixed;
    width: 208px;
    height: 260px;
    float: right;
    transform: translate3d(0%, 128%, 0);
    transition-duration: .17s;
    right:8px;
    bottom: 70px;
    padding: 10px;
    border-radius:3px 3px 3px 3px;
    z-index: 1000 !important;
}

.showCallKeybord{
    background-color:rgba(0,0,0,0.9);
    position: fixed;
    width: 208px;
    height: 260px;
    float: right;
    transform: translate3d(0%, 0%, 0);
    transition-duration: .17s;
    right:8px;
    bottom: 70px;
    padding: 10px;
    border-radius:3px 3px 3px 3px;
    z-index: 1000 !important;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid rgba(0,0,0,0.9);
    position: absolute;
    bottom: -14px;
}

.callInputDiv{
    width: 200px;
    margin: 0 auto;

}
#callInput{
    width: 197px;
    margin-right: -5px;
    height: 37px;
    direction: ltr;
    font-size: 1.7em;
    background-color: rgba(66, 66, 66, 0.76);
    border:black;
    outline: none !important;
    outline-width: 4 important;
    color:white;

}

#callInput:focus {
    width: 197px;
    margin-right: -5px;
    height: 37px;
    direction: ltr;
    font-size: 1.7em;
    background-color: rgba(66, 66, 66, 0.76);
    border:black;
    outline: none !important;
    outline-width: 4 important;
    color:white;

}



.phoneKeys{
    padding: 2px 2px 2px 2px;
    margin-top: 4px;
}

.phoneKeysGroup span{
    display: inline-block;
    width: 65px;
    height: 35px;
    color:white;
    background-color: rgba(66, 66, 66, 0.76);
    cursor: pointer;
    text-align: center;
    border-radius:2px;
    font-size: 1.6em;
    padding-top:8px ;
    margin-top: 4px;
}

.callSendBtn{
    float: left;
    padding: 6px;
    color:white;
    background-color: rgba(123, 168, 22, 0.92);
    margin-top: -36px;
    width: 60px;
    text-align: center;
    display: block;
    font-size: 1.2em;
    border-radius:3px;
    cursor: pointer;

}

.DiscallSendBtn{
    float: left;
    padding: 6px;
    color:white;
    background-color: rgba(212, 53, 53, 0.9);
    margin-top: -36px;
    width: 70px;
    text-align: center;
    display: block;
    font-size: 1.2em;
    border-radius:3px;
    cursor: pointer;
    display: none;
}

.delLastNumber{
    position: absolute;
    width:30px;
    height: 40px;
    cursor: pointer;
    margin-top: 5px;
}
/*input::placeholder {
color: #682d82;
opacity: 0.9;
}*/
.plus_attach{
    width: 30px;
    text-align: center;
    display: inline-block;
}
.reqFieldStar{
    color: #f00;
}

.width-50percent{
    width:50% !important;
}

.callUserPopup{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(196,196,196,0.7);
    display: none;
    position: fixed;
    top:0px;
}

.callUserPopupShow{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(196,196,196,0.7);
    display: block !important;
    position: fixed;
    top:0px;
    z-index: 150000;
}

.btnShowSmartUpload{
    border: 1px dashed gray !important;
    border:1px;
}

.callUserContain{
    background: #29303a;
    margin: 0 auto;
    width: 100%;
    height: 500px;
    margin-top: 7%;
    color: #fcfcfc;
    max-width: 530px;

}

.callUserContain .numbus{
    text-align: center;
    color:#bdc0c3;
    margin-top: -16px;
    padding-top: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

.callUserImages{
   /*  margin-top: 58px; */
}
.callImageLeft{
    display: inline-block;
    float: left;
    margin-left: 50px;

}

.callImageLeft img{
    width: 60px;
    height: 60px;
    border: 1px solid #828282;
    border-radius:150px;
}

.callImageRight {
    display: inline-block;
    float: right;
     margin-right: 50px; 
}
.callUserPort p {
    position: relative;
    margin-right: 44%;
}

.callImageRight img{
    width: 35px;
    height: 35px;
    border: 1px solid #828282;
    border-radius: 150px;
    padding: 14px;
}

.callUserLine {
    display: inline-block;
    border: 1px solid gray;
    width: 45%;
    margin-top: 40px;
    margin-right: 5%;
}
@media  (max-width:450px) {

.callUserLine{
    border: none;
}
}
#callUserPort_chosen {
        width: 50%!important;
        /* margin-right: 0%; */
        position: relative;
        right: 25%;
        background-color: #1e232b;
        color: white;
}
#callUserPort_chosen span {
    color:white !important;
}

#callUserPort_chosen .chosen-drop{
    background-color:#1e232b !important;
}

#callUserPort {
    margin-right: 10%;
    position: absolute;
    width: 80% !important;
    background-color: white;
    color: black;
}

.callUserStartBtn {
    margin-top: 112px;
    padding: 5px;
    background-color: #5ead4c;
    width: 100px;
    height: 25px;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-right: 33%;

}
.callPositions{
    display: inline-block;
    width: 100%;
}
#parentUserPhoneCall {
    font-size: 60px;
    position: absolute;
    margin-right: 10px;
    margin-top: -12px;
    color: #228e7a;
}
.callUserClosePopup{
    border: 1px solid white;
    padding: 2px;
    margin: 4px 4px 0px 0px;
    border-radius:50px;
    cursor: pointer;
    position: absolute;
}

.pies {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: yellowgreen;
    margin-left: 5px;
    float: left;
}

select[name='section_type[]']{
    width:150px !important;
}



.pipeline-wizard {
    list-style: none;
    padding: 0;
    border: 1px solid white;
}
@media all and (min-width: 48em) {
    .pipeline-wizard {
    margin: 1em 0;
    display: table;
    width: 100%;
}
}
.pipeline-wizard li {
    text-align: center;
    width: 100%;
    border-top: 1px solid gray;
    margin: -20px;
    position: relative;
    color: red;
}
.pipeline-wizard li:first-child {
    border-top: 0;
}
@media all and (min-width: 48em) {
    .pipeline-wizard li {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 0;
    /* left padding should compensate for arrow width */
    margin: 0;
    border: none;
    line-height:0;
}
.pipeline-wizard li:before {
    content: "";
    position: absolute;
    right: 100%;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-right: 30px solid white;
    border-bottom: 42px solid transparent;
    z-index: 2;
}
.pipeline-wizard li:after {
    content: "";
    position: absolute;
    right: 99%;
    /* IE8 and Android don't do calc so well */
    right: calc(100% - 1px);
    top: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 28px solid #eeeeee;
    border-bottom: 40px solid transparent;
    z-index: 3;
}
.pipeline-wizard li:last-child:before, .pipeline-wizard li:last-child:after {
    border: none;
}
.pipeline-wizard li a {
    padding: 40px 10px;
}
}
.pipeline-wizard li a {
    color: black;
    text-decoration: none;
    border: none;
    display: block;
    background-color: #eeeeee;
}
.pipeline-wizard li:hover {
    background-color: #ffe6e6;
}
.pipeline-wizard li:hover:after {
    border-right: 28px solid #ffe6e6;
}
.pipeline-wizard li:hover a {
    background-color: #ffe6e6;
}
.pipeline-wizard li.active {
    background-color: #87bb33;
    color: white;
}
.pipeline-wizard li.active:after {
    border-right: 28px solid #87bb33;
}
.pipeline-wizard li.active a {
    background-color: #87bb33;
    color: white;
}

.controlFilter{
    display: inline-block;
    margin-top: 10px;
}

.btnForUpdate{
    position: fixed;
    display: block;
    bottom: 15px;
    right:17px;
    width: 97%;
    padding: 12px 14px 12px 0px;
    background-color: white;
    box-shadow:0px 0px 4px 1px #D8D8D8;
}
.btnForUpdateHide{
    display: inline-block;
}

.hideAlertResize{
    display: none !important;
}
.transferCall{
    width: 20px;
    background: #fff;
    border-radius: 10px;
    float: left;
    cursor: pointer;
}
.answerCall{
    display: none;
}
.videoCallAlert {
    display: none;
}
.denyVideoCall{
    background: #a20f0f;
}
.answerVideoCall{
    background: #6fa911;
}
.denyVideoCall,.answerVideoCall{
    padding: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
}
.videoCallName{
    text-align: center;
}
.transDiv{
    width: 200px;
    height: 150px;
    background: #fff;
    position:absolute;
    left:-200px;
    top:0;
    border:solid 1px
}
.transDivSub{
    padding: 15px;
    text-align: center;
}
.transferCallSelect{
    width: 150px;

}

.tagBtnClickShow{
    background-color: #457dd2;
    width: 346px;
    color:white;
    border-radius:2px;
    padding: 4px 9px;
    margin: -4px 0px 12px 0px;
    cursor: pointer;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.forCrmTagAppend{
    margin-top: 96px;
    background-color: white;
    position: absolute;
    width: 350px;
    clear: both;
    display: none;
    max-height: 280px;
    overflow-y:auto ;
    z-index: 999;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: 2px 12px 0px 0px;
}

.tagParents{
    border: 1px solid gray;
    padding: 9px;
    width: 344px;
    height: 110px;
    margin-top: -32px;
    overflow-y:auto ;
    background-color: white;
    z-index: 999;
    display: block;
    clear: both;
    position: absolute;

    display: none;
    border-bottom: none;
}

.tagParentsShow{
    border: 1px solid gray;
    padding: 9px;
    width: 344px;
    border-bottom: none;
    height: 110px;
    margin-top: -32px;
    overflow-y:auto ;
    background-color: white;
    z-index: 999;
    display: block;
    clear: both;
    position: absolute;
    display: block !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.mainSearchCall{
    display: inline-block;
    float: right;
    margin-right: -3px;
    color:black;
    vertical-align: middle;
    font-size: 19px;
    border: none !important;
}

.mainSearchCall:first-child{
    margin-top: 8px;
}
.holyDatDiv{
    background: #Fcc;
}
.newRestForm{
    padding: 15px 5px;
    margin-top: 15px;
}
.newRestForm .datepicker,.newRestForm .timeInput{
    width: 100px !important;
}
.dayTitlePg{
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.btnArchiveRefer{
    cursor: pointer;
}

.btnArchiveRefer img{
    margin-top: 5px;
    margin-left: 8px;
    vertical-align: middle;
}
.archiveToHolder{
    padding: 15px;
    background: #fcfcfc;

    clear: both;
    margin-top: 15px;
    border-radius: 5px;
    border: solid 1px #ccc;
    left:-3px;
    z-index:100;
}
.archiveToHolder .zoonkanSpanSubSel{
    overflow: hidden;
    padding: 8px 0;
    border-radius: 5px;
}
.btnSendZoonkan,.btnCancelSendZoonkan{
    float: left;
}
.btnSendZoonkan{
    margin-right: 5px;
}
.filterHolderTaskSent{
    padding: 20px 0;
    margin-bottom: 20px;
}
.trasKey{
    color: #999;
}

.btnsSelDeSel{
    border-bottom: 1px solid green;
    font-size: 1.1em;
    margin-top: 50px;
    cursor: pointer;
}
.btnsJustDeSel{
    border-bottom:1px solid red;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.widget-title>i{
    margin-top: 10px;
}
.widget-title>i:first-child{
    margin-left: 10px;
}
.userSel4videoCall,.callType,.makeVideoCall{
    display: block;
}
.videoCallHolderdIV{
    margin-left: 51px;
    position: absolute;
    left: -14px;
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-top: -32px;
    border: solid 1px #ccc;

    transition-duration: .25s;
    -moz-transform: translate3d(102%, 0, 0);
    -moz-transition-duration: .25s;
    -webkit-transform: translate3d(102%, 0, 0);
    -webkit-transition-duration: .25s;

    transform: translate3d(-140%, 0, 0) ;
    box-shadow: 3px 1px 13px #555;

}
.videoCallHolderdIVShow{
    transform: translate3d(0%, 0%, 0) !important;
}
.popAddEditCenter{
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #888;
    width: 600px;
    position: fixed;
    top: 100px;
    max-width: 90%;
    padding: 40px 20px;
    padding-top: 0;

    -webkit-box-shadow: 4px 5px 70px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 70px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 70px -10px rgba(0,0,0,0.75);
}
.popAddEditCenter b{
    font-family: Titre !important;
}
.popAddEditCenter .userSpan span{
    font-family: Titre !important;
    font-size: 12px;
}

.popAddEditCenter i{
    font-size: 16px;
}
.newZoonkanTitleSpan{
    font-weight: bold;
}
.newZoonkanTitleHolder{
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;

}
.menuItemsHdr{
    display: inline;
}
.menuItemsHdr span{
    margin-top: 17px ;
}
.popAddEditCenter label{
    width: 100px;
    display: inline-block;
}
.popAddEditCenterShow{
    display: block !important;
}
.btnAddServCat{
    margin-top: 15px;
}
.archiveRightHolder{
    float: right;
    width: 30%;
}
.archiveLeftHolder{
    float: left;
    width: 70%;
}
.archiveBothHolder{
    padding: 30px;
    overflow: hidden;
}
.archiveRightHolder .groupTree{
    background: #f7f7f7;
    border: solid 1px #ddd;
    margin: 0px 15px;
    padding-top: 15px;
    min-height: 600px;
    margin-left: 40px;
}
.archiveRightHolder .divLabText{
    background: #fff;
}
.zoonkanNavBar{
    padding: 5px;
    background: #f7f7f7;
    border: solid 1px #ddd;
    margin-bottom: 10px;
    font-weight: bold;
}
.telegramShare{
    padding: 5px;
    cursor: pointer;
    font-size: 18px;
    padding-left: 0;
}
.addDocInArchive{
    float: left;
}
.li4Open > .divLabText{
    background: #fcc;
}
.zoonkanItem{
    padding: 3px;
    margin: 0 3px;
}
.zoonkanItem::after{
    content: ">";
    margin-right: 5px;
}

.fixeBottomBtn{
    text-align: center;
    width: 100%;
    padding: 19px;
    background-color: #eaeaea;
    position: fixed;
    bottom: 0px;
    right:0px;
    left:0px;
    margin: 0 auto;
    border-top: 1px solid #c5c5c5;
}

.fixeBottomBtn input{
    font-size: 15px !important;
}

.zoonkanItem:last-of-type::after{
    content: " " !important;
    display: none;
}
.itemsHolderMain{
    padding: 25px;
}

.checkBoxSmartUpHolder{
/*     padding: 3px 6px 3px 6px;
    background-color: #fdf9f9;
    border-radius: 4px;
    border: solid 1px #ccc; */
}
.checkBoxSmartUpHolder .noSelectText{
    font-size: 12px !important;
}
.checkBoxSmartUpHolder .checkBoxSmartUp{
    margin: 0 !important;
}

.folderItemHolder,.filerItemHolder{
    background: #eee;
    padding: 5px;
    min-height: 132px;
    height: 132px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #ccc;
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 767px){
.folderItemHolder, .filerItemHolder {
    width: 90% !important;
}
}
.drive_item_name{
    display: inline-block;
    overflow-wrap: break-word;
}
.checkBoxSmartUpFoldr{
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
    /* height: 0; */
    width: 0;
    left: 6px;
    top: 1px;
 

}
.checkBoxSmartUp{
    position: absolute;
    /* opacity: 0; */
    cursor: pointer;
    /* height: 0; */
    width: 0;
    left: 6px;
    top: 5px;
    

}
.driverFolderFooter{
    display: block;
    margin-top: 5px;
    width: 260px;
    position: absolute;
    padding: 10px;
    /* overflow: hidden; */
    /* right: -7px; */
    border-radius: 6px;
    color: #fff;
    background: rgb(255 255 255 / 60%);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -11px;
    /* right: -254px; */
    left: -3px;
}
.driverFileFooter{
    display: block;
    margin-top: 5px;
    width: 260px;
    position: absolute;
    padding: 10px;
    /* overflow: hidden; */
    /* right: -7px; */
    border-radius: 6px;
    color: #fff;
    background: rgb(255 255 255 / 60%);
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -11px;
    /* right: -254px; */
    left: -3px;
}
.selectedFolderBorder {
    border: 1px solid #9ad8ff;
}
.selectedFolderBackground {
    background: #cee7ff;
}
.folderItemTitleHolder{
   /*  padding-top: 15px; */
}
.filerItemHolder .img-thumbnail{
    margin-top: -5px;
}
.folderItemHolder:hover{
    background: #ddd;
}
.filerItemHolder{
    background: #fff;
}
.divFileDetail{
    background-color: #eaeaea;
    padding: 4px;
    margin-top: -68px;;
    margin-right: 20px;
    border-radius: 5px 1px 5px 5px;
    z-index: 9999999;
    width: 180px;
    border: 1px dashed gray;
    display: none;
    position: absolute;
}
.optionsMenuHolder{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin-bottom: -5px;
}
.uploadNavHolder{
    display: inline-block;
    height: fit-content !important;
    background: #eee;
    min-height: fit-content;
    padding: 5px;
    border-radius: 5px;
    border: solid 1pX #ccc;
    clear: both;
}
@media  (max-width:700px) {
    .uploadNavHolder{
        display: block;
        width: 93% !important;
        margin: 5px;
        height: 20px !important;
        min-height: 20px;
    }
    .folderItemSubHolder{
        clear: both;
         margin: unset !important; 
    }
}
.driverIconsStyle{
position: absolute;
left:0;
float: left;
padding: 5px;
font-size: 14px;
color: #888;
}
.smartFolImgIcon{
    margin-bottom: -5px;
}
.driverIconsStyle.secondchild{
left:14%;
}
.folderItemSubHolder{
    clear: both;
     margin: 25px; 
}

.optionsMenuHolder_selInp{
    left:0 !important;
    right: auto !important;
}
.deleteFolder,.deleteUpsFile{
    padding: 2px 12px;
    background: #f00;
    border: solid 1px #888;
    color: #fff;
    border-radius: 5px;
    display: none;
}
.folderItemHolder:hover .deleteFolder,.filerItemHolder:hover .deleteUpsFile{
    display: block;
}
.uploadFilesHolder{
    background: #eee;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.uploadFilesHolder form{
    margin-bottom: 0;
}
.uploadSmartMain{
    width: 90%;
    margin: 4%;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    position: fixed;
    height: 800px;
    z-index: 9999;
    top: 0;
    left: 0;
}

  /* searchlist */
  .search-list-contaner {
    display: none;
    border: 1px solid #dfe3e9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    margin-right: 0%;
    margin-top: 30px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 35%);
  }
  .search-drive-holder{
    position: relative;
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .goto-search{
   position: relative;display: inline;font-size: 25px;color: #ccc;margin-top: 1px;
  }
  #file-search{
    border: none;box-shadow: none !important; width:100%
  }
  .driveLoader {
    font-size: 100px !important;
    color: #5A8DEE;
    position: relative;
    right: 40%;
    top: 40%;

  }

  @media (max-width: 450px) {
    .driveLoader {
      right: 30%;

    }
  }

  @media (max-width: 450px) {
    .search-list-contaner {
      width: 93.4vw;
      margin-right: -21%;
    }
  }

  .search-list-contaner ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .search-list-contaner ul li {
    padding: .5rem .9375rem;
    cursor: pointer;
    border-top: 1px solid #dfe3e9;
  }

  .search-list-contaner ul li:hover {
    background-color: #f2f4f7;
    color: #2ea1f8;
  }

  .search-list-contaner-show {
    display: block;
  }

  .searchRes .fa-file-excel-o {
    color: seagreen;
  }

  .searchRes .bxs-file-doc {
    color: #0080ff;
  }

  .searchRes .bxs-file-image {
    color: tan;

  }

  .searchRes .bxs-file-pdf {
    color: crimson;
  }

  .searchRes .bxs-file-archive {
    color: #5A8DEE;
  }

  .searchRes .bxs-file-blank {
    color: cadetblue;
  }

  .searchRes i {
    position: relative;
    top: 3px;
  }

  .searchRes .groupSearch {
    font-size: 18px;
    background: #f7f7f7;
  }

  .searchRes {
    max-height: 290px;
    overflow: auto;
  }
.smartUploadHolderContent::-webkit-scrollbar-thumb{
    background: none !important;
}
.smartUploadHolderContent::-webkit-scrollbar-track{
    background: none !important;
}
.uploadSmartSubMain{
    padding: 15px;
}
.uploadSmartBackground{
    background:rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    left: 0;
}
.smartTabTitleItemActive{
    font-weight: bold;
}
.smartUploadHolderContent{
    overflow: scroll;
    height: 700px;
}
.checkBoxSmartUp{
    /* width: 20px !important;
    height: 20px !important; */
}
.placeFileFolder{
    margin-top: 10px;
}
.smartTabTitleItem{
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 5px;
    background: #fff;
    cursor: pointer;
}
.smartUpContItem{
    margin-top: 15px;
    padding: 15px 5px;
    border: solid 1px #ccc;
    display: none;
}
.smartUpContItemActive{
    display: block;
}
.selSmartFileRow{
    padding: 8px;
    background: #ddd;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 520px;
    clear: both;
    margin-top: 15px;
    max-width: 80%;
    height: 26px;
}
.selSmartFileBtnDelete{
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
}
.selSmartFileBtn{
    vertical-align: middle;
    background: crimson;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    border: solid 1px #e11;
    float: left;
    margin-top: 0px;
    cursor: pointer;
}
.selectedFileforms{
    margin-bottom: 30px;
}
.workStateHolder{
    padding: 15px;
    background: #eee;
    margin: 15px;
}
.fldsHolderDyn{
    padding: 15px;
    border: solid 1px #999;
    border-radius: 5px;
}
.relSecHolder{
    clear: both;
    display: block;
}

.pastServiceSuggestHolder{
    width: 600px;
    max-width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: solid 1px #ccc;
    font-size: 12px;
    background: #ebf1ff;
    margin-right: 0 !important;
}
.pgSubcatHolder{
    background: #efefef;
    overflow: hidden;
    padding: 5px 1px;
    border-radius: 5px;
    margin: 1px;
}
.pgSubcatTitle,.pgSubcatDetail{
    padding: 5px;
}
.pgSubcatTitle i{
    float: left;
}
.pgSubcatTitle{
    cursor: pointer;
    overflow: hidden;
    font-weight: bold;
}
.dataTabalaTB th{
    text-align: right ;
    padding-right: 5px;
}
.span4copy{
    display: inline-block !important;
}
.placePastContract{
    width: 800px;
    max-width: 100%;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 15px 0 ;
}
.pastContractTitle{
    padding: 5px;
}
.addFolderBTNHolder,.addFileBtnHolder{
    float: left;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
}
.newFolderUps i{
    color: #f00;
    vertical-align: middle;
}
.addFolderBTNHolder:hover,.addFileBtnHolder:hover{
    background: #fff;
}
.addFolderHtmlHolder{
    float: left;
}
.boardNewStep{
    padding: 5px;
    clear: both;
    margin-top: 50px;
    width: 275px;
    background: #ccc;
    border-radius: 5px;
    border: solid 1px #555;
    margin-top: 15px;
}
.newBoardHolder{
    float: left;
}
.newBoardHolderMain{
    overflow: hidden;
}
.removeDyQuRow{
    cursor: pointer;
}
.dynamic-tag-style{

    padding:8px;
}
.panelSecMain{
    margin: 15px 0;
    overflow: hidden;
    max-width: 70%;
    border: solid 1px #ccc;
}
.panelSecTitle{
    padding: 8px 10px;
    font-weight: bold;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    padding-left: 5px;
}
.panelSecTitle i:last-child{
    float: left;
    margin: 4px;
    font-weight: bold;
}
.panelSecBody{
    background: #fbfbfb;
    padding: 5px 15px;
    margin: 15px 0;
}
.panelSecBody .controls{
    margin-top: 5px;
}
.panelSecBody .controls input[type='checkbox']{
    width: auto;
}
.exitDynamicSite{

    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a;
}
th{
    text-align: right;
}
.panelStatusUl li{
    display: inline-block;
    padding: 8px 20px ;
    margin: 5px;
    border: solid 1px #ccc;
    background: #efefef;
    cursor: pointer;
    border-radius: 5px;
}
.panelStatusHolder{
    text-align: center;
    padding-bottom: 10px;
    font-weight: bold;
}

.showUploadImageLoader{
    display: none;
    background-color: rgba(255, 255, 255, 0.58);
    width: 100%;
    height: 100%;
    z-index: 100; position:
    absolute;
    right: 0px;
    top:0px;
    text-align: center;
}
.shareDriveBtn{
    left: 12px;
    position: absolute;
    top: 12px;
}
.ui-dialog {
    z-index: 22222 !important;
}
.grpShareRow{
    padding: 5px;
    margin: 10px 0px;
    border: solid 1px #ccc;
    background: #efefef;
}
.deleteShareingSpan{
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.ready4delete{
    background: #f00;
}
.btnNavigation{
    padding: 5px 10px !important;
    background: #048c04;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 1px;
    cursor: pointer;
}
.micSpanBtnNew{
    float: left;
    font-size: 20px;
    cursor: pointer;
}
.micSpanBtnNew img{
    width: 20px;
}
.factorStore {
    width: 350px;
    margin-right: 250px;
    z-index:10;
}
.acclabel {
    width: 102px;
    display: inline-table;
    vertical-align: top;
}
.form-row {
    margin-bottom: 5px;
}
@media only screen and (max-width: 540px) {

    #zonCanForm input,select {
    width: 98% !important;
}

.chosen-container{
    width: 100% !important;
}

}/*max-width: 540px-*/

.headBalance {
    text-align: center !important;
    background: #f7f7f7  ;
    border-bottom: 1px solid #fb9800 ;
    border-top: 1px solid #CCC;
    font-weight: bold;
}
.final {
    background: #FFF;
    color: #568a02 ;
    font-weight: bold;
    border:2px solid #87bb33; 
}
.infoTable {
    margin: 0 auto;
    direction: rtl;
}
.infoTable td {
    padding: 5px 20px;
}
.balance_span_top{
    padding: 8px 0;text-align: right;
}
.labale_balance_search{
    border-bottom: silver 1px;font-size: 10px;padding: 0px;margin: 0px;
}
.balance_namber_nega{
    text-align: center;padding: 10px;border: solid 1px #EEE;
}
.poc {
    margin-right: 20px !important;
}
.check_img{
    width: 100px;
    height: 100px;
    padding: 1px 1px 1px 1px;
    border: 1px solid gray;
}
.cheque_chid{
    position: absolute;top: 0;left: 0;padding: 10px;border: none;   
}
.cheque_chid_iframe{
    width: 500px;height: 500px;border: solid 1px #ccc;  
}
.cheque_sarsid{
    background: #fff;padding: 5px;font-weight: bold;border: solid 1px #ccc;padding: 5px;   
}
.cheque_sarsid_span{
    color: #ce8e5c;
}
.cheque_tab_1_2{
    padding: 10px;margin-bottom: 10px;
}
.cheque_tab_1_2_select{
    width: auto !important;
}
.cheque_tab_0_2{
    position: relative;
}
.cheque_datapicker{
    width: 100px;text-align: center;
}
.cheque_clockpicker{
    width: 50px
}
 
.log-table tr:hover {
    background: #EEE;
}
.account_select{
    width : 400px;  
}
.defaultTrs {
    border: 1px solid #45a2b6 ;
}
.defaultTrs .dth {
    background: #45a2b6 !important; padding: 3px; color:#FFF !important; font-weight: bold;
}
.defaultTrs .dth:hover {
    background: #45a2b6  !important;
    color:#FFF !important;
}
.account_table{
    width: 700px;margin: auto;text-align: center;
}
.account_table_th{
    width: 50%;
}
.account_table_td{
    text-align: right
}
.defaultTrs td{
    padding: 5px;
}
.dashbordDaysDt{
    width: 100%;float: right;margin-left: 15px;
}
.emailPreniew{
    margin: 10px auto;  width: 980px;
}
.emailPreniew_span2{
    background: #eee; padding:5px;
}
.catContainer {
    width: 400px;
    float: left;
    overflow: hidden;
    padding: 5px;
}
.catDivs {
    width: 380px;
    cursor: pointer;
    background: #eaffe1 ;
    border: 1px solid #878787;
    padding: 3px;
}
.catDivs:hover {
    background: #79a10d  ;
    color:#FFF;
}
.catName {
    overflow: hidden;
}
.c_left {
    float: left;
    margin-left: 10px;
}
.c_right {
    float: right;
    margin-right: 10px;
}
.cPros {
    margin-top: 5px;
    background: #FFF;
    color: #000;
    transition: all ease 0.5 s;
}
.selectedCat {
    background: #79a10d;
    color:#FFF;
}
.cPros>div {
    direction: ltr;
    padding: 2px;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}
.cPros>div:hover {
    border-bottom: 1px solid #6486a3;
    border-top: 1px solid #6486a3;
}
.topSel{
    overflow: hidden;
    margin-bottom: 10px;
}
.topSel >div {
    float: right;
    padding: 5px;
}
.selectpt {
    border-bottom: 5px solid #96be2a !important;
    background: #f7fff7 ;
}
.selectpt a {
    color: #79a10d !important;
    font-weight: bold;
}
.proTitle {
    background: #DDD;
}
.defaultTrs {
    border: 1px solid #45a2b6 ;
}
.defaultTrs .dth {
    background: #45a2b6 !important; padding: 3px; color:#FFF !important; font-weight: bold;
}
.defaultTrs .dth:hover {
    background: #45a2b6  !important;
    color:#FFF !important;
}
.icon-magnifying {
    font-size: 18px;
}
.nav-tabs li {
    font-weight: bold;
}
.projectThs {
    width: initial;
}
.projectThs td {
    width: 180px;
}
.labelsSupport {
    padding: 0;
}
.eeroepage_table{
    width: 700px;margin: auto;text-align: center;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
    width: 700px;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {

}
.pro_popup label {
    width: 100px !important;
}
.pro_popup .controls {
    margin-right: 100px !important;
}
.pro_popup th {
    font-weight: normal !important;
}
.ui-menu-item a div {
    width: 80px !important;
    height: 20px;
    float: right;
}
.ui-menu-item a .pname {
    padding-left: 20px;
    direction: rtl;
    width: 300px !important;
    height: auto;
}
.ui-menu-item  {
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}
.ui-menu-item:hover div {
    border-top:1px solid #009999;
    border-bottom:1px solid #009999;
    color: #005555;
}
.summary {
    color: #000;
    font-size: 12px;
    max-height: 300px;
    overflow-y: scroll;
}
#cal_costs {
    margin-right: -270px;
}
.copyFactorSpan{
    margin: 0 !important;
    position:relative;
    cursor: pointer;
}
.copyFactorSpan:hover .subCopyFactor{
    display: block;
}
.copyFactorSpan:hover{
    background: #ccc;
}
.subCopyFactor{
    display: none;
    padding: 5px;
    position: absolute;
    left: 24px;
    top: 0;
    width: 140px;
    z-index: 5;
    background: #fff;
    border: solid 1px #ccc;
}
.subCopyFactor ul{
    margin: 0;
    padding: 0;
}
.subCopyFactor li{
    float: right !important;
    font-size: 12px;
    border: none !important;
    line-height: 15px !important;
}
#notiLabel,.notiLabel {
    color: #F00;
}
#orders {

}
.facProNam  {
    direction: rtl;
}
.prjTablr label {
    width: 100px;
    display: inline-block;
}

@media  (max-width:700px) {
    .storeSelector +.chosen-container {
    width: 70px !important;  
}
#orders .icon-magnifying{
    display: none;
}

#orders tbody td:nth-child(4){
    display: none;
}

#orders tbody td:nth-child(5){
    display: none;
}

#orders thead tr th:nth-child(4){
    display: none;
}

#orders thead tr th:nth-child(5){
    display: none;
}
}

#orders tbody .profit {
    margin-right: 0px !important;  
    clear:both !important;
    display: block !important;
    width: 100% !important;
    margin-top: -19px;
}

#orders tbody .profit:nth-child(2) {
    margin-right: 0px !important;  
    clear:both !important;
    display: block !important;
    width: 51% !important;
    margin-top: 1px;
}
.factor_h4{
    margin-top: -8px !important;
}
.factordiv{
    direction: ltr; position:absolute; left:45px
}
.factordivChanghe{
    direction: rtl; display: none; position:absolute; width: 700px;
}
.factorinputval{
    width: 300px; direction: rtl;
}
#show_costs{
    width: 275px; border: 1px solid #fb9800;
}
.factor_cal_costs{
    width: 350px; border: 1px solid #fb9800;
}
.factorTdVertical{
    vertical-align: top;
}
.factorSellDiv{
    float: right; margin-right: 20px;
}
.p_menu {
    margin: 30px auto;
    width: auto;
    text-align: center;
}
.p_menu a {
    margin: 5px;
}


.logoText{
    margin-right: 100px;
    font-family: mitra;
    font-size: 40px;
    font-weight: bold;
    margin-top: 22px;
}
 
.proName{
    font-family: tahoma !important;
    font-size: 10px;
}
.boldTDs{
    font-weight: bold;
}
.print_factor {
    margin: 30px auto;
    width: auto;
    text-align: center;
    border: 1px solid #999;
    width: 900px;
    padding: 15px 0;
}
.print_factor input {
    margin-bottom: 0;
    border: 1px solid #999;
}
.factorInvoicImg{
    width: 120px;float: left;margin: 10px;
}
.factorInvoicImgLog{
    width: 70px;float: left;margin: 10px;
}
.topSel{
    overflow: hidden;
    margin: 10px;
}
.factor_list_div{
    float: right; width: 50px; margin-top: 20px !important; margin-right: 10px;
}
.financeReportsDiv{
    margin-left: 15px;
}
 
.log-table tr:hover {
    background: #EEE;
}
.fundnoShfet{
    padding: 10px;background: #fff;
}
.labItems{
    border-left: solid 1px #ccc;

    text-align: center;

}
.labItems:last-child{
    border:none;
}
#newshift_chosen{
    width: 280px !important;
}
.zamenPlaceInps .control-group{
    display: inline-block;
}
.instalmentA{
    color: #f00;
}
.instalmenttable{
    float: left;margin-left: 80px;
}
.instalmenttable2{
    text-align: center;padding: 5px;font-size: 14px;
}
.accfi {
    color: #000;
}
.pay_report_div{
    width: 1px; height: 38px; margin: -7px 17px; background: #CCC; float: right;
}
.pay_report_underselect{
    direction: rtl;padding: 10px;
}
.infoTable {
    margin: 0 auto;
    direction: rtl;
}
.infoTable td {
    padding: 5px 20px;
}
#cat-container .catBtn img {
    max-width: 150px;
    max-height: 150px;
    line-height: 150px;
}
#cat-container .catBtn span {
    font-size: 15px;
    font-weight: bold;
}
#cat-container .catBtn  {
    border: 1px solid #CCC;
    float: right;
    width: 300px;
    height: 155px;
    vertical-align: middle;
    line-height: 150px;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
#cat-container .catBtn:hover  {
    opacity: 1;
    border-color: #000;
}

.editBtn {
    float: right;
    width: 23px;
    height: 28px;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.editBtn img  {

}
.ctumb {
    max-height: 90px;
    max-width: 90px;
}
.catContainer {
    width: 400px;
    float: left;
    overflow: hidden;
    padding: 5px;
}
.catDivs {
    width: 380px;
    cursor: pointer;
    background: #eaffe1 ;
    border: 1px solid #878787;
    padding: 3px;
}
.catDivs:hover {
    background: #79a10d  ;
    color:#FFF;
}
.catName {
    overflow: hidden;
}
.c_left {
    float: left;
    margin-left: 10px;
}
.c_right {
    float: right;
    margin-right: 10px;
}
.c_center{background-color: #b1c1c2;
    float: right;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
.c_center input{width:25px; height: 20px; text-align:center;}
.c_center span{ padding: 0 5px;  color:#536364 ;}
.cPros {
    margin-top: 5px;
    background: #FFF;
    color: #000;
    transition: all ease 0.5 s;
}
.selectedCat {
    background: #79a10d;
    color:#FFF;
}
.cPros>div {
    direction: ltr;
    padding: 2px;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
}
.cPros>div:hover {
    border-bottom: 1px solid #6486a3;
    border-top: 1px solid #6486a3;
}
.topSel{
    overflow: hidden;
    margin-bottom: 10px;
}
.topSel >div {
    float: right;
    padding: 5px;
}
.selectpt {
    border-bottom: 5px solid #96be2a !important;
    background: #f7fff7 ;
}
.selectpt a {
    color: #79a10d !important;
    font-weight: bold;
}
.proTitle {
    background: #DDD;
}
.topSeldivs{
    float: right; width: 50px; margin-top: 20px !important; margin-right: 10px;
}
.facPrint td,.facPrint th,.facPrintDate,.printBold,sapn,li{
    font-family: Titre Font,Tahoma !important;
}
.optional {
    display: none;
}
#portlet_tab1 {
    height: auto !important;
}
#load_var {
    float: right;
    margin-right: 20px;
    width: 400px;
}
#load_var .radio {
    width: 112px;

}
 
h3.label{ padding: 0 30px; display: block; text-align: center; font:18px "Titre Font" ; cursor: pointer  }
.ui-menu-item a .pname {
    padding-left: 20px;
    direction: ltr;
    width: 350px !important;
    height: auto;
}
.ui-menu-item  {
    overflow: hidden;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCC;
}
.ui-menu-item:hover div {
    border-top:1px solid #009999;
    border-bottom:1px solid #009999;
    color: #005555;
}
.feetext{ display: block;}
.farsi{  direction: rtl; color:#888}
.table th{ font-weight: normal ; font-family: 'Titre Font'; font-size: 15px; color:#5D9CEC}
.action{ font-size:25px; }
.action .red{color:#E9573F; cursor: pointer;}
.action .green{ color:#8CC152; cursor: pointer;}
.offerdivmain{
    padding-right: 30px;
}
.offerundermain{
    background-color: #fafafa; padding: 20px;
}
.offerundermain>h4{
    direction: ltr ; text-align: right;
}
.finalFee {
    display: inline;
}
.finalFee,.finalFee a {
    color: #F00 !important;

}
.input-meTiny2 {
    width: 55px !important;
}
.centerText {
    text-align: center;
}
.switch{
    margin:-25px 0 0;
}
.previwProudact{
    float: right; width: 100px; margin-top: -2px !important; margin-right: 10px;
}
.previwProudact2{
    float: right; width: 50px; margin-top: -2px !important; margin-right: 10px;
}
ul.tagit{width:500px;}
ul.tagit li.tagit-new{padding: 0;}
ul.tagit li{float: none;}
.controls > .radio, .controls > .checkbox{ padding-right: 30px !important ;display: inline-block;}
.btn-edit{  margin-bottom: 10px;  }
.inline_filter{
    display: inline-block;
}
.inline_filter  input[type="text"]{
    margin-top: 8px;
}
.monthyChartTotal{
    width:100%; height:400px;direction: ltr;
}
#DataTables_Table_0_wrapper{overflow-x: auto; padding: 10px;}

.pageiconsShowImp{
    display: block !important;
}
.proItem{
    padding: 5px;
    
}

.user_popup .form-horizontal .controls{
    width: 200px !important;
}

.sharefFolder{
    background: #f9f3e0;
}

.sharefFolder_shared{
    background: #f7e6f5;
}
.driveItemMenuBtn{
    width: 20px;
    display: inline-block;
    margin: 5px;
}
.driveItemMenuHolder{
    text-align: right;
    margin-bottom: -30px;
}
.drive_rename_holder{
    margin-top: 40px;
}
.drive_rename_inp{
    direction: ltr;
    text-align: left;
}
.driveItemMenuLinks{
    background: #fff;
    position: absolute;
    width: 60%;
    border: solid 1px #ccc;
    border-radius: 3px;

    -webkit-box-shadow: 6px 9px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 9px 21px -8px rgba(0,0,0,0.75);
    box-shadow: 6px 9px 21px -8px rgba(0,0,0,0.75);
}
.driveItemMenuHolder ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.driveItemMenuHolder ul li{
    padding: 7px 10px;
}
.driveItemMenuHolder ul li:hover{
    background: #ddd;
}
.demoHolder h2 {
    font-weight: bold;
}
.demoHolder h3,.demoHolder h2{
    line-height: 15px;
}
.demoHolder{
    background: #f3f3f3;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    margin-top: 75px;
    min-height: 300px;
}
.demoHolder:hover{
    background: #cccccc;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.demoHolder .imgHolder{
    text-align: center;
    vertical-align: middle;
    padding:15px;
    width: 80px;
    height:80px;
    margin-top: -70px;
    border-radius: 10px;
    border: solid 1px #ddd;
    display: inline-block;
    background: #fff;
    margin-right: 15px;
}
.shareFilePWA:hover{
    color: #ccc !important;
}




