.jstree-node, .jstree-children, .jstree-container-ul {
    font-size: 18px !important;
    color: #555;
    font-family:inherit, Times, serif;
    background-color: #FAFCFB;
}

.color-menu {
    z-index: 100000 !important;
}

.input-icon {
    display: block !important;
}


.ColumnFilter {
    background: #efefef;
    display: inline-block;
    margin-left: 20px;
    padding: 0px;
    border-radius: 4px !important;
    margin-right: 20px;
}

.ColumnFilter .btn-success {
    cursor: default;
    margin: 0px 0px;
    /* height: 100%;*/
    line-height: 18px !important;

}

.filtertext {
    margin-left: 5px;
    /* font-weight: bold;*/
    display: inline-block;
    margin-right: 5px;
}

#search_result {
    background: #fff;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
}

#search_result ul {
    margin: 0px !important;

}

#search_result ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
    color: #555;
    cursor: pointer;

    padding: 5px;
    background: #efefef;
    color: #555;
    font-size: 15px;
    min-height: 30px;

}

#search_result ul li:hover {
    color: white !important;
    background-color: #428bca !important;
}


.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background-color: #1E4F7A !important;
}

.det1 {
    color: rgb(122, 117, 125) !important;
}
.det1:hover {
    color: white !important;
    background-color: #428bca !important;

}

#col_opt {
    position: fixed;
    z-index: 9999999999999999 ;
    /* width:201px ; */
    height: auto ;
    background: #EEEFF3;
    left: 0px ;
    top: 0px ;
    display: none ;
    /* direction: rtl ; */
    border: 1px solid #ddd;
    border-top-width: 0px;
}

#col_opt .btn {
    margin-left: 0px !important;
}

#search_box {
    direction: rtl;
}

#col_opt_arraw {
    width: 0px;
    height: 0px;
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
    margin-top: -15px;
}

.handle_draggable {
    /*cursor: move;*/
    /*float: left;*/
    cursor: pointer !important;
}


.pg-normal {
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    padding: 2px 4px 2px 4px;
}
.pg-selected {
    color: #fff;
    font-size: 15px;
    background: #79c9ec url(../styles/images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
    padding: 2px 4px 2px 4px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin: 0px !important;
}
table {
    border-collapse: collapse;
    /*width:100%;*/
}
.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}
progress {
    color: #0063a6;
    font-size: .6em;
    line-height: 1.5em;
    text-indent: .5em;
    width: 15em;
    height: 1.8em;
    /*border: 1px solid #0063a6;*/
    background: #fff;
}
#holder {
    min-height: 100%;
    position: relative;
}
#body {
    padding-bottom: 31%;
}
#footer {
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}
body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    color: #262626;
    /* font-weight: 300 !important; */
    height: 100%;
}
@media print {
    thead {
        display: table-header-group;
    }
}
html {
    font-family: "Open Sans", sans-serif !important;
}
.header {
    background-color: black;
    /*#01001e*/
    height: 47px;
}
.HeaderFont {
    font-size: 1.6em;
    padding-bottom: 0px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}
.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
    /* font-variant: small-caps;*/
}
.header h1 a {
    color: white;
    text-decoration: none;
}
.LovRow:hover {
    background-color: #fdfeb0;
}
.bClose {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 10px;
}
.FilterDiv {
    display: none;
    width: 500px;
    min-height: 100px;
    background-color: White;
    border-width: 1px;
    border-style: solid;
    border-color: #888282;
    padding: 10px;
}
.Table {
    width: 100%;
}
.MasterTable {
    border-width: 0.5px;
    border-style: solid;
    border-color: grey;
}
.TableHeaderText {
    color: black;
    font-weight: lighter;
}
.CommandBarCell {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
/*@media print
  {
  .HideOnPrint {display: none}
  .lavalamp {display: none}
  input{border:none}
  body{margin:0;border:none}
  select{border:none}
  }*/

.newsBar {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    /*0.25*/
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    /*0.25*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    padding: 2px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12px;
}
a {
    text-decoration: none;
    color: #262626;
}
.tableDelete {
    background-image: url("images/d.png");
    background-color: transparent;
    border: 0;
    width: 24px;
    height: 24px;
}
input:disabled {
    background-color: white;
    color: black;
}
.label {
    border: none;

}
.label:empty {
    display: block;
    color: black;
}
.ItemsSearchData {
    font-size: 13px;
}
.ItemsSearchName {
    font-size: 16px;
}
.ItemsSearchBox {
    width: 200px;
    height: 80px;
    background-color: white;
    text-align: center;
    cursor: pointer
}
.mandatory {
    color: red;
    font-size: 20px;
}
.glyphicon.smaller {
    font-size: 8px;
}
.glyphicon.bigger {
    font-size: 25px;
}
.glyphicon.white {
    color: #9ca5c7;
}

.TaskBar button {
    /*float: right!important; */
    /*
        background-color: #1E4F7A;
        color: #fff;*/
    width: 70px;
    float: inherit;
    margin-left: 3px;
    margin-right: 3px;

}
.TaskBar button i {

    color: #757575;

}

#DayPickerContainer {
    Display : none;
}
.ShortCute {
    text-align: center;
    margin-top: 8px;
    padding: 7px 14px;
    float: right!important;
}
.ShortCute i {
    color: #9ca5c7;
    font-size: 25px;
}
span.number {
    padding-left: 5px;
    padding-right: 5px;
}
.dashboard-stat .details .number {
    font-size: 22px;
    font-size: 22px;
    line-height: 36px;
}
 

.page-header.navbar .page-logo {
    padding-left: 2px;
    width: auto;
}
.page-header.navbar .logo-default {
    margin-bottom: 50px;
}

.ModuleName {
    color: #fff;
    float: inherit !important;
    font-size: 100%;
    display: block;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
    padding: 1%;
    font-family: "Open Sans", sans-serif;
}
.module_details{
    z-index: 1000;
    position: absolute;
    top:0;
    opacity: 0.7;
    height: 84%;
    padding: 10px;
    color: #FFFFFF;
    text-transform: capitalize;
    /*    background-color: grey;*/
    width: 91%;
}
.dashboard-stat .focused{

}
.tableGridauto {
    width: auto !important;
}
.tableGrid100 {
    width: 100% !important;
}
.tableGrid .form-group {
    margin-bottom: 0 !important;
}
.dropdownColOptions {
}
.ColOption{
    background-color: #eee;
    border: 1px solid #D6CECE;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    min-width: 300px;
    margin-bottom:  10px;
    margin-top:   10px;
    padding: 10px;
    display: none;
    /*height: 215px;*/
}
.tableHead {
    background: #eee !important;
    font-size: 19px;
    font-weight: 200;
    color: #34495e;
}
.tableHead a {
    background-color: #4b8df8;
    font-size: 14px;
    font-weight: 100;
    color: #FFF;
}
.BuduPager.divPagecountView select {
    margin-left: 4px;
    margin-right: 4px;
}
#cellValue {
    display: inline-block;
}
#cellValue > .input.right.input-medium {
    display: inline-block !important;
}
.table thead tr th {
    /* font-size: 16px; */
    /* padding: 10px 18px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.tableGrid   tr:nth-child(even) {background: #c9dff5}

.paginationSelect {
    margin-left: 4px;
    margin-right: 4px;
}
.nav-tabs {
    border-bottom: none;
}
.Tablebtn {
    padding: 5px 10px;
}
.ui-widget-header {
    background: #1E4F7A!important;
}

.ui-state-default a {
    font-family: "Open Sans", sans-serif !important;
    color: #FFF !important;
    background: #1E4F7A !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 16px !important;
    margin-top: 6px !important;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background: #fff !important;
    color: black !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 16px !important;
    margin-top: 6px !important;
}
input[type=button] , input[type=submit] {
    color: white;
    background-color: #428bca;
    outline: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.marquee-with-options a {
    color: #d64635;
}
.marquee-with-options span {
    margin: 0 5px 0 5px;
    color: #1E4F7A;
}
.marquee-with-options i {
    margin-left: 20px;
    margin-right: 20px;
}
.bootstrap-switch {
    float: right;
}
.bootstrap-switch-handle-on,
.bootstrap-switch-handle-off,
.bootstrap-switch-label {
    padding-bottom: 5px !important;
    padding-top: 6px !important;
    width: 50px!important;
}
span.fc-button {
    color: #fff !important;
    background-color: rgba(130, 167, 196, 1) !important;
}
span.ui-state-active {

    background-color: #1E4F7A!important;
}
span.ui-state-hover {

    background-color: #1E4F7A!important;
}
span.ui-state-disabled {
    display: none;
}
th.fc-day-header.ui-widget-header {
    color: #fff !important;
    padding: 5px!important;
    font-weight: 100!important;
}
.dashboard-stat .visual > i {
    margin-left: 0px;

    margin-right: 0px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;

}
.gridster .panel-body {
    height: inherit;
    overflow-y: hidden !important;
    overflow-x: visible;
}
.ui-front {
    /* z-index: 9999;*/
    z-index: 99999;
}
.ui-resizable {
    position: relative;
}
.btn-sm {
    margin: 3px;
    font-size: 15px;

}
.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}
.skin-blue {
    background: #3c8dbc !important;
    color: #fff !important;
}
.input-medium {
    width: 180px !important;
}
.input-large {
    width: 280px !important;
}

i.fa.fa-calendar.tooltips {
    z-index: 1;
}

li.ui-state-default {
    background-image: none !important;
    background-color: transparent !important;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background-image: none !important;
    background-color: #fff!important;
}
.BuduError {
    background-color: #f3565d !important;
}
.BuduEdit {
    background-color: rgb(161, 216, 241) !important;
}
.BuduBlock {
    background-color: #DCDADA !important;
}
.floatThead-wrapper > .wrapper {

    /*    width: intrinsic;
            width: -moz-max-content;
            width: -webkit-max-content;
    */

    /* height: auto; */

    max-height: 420px;
    min-height: 200px;
    overflow: auto;
    position: relative;
}
.fitToScreen {
    width: border-box;
    margin-top: 10px;
}

.RunningOpertion {
    background: #fdfeb0 !important;
}

.nav-tabs {
    background-color: #4276a4;
}

.nav-tabs, .nav-pills {
    margin-bottom: 5px;
}

.nav>li>a {
    color : white;
    margin: 2px 2px 0px 2px;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color : white;
    color : black;
}


.page-sidebar-closed.page-sidebar-fixed
.page-sidebar-menu .sub-menu > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar-menu .sub-menu > li.active > a, .page-sidebar .page-sidebar-menu .sub-menu > a, .page-sidebar .page-sidebar-menu .sub-menu > li.open > a, .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
    background: #497fae !important;
}



.table-layout-auto {
    table-layout: auto !important;

}
.tableHead > tr > th {
    white-space: nowrap;
}
.yellowtext > i {
    color: darkorange !important;
}
.select2-container-multi .select2-choices {
    border: none;
    background: #fff !important;
}
.select2-container-multi .select2-choices li {
    border-radius: 10px !important;
}

iframe {
    border : none;
}

.FilterTableForm td {
    padding: 6px;
}
svg {
    position: inherit !important;
}
#chartdiv {
    direction: ltr ;
}
.spinner {
    /*margin-left: 47%;*/
    width: 100px;
    height: 5px;
    /*text-align: center;*/
    font-size: 30px;

}
.spinner > div {
    background-color: #43a1ed;
    height: 400%;
    width: 5px;
    display: inline-block;
    margin: 0 3px 0 0;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.fa.CustomIcon {
    background-size: cover;
    width: 1.25em;
    height: 1.25em;
}

.fa.CustomdashboradIcon {
    width: 100px;
    height: 100px;
    zoom: 80%;
}

.fa.CustomFontAwesomeControl {
    font-size: 24px !important;
    height: 28px;
}
.revenueIcon {
    background-image: url(images/mdm/revenue.png);

}
.customerserviceIcon {
    background-image: url(images/mdm/customerservice.png);
}
.energyIcon {
    background-image: url(images/mdm/energyicon.png);
}
.loadIcon {
    background-image: url(images/mdm/load.png);
}
.settingIcon {
    background-image: url(images/mdm/setting.png);
}
.lossesIcon {
    background-image: url(images/mdm/losses.png);
}
.monitoringIcon {
    background-image: url(images/mdm/monitoring.png);
}
.terminalIcon {
    background-image: url(images/mdm/terminal.png);
}
.troubleShootingIcon {
    background-image: url(images/mdm/troubleshooting.png);
}
.crmIcon {
    background-image: url(images/mdm/crm.png);
}
.ul.dropdown-menu.open {
    z-index : 55555555 !important;

}
.dropdown-menu {
    z-index: -1;
}
/*
.dropdown-budu{
    /* z-index: 9999;
   }
*/
.step-controls {
    margin-top: 10px;
}

.ws-popover-opener {
    margin-top: 10px;
}

#ui-datepicker-div {
    z-index : 55555555 !important;
    display: none;
}
.ui-datepicker-title {
    color: white;
}


.BuduPopup.FullScreen {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;

}
.BuduPopup.FullScreen iframe {
    width: 100%;
    height: 100%;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
    background: #f1f1f1;
    float: right;
    max-width: 75px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: right;
    padding: 1px 5px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
}

.radio, .checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0px;
}

.datepicker {
    z-index : 100000 !important;
}

.ws-popover-opener {
    color: #ccc;
}

.ws-picker-body {
    top: -20px;
}

.datepicker-rtl {
    width: 220px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: none;
}

.buduLogoSpinner {

    animation: fadeinphoto 2s 1;
    animation-iteration-count: infinite;
}

/* Animation Keyframes*/
@keyframes fadeinphoto {
    0% {
        transform: scale(0.8,0.8);
    }
    50% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0.8,0.8);
    }
}

@media (max-width: 992px) {

    #gridsterul {

        margin-top:40px !important;
    }

}

td input:focus, td select:focus {
    border-color: rgba(161, 216, 241,0.8) !important;
    border-width: 1px;
    box-shadow: 0px 0px 20px rgba(161, 216, 241,0.3) !important;
    /*transition: all .2s ease-in-out;*/
    /*-webkit-transform: scale(1.1);*/
}


/*TableSpinner*/

.TableSpinner {
    margin: 10px auto 0;
    width: 70px;
    text-align: center;
}

.TableSpinner > div {
    width: 18px;
    height: 18px;
    background-color: rgb(67, 161, 237);
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.TableSpinner .Tablebounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.TableSpinner .Tablebounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.text-line-through {
    text-decoration: line-through !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 420px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: none;
    background: #365ebf;
    font-weight: normal;
    color: white;
}

.ui-autocomplete {
    border-radius: 2px;
    font-size: 1.3rem;
    box-shadow: 0 4px 0 #e3e3e3;
    border: 1px solid #c7c7c7;
}

table#FilterTable td ,div#FilterTable div {
    background:#eee !important;
    padding: 10px 14px;

}
table#FilterTable ,div#FilterTable{
    width : auto !important;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff!important;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
table#FilterTable  td:first-child,div#FilterTable  div:first-child {
    color: #333333;
    font-weight: 400;
    font-size: 14px;

}
@media screen and (max-width: 600px) {
    table#FilterTable {
      border: 0;
    }
  
    table#FilterTable caption {
      font-size: 1.3em;
    }
     
    table#FilterTable tr {
      border-bottom: 1px solid #ddd;
      display: block;
    }
    
    table#FilterTable td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: right;
    }
    
 
  }
.FilterTableForm {
    margin: 5px;
}
/*////////////////////////////// formating styles for autocompete \\\\\\\\\\\\\\\\\\\\\*/
.ach {
    font-size: medium;
    display: block;
}
.acb {
    display: block;

}
.acb value{
    font-weight:300;
    margin-left : 2px;
    margin-right : 2px;

}
.acb key{
    font-weight:500;
    margin-left : 2px;
    margin-right : 2px;

}
/*
Ahmed samir
removed to fix the general modal behavior , please do not customize any modal style attr in general

 .modal.fade {
    width: auto;
}
.modal-dialog {
    margin: 0px auto;
}
*/
/*fix the modal*/
.ModalIframe{
    width: 100%;
}
/*set the iframe content y scrollable */
.IframeViewContentDiv{
    /*overflow-y:scroll !important;*/
    height: 100%;
    overflow-x:hidden !important;
    position:relative;
    width: 99%;
}
.requiredmaker {
    color: red; padding-top: 10px;font-weight: 700;
}
.no_selection{
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.top-menu{
    clear: none;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    top: 5px;
    left: 0px;
    right: 0px;
}

.page-quick-sidebar {
    background: #1E4F7A !important;
}
/*
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 17px 10px 9px 10px !important;
}*/

.navbar-nav>li>a {
    line-height: 19.9px !important;
}

.checkbox input[type=checkbox]{
    position: static;
}

.bootstrap-switch-container > .checkbox input[type=checkbox]
{
    position: absolute;
}
/*
.page-quick-sidebar .list-heading {
        color: #1E4F7A;
}*/
/*#showingdetails{
    position: absolute;
    right: 20px;
}
.divPagecountView{
    position: absolute;
    right: 20px;
}*/

.FormViewHeader{

}

.page-quick-sidebar-open .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i:before {
    content: "\f002";
}
/*handel the long label length */
span[type='label'] {
    /*white-space: pre-line !important;*/
    display: block;
    min-width:  100px;
    max-width:  170px;
    word-break: break-word;
}

div#quick_sidebar_tab_2.tab-pane.active.page-quick-sidebar-alerts div.slimScrollDiv div.page-quick-sidebar-alerts-list div#Modules_menu.modules_menu div ul.feeds.list-items:not(:first-child) li
{
    border-bottom-color: none !important;
    border-bottom-style: none !important;
    border-bottom-width: none !important;
}

div#quick_sidebar_tab_2.tab-pane.active.page-quick-sidebar-alerts div.slimScrollDiv div.page-quick-sidebar-alerts-list div#Modules_menu.modules_menu div ul.feeds.list-items:first-child li{
    border-bottom-color: #4386c2 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

.dropdown-menu>li
{	position:relative;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  cursor:pointer;
}
.dropdown-menu .sub-menu {
    right: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left-color:#fff;
    box-shadow:none;
}
.right-caret:after,.left-caret:after
{	content:"";
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #43a1ed;
}
.left-caret:after
{	border-right: 5px solid #43a1ed;
}

@media screen and (max-width: 1024px) {
    .panel-title{
        max-width: 250px;
        height: 40px;
    }

    .input-large{
        width: 180px !important;
    }
    .input-medium{
        width:150px !important;
    }
    .input-small{
        width:110px !important;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        //   padding:5px;
    }

    #NEWS{
        width:100% !important;
    }
    #News_Size{
        width:100% !important;
    }

    .dashboard-stat .details .number{
        font-size: 19px;
    }

}

@media screen and (max-width: 800px) {
    .panel-title{
        max-width: 180px;
        font-size:14px;
    }

    #gridsterul{
        padding: 0px !important;
        //    width: 100% !important;
        // max-width: 450px !important;
    }

    .gridster .gs-w{
        width: 95%;
        margin: 10px 0px;
        position: initial !important;
    }

}

@media screen and (max-width: 600px) {

    #gridsterul{
        padding: 0px !important;
        //    width: 100% !important;
    }

    .gridster .gs-w{
        width:90%;
        margin: 10px 0px;
        position: initial !important;
    }

}

@media screen and (max-width: 500px) {

    .page-header.navbar .top-menu .navbar-nav{
        margin-top:-50px;
        margin-right:25px;
    }
    .img-rounded {
        display: none;
    }

    .ModuleName{
        display: none;
    }

    .page-quick-sidebar-open .page-quick-sidebar-toggler {
        margin-top: -45px;
    }

    .page-quick-sidebar-open .page-quick-sidebar-wrapper {
        margin-top: -45px;
    }

    .logo-default{
        max-width: 140px;
    }
    .page-header.navbar .top-menu .navbar-nav > li.dropdown{
        padding: 0px 0px;
    }
}

@media screen and (max-width: 400px) {
    .logo-default{
        max-width: 90px;
    }

}
/*
Updated Password  Radwan
*/
.success{
    border: 1px solid #21e81c;
    color: #4cae4c;
}
.success:focus{
    border-color: #15de60;
}

/* End Update Password*/



/*
Password Hint Radwan
*/
.jfk-bubble {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid;
    position: absolute;
    z-index: 1201 !important;
    border-color: #bbb #bbb #a8a8a8;
    padding: 8px;
    width: 255px;
    line-height: 17px;
    opacity: 1;
}
.jfk-bubble-arrow{
    top: 19.5px;
    left: 0;
    position: absolute;
}

.tringle{
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 0px;
    content: "";
    position: absolute;
    margin-left: -15px;
    width: 0;
    height: 0;
    top: -11px;
}
.white-tringle{
    border-right: 15px solid white;

}
.black-tringle{
    border-right: 15px solid  black;

}
/* end Password Hint*/.successs{
    background: #4276a4;
    color: #ffffff;
}
.actives{
    background: #f1f6f1;
    color : black;
}
.Noti{
    margin-top: 50px;
    background-color: #dbe8f4;
    padding: 50px 10px;
    margin-right: -4px;
    font-size: 18px;
}
.actionbar img {
    height: 35px;
    margin-left: 25px;
    /*margin-right:  25px;*/
}
.actionbar a {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #FFF !important;
    padding: 3px !important;
}

.floatThead-table{
 display:inline-table !important;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.portlet > .portlet-title > .tools {
	color: #000000 !important;
	padding:12px 0 8px 0 !important;
}

.portlet.box > .portlet-title > .tools > .btn-group > a.config {
    background-image: url(../js/plugins/metronic/global/img/portlet-config-icon-white.png);
    background-repeat: no-repeat;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.modules_menu::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
.modules_menu::-webkit-scrollbar-track {
    background: #337ab7; 
  }
   
  /* Handle */
.modules_menu::-webkit-scrollbar-thumb {
    background: #6897c0; 
  }
  
  /* Handle on hover */
.modules_menu::-webkit-scrollbar-thumb:hover {
    background: #6897c0; 
  }
