@font-face{font-family:'grotesk';src:url('../fonts/typo_grotesk_bold.eot');src:url('../fonts/typo_grotesk_bold.eot?#iefix') format('embedded-opentype'),url('../fonts/typo_grotesk_bold.woff2') format('woff2'),url('../fonts/typo_grotesk_bold.woff') format('woff'),url('../fonts/typo_grotesk_bold.ttf') format('truetype'),url('../fonts/typo_grotesk_bold.svg#typo_groteskbold') format('svg');font-weight:bold;font-style:normal;unicode-range:U+20-2D,U+2F-2DE}@font-face{font-family:'grotesk';src:url('../fonts/typo_grotesk.eot');src:url('../fonts/typo_grotesk.eot?#iefix') format('embedded-opentype'),url('../fonts/typo_grotesk.woff2') format('woff2'),url('../fonts/typo_grotesk.woff') format('woff'),url('../fonts/typo_grotesk.ttf') format('truetype'),url('../fonts/typo_grotesk.svg#typo_groteskregular') format('svg');font-weight:normal;font-style:normal;unicode-range:U+20-2D,U+2F-2DE}

html, body { position:relative;  font-family : "grotesk", 'Roboto'; }
.earning-number, .topic-number, .unit-number { cursor:move; }
.form-search .combobox-container
, .form-inline .combobox-container {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
button, input, textarea, a, span, div.list-group-item {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button, .chosen-container > a, .chosen-results > li, input, textarea, select {cursor:default!important;}
.form-search .combobox-container .input-group-addon,
.form-inline .combobox-container .input-group-addon {
  width: auto;
}
.combobox-selected .caret {
  display: none;
}
/* :not doesn't work in IE8 */
.combobox-container:not(.combobox-selected) .glyphicon-remove {
  display: none;
}
.typeahead-long {
  max-height: 240px;
  overflow-y: auto;
}
.control-group.error .combobox-container .add-on {
  color: #B94A48;
  border-color: #B94A48;
}
.control-group.error .combobox-container .caret {
  border-top-color: #B94A48;
}
.control-group.warning .combobox-container .add-on {
  color: #C09853;
  border-color: #C09853;
}
.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}
.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}
.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

body { 
    margin:0px 10px 60px 10px; 
    padding-top: 111px; 
    overflow-y:scroll; 
    overflow-x:hidden;    
    background-color: #e9eaed; 
}

.nvbr-top {
    
}
.float-right { float:right; }
.extTabContent { display:none; }
.extTabContent.current { display:block; }
.sidebyside > li { display:inline; }

.w90 {
    width:90%;
}


.shadow {
    -moz-box-shadow: 0px 0px 8px #999;
    -webkit-box-shadow: 0px 0px 3px 8px #999;
    box-shadow: 0px 0px 8px #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}

#___loadingPane {
    position: fixed; 
    top:0px; 
    left:0px; 
    background-color:#fff; 
    /*filter: alpha(opacity=70); 
    opacity: 0.70; */
    z-index: 1900; 
    width:100%;
    height:100%;
}

#___loadingPaneDIV {
    position: absolute; border: 1px solid #ffffff; padding: 2px; background-color: #ffffff; color: #AE1313; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    width: 100px; height: 50px; text-align: center; z-index: 100001;
    margin-left:-100px;
    margin-top:-100px;
    left: 50%;
    top: 50%;
}

.calendar-td-hover {
    background-color: #999;
}

.navbar-form {
padding: 0px;
border-top: 0px;
border-bottom: 0px;
}

.lesson_program_captions>thead>tr>th {
  text-align:center;
}

.lesson_program>tbody>tr>td {
  text-align: center;
}
a.list-group-item.unread, a.list-group-item.active:hover, a.list-group-item.active:focus {
z-index: 2;
border-color: #ccc;
}
.list-group-item-odd {
color: #000;
background-color: #f5f5f5;
}
.list-group-item-new {
color: #000;
background-color: #bce8f1;
}
.panel {
    border:1px transparent;
}
.panel-info>.panel-footer {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-success>.panel-footer {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-primary>.panel-footer {
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.panel-warning>.panel-footer {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-danger>.panel-footer {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.navbar-custom {
  background-color: #49c4a8;
  border-color: #49c4a8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#49c4a8), to(#4699c5));
  background-image: -webkit-linear-gradient(top, #49c4a8, 0%, #4699c5, 100%);
  background-image: -moz-linear-gradient(top, #49c4a8 0%, #4699c5 100%);
  background-image: linear-gradient(to bottom, #49c4a8 0%, #4699c5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6aa3d5', endColorstr='#ff428bca', GradientType=0);
  z-index:50;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: 1px solid #337ab7;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
  border-left: 1px solid #337ab7;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #c0c0c0;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #c0c0c0;
  background-color: #337ab7;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#337ab7), to(#5094ce));
  background-image: -webkit-linear-gradient(top, #337ab7, 0%, #5094ce, 100%);
  background-image: -moz-linear-gradient(top, #337ab7 0%, #5094ce 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #5094ce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff5094ce', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #3379b5;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #337ab7;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #337ab7;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}
.navbar-custom .menu-toggle .icon-bar {background-color: #fff;}
.menu-toggle .icon-bar+.icon-bar {margin-top: 4px;}
.menu-toggle .icon-bar {display: block;width: 22px;height: 2px;border-radius: 1px;}
.menu-toggle {position: relative;float: right;margin-right: 0px;background-color: transparent;background-image: none;border: 1px solid transparent; float:left;width:50px; height:50px; line-height: 50px;font-size: 20px; cursor:default;}
.menu-toggle:active, .menu-toggle:focus { outline:none; background:#fff; color:#4ac2a7;}
.menu-toggle:hover { background:#fff; color:#4ac2a7; }
.menu-toggle > i {color:#fff; top:0px;}
.menu-toggle:hover >i ,.menu-toggle:active > i, .menu-toggle:focus > i {color:#4ac2a7;}

.menu-toggle.toolbar {
    width:auto;
    font-size:15px;
    color:#fff;
    height: 40px;
    line-height: 34px;
    padding-right:10px;
}
.menu-toggle.toolbar>i.glyphicon-remove-sign {
    position: relative;
    font-size:20px;
    top: 3px;
    left: 10px;
    padding-right: 10px;
    color:#fff!important;
}
.menu-toggle.toolbar:hover {
    color:#3a8588;
}
.menu-toggle.toolbar:hover>i.glyphicon-remove-sign {
    color:#3a8588!important;
}
.menu-toggle.toolbar>i.glyphicon-remove-sign:hover {
    color:#000000!important;
}
.menu-toggle.toolbar.active {
    background-color: orange; 
    color:#fff;
}
.menu-toggle.toolbar.active > i {
    color:#fff!important;
}
.menu-toggle.toolbar > .glyphicon-remove-sign {
    padding-left:10px;
}
.menu-toggle.toolbar > .glyphicon-remove-sign:hover {
    color:#000;
}
.navbar-fixed-bottom {
    border-width: 0px;
    min-height:40px;
    background-color: #3a8588;
}
.navbar-fixed-bottom > .container-fluid {
    border-top: 3px outset orange;
}
.navbar-fixed-bottom > .container-fluid > .navbar-header {
    margin-top:-3px;
}

.sub-menu  > i {color:#4ac2a7!important; top:0px;}
.sub-menu:hover  > i {color:#999!important; top:0px;}

.menu-subtoggle {position: relative;float: right;margin-right: 0px;background-color: transparent;background-image: none;border: 1px solid transparent; float:left;width:50px; height:50px; line-height: 50px;font-size: 20px;}
.menu-subtoggle > i {color:#000; top:0px;}

.menu-main-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,0.45);
    z-index: 40;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    display:none;
    z-index: 1999;
}
.menu-main {
    position:fixed;
    top:0px;
    width:250px;
    height:100%;
    background:#2e303c;
    /*background:transparent url(../images/grey_wash_wall.png) repeat center;*/
    z-index: 1042;
    left:-250px;
    overflow: auto;
}
.menu-main > .glyphicon-remove-sign {
    color: #fff;
    font-size: 30px;
    padding: 10px;
}
.menu-main > .menu-title {
    float:left;
    color:#fff;
    font-size:30px;
    font-weight: bold;
    padding:5px;
}
.menu-main > ul {
    clear: both;
    display: inline-block;
    color: #fff;
    width: 100%;
    list-style-type: none;
    padding:0px;
}
.menu-main > ul > li {
    padding:10px 0px 10px 10px;
    border-top:1px solid #b4b4b4;
    border-bottom:1px solid #232531;
}
.menu-main > ul > li > a {
    color:#fff;
    font-weight: bold;
}
.panel-class {
    padding: 10px;
    width: 100%;
    background: #efefef;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.panel-disabled {
    display:none;
}
.empty {
    color:#ccc;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
height:25px;
}
.mr5 {
    margin-right: 5px !important;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
}

div#navbar {
height: 50px;
}
.navbar-right {
    margin-top:0px;
}

.new-item {color:#999!important; }
.navbar-fixed-top { border:0px; }
.panel-turqu > .panel-heading, .panel-turqu > .panel-footer { color: #fff; background-color: #4ac2a7; border-color: #4ac2a7; }
.panel-turqu > .panel-footer {
    padding: 5px;
}
.panel-turqu > .panel-footer.light {
    color: #fff;
    background-color: #efefef;
    border-color: #ccc;
}
.panel-turqu { border-color: #fff; }

.panel-page > .panel-heading, 
.panel-page > .panel-footer { color: #000; background-color: #ffffff; border-color: #ffffff; }
.panel-page > .panel-footer {
    padding: 5px;
}
.panel-page { border-color: #fff; }

/*html, body, p, div, input { font-family: 'Open Sans3'; }*/
.control-label { height: 34px; line-height: 34px; }
.form-group { clear:both; }
.mr10 { margin-right: 10px;}
.div-logo { background-image: url(../lib/images/logo_small.png);background-repeat: no-repeat;background-position: center; position:absolute;width: 46px; height: 50px; left: 50%;margin-left: -23px; }

.div-add-new { position:fixed;width: 50px; height: 50px; left: 100%;margin-left: -70px;bottom: 0px;margin-bottom: 20px;z-index: 1050; }
.div-add-new > button { background-color:orange; margin:0px; border-radius: 50%; width:100%; height:100%;  }
.div-add-new > button > span { color:#fff; }
.div-add-new > button:hover { background-color:#efefef;  }
.div-add-new > button:hover > span { color:#333; }

.div-append-new { position:fixed;width: 50px; height: 50px; left: 100%;margin-left: -120px;bottom: 0px;margin-bottom: 20px;z-index: 1050; }
.div-append-new > button { background-color:blue; margin:0px; border-radius: 50%; width:100%; height:100%;  }
.div-append-new > button > span { color:#fff; }
.div-append-new > button:hover { background-color:#efefef;  }
.div-append-new > button:hover > span { color:#333; }

.div-remove-old { position:fixed;width: 50px; height: 50px; left: 100%;margin-left: -70px;bottom: 0px;margin-bottom: 20px;z-index: 1050; }
.div-remove-old > button { background-color:red; margin:0px; border-radius: 50%; width:100%; height:100%;  }
.div-remove-old > button > span { color:#fff; }

.messageCount {position:relative; color:#ff0000; top:-30px; left:13px;}
.sub-nav { background: #fff; height:50px; line-height:50px;}
.panel-heading { font-size: 18px; line-height: 40px; }
.overflows { overflow: scroll; overflow-x: hidden;}
.no-overflow { overflow:hidden;}
.tree-node { padding:0px; margin:0px; }
.tree-node > h4 { height:25px; line-height: 25px; }
.tree-node > .list-group { margin-bottom: 0px; padding-left:12px; margin-left: 13px; display: none; }
.tree-node > .list-group-item-heading > span {padding:5px; cursor: default;}
.tree-node > .list-group-item-heading > .act-shrink { display:none;}
.tree-node > .list-group-item-heading { height:25px; line-height: 25px;padding:0px 5px 0px 5px; margin:0px;white-space: nowrap; } 
.tree-node > .list-group  {border-left: 1px dotted #ccc;}
.tree-node {border-width: 0px!important;}
.label-none { background-color:transparent; }
.label-none > i { color:#666;}
.no-padding {padding:0px!important;border:0px;}
.footer-tab {position: relative;float: right;margin-right: 0px;background-color: transparent;background-image: none;border: 1px solid transparent;float: left;width: 50px;height: 50px;line-height: 50px;font-size: 20px; }
.footer-tab:hover {outline: none;background: #fff;color: #4ac2a7;}
.footer-tab:focus {outline: none;}
.footer-tab.current { outline: none;background: #fff;color: #4ac2a7; }

.header-tab {position: relative;float: right;margin-right: 0px;background-color: #379d86;background-image: none;border: 1px solid transparent;float: left;width: auto;height: 40px;line-height: 40px;font-size: 16px; margin:10px 0px 0px 10px;     border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.header-tab:hover {outline: none;background: #fff;color: #4ac2a7;}
.header-tab:focus {outline: none;}
.header-tab.current { outline: none;background: #fff;color: #4ac2a7; }

.label-caption {overflow:none;}
.form-group {margin:5px!important;}
.active-menu { outline: none;background: #fff;color: #4ac2a7;z-index:2001; top:0px; left:0px;margin-right: 0px;border: 1px solid transparent;width: 50px;height: 50px;line-height: 50px;font-size: 20px;display:none; position: fixed;padding:0px;cursor:default;}

.menu-container {position: fixed;top: 50px;left: 5px;width:300px; z-index: 2000; overflow-y:auto; overflow-x:hidden; background:#fff;display:none;}
.menu-container-bg {position: fixed;height: 100%;width: 100%;background: #000;background: rgba(0,0,0,0.30);top: 0;left: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.3;z-index: 1999;display:none;}
/*
*saber editor
*/
.editorConfButtons {
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    box-shadow: 0px 0px 10px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
.editorConfAlign {
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    z-index:1200;
}
.editorConfMove {
    position:absolute;
    top:0px;
    left:0px;
    z-index:1201;
    display:none;
}

.contentForm, 
.contentPicture, 
.contentCode, 
.contentPictureURL {
    border:1px dotted #999999;
    padding:4px;
    cursor:default;
}

.contentForm.selected, 
.contentPicture.selected, 
.contentCode.selected, 
.contentPictureURL.selected  {
    border:1px solid #000000;
    -moz-box-shadow: 0px 0px 10px #999999;
    -webkit-box-shadow: 0px 0px 10px #999999;
    box-shadow: 0px 0px 10px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

.contentStyleLeft {
    float:left;
    display:inline;
    clear:none;
    text-align: inherit;
}
.contentStyleRight {
    float:right;
    display:inline;
    clear:none;
    text-align: inherit;
}
.contentStyleCenter {
    float:none;
    display:block;
    clear:both;
    text-align: inherit;
}
.contentStyleTextCenter {
    float:none;
    display:block;
    clear:both;
    text-align: center;
}
.contentStyleNormal {
    float:none;
    display:block;
    clear:none;
    text-align: inherit;
}
.noContent {
    font-style: italic;
    color: #aaa;
}
.editorArea>div {
    margin: 2px;
}
.currentEditorParent {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.margin5 {
    margin:5px;
}

ul.menu-item {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.menu-item > li { 
    height: 50px;
    line-height: 50px;
    margin: 0px;
    padding: 0px; 
    white-space:nowrap;
    border-bottom:1px solid #efefef;
    font-size:16px;
    cursor: default;
}
ul.menu-item > li.parent-menu { 
    background:#baded8;
}
ul.menu-item > li.parent-menu:hover { 
    background:#c4f9f0;
}
ul.menu-item > li:last-child { 
    border-bottom:1px solid #fff;
}
ul.menu-item > li:hover { 
    background:#efefef;
}
ul.menu-item > li > i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.input-group-dbl .form-control {
    width:50%;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    padding-top:0px;
}    
}
.dropdown-menu-left {
    left:-100px;
}
.active-field-info {background:#d6e9c6;}


.panel-heading-datagrid {
  padding:0px;
  border-bottom:0px;
}
.panel-heading-datagrid > i { font-size:14px; color:#acffb8; width:40px; text-align:center; }
.panel-heading-btn {position: relative;margin-right: 0px;background-color: transparent;background-image: none;border: 1px solid transparent; float:left;width:40px; height:40px; line-height: 40px;}
.panel-heading-btn.darker { background-color :#14a887; }
.panel-heading-btn.lighter { background-color :#F9C952; }
.panel-heading-btn:active, .panel-heading-btn:focus { outline:none; background:#fff; color:#4ac2a7;}
.panel-heading-btn:hover, .panel-heading-btn.darker:hover, .panel-heading-btn.ligher:hover { background:#fff; color:#4ac2a7; }
.panel-heading-btn > i {color:#fff; top:0px;}
.panel-heading-btn:hover >i ,.panel-heading-btn:active > i, .panel-heading-btn:focus > i {color:#4ac2a7;}
/*datagrid*/
.datagrid-view {
    position: relative;
    overflow: hidden;
}
.datagrid-view1 {
    left: 0;
}
.datagrid-view2 {
    right: 0;
}
.datagrid-header, .datagrid-footer, .datagrid-toolbar, .datagrid-pager, .datagrid-footer-inner {
border-color: #dddddd;
}
.datagrid-header, .datagrid-td-rownumber {
    background-color: #efefef;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
}
.datagrid-footer {
    background-color: #efefef;
    background: -webkit-linear-gradient(bottom,#F9F9F9 0,#efefef 100%);
    background: -moz-linear-gradient(bottom,#F9F9F9 0,#efefef 100%);
    background: -o-linear-gradient(bottom,#F9F9F9 0,#efefef 100%);
    background: linear-gradient(to top,#F9F9F9 0,#efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
}
.datagrid-context-menu {
    position:absolute;left: 477px;top: 199px;background: #fff;z-index: +999;display: none; 
    max-height:400px; overflow:auto;
    
}
.datagrid-context-menu >ul>a{
    white-space: nowrap;
}
.datagrid-header, .datagrid-footer {
overflow: hidden;
cursor: default;
border-width: 0 0 1px 0;
border-style: solid;
}
.datagrid-view1 .datagrid-body {
overflow: hidden;

    background-color: #efefef;
}
.datagrid-body {
margin: 0;
padding: 0;
overflow: scroll;
zoom: 1;
}
.datagrid-footer {
    overflow: hidden;
}
.datagrid-header td, .datagrid-body td, .datagrid-footer td {
border-color: #ddd;
}
.datagrid-header td, .datagrid-body td, .datagrid-footer td {
border-width: 0 1px 1px 0;
border-style: solid;
margin: 0;
padding: 0;
}
.datagrid-header, .datagrid-td-rownumber {
    background-color: #efefef;
    background: -webkit-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: -moz-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: -o-linear-gradient(top,#F9F9F9 0,#efefef 100%);
    background: linear-gradient(to bottom,#F9F9F9 0,#efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F9F9F9,endColorstr=#efefef,GradientType=0);
}
.datagrid-cell-rownumber {
    color: #000000;
}
.datagrid-header-rownumber, .datagrid-cell-rownumber {
    width: 33px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-footer-rownumber, .datagrid-cell-rownumber, .datagrid-cell-header {
    margin: 0;
    padding: 0 4px 0 4px;
    white-space: nowrap;
    word-wrap: normal;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.datagrid-cell-rownumber {
    white-space: normal;
}
.datagrid-header-inner, .datagrid-footer-inner {
    float: left;
    width: 10000px;
}
.datagrid-footer-inner {
    height:30px;
    line-height:30px;
    border-top: 1px solid #ccc;
}
.datagrid-sort-up, .datagrid-sort-down {
    font-size: 8px;
    width: 25px;
    display: inline-block;
    height:8px;
    line-height:8px;
    color:#666;
}
.datagrid-sort-down:hover, .datagrid-sort-up:hover {
    background-color:#fff;
    color:#000;
}

.datagrid-view1, .datagrid-view2 {
    position: absolute;
    overflow: hidden;
    top: 0;
}
.datagrid-cell, .datagrid-cell-header {
    width: 25px;
    height:25px;
    line-height:25px;
    cursor:default;
}
.datagrid-cell-header {
    padding-right: 0px;
}

.datagrid-cell-header, .datagrid-cell {overflow:hidden;}

.datagrid-body-inner {
    margin-bottom: 25px;
}
.datagrid-row > td.datagrid-td {
    background:#fff;
}
.datagrid-row-odd > td.datagrid-td {
    background:#f9f9f9;
}
.datagrid-row-high > td.datagrid-td {
    background:red!important;
    color:#ffffff;
}
.datagrid-row-selected > td.datagrid-td {
    background:#bce8f1!important;
    /*color:#ffffff;*/
}
.datagrid-row-editing > td.datagrid-td {
    background:#fff!important;
}
.datagrid-row-new > td.datagrid-td {
    background:#dbfff7;
}

.datagrid-cell-separator {
    width:10px;
    height:10px;
    cursor:ew-resize;
    float:right;
    line-height:25px;
    height:25px;
}
.datagrid-cell-order {
    width:15px;
    height:25px;
    cursor:pointer;
    float:right;
    line-height:25px;
    height:25px;
    color: #ccc;
}
.datagrid-cell-order:hover {
    color:#000;
}
.datagrid-cell-order.active {
    color: #008ED6;
}
.datagrid-cell-ordered {
    background:#fff;
}

.datagrid-cell-filter {
    width:15px;
    height:25px;
    cursor:pointer;
    float:right;
    line-height:25px;
    height:25px;
    color: #ccc;
}
.datagrid-cell-filter:hover {
    color:#000;
}
button.panel-footer-btn {
    border: none;
    background-color: #f2f2f2;
}
button.panel-footer-btn:hover {
    background-color: #fff;
}

.datagrid-span-action {
    width:15px;
    height:25px;
    cursor:pointer;
    line-height:25px;
    height:25px;
    color: #ccc;
}
.datagrid-span-action:hover {
    color:#000;
}

.datagrid-span-filter {
    width:15px;
    height:25px;
    cursor:pointer;
    line-height:25px;
    height:25px;
    color: #ccc;
}
.datagrid-span-filter:hover {
    color:#000;
}

.datagrid-span-filter.has-filter {
    color:red;
}
.btn-forms-search.has-filter {
    color:red;
}

.datagrid-td > input { width:100%;}
.datagrid-cell > textarea { padding: 0px 5px!important;}
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    width:120px;
}
 .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
height:100%;
}
.mr5 {
margin-right: 5px !important;
}
.fileinput-button {
position: relative;
overflow: hidden;
margin-bottom: 10px;
}
.img-thumbnail {
    padding-right:5px;
    height:50px!important;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
#___previewPane {
    display:none;
    position: absolute;
    z-index:1050;
}
.datagrid-filter {
    position: absolute;
    z-index:1051;
    background:#fff;
    width: 100px;
    height: 100px;
}

#pgloading {top:0;bottom:0;left:0;right:0;position:fixed;background:transparent;z-index: 10000000000;}

#pgloading:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: -webkit-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,0.25));
    background: radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,0.25));
}
#pgloading .loadingwrap {position:fixed;top:45%;bottom:45%;left:25%;right:25%;}
#pgloading .bokeh {
    font-size: 100px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    /*border: .01em solid rgba(150,150,150,0.1);*/
    list-style: none;
    padding:0;
}

#pgloading .bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
}

#pgloading .bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #00C176;
    -webkit-transform-origin: 50% 250%;
    transform-origin: 50% 250%;
    -webkit-animation: 
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
    animation: 
        rota 1.13s linear infinite,
        opa 3.67s ease-in-out infinite alternate;
}

#pgloading .bokeh li:nth-child(2) {
    top: 50%; 
    right: 0;
    margin: -.1em 0 0 0;
    background: #FF003C;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation: 
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
    animation: 
        rota 1.86s linear infinite,
        opa 4.29s ease-in-out infinite alternate;
}

#pgloading .bokeh li:nth-child(3) {
    left: 50%; 
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #FABE28;
    -webkit-transform-origin: 50% -150%;
    transform-origin: 50% -150%;
    -webkit-animation: 
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
    animation: 
        rota 1.45s linear infinite,
        opa 5.12s ease-in-out infinite alternate;
}

#pgloading .bokeh li:nth-child(4) {
    top: 50%; 
    left: 0;
    margin: -.1em 0 0 0;
    background: #88C100;
    -webkit-transform-origin: 250% 50%;
    transform-origin: 250% 50%;
    -webkit-animation: 
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
    animation: 
        rota 1.72s linear infinite,
        opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}
.row.panels-fixed.for-components {
    margin:0px;
}
.modal-content {
    border-radius:0px;
}
.form-control {
    border-radius:0px;background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);  border: 1px solid #aaa;
  background-color: #fff;
}
.btn {border-radius:1px;cursor:default;}
.modal-footer,.modal-header {  background-color: #efefef;}
.notification-count {
    position:relative; color: #ffffff; font-size: 10px;background-color: #ff0000;padding: 0px 3px;-webkit-border-radius: 50%;       -moz-border-radius: 50%;       border-radius: 50%;width: auto;
    height: 40px;
}
.chat-badge {    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;margin:5px;}
.chat-list > a:first-child {
    border-top:none;
}

.chat-message {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    padding:5px;
    margin:10px;
    width:70%;
    
}
.chat-message.sender {
    background:#c4f9f0;
    float:right;
}
.chat-message.receiver {
    background:#fff;
    float:left;
}
.chat-control {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #cccccc), color-stop(15%, f2f2f2));
    background-image: -webkit-linear-gradient(#cccccc 1%, #f2f2f2 15%);
    background-image: -moz-linear-gradient(#cccccc 1%, #f2f2f2 15%);
    background-image: -o-linear-gradient(#cccccc 1%, #f2f2f2 15%);
    background-image: linear-gradient(#cccccc 1%, #f2f2f2 15%);
}
.chat-message .mhour {
    font-size: 10px;
    color: #999;
}
.chat-message .sender {
    display: block;
    font-size: 11px;
    color: #ff0000;
    font-weight: bold;
}
/*
.chat-list .list-group-item {
    margin-bottom:0px;
    border-top:0;
}*/

.datagrid-cell-rownumber {
    font-size: 10px;
}
.icon-shadow {
    text-shadow: 2px 2px 0px rgba(255, 237, 237, 1);
    line-height: 34px;
    padding-right: 5px;
}
.data-identity {
    white-space:nowrap;
    font-size: 16px;
}
.data-tags .label {
    margin:5px;
    font-size:14px;
}
label.error {
    background: url("/lib/images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 16px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #EA5200;
}
fieldset {
    margin-top: 20px;
}
legend {
    border-bottom: 1px dotted #000;
}
.btn-trans { background:transparent;}
.btn-nopadd { padding:0px;}
.smartGlobalMessage { position:absolute; top:80px; display:none;    z-index: 999; }
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    text-shadow: 3px 3px 3px #000;
}
.form-ent-group { padding: 5px 0px; margin: 0px 20px 20px 0px; }
.popover {
    width: 350px!important;
}
.header-tab.current {
    outline: none;
    background: #2f1e2e;
    color: #4ac2a7;
}
.header-tab > i {
    padding-left: 10px;
}

.row-coder > div { padding:0px 10px;}
.row-coder > div:last-child { padding-left:0px;}
.row-coder > div > .panel-turqu { box-shadow: none; border-radius: 0px; }
.row-coder > div > .panel-turqu > .panel-heading { box-shadow: none; border-radius: 0px; }
.row-coder > div > .panel-turqu > .panel-footer { box-shadow: none; border-radius: 0px; }
.row-coder .panel-body {
    background: #2f1e2e;
    color: #fff;
}
.row-coder .panel-body h3 { color:#4ac2a7;}
.row-coder .panel-body h4 { color:#fec418;}

.grid-list  {
    overflow:hidden;
}
.grid-list .label-as-badge {
    clear:both;
    display:block!important;
}
.grid-list h4 {
    font-size:14px;white-space: nowrap;
}
.panel.panel-turqu.shadow.card-item {
    /*border-radius: 0px;*/
}
p.form-control {
    height: auto;
}
.dyna-list .list-group-item {
    border-width:1px!important;
}
.dyna-list .list-group-item.active, .dyna-list .list-group-item.active:focus, .dyna-list .list-group-item.active:hover {
    background-color: #afe1f0!important;
    color:#333!important;
    border-width:1px!important;
    text-shadow:none;
    border-bottom: 1px solid rgb(51, 122, 183)!important;
}
.dyna-list .list-group-item-heading {
    white-space:nowrap;    
    height: 34px;
    line-height: 34px;
    margin: 5px;
}
.small, small {
    font-size: 70%;
}
    
i.highlight {
    background-color:yellow;
    font-weight: bold;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
}
.list-group-item.tree-node {
    padding:0px;
}
.modal {overflow: auto!important;}
@media (max-width: 767px) {
    .dynaDetail.header {
        max-width:140px;
        overflow: hidden;
        white-space: nowrap;
    }    
    .data-identity {
        white-space: nowrap;
        font-size: 12px;
    }
}
/*
@media ( min-width:1200px) {
    body {
        padding-top:90px;
    }
    .menu-toggle,.active-menu {
        width:auto;
        font-size:14px!important;
        color:#fff;
        min-width:50px;
        height:40px!important;
        line-height:38px!important;
        padding:0px 5px!important;
        margin:0px!important;
        border:0px!important;
        cursor:default;
    }
    .active-menu { 
        color:#000;
    }
    .sub-nav {
        background: #fff;
        height: 40px;
        line-height: 40px;
    }
    .menu-toggle > i, .active-menu >i {
        width:15px;
        padding:0px!important;
        margin:0px!important;
        float:left;
        height:40px;
        line-height: 38px;
    }
    .menu-toggle > span, .active-menu >span {
        width:auto;
        padding-left:5px!important;
        height:40px;
        line-height: 40px;
    }
    ul.menu-item > li {
        height: 40px;
        line-height: 40px;
        margin: 0px;
        padding: 0px;
        border-bottom: 1px solid #efefef;
        font-size: 14px;
        padding-right:10px;
        cursor:default;
    }
    ul.menu-item > li > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
    .menu-container {
        position: fixed;
        top: 40px;
        left: 5px;
        z-index: 2000;
        width:auto;
        max-height: 500px!important;
        background: #fff;
        display: none;
        overflow:hidden;
        
    }
    .div-logo { display:none;}
    
    div#sub-navbar-left img {
        margin: 5px!important;
    }
    .menu-right {
        padding:0px!important;
    }
    .menu-right > i {
        width:50px;
    }
}
*/
.menu-toggle > span, .active-menu > span {
    display:none;
}
.menu-toggle.toolbar > span {
    display:initial;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-content {
    border:0px;
}
.form-horizontal .control-label {
    font-size:12px;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.modal-dialog {
    padding-bottom:100px;
}

.dropdown-icon-menu {
    width: 500px!important;
    overflow: auto;
    max-height: 282px;
}
.dropdown-icon-menu > li {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.dropdown-icon-menu > li > a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding:0px!important;
}
.dropdown-icon-menu > li > a > i {
    font-size: 24px;
}

.listing {
    padding-right: 0px;
}
.listing ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0px;
}

.listing ul > li > a {
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.listing > ul li.selected {
    background:#f2f2f2;
}
.listing ul >li >ul {
    padding-left:35px;
}
li.notify-item {
   white-space:normal!important;
    line-height:normal!important;
    height:auto!important;
    padding:5px!important;
    display:inline-block!important;
    font-size:12px!important;
    width:100%!important;
}