.fa-cog.active {
    color: #fff;
}
#file-explorer-container-main {
/*    min-height: 332px;*/
    overflow: auto;
    background-color: #EEE;
    height: 330px;
}

#file-explorer-container-footer {
    width: 91%;
    margin-left: -11px;
    position: absolute;
    bottom: 24px;
}

#file-explorer-container-footer .modal-footer-inside {
    width: 100%;
    background-color: #EEEFFF;
    border-radius: 2px;
  padding-left: 10px;
/*  added for independence on screen resolution  */
    text-align: left !important;
}

#file-explorer-container-footer .modal-footer-inside input[type=text] {
    width: 80%;
    border-radius: 3px;
    border: 1px solid rgb(187, 187, 187);
}

#modal-button-panel {
    position: relative;
    left: 275px;
    bottom: 5px;
}
#modal-button-panel input{
    border-radius: 5px;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    padding: 2px 15px;
    text-align: center;
}
#file-explorer-save-dir {
    width: 81%;
}


#open-dialog-content-panel, #save-file-explorer-content #file-explorer-container-main {
    height: 400px;
    overflow: auto;
    max-height: 400px;
    background-color: transparent;
}
#open-dialog-footer-panel #file-explorer-container-footer, #file-explorer-container-footer {
    width: 100%;
    margin: 0px;
    position: absolute;
    bottom: 0;
    background-color: #EEEFFF;
}

.content-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.options .tabs-content {
    padding-top: 0px;
}

#fileTreeDemo_1 #modal-dialog {
    display: none;
}

#cloudConfigToolsDiv {
    height: 273px;
}

#modal-dialog {
    padding: 0px !important;
}

.modal-footer-inside .modal-footer{
    padding: 0px !important;
}
.none-hard {
    display: none !important;
}
.none {
    display: none;
}
.dialog-content.panel-body.panel-body-noheader.panel-body-noborder{
    padding: 0px;
}

#login_content_apc {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    border: 2px solid #eaebef;
    padding: 30px 70px 12px;
    box-shadow: 4px 4px 7px #c4e6ff;
    border-radius: 5px;
    clear: both;
}

.btn.btn-trash {
    color: white;
}

.input-large {
    width: 32%;
}

#fileselectionbar div {
  width: 65%;
/*  added for independence on screen resolution  */
/*    width: 60%;*/
}

.body-content .container-fluid .page-sidebar {
    width: 17%;
    position: fixed;
    max-height: 70%;
    overflow-y: auto;
}

.body-content .container-fluid .page-content {
    width: 83%;
    margin-left: 17%;
}
.notification-msg, .confirmation-msg {
    display: none;
    position: fixed;
    z-index: 100001;
    border-radius: 4px;
    padding: 7px 40px;
    text-align: center;
    left: 0;
    right: 0;
    transition: all .5s linear;
    transform-style: preserve-3d;
    min-height: 40px;
    color: rgb(255, 255, 255);
    width: fit-content;
    margin: 5px auto 0;
    min-width: 300px;
}
.notification-msg > a , .confirmation-msg > a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 3px 0px 0px;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
    font-size: unset;
    color: #ddd;
    font-size: 11px;
}
.notification-msg > a:hover {
    color: #ddd;
    opacity: 1;
}
.notification-msg > a.close .fa-times {
    color: #ddd;
}
.confirmation-msg {
    background-color: rgb(243, 246, 243);
    color: rgb(14, 77, 132);
    border: 2px solid rgb(168, 172, 199);
    box-shadow: 2px 2px 12px rgb(168, 172, 199);
}
.confirmation-msg div{
    margin-top: 20px;
}
.notification-msg p {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
}
#headerContent .top-navigation ul  {
    margin-bottom: 0px;
}
.btn:hover {
    transform: scale(1.02, 1.05);
}
.top-20 {
    margin-top: 20px;
}
.right-20 {
    margin-right: 20px;
}
.left-20 {
    margin-left: 20px;
}

.confirmation-modal {
    width: 600px;
    margin: 30px auto;
}
.modal-body {
    padding: 25px 25px 10px;
    overflow-y: auto;
    background: #fff;
}
#changePasswordLogInModal .modal-body {
    padding: 5px;
}
.header-confirm {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: #F8F9FB;*/
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    position: relative;
}
.confirmation-modal .modal-body, #addNewUserModal .modal-body {
    padding: 25px 25px 15px;
    height: auto;
}
.confirmation-modal .modal-header {
    padding: 15px;
    height: auto;
}
/*#monitorhosts_iterator .monitor-container:nth-child(even) {
    background: #f1f9ff;
    border: 2px solid #c4e6ff;
}*/
.min-max-icon img{
    width: 18px;
    height: 18px;
}
/*.btn-group-lg>.btn, .btn-lg, .btn, .gradient-light, .btn-light, .form-control {
    font-size: inherit !important; 
}*/
.confirmation-msg {
    background-color: rgb(243, 246, 243);
    color: rgb(14, 77, 132);
    /*margin-top: 160px;*/
    border: 2px solid rgb(168, 172, 199);
    box-shadow: 2px 2px 12px rgb(168, 172, 199);
}
.confirmation-msg div{
    margin-top: 20px;
}
#headerContent .top-navigation ul  {
    margin-bottom: 0px;
}
#headerContentFirstRun .top-navigation ul  {
    margin-bottom: 0px;
}
.graph-container.no-scroll {
    overflow: hidden !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}
center .flex1 {
    display: flex;
    padding: 0;
}

.ff {
    padding-top: 20px;
}

.android li, .windows li, .mac li, .iphone li, .firefox li, .chrome li, .ie li, .android1 li, #cleaning li, .ff li {
    list-style: decimal;
}

.android ul, .windows ul, .mac ul, .iphone ul, .iphone ul li ul, .firefox ul, .chrome ul, .ie ul, .android1 ul, #cleaning ul, .ff ul {
    padding-left: 25px;
}

.android img, .android1 img {
    width: 20%;
}

.windows img, .ie img, #cleaning img {
    width: 40%;
}

.firefox img, .chrome img, .ff img{
    width: 70%;
}

#android, #windows, #mac, #iphone, #firefox, #chrome, #ie, #cleaning, #ff {
    display: none;
}

.cert {
    padding-bottom: 100px;
}

#section a {
    text-decoration: none;
}

#section .back {
    padding-left: 25px;
}
.mandatory {
    color: red;
    font-weight: 900;
}
.disabled {
    pointer-events: none;
    cursor: default;
    background: darkgray;
    border: 1px solid darkgray;
    color: #777 !important;
}
.side-menu-link.akm-access-link.disabled {
    border-bottom: 1px solid #fff;
}
.navtimes-row{
    clear:both;
}
.account-info-close {
    color: rgba(255, 0, 0, 0.67) !important;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px 7px 10px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    background: #024c69;
    border-left: solid 2px #01435d;
    border-bottom: solid 2px #01435d;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
}
a.options-pref-repo-del-disabled {
    cursor: not-allowed;
 }
 #repositoryContent {
    margin: 5px 0;
 }
#repositoryContent .log-content {
    padding-bottom: 10px;
    min-height: auto;
    padding: 15px 15px 15px 15px;
    margin-top: 5px;
}
.options-pref-repo-del-disabled, .options-pref-repo-del-disabled:hover {
    background: #7c7c7c;
    color: #fff;
}
.CodeMirror{
 z-index: 98;
}
.x-shadow{
    display: none !important;
}
#save-dialog-win, #open-dialog-win{
    position: fixed !important;
    z-index: 9003;
    visibility: visible;
    left: 30% !important;
    top: 10% !important;    
    display: none;
    height: 70% !important;
}
#dpl-win.x-window, #export-win.x-window {
    left: 30% !important;
    top: 10% !important;
}
.large-scenario-body #open-dialog-win .x-toolbar-left{
    float: right;
}
.large-scenario-body #open-dialog-win .x-toolbar-right{
    display: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a {
    font-weight: bold;
    color: #337ab7;
}
.nav-tabs>li a {
    color: #555;
}
.editor-body ul.nav-tabs{
    background: #eee;
    margin: -15px -15px 20px -15px;
}
.options-tab-header ul.nav-tabs{
    background: #eee;
}
#reportsContent {
    overflow-y: auto;
}
#header .dropdown-menu.dropdown-user {
    margin-right: 0px !important;
}
#issueGettingExecution {
    color: #555;
    margin: 10px;
    display: block;
    text-decoration: none;
    cursor: default;
}
a[name=cancelConfirmationAlert],a[name=cancelConfirmationAlert]:hover {
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 3px 10px 7px 10px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    background: #29677e;
    border-left: solid 2px #29677e;
    border-bottom: solid 2px #29677e;
    border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    opacity: 1;
    font-size: unset;
    font-weight: unset;
    color: #f5554a;
    text-shadow: none;
    border-top-right-radius: 2px;
}

.scenarios a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
.spinner {
  /*margin: 100px auto 0;*/
  width: 70px;
  text-align: center;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


.dropdown-menu.dropdown-user {
    width: unset !important;
    min-width: 180px;
}
.status-running {
    color: #048809;
}
.db-status-warning {
    color: rgba(244, 67, 54, 0.9) !important;
}
.title-head {
    cursor: pointer;
}
.auto-validation-element {
    margin-top: 10px;
}
#validationTab ul.dropdown-menu.inner li a, #validationTab ul.dropdown-menu.inner li a, #validatorsTab ul.dropdown-menu.inner li a, #extractorsTab ul.dropdown-menu.inner li a, #widgets ul.dropdown-menu.inner li a, #extractionTab ul.dropdown-menu.inner li a, #widgets ul.dropdown-menu.inner li a {
    height: 30px;
}
#AID.disabled .panel-heading{
    background: darkgray !important;
}
#AID.disabled .panel-heading, #AID.disabled .panel-footer{
    border: none;
    color: gray;
}
#addNewRepoFromHeader label {
    font-weight: 100;
    margin-bottom: 20px;
}
.pull-repo-fm {
    border-right:  1px solid #87b3c5;
}
.pull-repo-fm, .upload-repo-fm {
    background: #309CC5;
    margin-right: 1px;
}
.upload-repo-fm {
    margin-right: 10px;
}
.nav .dropdown-user-menu .dropdown-toggle:hover, .nav .dropdown-user-menu .dropdown-toggle:focus,.nav .dropdown-user-menu.open>a, .nav .dropdown-user-menu.open>a:focus, .nav .dropdown-user-menu.open>a:hover {
    background-color: #00000030 !important;
}
.fa-user-circle {
    font-size: 17px;
}
.dropdown-user-menu .dropdown-toggle {
    padding: 5px;
    margin: 10px 0px 0 0;
    min-height: 0;
}
.textoverflow-eclipse {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.customScrollBar {
  scrollbar-width: thin;
}
.customScrollBar::-webkit-scrollbar {
  height: 8px;
  width: 18px;
}
.customScrollBar::-webkit-scrollbar-button {
  background-color: #fff;
  background-repeat: no-repeat;
  cursor: pointer;
}
.customScrollBar::-webkit-scrollbar-corner {
  background-color: #fff;
}
.customScrollBar::-webkit-scrollbar-thumb {
  border-radius: 9px;
  border: solid 2px #fff;
  background-color: #dedede;
}
.customScrollBar::-webkit-scrollbar-track {
  background-color: #fff;
}
@font-face {
  font-family: 'dotsfont';
  src: url('../fonts/dotsfont/dotsfont.eot');
  src: url('../fonts/dotsfont/dotsfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/dotsfont/dotsfont.woff') format('woff'),
       url('../fonts/dotsfont/dotsfont.ttf') format('truetype'),
       url('../fonts/dotsfont/dotsfont.svg#dotsfontregular') format('svg');
}
.dot-font {
    font-family: 'dotsfont' !important;
    font-size: 10px !important;
}
.modified-file {
    background: #FB8700;
    height: 25px;
    border-radius: 4px;
    padding: 5px 10px;
    width: fit-content !important;
    color: #fbfdf5;
}
.filename.decorate {
    background: #69d88f;
    border: #3be275;
}
.assertion-false {
    color: red;
}
.assertion-true {
    color: green;
}
#alertPopUp #popUpBodyContent {
    overflow-y: unset;
    height: auto;
}
.disabled-btns {
    opacity: 0.6;
    pointer-events: none;
}

#aiqOverLay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
.aiqOverLayText{
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 50px;
    color: white;
    user-select: none;
    transform: translate(-50%,-50%);
    width: fit-content;    
}
.left-5 {
    margin-left: 5px;
}

.panel-DarkBlue .panel-heading {
    background-color: #343F62;
    color: #fff;
    border-color: #343F62;
}

.panel-GreenMedium .panel-heading {
    background-color: #5FBC5E;
    color: #fff;
    border-color: #5FBC5E;
}

.panel-GreenBright .panel-heading {
    background-color: #A4CE3D;
    color: #fff;
    border-color: #A4CE3D;
}

.panel-Orange .panel-heading {
    background-color: #FD6D41;
    color: #fff;
    border-color: #FD6D41;
}

.panel-Blue .panel-heading {
    background-color: #4689F6;
    color: #fff;
    border-color: #4689F6;
}

.panel-info-branding {
    border: none;
}

.panel-info-branding .panel-heading{
    background: #E7E7E7 ;
    border-color: #E7E7E7;
    color: #fff;
}

.panel-info-branding .panel-footer {
    border: none
}