
:global(.height-100) {
    height:100%!important;
}

:global(.width-100) {
  width:100%!important;
}



:global(.icon-white) {
    color: #fff;
}

:global(.col-centered) {
    float: none;
    margin: 0 auto;
}

:global(.pad-10) {
    padding: 10px!important;
}

:global(.pad-5) {
    padding: 5px!important;
}

:global(.margin-5) {
    margin: 5px!important;
}

:global(.margin-2) {
    margin: 2px!important;
}

:global(.margin-35) {
    margin-top: 35px!important;
}

:global(.margin-top-35) {
    margin-top: 35px!important;
}

:global(.margin-top-45) {
    margin-top: 45px!important;
}

:global(.margin-top-20) {
    margin-top: 20px!important;
}

:global(.margin-top-5) {
    margin-top: 5px!important;
}

:global(.margin-bottom-5) {
    margin-bottom: 5px!important;
}

:global(.margin-bottom-20) {
    margin-bottom: 20px!important;
}

:global(.padding-bottom-5) {
    padding-bottom: 5px!important;
}

:global(.padding-bottom-10) {
    padding-bottom: 10px!important;
}

:global(.padding-15) {
    padding: 15px!important;
}

:global(.margin-left-5) {
    margin-left: 5px!important;
}
:global(.margin-left-10) {
    margin-left: 10px!important;
}
:global(.margin-left-15) {
    margin-left: 15px!important;
}
:global(.margin-right-15) {
    margin-right: 15px!important;
}
:global(.margin-right-10) {
    margin-right: 10px!important;
}
:global(.no-margin) {
    margin: 0px!important;
}

:global(.light-text) {
    color: #6a7681;
}
:global(.blue-text) {
    color: #337ab7;
}
:global(.white-text) {
    color: #fff;
}

:global(.lightblue-text) 
{
    color: #9fbdd8;
}

:global(.dark-text) {
    color: #2b3035;
}


:global(.red-text) {
    color: #CC0000;
}

:global(.orange-text) {
    color: #B04C25;
}

.btn-outline-active {
    color: #F5CC52;
    border-color: #F5CC52;
}

.bg-coder-blue {
    background-color: #143852;
}

/* .btn-outline-warning {
    color: rgb(255, 236, 181);
    border-color: rgb(255, 236, 181);
} */


@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}


@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.flexy {
    display: flex;
    flex-direction: column;
}

.flexy-wrapper {
    display: flex;
    flex: 1;
    min-height: 0px;
}

.flexy-content {
    display: flex;
    height: calc(100% - 35px)!important;
    position: relative;
}

.flexy-container {
    height: calc(100% - 5px);
}

body {
    background-color: #ececec;
    padding: 0!important;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: 100%;
    /* Negative indent footer by its height 
    margin: 0 auto -82px 0;
    Pad bottom by footer height 
    padding: 0 0 80px 0;*/
}

#page-wrapper {
    padding: 8px 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 45px;
        padding: 8px 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.coder-sidebar .coder-sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.coder-sidebar .coder-sidebar-search {
    padding: 15px;
}

.coder-sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.coder-sidebar ul li a.active {
    background-color: #eee;
}

.coder-sidebar .arrow {
    float: right;
}

.coder-sidebar .fa.arrow:before {
    content: "\f104";
}

.coder-sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.coder-sidebar .nav-second-level li,
.coder-sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.coder-sidebar .nav-second-level li a {
    padding-left: 37px;
}

.coder-sidebar .nav-third-level li a {
    padding-left: 52px;
}

#sidebar-wrapper {
    width: 50px;
    position: fixed;
    height: 100%;
    z-index: 1000;
  }

@media(min-width:768px) {
    .coder-sidebar {
        z-index: 1;
        position: absolute;
        width: 45px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, .5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}




.hotkey-container {
    height: 100%;
}

.version-notes-container {
    padding: 20px;
    background: #fff;
    text-align: left;
    border: 1px solid gray;
    height: 750px;
    overflow-y: auto;
}

.current-version {
    text-align: center;
    font-weight: bold;

}

#current_version {
    color: #b52b27;

}


.font-size-9 {
    font-size: 9px!important;
}


.font-size-10 {
    font-size: 10px!important;
}


.font-size-11 {
    font-size: 11px!important;
}


.font-size-12 {
    font-size: 12px!important;
}


.font-size-13 {
    font-size: 13px!important;
}


.font-size-14 {
    font-size: 14px!important;
}


.font-size-15 {
    font-size: 15px!important;
}
.font-size-16 {
    font-size: 16px!important;
}

.no-padding {
    padding: 0px!important;
}

.padding-5 {
    padding: 5px!important;
}

.app-version-link {
    margin-left: 10px;
}

.header-menu-dropdown {
    overflow-y: initial!important;
}

.app-name-link {
    margin-left: 0!important;
    height: initial!important;
}

.app-nav-right {
    margin-right: 0!important;
}

.app-navbar {
    margin-bottom:0;
    min-height:initial!important;
    padding:0px!important;
}

.app-nav-link {
    margin-left: 10px;
    padding: 5px!important;
}

.navbar-brand-version {
    display: flex;
}

.mouse-pointer {
    cursor: pointer;
}

.no-side-margin{
    margin-left:0px!important;
    margin-right:0px!important;
}


.no-padding{
    padding:0px!important;
}



.center-text{
    text-align:center;
}

.ReactModal__Overlay {
    z-index: 1000;
}

.react-contextmenu-wrapper {
    height: 100%;
}

.header-codeframe-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 350px;
    padding: 0;
}


.react-contexify__item__content {
    padding: 4px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    white-space: nowrap;
    color: #333;
    position: relative; 
}

.drag-handle {
    cursor: move;
}


.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
  width: 13px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}

.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

.gutter {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}

.gutter.gutter-horizontal {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  cursor: col-resize;
}


.gutter.gutter-horizontal:hover {
  cursor: col-resize;
}


.mui-data-grid-row-disabled {
    background-color: #dcdcdc!important;
    text-decoration: line-through;
}

.mui-data-grid-row-active {
    background-color: #fff!important;
}