@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

div[data-toggle="collapse"] .rotate, #sidebar [aria-expanded="true"] .rotate {
   -webkit-transition: all 0.2s ease-out;
   -moz-transition: all 0.2s ease-out;
   -ms-transition: all 0.2s ease-out;
   -o-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
   -moz-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}

div[data-toggle="collapse"].collapsed .rotate, #sidebar [aria-expanded="false"] .rotate {
   -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}

#rightbar{
    overflow-y: scroll;
}

*::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
*{
  -ms-overflow-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

.cs-error{
    color: #a94442;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding:15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/*i, span {
    display: inline-block;
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    bottom: 0;
    top: 0;
    position: fixed;
    margin-top: 80px;
    min-width: 15%;
    max-width: 15%;

    background: #0747A6;
    color: #fff;
    transition: all 0.3s;
    overflow-y: overlay;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar.active ul li a {
    padding: 20px 10px;
}

#sidebar.active ul li a {
    font-size: 0.85em;
}
#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a, #sidebar.active ul ul button {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    margin-left: 12px;
    background: #0747A6;
}

#sidebar .sidebar-header strong {
    margin-top: 5px;
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a, #sidebar ul li button {
    padding: 10px;
    font-size: 12px;
    display: block;
    font-weight: 550
}
#sidebar ul li a:hover, #sidebar ul li button:hover {
    color: #0747A6;
    background: #fff;
}
#sidebar ul li a i, #sidebar ul li button i {
    margin-right: 10px;
}

/*#sidebar ul li.active > a, a[aria-expanded="true"] {
    padding: 10px;
    color: #fff;
    background: #0747A6;
}*/
#user_info{
    margin-top: 20px;
}
.table-header{
    background-color: #0747A6;
    color: #fff;
}
/*
a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}*/


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0747A6;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 15px !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}


a.logout {
    background: #fff;
    color: #0747A6;
}

a.article, a.article:hover {
    background: #0747A6 !important;
    color: #fff !important;
}
.userinfo{
    cursor: pointer;
}

@media (min-width: 993px){
    .w3-modal-content {
         width: 50%!important;
    }
    #id_adj_loc{
        margin-left: -15px;
    }#id_adj_loc_inp{
        margin-left: 15px;
    }
}

.input_box{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 1px;
    background-color: #ddd;
    box-shadow: 0px 0px 1px 1px #a99e9e;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.btn-custom{
    border-color: #fff;
    background-color: #0747a6;
    color: #fff;
}
.btn-custom:hover{
    border-color: #fff;
    background-color: #0747a6;
    color: #fff;
}
.btn-primary{
    background-color: #0747a6;
    color: #fff;
}
.btn-primary:hover {
    background-color: #0747a6;
    color: white;
}
.btn-primary:active {
    background-color: #0747a6;
    color: white;
}
.btn-primary:visited {
    background-color: #0747a6;
    color: white;
}
.btn-primary:focus {
    background-color: #252a57;
    color: white;
}

#rightbar{
    float: right;
    width: 15.5%;
    color: #fff;
    margin-top: 80px;
    background: #0747A6;
    padding: 5px;
    position: relative;
    right: 0;
    bottom: 0;
}
.rightbar-header{
    background-color: white;
    padding: 7px;
    color: #0747A6;
}


.pad-top-23{
    margin-top: 23px;
}

.pad-top-20{
    margin-top: 20px;
}

.pad-top-10{
    margin-top: 10px;
}

.pad-bot-20{
    margin-bottom: 20px;
}
.pad-bot-10{
    margin-bottom: 10px;
}

.project_title{
    padding: 10px;
    background-color: #ddd;
    cursor: pointer;
}

.project_title:hover{
    background-color: #0747A6!important;
    color: white;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content{
    margin-top: -20px;
}

#id_nav_action{
    display:none;
}

.content-active-block{
    margin-left: calc(15% + 5px);
    margin-right: calc(15.5% + 5px);
    margin-top: 80px;
    min-width: 68.8%;
    transition: all 0.3s;

}
.content-inactive-block{
    margin-left: 105px;
    margin-top: 81px;
    min-width: 76%;
    transition: all 0.3s;

}

.content-full-screen{
    margin-top: 70px;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.3s;

}

td{
    font-size: 12px;
    padding: 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    .content-active-block{
        margin-left: 0px;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    #rightbar{
        display: none;
    }
    #id_response_text{
        font-size: 12px;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}



/* ---------------------------------------------------
    Search Bar
----------------------------------------------------- */
.search-form .form-group {
    /*float: right !important;*/
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
    padding-right: 31px;
    padding-left: 31px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
    display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
    display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 25px 25px 25px 25px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    left: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    /*left: initial;*/
    font-size: 14px;
}

.search-form .form-group span.form-control-remove{
    position: absolute;
    top: -1px;
    right: 1px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #dc7b7b;
    left: initial;
    font-size: 18px;
    cursor: pointer;
}

.search-remove-active{
    display: block !important;
}

.search-remove-hide{
    display: none !important;
}

.no-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

.table-hover td.selected, .table-hover tr.selected th {
    background-color: #698dc2!important;
    color: #fff;
}


/* ---------------------------------------------------
    Radio Button assemblies/items
----------------------------------------------------- */

.btn-group label
{
  padding-left: 40px;
}

.radio_items:empty
{
  display: none;
}

.radio_items ~ span:before
{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
}

.radio_items:before
{
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.radio_items:checked ~ span:before
{
  content: '\2714';
  text-indent: .3em;
  color: #fff;
  background-color: #0747A6;
  line-height: 2.5em;
}

.nav-actions-fixed {
    position: fixed;
    background: #fafafa;
    padding: 10px 15px;
    z-index: 999;
    top: 80px;
}

.should_take_name::-webkit-outer-spin-button,
.should_take_name::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.should_take_name {
  -moz-appearance: textfield;
}

.typeahead-item {
    position: relative;
}

.typeahead-item .item--suggestion {
    display: none;
    padding: 15px 0;
}

.typeahead-item .item--suggestion-2 {
    display: none;
    padding: 15px 0;
}

.typeahead-item .item--suggestion .column {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}

.typeahead-item .item--suggestion-2 .column {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
}

.typeahead-item .items {
    display: block;
    padding: 7px 15px;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
    background: #f4f4f4;
    border-bottom: 1px solid #c2c2c2;
}

.typeahead-item .no-items {
    display: block;
    padding: 7px 15px;
    color: inherit;
    cursor: pointer;
    font-size: 12px;
    background: #f4f4f4;
}

.typeahead-item .items:last-child {
    border-bottom-width: 0;
}

.typeahead-item .items:hover {
    background-color: #ccc;
}

.typeahead-item .items.active {
    background: #0747A6;
    color: #ffffff;
}

.concat_class{
    font-weight: 700;
}


/* ---------------------------------------------------
    asset class color
----------------------------------------------------- */

/*Low*/


.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}
.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
       -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
            box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}
.msg-info {
    border-color: #b8dbf2;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #ec8282;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}
.squeeze-color {
    background-color: #b5a8bf;
}

.table_td_padding{
    padding-top: 2px!important;
    padding-bottom: 0px!important;
}

.line-height{
    margin-top: 2px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px !important;
    }
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}


.custom-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #191818;
    border-radius: 10px;
    margin-right: 4px;
}
.add-border{
    border: 2px solid black !important;
    background-color: #ffc9c9!important;

}

.modal-overlay {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.modal-overlay img {
    position: relative;
    top: 200px;
}

.modal-algorithm-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 100000;
    background: white;
    display: none;
}

.modal-algorithm-overlay img {
    position: relative;
    top: 200px;
}


.shared-folder {
  background-image: url('../images/shared-folder.svg');
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.shared-folder-open {
  background-image: url('../images/shared-folder-open.svg');
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.algo-active{
    color: #0747A6;
    background: #fff;
}

.location_modifier_error{
    color: red;
}

.add-pointer{
    cursor: pointer;
}

.text-decorate{
    text-decoration: underline;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
          0 5px 15px 0 rgba(37, 44, 97, 0.15);
    margin: 0px 0px 20px 0px;    
}
  
.image-preview-item {
    margin: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
          0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
}
  
.image-preview-item img {
    width: 270px;
    height: 140px;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.image-preview-item select {
    margin-top: 10px;
}
  
.delete-photo {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.delete-photo:hover {
    transform: scale(1.3);
    box-shadow: 0px 0px 4px 0px red;
}
  
.image-container {
    width: 200px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
  
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
  
select {
    background-color: #f1f1f1;
    color: #000;
    font-size: 14px;
    padding: 12px 6px;
    border: none;
    border-radius: 4px;
    margin: 8px 0;
    width: 80%;
}
  
select:focus {
    outline: none;
}
  
.select-wrapper {
    position: relative;
}
  
.select-wrapper:after {
    content: "\25BC";
    font-size: 20px;
    color: #555;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}
  
.error-message {
    color: red;
    margin-bottom: 6px;
    font-weight: 550;
}

.menu-item-allow-edit:hover .menu-item-allow-edit-button{
    display: inline-block !important;
}

.menu-item-allow-edit .menu-item-allow-edit-button:hover {
    color: red;
    font-size: large;
}

.impersonation-mode-line-through {
    text-decoration: line-through;
    color: #c00;
}

.impersonation-mode-user-warning-icon {
    position: absolute;
    font-size: 1.4em;
    top: 10px;
    color: #c00;
    right: 34px;
}
