﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

#main {
    background: #ffffff;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}
/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

.LoginDiv {
    float: right;
    padding-top: 120px;
    padding-bottom: 140px;
}

.content_login {
    background-image: url("../../Content/img/login/picture.png");
    background-size: contain;
    background-color: black;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.67);
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    #left-panel {
        left: -253px;
    }
}

.central {
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 50%;
    min-height: 400px;
}

#extr-page {
    background: #f4f4f4 !important;
    overflow: visible;
}

/*.page-footer {
    height: 40px;
    padding: 10px 13px 0;
    padding-left: 10px;
    background: #474544;
    border-top: 1px solid #e3e2e2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    width: 100%;
    position: fixed;
    display: block;
    bottom: 0;
}*/

/*.ajax-dropdown {
    left: 1130px;
}*/

.padding-logout {
    padding-top: 15px;
}

.padding-activity {
    padding-left: 10px;
}

/*.btn-header > :first-child > a {
    margin-left: 10px;
    padding: 0;
    border: none;
}*/

/*.mainHide {
    margin-left: 0 !important;*/
/*margin-top: 0px !important;*/
/*}*/

/*.mainShow {
    margin-left: 0 !important;*/
/*margin-top: 0px !important;*/
/*}*/

.ajax-dropdown::before {
    border: none;
}

/*#hide-menu {
    display: block;
}*/


#action {
    min-height: 40px;
    background: #f0f0f0;
    padding: 10px 13px;
    position: relative;
    overflow-x: auto;
}

#assa_bar {
    background: rgba(118, 178, 70, 0.8);
    border-top: 1px solid #e3e2e2;
    bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: none;
}

.btn-success {
    background-color: #76B246;
    border-color: #76B246;
}

#header {
    background: #ffffff;
}

/*#header > :first-child, aside {
    width: 240px;
}*/

aside {
    background: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.11);
}



/*body {
    background: #ffffff;
}*/

/*.menu-on-top aside#left-panel {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
*/
.TabMenu {
    margin: 5px;
    background-color: white;
    border: 0px;
    min-width: 100px;
}

/*nav ul li a {
    color: #292E37;
}*/

/*body.smart-style-6 .form-control, body.smart-style-6 .smart-form .icon-append, body.smart-style-6 .smart-form .icon-prepend, body.smart-style-6 .smart-form .select select, body.smart-style-6 .smart-form .textarea textarea {
    padding-left: 10px;
}*/

/*body.smart-style-6 .form-control, body.smart-style-6 .smart-form .icon-append, body.smart-style-6 .smart-form .icon-prepend, body.smart-style-6 .smart-form .input input, body.smart-style-6 .smart-form .select select, body.smart-style-6 .smart-form .textarea textarea {
    border-top-width: 1pt;
    border-left-width: 1pt;
    border-right-width: 1pt;
}
*/


.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}




.select2-hidden-accessible {
    display: none;
}

.select2-choice {
    min-width: 130px;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

.space-body {
    height: 10px;
}

.label-search {
    width: 199px;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.hideAction {
    display: none;
}

.Action {
    margin: 10px 5px;
}

.ActionBack {
    margin: 0px;
    font-size: initial;
    margin-left: 15px;
}

#ActionList {
    background: #f5f5f5;
}

.icon-action {
    position: relative;
    left: 14px;
    display: inline-block;
    padding: 6px 5px;
    background: #f5f5f5;
    font-size: initial;
}

    .icon-action:hover {
        /*background:#2196f3;
    color:white;*/
        color: #2196f3;
    }

    .icon-action:active {
        position: relative;
        top: 1px;
        left: 15px;
        background: #2196f3;
        color: white;
    }

body.smart-style-6 .btn-action {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: black;
    margin-right: 15px;
}

.JustifyCenter, .JustifyCenter > tr > th {
    text-align: center;
}

.table-responsive {
    max-height: 400px;
}

.demo {
    width: 400px;
}

#AuditTrailsDiv {
    height: 500px;
    overflow: auto;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
    vertical-align: central;
}

.table {
    font-size: 9pt;
}

.alert {
    padding: 6px;
}

#extr-page #header {
    background: #2196f3;
}

#extr-page {
    background: #f4f4f4 !important;
    overflow: visible;
}

/*body.smart-style-6 {
    background: #ffffff;
}*/

html {
    background: white;
}

.dl-horizontal dt {
    text-align: left;
}

.filterField {
    min-width: 130px;
    width: 100%;
}

.select2 {
    min-width: 130px;
    width: 100%;
}

/*.menu-on-top aside#left-panel {
    position: fixed;
    width: 100%;
    z-index: 904;
    top: 7px;
}*/

/*.breadcrumb {
    padding: 15px 15px 6px 15px;
}
*/

.overflauto {
    overflow: auto;
}

.oneliner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.onelinerleft {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.LoginBackground {
    background-image: url("../../Content/img/bg-1.jpg");
    background-size: cover;
}


.fontTable {
    font-size: 11px;
}

.numeric {
    text-align: center;
}

.decimal {
    text-align: center;
}

/*#header {
    height: 60px;
    padding-top: 6px;
}*/

.actionClass {
    position: fixed;
    z-index: 905;
    width: 100%;
    top: 92px;
}

/*.breadcrumbClass {
    min-height: 34px;
    position: fixed;
    z-index: 904;
    width: 100%;
    top: 53px;
}*/

/*.fixed-header #main {
    margin-top: 60px;
}*/

/*.fixed-header #header {
    z-index: 909;
}*/

#myTabContent1 {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#myTabContent2 {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.padingRadio {
    padding-left: 33px;
}

.disabledDiv, .disabledTab {
    pointer-events: none;
    opacity: 0.6;
}

.hide {
    display: none;
}

.DDLOrganizationBaseSelection {
    height: 300px;
    overflow-y: auto;
}

.text-danger {
    white-space: pre-wrap;
}

.text-dangerhead {
    color: red;
    text-align: left;
}

/*.SortPage {
    text-align: center;
}*/

th {
    text-align: center;
    font-weight: bold;
}

.alert-success-custom {
    border-color: #2eac37;
    color: #ffffff;
    background-color: #2eac37;
}

.ajax-dropdown {
    width: 390px;
}

.alert {
    margin-bottom: 0px;
}

/*body{padding-top:30px;}*/

.glyphicon {
    margin-bottom: 10px;
    margin-right: 10px;
}

small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}

.ajax-dropdown:after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 74%;
    margin-left: -7px;
}

/*.menu-on-top aside#left-panel nav > ul > li > a {
    display: inline-block;
    height: 68px;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    padding: 10px 9px !important;
    min-width: 100%;
}*/

.jarvismetro-tile .iconbox i {
    display: block;
    margin: 8px auto 0;
    height: 64px;
}

.jarvismetro-tile2 {
    float: left;
    display: block;
    background-color: #fff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

    .jarvismetro-tile2:hover {
        z-index: 10;
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
    }

    .jarvismetro-tile2.big-cubes {
        /* width: 120px; */
        height: 120px;
    }

    .jarvismetro-tile2.double {
        width: 249px;
    }

    .jarvismetro-tile2:active {
        top: 1px;
        left: 1px;
    }

    .jarvismetro-tile2 .iconbox {
        text-align: center;
    }

        .jarvismetro-tile2 .iconbox i {
            display: block;
            margin: 15px auto 0;
            height: 68px;
        }

        .jarvismetro-tile2 .iconbox span {
            display: block;
            text-align: left;
        }

            .jarvismetro-tile2 .iconbox span > span {
                position: absolute;
                right: -3px;
                bottom: -3px;
                border-radius: 50%;
                padding: 5px;
                border: 1px solid #fff;
            }

.ui-datepicker {
    z-index: 999 !important;
}

.ui-datepicker-div {
    z-index: 999 !important;
}

.ui-timepicker-container {
    z-index: 1151 !important;
}

.popover.top > .arrow {
    bottom: -10px;
}

.popover-title {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 9pt;
    color: #212529;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-content {
    padding: .5rem .75rem;
    color: #212529;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 9pt;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

.fade {
    transition: opacity .15s linear;
}

.padding-image-menu-white {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.Inactive-Text-Upercase {
    text-transform: none;
}

.jarvismetro-tile2 {
    float: left;
    display: block;
    background-color: #fff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0 0 1px #FFC;
    border: 0px dotted #C5C5C5;
    text-decoration: none;
    color: #333;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

/*.page-footer {
    z-index: 999;
}*/

.alias {
    cursor: alias;
}

.all-scroll {
    cursor: all-scroll;
}

.auto {
    cursor: auto;
}

.cell {
    cursor: cell;
}

.context-menu {
    cursor: context-menu;
}

.col-resize {
    cursor: col-resize;
}

.copy {
    cursor: copy;
}

.crosshair {
    cursor: crosshair;
}

.default {
    cursor: default;
}

.e-resize {
    cursor: e-resize;
}

.ew-resize {
    cursor: ew-resize;
}

.grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.help {
    cursor: help;
}

.move {
    cursor: move;
}

.n-resize {
    cursor: n-resize;
}

.ne-resize {
    cursor: ne-resize;
}

.nesw-resize {
    cursor: nesw-resize;
}

.ns-resize {
    cursor: ns-resize;
}

.nw-resize {
    cursor: nw-resize;
}

.nwse-resize {
    cursor: nwse-resize;
}

.no-drop {
    cursor: no-drop;
}

.none {
    cursor: none;
}

.not-allowed {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}

.progress {
    cursor: progress;
}

.row-resize {
    cursor: row-resize;
}

.s-resize {
    cursor: s-resize;
}

.se-resize {
    cursor: se-resize;
}

.sw-resize {
    cursor: sw-resize;
}

.text {
    cursor: text;
}

.url {
    cursor: url(myBall.cur),auto;
}

.w-resize {
    cursor: w-resize;
}

.wait {
    cursor: wait;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}


/*New Style */
.well {
    min-height: 20px;
    padding: 25px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #cee1e7;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

th {
    background-color: #0f4e6b;
    color: white;
}

.SortPage {
    text-align: center;
    color: #ffff;
}

.smart-accordion-default .panel-default {
    border-color: #eee;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

.jarvismetro-tile.big-cubes {
    border: 1px solid #cee1e7;
    border-radius: 15px;
    color: #000;
    margin: 5px;
}

body.smart-style-6 .page-footer {
    background: #ffffff;
}

.smart-accordion-default .panel-default > .panel-heading {
    background-color: #ffffff;
}

.page-footer {
    border-top: 1px solid #ffffff;
}

body.smart-style-6 aside, body.smart-style-6 nav ul ul {
    background: #0f4e6b;
}

hr.hr-menu {
    border-top: 1px solid #104964;
}

body.smart-style-6 #header, body.smart-style-6 .dropdown-menu > .active > a, body.smart-style-6 .dropdown-menu > .active > a:focus, body.smart-style-6 .dropdown-menu > .active > a:hover, body.smart-style-6 .dropdown-menu > li > a:focus, body.smart-style-6 .dropdown-menu > li > a:hover {
    background: #ffffff;
}

.fixed-header #header {
    z-index: 903;
    border-bottom: 0px solid #999;
    border-bottom: 0px solid rgba(0,0,0,.3);
    box-shadow: -11px 12px 23px rgb(255 255 255 / 10%);
}

#header {
    height: 65px;
    padding-left: 233px;
}

body.smart-style-6 #logo-group span#activity, body.smart-style-6 .btn-header > :first-child > a {
    color: #0f4e6b;
    border-radius: 10%;
}

body.smart-style-6 nav ul li a, body.smart-style-6 nav ul li.open > a, body.smart-style-6 nav ul li.open > a b {
    color: #ffffff !important;
}

nav ul span.menu-item-parent {
    margin: 10px;
}

nav ul ul li > a {
    padding-left: 55px;
}

.jarvismetro-tile.big-cubes {
    width: 140px;
    height: 140px;
}

ul.grid-boxes > li > .featured-post .post-1 > .left img, ul.grid-boxes > li > .featured-post .post-2 > .left img {
    border-radius: 15px;
}

.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0px;
}

.profile-image-organization {
    width: 4.125rem;
    height: 4.125rem;
    background-color: #ffffff;
}

.rounded-circle {
    border-radius: 50% !important;
}

body.smart-style-6 #sparks {
    display: block;
}

.vertical-line {
    border-left: 1px solid #cee1e7;
}

#project-context body.smart-style-6 > :first-child, body.smart-style-6 #project-selector, body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle, body.smart-style-6 .project-context > :first-child, body.smart-style-6 .project-selector {
    color: #000000 !important;
}

body.smart-style-6 .open > .dropdown-menu {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

body.smart-style-6 .project-selector + .dropdown-menu {
    margin-top: 0%;
    margin-right: 48px;
}

.fixed-header #header .ajax-dropdown {
    margin-top: 1%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: rgba(195, 208, 221, 0.16);
}

body:not(.menu-on-top).desktop-detected {
    min-height: 700px !important;
}

.project-context-profile {
    display: inline-block;
    position: relative;
}

.profile-image-header {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #ffffff;
    border-radius: 50%
}

body.smart-style-6 #content {
    margin-top: 0px;
}

.carousel-control.left {
    background-image: linear-gradient(to right,rgb(0 0 0 / 0%) 0,rgba(0,0,0,.0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(0 0 0 / 0%) 100%);
}

.carousel-control {
    width: 2%;
}

.page-content {
    margin-top: 1%;
    margin-bottom: 1%;
}

.page-content-menu {
    margin-top: 2%;
    margin-bottom: 2%;
}

body.smart-style-6 {
    background: #ffffff;
}

    body.smart-style-6 nav > ul > li > a {
        padding: 11px 10px 18px 16px;
    }

#left-panel {
    padding-top: 100px;
}

.hidden-menu #header {
    padding-left: 20px;
}

.fixed-header #main {
    margin-top: 65px;
}

.btn-header.pull-right {
    margin-left: 20px;
    padding-top: 6px
}

.ajax-notifications {
    height: 347px;
}

.ajax-dropdown {
    left: 76%;
}

body.smart-style-6 .ajax-notifications {
    background: #ffffff;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.ajax-dropdown {
    border-radius: 6px;
}

    .ajax-dropdown:after, .ajax-dropdown:before {
        bottom: 0%;
    }

.carousel-inner {
    height: 320px;
}

th a:hover {
    color: #f4f4f4;
}

th a {
    color: #ffffff;
}

.ui-datepicker th {
    color: #ffffff;
}

body.smart-style-6 .btn-primary {
    background: #0f4e6b;
    border-color: #0f4e6b !important;
}

.btn-header-logout .dropdown-menu > li > a:focus, .btn-header-logout .dropdown-menu > li > a:hover {
    color: #000;
    background-color: #3276b1;
}

.dropdown-menu {
    padding: 0 0;
}

.breadcrumb {
    padding: 8px 22px;
}

#header {
    padding-right: 48px;
}

.hidden-menu .page-footer {
    padding-left: 58px;
}

.page-footer {
    padding-right: 48px;
    padding-left: 269px;
}

.panel-body-style .well {
    padding-right: 0px;
    padding-left: 0px;
}

.padding-content {
    padding-right: 50px;
    padding-left: 50px;
}


@charset "utf-8";
/* CSS Document */
/* Smartphones (portrait and landscape) ----------- */


@media only screen and (min-device-width : 320px) and (max-device-width : 680px) {
    /* Styles */
    #logo-group {
        width: 45px !important;
    }

    .carousel-inner {
        height: 167px;
    }

    .fixed-header #header .ajax-dropdown {
        z-index: 906;
        left: 12%;
        width: 80%;
    }

    .flex-wrap {
        display: flex;
        flex-direction: column;
    }

    .one-content {
        order: 1;
    }

    .two-content {
        order: 2;
    }

    .pull-right-responsive {
        float: none !important;
    }

    .ui-timepicker-container {
        width: 53px;
    }

    .width-date-responsive {
        min-width: 100px;
    }

    .modal-dialog-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed-header #header {
        z-index: 1000;
    }

    .hidden-menu #header {
        padding-left: 0px;
    }

    #header {
        padding-left: 0px;
    }

    .btn-header.pull-right {
        margin-left: 2px;
    }

    .padding-content {
        padding-right: 13px;
        padding-left: 13px;
    }

    .dropdown-menu {
        padding: 0 0;
    }

    .breadcrumb {
        padding: 8px 15px;
    }

    #header {
        padding-right: 13px;
    }

    .hidden-menu .page-footer {
        padding-left: 20px;
    }

    .page-footer {
        padding: 15px 14px 0;
    }

    body.smart-style-6 #content {
        margin-left: 30px;
        margin-right: 30px;
    }

    body.smart-style-6 .project-selector + .dropdown-menu {
        margin-top: 0%;
        margin-right: 13px;
    }

    .jarvismetro-tile.big-cubes {
        margin: 8px;
        width: 142px;
        height: 142px;
    }

    body {
        min-height: 115vh;
    }
}


/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
    #left-panel {
        left: -253px;
    }

    .flex-wrap {
        display: flex;
        flex-direction: column;
    }

    .one-content {
        order: 1;
    }

    .two-content {
        order: 2;
    }

    .pull-right-responsive {
        float: none !important;
    }

    .modal-dialog-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .jarvismetro-tile.big-cubes {
        margin: 8px;
        width: 162px;
        height: 162px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    .flex-wrap {
        display: flex;
        flex-direction: unset;
    }

    .one-content {
        order: 2;
    }

    .two-content {
        order: 1;
    }

    .modal-dialog-mobile {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed-header #header {
        z-index: 1000;
    }

    .hidden-menu #header {
        padding-left: 0px;
    }

    #header {
        padding-left: 0px;
    }

    .btn-header.pull-right {
        margin-left: 2px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
    .flex-wrap {
        display: flex;
        flex-direction: unset;
    }

    .one-content {
        order: 2;
    }

    .two-content {
        order: 1;
    }

    .modal-dialog-mobile {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed-header #header {
        z-index: 1000;
    }

    .hidden-menu #header {
        padding-left: 0px;
    }

    #header {
        padding-left: 0px;
    }

    .btn-header.pull-right {
        margin-left: 2px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .flex-wrap {
        display: flex;
        flex-direction: unset;
    }

    .one-content {
        order: 2;
    }

    .two-content {
        order: 1;
    }

    .modal-dialog-mobile {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed-header #header {
        z-index: 1000;
    }

    .hidden-menu #header {
        padding-left: 0px;
    }

    #header {
        padding-left: 0px;
    }

    .btn-header.pull-right {
        margin-left: 2px;
    }
}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
    #left-panel {
        left: 0px;
    }

    .flex-wrap {
        display: flex;
        flex-direction: unset;
    }

    .one-content {
        order: 2;
    }

    .two-content {
        order: 1;
    }

    .pull-right-responsive {
        float: right !important;
    }

    .modal-dialog-mobile {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
    #left-panel {
        left: 0px;
    }

    .flex-wrap {
        display: flex;
        flex-direction: unset;
    }

    .one-content {
        order: 2;
    }

    .two-content {
        order: 1;
    }

    .pull-right-responsive {
        float: right !important;
    }

    .modal-dialog-mobile {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}


.help-tip {
    position: inherit;
    top: -1px;
    right: 0px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 56%;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 19px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p {
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 10px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -7px;
        left: 1px;
        color: #FFF;
        font-size: 10px;
        line-height: 1.4;
        z-index: 5;
    }

        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 286px;
            top: -9px;
        }

        .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

.demo label .help-tip {
    display: inline-block;
}

    .demo label .help-tip p {
        left: 5%;
    }

.button-add-row {
    text-align: left;
    background-color: #0f4e6b;
    border: 0px;
    font-size: 120%;
}

* {
    font-size: 100%;
    font-family: 'Gotham Rounded';
}

:root {
    --link-color: #6C4BB4;
    --primary-color-opacity: #e9d5ff;
    --white-shade: #f0f8ff;
    --secondary-color: #1e293b;
    --primary-padding: 8px;
    --pilled-shape-radius: 8px;
    --color1: #fff5eb;
    --color2: #9a6b36;
    --color3: #9a6b36;
    --primary-gradient: linear-gradient(to right,var(--color2), var(--color3))
}

.field-icon-login {
    float: right;
    margin-left: 91%;
    margin-top: -29px;
    position: relative;
    z-index: 2;
}

.container-login {
    padding: 25px;
    border-radius: 40px;
    box-shadow: 2px 2px 10px #353636;
    background: #fff;
}

.item-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.log-in {
    font-size: 35px;
    color: var(--secondary-color);
}

.form-input-login {
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}

    .form-input-login input[type="text"], input[type="password"] {
        padding: var(--primary-padding);
        width: 300px;
        border-radius: var(--pilled-shape-radius);
        border: none;
        background: #fff5eb;
        color: var(--secondary-color);
        outline: none;
        border: 3px solid transparent;
        padding-right: 30px;
    }

@media only screen and (max-width: 300px) {
    .form-input-login input[type="text"], input[type="password"] {
        width: 200px;
    }
}

.form-input-login input[type="text"]:focus-visible, input[type="password"]:focus-visible {
    border: 1px solid var(--color1);
    background: transparent;
}


.display-login-space-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px 0;
}

.display-login-space-body-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0 40px 0;
}

.display-login-space-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 20px 0;
}

.display-login-space-copyright {
    display: flex;
    justify-content: center;
    color: #b7b7b7;
}

.item-container button {
    border-radius: 50%;
    border: none;
    padding: 5px;
    background: transparent;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px #353636;
}

.flex-div button[type="submit"] {
    width: 45%;
    padding: var(--primary-padding);
    border-radius: 20px;
    border: none;
    background: var(--primary-gradient);
    color: var(--white-shade);
    margin: 10px 0 10px 0;
}

.flex-div {
    display: flex;
    justify-content: space-evenly;
    padding-right: 15%;
    padding-left: 15%;
    align-items: center;
    min-height: 96vh;
}

.login-content {
    margin-right: 6%;
    text-align: left;
    height: 580px;
}

    .login-content .logo {
        font-size: 5.0rem;
        color: #ffff;
    }

    .login-content p {
        font-size: 1.7rem;
        font-weight: 500;
        margin-bottom: 5rem;
        color: #ffff;
    }

/* //.........Media Query.........// */

@media (max-width: 500px) {
    html {
        font-size: 60%;
    }

    .login-content {
        margin-right: 0rem;
    }

    .name-content {
        margin: 0;
        text-align: left;
    }

    .flex-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%
    }

    .container-login {
        padding: 10px;
        border-radius: 40px;
        box-shadow: 2px 2px 10px #353636;
        background: #fff;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    html {
        font-size: 60%;
    }

    .login-content {
        margin-right: 0rem;
    }

    .name-content {
        margin: 0;
        text-align: left;
    }

    .flex-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%
    }

    .container-login {
        padding: 10px;
        border-radius: 40px;
        box-shadow: 2px 2px 10px #353636;
        background: #fff;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    html {
        font-size: 60%;
    }

    .name-content {
        margin: 0;
        text-align: left;
    }

    .name-content {
        margin: 0;
        text-align: left;
    }

    .flex-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0%;
        padding-right: 0%;
        padding-left: 0%
    }

    .container-login {
        padding: 10px;
        border-radius: 40px;
        box-shadow: 2px 2px 10px #353636;
        background: #fff;
    }

    @media (orientation: landscape) and (max-height: 500px) {
        .header {
            height: 90vmax;
        }
    }
}

.hyperlink-black {
    text-decoration: underline;
    color: #646464;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.footer-bottom-menu {
    margin-top: 130%;
    margin-bottom: 15%;
    text-align: center;
    color: #b7b7b7;
}
.footer-bottom-cancel {
    width: 45%;
    padding: var(--primary-padding);
    border-radius: 20px;
    border: none;
    background: var(--primary-gradient);
    color: var(--white-shade);
    margin: 10px 0 10px 0;
}
#login-form .alert-danger {
    width: 300px;
}
