body{background:#f9f9f9;}
.body2{background:#ffffff;}
#wrapper{padding:90px 15px;}
.navbar-expand-lg .navbar-nav.side-nav{flex-direction: column;}
.header-top{box-shadow: 0 3px 5px rgba(255, 255, 255, 0.1)}
.leftmenutrigger{display: none; color: #FFFFFF;}


@media(min-width:992px) {

.leftmenutrigger{display: block; display: block; margin: 7px 20px 4px 0;cursor: pointer; font-size: 40px; color: #FFFFFF;}
#wrapper{padding: 90px 15px 15px 15px; }
.navbar-nav.side-nav.open {left:0; top: 5em;}
.navbar-nav.side-nav{background: #0C1738;box-shadow: 2px 1px 2px rgba(255, 255, 255, 0.1);position:fixed;top:5em;flex-direction: column!important;left:-220px;width:200px;overflow-y:auto;bottom:0;overflow-x:hidden;padding-bottom:40px}
}
.animate{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}

.rTable
{
    display: table;
    width:100%;
    margin-bottom:1rem;
    background-color:transparent;
    border-color:grey;
    border-spacing: 2px;
}

.rTable > .row { display: table-row; }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; }

/*
#header-bar {
    padding: 6px;
    margin-bottom: 0px;
}

#header-title {
    font-family: sans-serif;
    font-size: 2rem;
    color: rgb(212, 213, 218);
    min-width: fit-content;
}


.rpa-bg-dark {
    background-color: #333;
}

.sticky-offset {
    top: 56px;
}

.sticky-top {
    position: sticky;
}

.body-content {
    margin-left:0;
    margin-right:0;
    padding-top: 2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background-color: rgb(231, 229, 226);
    min-height: 100vh;
}

#sidebar-container {
    min-height: 100vh;
    min-width: fit-content;
    background-color: #333;
    padding: 0;
}




/*usermenu*/

#account_icon{
color: white;
cursor: pointer;

}

.modal-header{
    border-bottom-width: 0px;
}

.modal-footer{
    border-top-width: 0px;
}

.modal-robot.navigation{
    margin-left: -15px;
}

.modal-robot.settings {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin: 0px;
    padding: 20px;
    font-size: 13px;
    color: #000000!important;
    min-height: 51vh;
}

.modal-robot.settings h3.title{
    font-weight: 650;
    font-size: 18px;
    margin-bottom:0.4em;
    margin-top:0.4em;
    color: #000000!important;
}

.modal-robot.settings .form-group{
    width: 100%!important;
}

.modal-robot.settings .form-group label{
    font-size: 15px;
    color: #000000!important;
}

.modal-robot.settings label.form-check-label{
    font-size: 15px;
    color: #000000!important;
}

.modal-robot.settings .form-row{
    margin-right: 15px;
    margin-left: 15px;
}


.modal-robot.settings .form-row>.col, .modal-robot.settings .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}




.modal-robot.settings .form-row.no-paddings-margins{
    margin-right: 0px;
    margin-left: 0px;
}

.modal-robot.settings .form-row.no-paddings-margins>.col, .modal-robot.settings .form-row.no-paddings-margins>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}


ul.robot-setting-navigation{
    list-style-type: none;
    padding: 0px;
}

.robot-setting-navigation > li{
    padding-bottom: 10px;
}

.robot-setting-navigation > li{
    text-decoration: none;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
}

.btn.btn-close{
    color: white;
    font-size: 1rem;
    font-weight: bolder;
}

.modal-iframe-disable-links a {
    pointer-events: none !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
}

.robot-setting-navigation > li.robot-setting-group-selected{
    color: rgb(42,209,0);
}

.navbar-nav.navbar-right .dropdown-menu > li > a{
    text-decoration: none;
    color: #585f66;

}

.navbar-nav.navbar-right .dropdown-menu > li > a:hover{
    color: rgb(42,209,0);


}

.navbar.header-top.fixed-top {
    z-index: 1030;
}

.dropdown-menu.show {
    z-index: 1040;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    margin: 2px;
    border-radius: 4px;
}

/*MainMenu*/

.navbar-nav.main li {
    margin-left: 5px;
    display: block;
}

.navbar-nav.main .nav-text{
    font-size: 1.0em;
}

.navbar-nav.main .nav-link2 {
    color: white;
    margin-left: 5px;
}

.navbar-nav.main .nav-link2 i{
    font-size: 1.5em;
}

.navbar-nav.main .nav-link2:hover {
  /*  color: grey;
*/    text-decoration: none;

}

.navbar-nav.main .nav-link2.active {
    color: rgb(42,209,0);
}


/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;
    height: 60px;
}

.logged-user {
    color: white;
    text-align: right;

}

/* Content panel */

#content {
    padding: 0px;
    background-color: #f9f9f9;
}


.flash-messages .row {
    display: grid;
    align-items: center;
    justify-content: center;
}

.flash-messages .row .alert{
    min-width: 40em;
}

.flash-messages .row .alert.alert-message{
    background-color: rgb(231, 229, 226);
}

.flash-messages.flash-login{
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.flash-messages.flash-login .row .alert{
    min-width: 26em;
}


/*  robots styles  */

.robots-content {
    padding: 0.5rem;
}



/* Report styles */

.report-content {
    padding: 0.5rem;
}

.report-content ul {position: fixed;width: 100%;list-style-type: none;margin: 0;padding: 0;overflow: hidden;background-color: #333;}
.report-content li {float: left;}

.report-content .footerbar {position: absolute;right: 0;bottom: 0;left: 0;padding: 1rem;background-color: #333;text-align:center;}



.report-content .Robots {
    padding: 10pt;
    display: block;
    width: 90%;
    margin: auto;
}

.report-content .RobotTitle {
    font-weight: 800;
    font-size:large;
    padding-top: 2pt;
    padding-bottom: 2pt;
}

.report-content .SectionTitle {
    font-weight: 400;
    font-size:larger;
    padding-top: 2pt;
    padding-bottom: 2pt;
}

.report-content .Section {
    background:white;
    opacity: 1;
    padding: 3pt;
}

.report-content .Column {
    max-width: 800px;
    float: left;
    margin-left: 0pt;
    margin-bottom: 6pt;
    margin-right: 10pt;
    opacity: 1;
    text-align: left;
}

.report-content div.Column.Timestamp { width: 150pt; }

.report-content .Row {
    border-radius: 4pt;
    padding: 3pt;
    margin-left: 10pt;
    margin-bottom: 6pt;
}

.report-content .Row:hover {
    opacity: 1;
}

/* Clear floats after the columns */
.report-content .Row:after {
    content: "";
    display:table;
    clear: both;
}

/* Dashboard */


.fa-chart-bar{
color: #0c5ea8;
}

.fa-ellipsis-v{
color: #0c5ea8;
cursor: pointer;

}

.fa-play-circle{
color: #0c5ea8;
cursor: pointer;

}


/*
datepicker
*/

.ui-datepicker {
    background: #fff;
    color: black;
    /*border: 1px solid rgb(42,209,0);*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-size:12px;
    font-family: sans-serif;


}

.ui-state-default{

    color: black;


}

#ui-datepicker-div > div > a.ui-datepicker-next.ui-corner-all{

float:right;
cursor:pointer;

}
#ui-datepicker-div > div > a.ui-datepicker-prev.ui-corner-all{

cursor:pointer;


}

.highlight a{
    background-color: rgb(42,209,0) !important;
    color: #ffffff !important;
  }


.fa-arrow-circle-right{
    color: #0c5ea8;
    cursor: pointer;

}

.fa-robot{
    color: rgb(42,209,0);

}
.fa-deploydog{
    color: rgb(42,209,0);

}
/*
.fa-question-circle.active{
    color: rgb(42,209,0);

}
*/

.far_own {
    height: 23px;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.far_own.dashboard{
    background: url('/Icon_dashboard.png');
    background-size: 23px;
}

.far_own.deploy{
    background: url('/Icon_deploy.png');
    background-size: 23px;
}

.far_own.analytics{
    background: url('/Icon_analytics.png');
    background-size: 23px;
}

.far_own.archives{
    background: url('/Icon_archives.png');
    background-size: 23px;
}

.active .far_own.dashboard{
    background: url('/Icon_dashboard_current_new.png');
    background-size: 23px;
}

.active .far_own.deploy{
    background: url('/Icon_deploy_current_new.png');
    background-size: 23px;
}

.active .far_own.analytics{
    background: url('/Icon_analytics_current_new.png');
    background-size: 23px;
}

.active .far_own.archives{
    background: url('/Icon_archives_current_new.png');
    background-size: 23px;
}

.azure_ad_login_btn{
    background:url(/ms_signin_dark_short.png) no-repeat;
    cursor:pointer;
    border:none;
    width:104px;
    height:41px;
}

h2{
    color: rgb(42,209,0);
    font-family: sans-serif;
    margin-top: 0.2em;
}



i.Unknown {
    color: darkgray;
}

i.Ready {
    color: rgb(42,209,0);;
}

i.Running {
    color: rgb(42,209,0);;
}

i.Queued {
    color: yellow;
}

i.Disabled {
    color: red;
}

i.Success {
    color: rgb(42,209,0);;
}

i.Unstable {
    color: orange;
}

i.Error {
    color: red;
}

button.status-normal, button.status-NORMAL{
    background-color: rgb(42,209,0);
}

button.status-warning, button.status-WARNING{
    background-color: orange;
}

button.status-critical, button.status-CRITICAL{
    background-color: red;
}

div .accordion-grid {
    background-color:transparent;
}


div .accordion-grid .accordion-header {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    height: 4em;
    background-color: #0C1738;
    color: #FFFFFF;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div .accordion-item img.accordion-item-icon-button{
    height: 2em;
    padding-bottom: 5px;
}

div .accordion-item .container{
    padding-top: 10px;
    padding-bottom: 5px;
}

a:not([href]):not([tabindex]).btn-success,
a:not([href]):not([tabindex]).btn-danger,
a:not([href]):not([tabindex]).btn-primary{
    color: #fff;
}


div .accordion-grid .accordion-body {
    background-color: transparent;
}

.accordion-item[aria-expanded="false"] {
    border-bottom: solid #999999 0.1rem;
}

.accordion-item[aria-expanded="true"]{
    border-bottom: 0px;
}

.accordion-item:hover .container {
    background-color: #E7E7E7;
}


.accordion-item[aria-expanded="true"] .container {
    margin-top: 8px;
    background-color: #dbdbdb;
    border-top: 0.2rem solid black;
}

.accordion-item[aria-expanded="true"] ~ [id^="collapse"] .container {
    border-bottom: 0.2rem solid black;
}

.accordion-item[aria-expanded="false"] .container {
    margin-top: 0px;
    background-color: #F4F4F4;
    border-top: 0px solid transparent;
}

.accordion-item[aria-expanded="true"] .accordion-item-body.show {
    border-bottom: 0.2rem solid black;
}

.accordion-item[aria-expanded="true"] .container .submenu-icon {
    transform: rotate(0deg);
    color: #666666;
    clear:both;
}

.accordion-item[aria-expanded="false"] .container .submenu-icon {
    transform: rotate(-90deg);
    color: #999999;
    clear:both;
}

.accordion-item-header {
    font-size: 0.82rem;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.accordion-item[aria-expanded="true"] .container.alarm,
.accordion-item[aria-expanded="false"] .container.alarm {
    background-color: #ffd2cc;
}


.accordion-item-body {
    font-size: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}

.grid-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.card-body .grid-striped:nth-of-type(odd) .row {
    background-color: rgba(0,0,0,.1);
}

.robot-runs-header {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color:rgb(10,22,56);
    font-weight: bold;
    font-size: 0.82em;
/*
    font-size: 130%;
    background-color: rgba(100, 148, 237, 0.4);
*/

}

.card-body .robot-runs-header .col-1.text-center{
    max-width: 3%;
    padding-left: 0px;
    padding-right: 0px;
}

.card-body .robot-runs-header .col-1.text-center + .col{
    max-width: 10%;
}
.robot-runs-header ~ .grid-striped .col-1.text-center + .col{
    max-width: 10%;
}

.card-body .inside-list .header-row{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color:rgb(10,22,56);
    color: #ffffff
}

.card-body .inside-list .list-row{
    border-width: 2px !important;
    color: #0a1638;
}

/*  Deploy page  */

.info-box-bordered{
    border-width: 2px !important;
    color: #0a1638;
    background-color: #dbdbdb;
    min-height: 6em;
    padding: 20px;
    border-radius: 20px;
}

.info-box-border-bottom{
    border-bottom: 2px solid #dee2e6!important;
}

.info-box-text-bottom {
    font-weight: 600;
    font-size: 17px;
    margin-left: 0.4em;
    margin-bottom: 0.4em;
}


.card-deploy1 {
    padding: 0px;
  /*  margin-left: 0.8em;*/
   /* max-width: 29rem;*/
    background-color: white;
    font-family: sans-serif;
    font-weight:500;


}

.card-main {
    padding: 0px;
    background-color: #f9f9f9;
    font-family: sans-serif;
}

.card-main-title{
    margin-left:0.5em;
    color:#0a1638;
    font-size: 28px;
    margin-bottom: 0.9em;
}

.card-main-right-info{
    margin-right: 15px;
    padding-top: 10px;
}

.card-main-left-info{
    margin-left: 15px;
    padding-top: 10px;
}

.card-deploy2 {
    padding: 0px;
   /* margin-left: 0.4em;
    margin-right: 0.4em;*/
    /*max-width: 29rem;*/
    background-color: white;
    font-family: sans-serif;
    font-weight:500;


}

/* Reports */
.archiverow{
    cursor: pointer;
}



.archiverow:hover{
    background-color: white;
}


.card-stats-header {
    padding: 0px;
    margin-left: 0.2em;
 /*   max-width: 30rem;
    min-width: 30rem;*/
    background-color: #0a1638;

}

.card-stats{
    padding: 0px;
    margin-left: 0.2em;
  /*  max-width: 30rem;
    min-width: 30rem;*/
    background-color: white;
}

.card-stats-top{
    padding: 0px;
    margin-left: 0.2em;
  /*  max-width: 30rem;
    min-width: 30rem;*/
    background-color: transparent;
}

.card-stats2-header {
    padding: 0px;
    max-width: 25rem;
    min-width: 20rem;
    background-color: #0a1638;

}

.card-stats2{
    padding: 0px;
 /*   margin-left: 0.2em;*/
    max-width: 25rem;
    min-width: 20rem;
    background-color: white;

}

.card-dep{
    padding: 0px;
   /* margin-left: 0.2em;*/
  /*  max-width: 25rem;
    min-width: 21rem;*/
    background-color: white;
    font-family: sans-serif;

}

.card-dep2{
    padding: 0px;
 /*   margin-left: 0.2em;*/
   /* max-width: 20rem;
    min-width: 17rem;*/
    background-color: white;
    font-family: sans-serif;


}


.border-analytics{
    border-width: 2px !important;
    color: #0a1638;
    font-size: 40px;
    text-align: center;
}

.analytics-text-bottom{
    font-weight: 600;
    font-family: sans-serif;
    font-size: 17px;
    margin-left:0.4em;
    margin-bottom:0.4em;

}


.card-stats3{
    padding: 0px;
 /*   margin-left: 0.2em;*/
    max-width: 11rem;
    min-width: 10rem;
    background-color: white;

}


.card-stats4-top {
    padding: 0px;
   /* max-width: 33rem;
    min-width: 33rem;*/
    background-color: transparent;

}



.card-stats4-header {
    padding: 0px;
 /*   max-width: 33rem;
    min-width: 33rem;*/
    background-color: #0a1638;

}

.card-stats4{
    padding: 0px;
 /*   margin-left: 0.2em;*/
  /*  max-width: 33rem;
    min-width: 33rem;*/
    background-color: white;

}

.card-stats5{
    padding: 0px;
 /*   margin-left: 0.2em;*/
    max-width: 36rem;
    min-width: 29rem;
    background-color: white;

}

.card-archives1{
    padding: 0px;
    margin-left: 1.2em;
    max-width: 30rem;
    min-width: 26rem;
    background-color: white;
}

.card-archives2{
    padding: 0px;
    margin-left: 0.4em;
    margin-right: 0.4em;
    max-width: 115rem;
    background-color: white;
}

.card-archives3{
    padding: 0px;
    margin-left: 0.4em;
    margin-right: 0.4em;
    max-width: 75rem;
    background-color: #e7e7e7;
}
.card-archives4{

    padding: 0px;
    background-color: #f1efef;
}

.card-workers{
    padding: 0px;
    margin-left: 0.4em;
    margin-right: 0.4em;
    max-width: 50rem;
    background-color: white;
}

/*  Register page  */

.card-register {
    padding: 0px;
    margin-left: 20px;
    max-width: 30rem;
    background-color: white;
}


/*  Login/Logout page  */

.center-block {
    display: table;  /* Instead of display:block */
    margin-left: auto;
    margin-right: auto;
}

.card {
    border: 0px solid #28a745;
    background-color: rgba(0, 0, 0, 0)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #F4F4F4;
}

.card-login {
    margin-top: 130px;
    padding: 0px;
    max-width: 30rem;
    background-color: white;
}

.card-header {
    color: #fff;
    background: #0a1638;
    font-size: 20px;
    font-weight: 200 !important;
    margin-top: 0px;
    border-bottom: 0;
    margin-top: -0.3em;
    margin-bottom: -0.3em;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-transform: uppercase!important;

}

.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.input-group-prepend span{
    width: 45px;
    background-color: rgb(42,209,0);
    color: #fff;
    border:0 !important;
}


.login_btn:hover{
    color: #fff;
    background-color: #ff0000;
}

.btn-outline-danger {
    color: #fff;
    font-size: 18px;
    background-color: #28a745;
    background-image: none;
    border-color: #28a745;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}


/* Admin page */


.card-admin{
    padding: 0px;
    margin-left: 20px;
    margin-top: 0px;
    max-width: 80rem;
    background-color: white;

}

.card-admin-header{
    padding: 0px;
    margin-left: 20px;
    margin-top: 0px;
    max-width: 80rem;
    background-color: #0a1638;
    color:white;

}

.users-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding: 0rem;
}

.users-list .toolbar {
    margin-bottom: 0.5rem;
}

.users-list .header {
    font-size: 1.2rem;
    font-weight: bold;
    background-color: rgb(42,209,0);
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.users-list .body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    background:rgb(200, 200, 200);
}


.user-row {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr 3fr 1fr;
    grid-template-rows: 1fr;

    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(247, 247, 247);
    font-weight: normal;
}


.grid-striped .user-row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.user-row .user-col {
    margin: 0.1rem;
}


.custom-radio .custom-control-label::before {
    background-color: white;  /* orange */
}

/* This is the checked state */
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: black;  /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    border-radius: 50%;
}

/* active state i.e. displayed while the mouse is being pressed down */
.custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgb(42,209,0); /* red */
}

/* the shadow; displayed while the element is in focus */


.advanced-run-options .advanced-run-toggler{
    background-color: #0a1638;
    color: white;
    text-align: left;
    justify-content: center;
    border: none;
    margin-left: 0px;
}


.advanced-run-toggler[aria-expanded="true"] .submenu-icon {
    transform: rotate(0deg);
    color: #666666;
    clear:both;
    margin-top: -7px;
    margin-left: -15px;
}

.advanced-run-toggler[aria-expanded="false"] .submenu-icon {
    transform: rotate(-90deg);
    color: #999999;
    clear:both;
    margin-top: -7px;
    margin-left: -15px;
}

button.advanced-run-toggler{
    width: 100%;
}

button.advanced-run-toggler:focus{
    outline: 0px;
}

.navbar-collapse.collapse.show{
    background-color: #0a1638;
    padding: 20px;
}




/* NEW LAYOUT CHANGES */

.qcld-modal-dialog-lg {
    height: 100%;
    max-width: 90vw;
}

.qcld-modal-content {
    height: 90vh;
}

#left-info {
    margin-left: 0px;
}

#right-info {
    margin-right: 0px;
}

#robots-text {
    margin-left: 0.5em;
    color: #0A1638;
    font-size: 24px;
    font-weight: 1000;
}

#worker-text {
    font-weight: 530;
    font-family: sans-serif;
    font-size: 13px;
    color: #FFFFFF;
}

#worker-button {
    margin-left: 1em;
    color: black;
    height: 2.2em;
    width: 6.0em;
    background-color: #8CC846;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

#refresh-image {
    vertical-align: bottom;
}

.message-pagination {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.message-pagination > ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.message-pagination > ul > li {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5%;
}

.message-pagination > ul > li:not(.active):not(.disabled):hover {
    color: white;
    background: #ccc;
    cursor: pointer;
}

.message-pagination > ul > li.active {
    color: white;
    background: #007bff;
}

.message-pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.message-pagination > .pagination-jump {
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.message-pagination > .pagination-jump > form > span {
    margin-right: 5px;
}

.chevron {
    display: inline-block;
    border-right: 3px solid #007bff;
    border-bottom: 3px solid #007bff;
    width: 10px;
    height: 10px;
}

.message-pagination > ul > li.disabled > div.chevron {
    border-right: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
}

.chevron-left {
    transform: rotate(-225deg);
}

.chevron-right {
    transform: rotate(-45deg);
}

.flex-buttons {
    flex-direction: row-reverse;
    gap: 0 20px;
}

div#robot_excels > ul {
    list-style: none;
}

div#robot_excels > ul > li {
    /* border: 1px solid orangered; */
    margin-bottom: 15px;
}

div .main-robot-text-header {
    height:3em;
    background-color: #0C1738;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}


.robot-runs-header {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 8px;
    background-color:rgb(10,22,56);
    font-weight: initial;
    font-size: 0.82em;
}

.submenu-icon {
    color: #999999;
    transform: rotate(-90deg);
    float:left;
    font-size: 1.0em;
}

#footer {
    position: fixed;
    width:100%;
    bottom: 0;
    height: 20px;
    margin-bottom: 10px;
  }

  #footer p.left {
      float: left;
      margin-left: 20px;
  }

  #footer p.right {
      float: right;
      margin-right: 20px;
  }

hr.divider-hr {
    padding: 0px;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #c2c2c2;
    margin-right: -15px;
    margin-left: -15px;
}

hr.subdivider-hr {
    padding: 0px;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #cfcfcf;
    margin-right: -15px;
    margin-left: -15px;
}

.accordion-item .accordion-icon-col i{
    font-size: 1.5em;
}


.accordion-image-col .accordion-icon-row {
    width: 100%;
    min-height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.accordion-icon-row .accordion-icon{
    width: 3em;
}

.accordion-image-col img.accordion-action-button{
    cursor:pointer;
    padding-right:20px;
    margin-top: 5px;
    max-height: 2em;
    min-height: 2em;
}


.accordion-item-body .main-robot-grid-striped{
    height:2em;
    display:flex;
    font-size:0.73rem;
    font-weight:600;
    margin-top:2px;
    margin-bottom:2px;
    align-items:center;
    background-color:#F4F4F4;
}

.hidden-element{
    display: none;
}

.help-block{
    color: red;
}

.modal-content .modal-error-body{
    text-decoration: none;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
}

.modal-error-body{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-error-body ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
}


.accordion-item-body .main-robot-grid-striped-hidden{
    display: none;
}


div.row.main-robot-grid-striped{
    height: 4em;
}

div.main-robot-grid-striped i.icon-alert-circle-fill,
div.main-robot-grid-striped i.icon-checkmark-filled,
div.main-robot-grid-striped i.icon-element
{
    font-size: 1.5em;
}

i.icon-Icon-awesome-clipboard-list,
i.icon-Icon-awesome-file-download{
    color:#212529;
}

i.report-icon{
    cursor: pointer;
}

.main-robot-grid-striped a.icon-element:hover{
    color:#212529;
    text-decoration: none;
}


@media(max-width:1850px) {

    .navbar-nav.main .nav-text{
        /* margin-left: 1em; */
        font-size: 0.8em;
        /* display: block; */
    }

    .navbar-nav.main .nav-link2 i{
        font-size: 1em;
    }

    [class^="icon-"], [class*=" icon-"] {
        padding: 6px;
    }

    .accordion-item-header {
        font-size: 0.80em;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    }

@media(max-width: 1750px){
    .navbar-nav.main .nav-text{
        /* margin-left: 1em; */
        font-size: 0.7em;
        /* display: block; */
    }

    .navbar-nav.main .nav-link2 i{
        font-size: 1em;
    }

    [class^="icon-"], [class*=" icon-"] {
        padding: 5px;
    }
}

@media(max-width:1559px) {


    .border-analytics{
        border-width: 2px !important;
        color: #0a1638;
        font-size: 32px
        }

    .analytics-text-bottom{
        font-weight: 600;
        font-family: sans-serif;
        font-size: 14px;
        margin-left:0.4em;
        margin-bottom:0.4em;

    }

    #analyticslayoutfix{

        display:none;

        }


    .accordion-item-header {
        font-size: 0.65em;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    div .accordion-grid .accordion-header {
        font-size: 0.65em;
    }

    .accordion-item-body .main-robot-grid-striped{
        font-size: 0.65em;
    }

    }

    @media(max-width:1350px) {
        .navbar-nav.main .nav-text{
            display: none;
        }

        .navbar-nav.main .nav-link2 i {
            font-size: 1.5em;
        }
    }


@media(max-width:1264px) {

        #footer{
            font-size: 0.5em;
        }

    }





@media(max-width:1199px) {

    .robot-runs-header {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        background-color: rgb(10,22,56);
        font-size: 0.4em;
    /*
        font-size: 130%;
        background-color: rgba(100, 148, 237, 0.4);
    */

    }

    .accordion-item-header {
        font-size: 0.55em;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }


    div .accordion-grid .accordion-header {
        font-size: 0.55rem;
    }


    }

@media(max-width:993px) {

    .accordion-item-header {
        font-size: 0.45em;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-nav.main{
    display:none;
    }

    div .accordion-grid .accordion-header {
        font-size: 0.65em;
    }

    .accordion-item-body .main-robot-grid-striped{
        font-size: 0.45em;
    }
    }

.navbar-collapse.collapse.show{
    background-color: #0a1638;
    padding: 20px;
}

.body2 {
    background: #0a1638;
}

body {
    font-family: 'Raleway', sans-serif;
}

@media only screen and (min-width: 1800px){
    #wrapper {
        padding: 90px 15px 15px 15px;
    }
}

#login-main-card {
    background-color: transparent;
    border: 0px;
}

#login-card-header {
    background-color: transparent;
}
#updatelicense-main-card {
    background-color: #0a1638;
    border: 0px;

}
#updatelicense-content {
    background-color: #0a1638;
    border: 0px;
    color:white;

}
#updatelicense-card-header {
    height: 3.4em;
    background-color: #0a1638;
    padding: 0px;
}


#login-title {
    display: flex;
    justify-content: center;
    padding: 0px;
}

#login-info-title {
    color: #FFFFFF;
    font-style: bold;
    font-weight: 1000;
    padding-bottom: 40px;
    padding-top: 70px;
    font-size: large;
}

#input-icons {
    margin-left: 15px;
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    color: #8CC846;
    font-size: 16pt;
    align-self: center;
}

.submit_button {
    margin-top: 8px;
    float: right;
}
.submit_button_updatelicense {
    margin-top: 8px;
    float: center;
}

.register_button {
    margin-top: 8px;
    float: left;
}

.body2 #footer_login {
    position: fixed;
    width:100%;
    bottom: 0;
    height: 20px;
    margin-bottom: 10px;
  }

  .body2 #footer_login p.left {
      float: left;
      margin-left: 20px;
      color: #FFFFFF;
  }

  .body2 #footer_login p.right {
      float: right;
      margin-right: 50px;
      color: #FFFFFF;
  }

#main-logo.login-page{
    height: 3.3em;
}

#main-logo.navbar-logo {
    height: 2em;
}

 .modal-content {
    background-color: #0C1738;
}

.modal-title {
    color: #FFFFFF;
}



.modal-navigation * {
    color: #FFFFFF;
}

.modal-content .modal-body{
    font-size: 1.2rem;
    color: #FFFFFF;
}

/* Reboot.scss inheritance removal for modal items */
.modal-navigation a:not([href]):not([tabindex]) {
    color: #FFFFFF;
}


.modal-body .container-fluid .row .label{
    font-size: 1.2rem;
}

.modal-body .container-fluid .row .description{
    font-size: 0.9rem;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }

  #loading-image {
    z-index: 100;
  }

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0a1638;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  @media(max-width:1200px) {
    .stats-to-hide {
        display:none;

    }
    .border-analytics{
        border-width: 2px !important;
        color: #0a1638;
        font-size: 40px;
        }
        .analytics-text-bottom{
            font-weight: 600;
            font-family: sans-serif;
            font-size: 17px;
            margin-left:0.4em;
            margin-bottom:0.4em;

        }

  }



  @media(max-width:960px) {

    .border-analytics{
        border-width: 2px !important;
        color: #0a1638;
        font-size: 40px;
        }

        .analytics-text-bottom{
            font-weight: 600;
            font-family: sans-serif;
            font-size: 17px;
            margin-left:0.4em;
            margin-bottom:0.4em;

        }

  }

 /* @media(max-width:1677px) {
    .stats-to-hide {
        display:none;

    }

  }*/
