﻿@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../font/nexa_free_bold-webfont.eot');
    src: url('../font/nexa_free_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/nexa_free_bold-webfont.woff') format('woff'), url('../font/nexa_free_bold-webfont.ttf') format('truetype'), url('../font/nexa_free_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Bold';
    src: url('../font/Inter-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter_Regular';
    src: url('../font/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html {
    font-size: 56.25% !important;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 62.5% !important;
    }
}

body {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
    letter-spacing: 0.02rem !important;
}

a {
    color: #4B17D9;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 400;
}

.colour-p {
    color: #4B17D9 !important;
}

.colour-s {
    color: #57BBF9 !important;
}

.vert-pad {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
}

/* Flexbox niceness */

.d-flex {
    display: flex;
}

.d-flex-col {
    display: flex;
    flex-direction: column;
}

.ff-wrap {
    flex-flow: wrap;
}

.alit-centre {
    align-items: center;
}

.alit-end {
    align-items: flex-end;
}

.alit-start {
    align-items: flex-start;
}

.als-centre {
    align-self: center;
}

.jscon-centre {
    justify-content: center;
}

.jscon-spcbtwn {
    justify-content: space-between;
}

.jscon-end {
    justify-content: flex-end;
}


/* FULL SCREEN CONDITIONS */
/*.container {
    width: 300px !important
} @media (min-width: 360px) {   
    .container {
        width: 350px !important; 
    } 

    .termsContainer { 
        top: 77%; 
        width: 95%; 
        margin-left: 2.5%; 
        margin-right: 2.5%;
        height: 40%;
}
} @media (min-width: 767px) {   
    .container {
        width: 750px !important; 
    }

        .termsContainer { 
        top: 77%; 
        width: 95%; 
        margin-left: 2.5%; 
        margin-right: 2.5%;
        height: 40%;
}

} @media (min-width: 850px) {  
    .container {
        width: 825px !important;
    }
    .termsContainer { 
        top: 80%; 
        width: 95%; 
        margin-left: 2.5%; 
        margin-right: 2.5%;
        height: 30%;
}
} @media (min-width: 1024px) {  
    .container {
        width: 1000px !important
    }

    .termsContainer { 
        top: 45%; 
        width: 45%; 
        margin-left: 53%; 
        margin-right: 2.5%;
        height: 31%;
}
} @media (min-width: 1280px)  { 
    .container {
        width:1200px !important
    }

    .termsContainer { 
        top: 47%; 
        width: 45%; 
        margin-left: 53%; 
        margin-right: 2.5%;
        height: 31%;
}

}*/
@media (min-width: 992px) {
    .page-header .page-header-menu {
        height: 45px !important;
    } .page-header .page-header-menu .hor-menu {
        min-height: 45px;
    }
}

@media (max-width: 1024px) {
    .quick-nav {
        display: none !important;
    }
    .tiles .tile .btn-group a:first-child {
        display: block !important;
    }
    #div_grid table th .btn-default, #div_grid table th .btn-warning, #div_grid table td .btn-default, #div_grid table td .btn-warning {
        display: block !important;
    }
    .vgrid-edit {
        display: block !important;
    }
}

@media (min-width: 1366px) {  
    .container {
        width: 1300px !important
    }
    
    .termsContainer {
        top: 47%; 
        width: 45%; 
        margin-left: 53%; 
        margin-right: 2.5%;
        height: 27%;
    }
} @media (min-width: 1600px) {  
    .container {
        width: 1580px !important
    }
    .termsContainer {
        top: 45%; 
        width: 45%; 
        margin-left: 53%; 
        margin-right: 2.5%;
        height: 25%;
    }
} @media (min-width: 1920px) {  
    .container {
        width: 1900px !important
    }
    .termsContainer { 
        top: 40%; 
        width: 45%; 
        margin-left: 53%; 
        margin-right: 2.5%;
        height: 20%;
    }
}

.page-footer {
    padding: 8px 0 !important;
}

.portlet > .portlet-title:after, .portlet > .portlet-title:before {
    content: none !important;
}
/* FONTS */
body {
    font-family: 'Inter_Regular', Helvetica, Arial, sans-serif !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
	font-family: 'Inter_Regular', Helvetica, Arial, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Inter_Regular', Helvetica, Arial, sans-serif !important; 
}

.label, .table.table-light > thead > tr > th {
	font-family: 'Inter_Regular', Helvetica, Arial, sans-serif !important;
}

/* LOG-IN PAGE */
#imf-logo {
    height: 3vh;
}

#cit-logo {
    height: 3vh;
}

#client-logo{
    max-height: 11vh;
    max-width: 75vw;
    margin: 2rem 0 2rem 0;
}

#login {
    height: 100vh;
}

#loginpanel {
    background-color: #F5F5F5;
    border-radius: 10px !important;
    opacity: 0.98;
    box-shadow: #000 0 0 15px -10px;
    margin-top: 25vh;
}

#loginpanel form {
    height: 20vh;
}

.btn-login {
    font-size: 2rem;
    margin-bottom: 2rem;
    width: 15rem;
    border-radius: 5px !important;
}

.centred {
    text-align: center;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

#loginpanel .input-group-addon {
    font-size: 2rem !important;
    border-radius: 5px 0px 0px 5px !important;
}

#loginpanel .input-group .form-control {
    font-size: 1.8rem !important;
    height: 3.4rem !important;
    border-radius: 0px 5px 5px 0px !important;
}

.portlet {
    border-radius: 10px !important;
    box-shadow: #000 0px 0px 17px -15px;
    margin-bottom:5px !important;
}

/* MASTER PAGE */

#header-logo {
    max-width: 427px;
    max-height: 80px;
    padding: 10px;
}

.modal-content {
    border-radius: 10px !important;
}

.page-header {
    height: 100% !important;
}

#footer-logo {
    width: 100%;
    max-width: 25px;
    vertical-align: middle;
}

.page-header .page-header-top .page-logo {
      float: left;
      display: block;
      width: 255px;
      max-height: 100px; 
      height:auto !important;
}

.page-header-top {
    background-color: #F5F5F5;
}

#navBarMenu li a {
    padding: 12px 18px 10px !important;
}

.page-header-menu {
    background-color: #4B17D9 !important;
}

.navbar-nav > li > a {
    color: #fff !important;
    border: none;
    transition: 0.15s;
}

.navbar-nav > li:hover > a {
    background-color: #57BBF9 !important;
    color: #fff !important;
    transition: 0.25s;
}

.dropdown-menu {
    color: #fff !important;
    background-color: #4B17D9 !important;
    transition: 0.15s;
}

.dropdown-menu li > a {
    color: #fff !important;
    border: 1px solid #4B17D9;
    transition: 0.15s;
}

.dropdown-menu li:hover > a {
    background-color: #57BBF9 !important;
    color: #fff !important;
    border: 1px solid #4B17D9;
    transition: 0.25s;
}

.acc-noti li:hover > a {
    background-color: #fff !important;
    color: #4B17D9 !important;
    transition: 0.25s;
}

.quick-nav-bg {
    background-color: #4B17D9 !important;
}

.dropdown-toggle {
	border: none !important;
}

.dropdown-toggle > i, .username {
	color: #4B17D9 !important;
}

span > .arrow {
    color: #4B17D9 !important;
}

.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a::after {
    color: #4B17D9 !important;
}

.jquery-notific8-notification.teal {
    border-color: #57BBF9 !important;
    background-color: #4B17D9 !important;
    color: #fff !important;
    border-radius: 5px 0 0 5px !important;
}

.jquery-notific8-close {
    background-color: #bc0b23 !important;
}

.page-wrapper .page-wrapper-row {
	background-color: none !important;
}

.page-wrapper .page-wrapper-bottom, .page-wrapper .page-wrapper-top {
	background-color: none !important;
}

 /* UPLOADER */

.qq-gallery .qq-upload-list li {
     margin: 0 15px 15px 0 !important;
 }

#modal_uploader {
    min-height: 665px;
}

.qq-gallery, .qq-uploader {
    min-height: 490px !important;
    max-height: 490px !important;
}

.qq-gallery .qq-total-progress-bar-container {
    margin-left: 0px !important;
    float: none !important;
}

/* DASHBOARD */

.flexrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {

    #countdata {
        position: sticky;
        top: 1rem;
    }
}

@media screen and (min-width: 1200px) {

    .flexrow {
        flex-direction: row;
    }
}

.flexrow > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

    .flexrow > [class*='col-'] > .portlet, .cntflexrow {
        flex: 1 !important;
    }

.DashboardValues {
    font-size: medium !important;
    font-weight: bold !important;
}

.CountTitles {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.GraphTitles {
    font-size: medium !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    min-height: 0px !important;
}

/* METADATA SCREEN */
.image_filename {
    bottom: 0px !important;
    position: relative !important;
    padding: 0px !important;
    font-size: 1.2rem !important;
    color: #3a3a3a !important;
    background-color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.right-pane {
    border: none !important;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #57BBF9;
    transition: 0.15s;
}

.tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #4B17D9;
    transition: 0.25s;
}

#modal_vocabulary {
    position: absolute;
    width: 90%;
    left: 5%;
}

/* Lables */
.meta-title, .control-label {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.3rem !important;
    font-family: 'Inter_Regular', Helvetica, Arial, sans-serif;
}

    .meta-value {
        color: black;
        font-weight: normal;
        text-decoration: none;
        border-bottom: dotted 1px #0088cc;
        margin-right: 10px;
        height:26px;
        background-color:white;
        margin-top:3px;
        font-size:1.5rem;
        display:inline-block;
        width:100%;
        padding-bottom:4px;
    }

    .editable-empty {
            width:100%;
            display:block;
            background-color:rgba(243, 242, 242, 0.48);
            color:lightgray !important;
    }

    label {
        margin-left: 5px;
    }

#lblOrderPrefix {
    margin: 0 .5em 0 0;
}

#txtOrderPrefix {
    width: 4.75em;
}

.corner-triangle-left {
    width: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid;
    position: absolute;
    left: 0;
}

.corner-triangle-right {
    width: 0;
    border-left: 25px solid transparent;
    border-top: 25px solid;
    position: absolute;
    right: 0;
}

    /* Image Thumbnails */

    .thumbnail {
        border: none !important;
    }

    .img-thumbnail {
        border: none !important;
        padding: 0px !important;
        display: initial !important;
    }

    .img-rep {
        max-width: 25vw;
        max-height: 35vw;
    }

    @media screen and (min-width: 1367px) {

        #img_deliverypreview {
            max-width: 78vh !important;
        }
    }

    #img_deliverypreview {
        max-height: 75vh !important;
        max-width: 75vw;
    }
    
.badge-info {
    background-color: #4B17D9 !important;
}
.active .panel-heading {
	background-color: #4B17D9 !important;
	font-weight: bold;
}


/* ICONS */

/* Image */
.btn-img-grp, .btn-img-grp:hover {
    color: #F5F5F5;
    background-color: #296FCF;
    border-radius:5px !important;
}

/* Video */
.btn-vid-grp, .btn-vid-grp:hover {
    color: #F5F5F5;
    background-color: #209305;
    border-radius:5px !important;
}

/* Document */
.btn-doc-grp, .btn-doc-grp:hover {
    color: #F5F5F5;
    background-color: #999999;
    border-radius:5px !important;
}


/* BUTTONS */

.btn-xs{
    font-size: 1.1em !important;
    padding: 1px 4px !important;
}

.btn-sm {
    font-size: 1.1rem !important;
    padding: 4px 7px !important;
}

.btn-md {
    font-size: 1.3rem !important;
    padding: 4px 10px !important;
}

.btn-lg {
    font-size: 1.5rem !important;
    padding: 6px 14px !important;
}

.btn-group.btn-group-circle > .btn:first-child {
    border-radius: 5px 0 0 5px !important; 
}

.btn-group.btn-group-circle > .btn:last-child {
    border-radius: 0 5px 5px 0 !important; 
}

.btn-group.btn-group-devided > .btn {
    margin-right: 0px !important;
    border-radius: 0px !important;
}

.btn-primary {
    color: #F5F5F5;
    background-color: #4B17D9;
    border-color: #4B17D9;
    transition: 0.15s;
    border-radius: 5px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover {
    color: #F5F5F5;
    background-color: #57BBF9;
    border-color: #57BBF9;
    transition: 0.25s;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
    color: #F5F5F5;
    background-color: #57BBF9;
    border-color: #57BBF9;
    transition: 0.25s;
}

.btn-default {
    color: #3a3a3a;
    background-color: #F5F5F5;
    border-color: #adadad;
    transition: 0.15s;
    border-radius: 5px !important;
}

.btn-danger {
    color: #F5F5F5;
    background-color: #bc0b23;
    border-color: #bc0b23;
    transition: 0.15s;
    border-radius: 5px !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:hover {
    color: #F5F5F5;
    background-color: #950A16;
    border-color: #950A16;
    transition: 0.25s;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #F5F5F5;
    background-color: #57BBF9;
    border-color: #57BBF9;
    transition: 0.25s;
}

.table .btn {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
}

.pagination > li > a {
    padding: 3px 7px !important;
    color: #3a3a3a;
    background-color: #F5F5F5;
    border-color: #adadad;
    transition: 0.15s;
}

.pagination > li > a:hover {
    padding: 3px 7px !important;
    color: #3a3a3a;
    background-color: #e6e6e6;
    border-color: #adadad;
    transition: 0.25s;
}

.pagination > .active > a {
    background-color: #4B17D9 !important;
    border-color: #4B17D9 !important;
}

.page_link {
    color: #3a3a3a !important;
}

.remove-keyword {
    top: -4px !important;
}

#div_changebrandguideline, #btn_readytopublish3, #div_displaybrand, #div_batchname {
    margin: 0 0.5rem;
}
/* FORMS */
.form-control {
    padding: 4px 10px !important;
    height: 2.8rem;
    font-size: 1.3rem !important;
    border-radius: 5px !important;
}

.input-xs {
    height: 25px;
    line-height: 30px; 
    font-size: 1.1rem !important;
    display: inherit;
}

.popover {
    max-width: 350px !important;
    border-radius: 10px !important;
}

.mt-checkbox {
    margin-bottom: 0px !important;
}

.select2-selection, text-area, ul.tagit, .tagit-label {
    border-radius: 5px !important;
}

.input-group .input-group-addon:first-child {
    border-radius: 5px 0 0 5px !important;
    font-size: 1.2rem !important;
}

.input-group .input-group-addon:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.input-group label {
    border: 1px solid #ccc;
    padding: 6px 12px;
    background-color: #F5F5F5;
    margin: 0 !important;
    border-radius: 0px !important;
}

.input-group select:last-child {
    border-radius: 0 5px 5px 0 !important
}

.input-group-addon{
    border-radius: 0px !important;
}

#cbo_branding, #btn_savechangebatch {
    border-radius: 0px !important;
}

#btn_changebatch, #btn_savechangebatch, #btn_cancelchangebatch {
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    margin: 0 0.5rem;
}

/* FONT */
p {
    margin: 0px !important;
}

.panel-title {
    font-size: 2.5rem;
    font-family: 'nexa_boldregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #3a3a3a;
}

.stage-0 h4 {
    font-size: 1.3rem;
    font-weight: normal;
}

.stage-1 h4 {
    font-size: 1.3rem;
    font-weight: normal;
}

.stage-2 h4 {
    font-size: 1.3rem;
    font-weight: normal;
}

.foldername {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
h4 {
   font-size: 1.4rem;
}

h4 a {
    color: #3a3a3a;
    text-decoration: none !important;
}

.phgrname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.portlet-title {
    margin-bottom: 0px !important;
}

.text-success {
    color: #197c12 !important;
}

.text-danger {
    color: #bc0b23 !important;
}

.text-primary {
    color:#4B17D9 !important;
    font-weight: 400;
}

/* TABLES*/

.dataTables_scrollBody {
    max-height: 55vh !important;
    /*overflow-y: hidden !important;*/
    padding-right:5px;
    /* Note: in Firefox scrollbar-width affects both horizontal and vertical scrollbars, */
    /* but the horizontal one needs to be thicker to be easily clicked and dragged.      */
    /* Commenting for now until better solution found.                                   */
    /*scrollbar-width: thin;*/
    scrollbar-color:#4B17D9 #ffffff;

}

.dataTables_scrollBody:hover {
    overflow:auto !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: transparent;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: .5em;
    background-color: #4B17D9;
}


/* Josh - Freezing first column in grid */
table tbody tr td:first-child, table thead tr th:first-child {
    left: 0px;
    position: sticky !important;
    z-index: 999;
}

#tbl_maintable tbody tr.odd td:first-child {
    background-color: #f9f9f9 !important;
}

#tbl_maintable tbody tr.even td:first-child {
background-color: #ffffff !important;
}

#tbl_maintable_wrapper table thead tr th:first-child {
background-color: #ffffff !important;
}


.nav-tabs li a, .nav-tabs li a:hover {
    border-radius: 5px 5px 0px 0px !important;
}





/* Contributor Panel */
.cont-phgr {
    width: 40% !important;
}

    .cont-stage {
        width: 8% !important;
    }

    table.dataTable thead > tr > td.sorting_desc {
        padding-right: 0px !important;
    }

    table.dataTable thead td {
        padding: 0px !important;
    }

    tbody td {
        padding: 0.25rem !important; 
        font-size: 1.2rem !important;
        vertical-align: middle !important;
    }

    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #e1e2e3 !important;
    }

    /* View Grid - Removes the black rectangle caused by freezing the first column */
    .DTFC_RightWrapper {
        display: none;
    }

    .vgrid-edit {
        position: absolute !important;
        right: 3px;
        top: 3px;
        display: none;
    }

    .imgGridThumbnail {
        max-height: 100px; 
        max-width: 120px;
    }

    #tbl_batches th {
        padding: 0px 5px !important;
    }

    /* User Profile option spacing */
    #cp_body_chklCollections > tbody > tr > td,
    #cp_body_rdoSBEcommerce > tbody > tr > td,
    #cp_body_rdoSBInternal > tbody > tr > td {
        padding: 2px 0 2px 0 !important;
        font-size: 1.4rem !important;
    }

/* BADGE */

.badge {
    margin-top: 10px;
}

/* TILES */

.tiles .tile {
    transition: 0.15s;
    border-radius: 5px !important;
}

.tiles .tile:hover {
    transition: 0.25s;
    border-radius: 5px !important;
}

.tiles .tile .tile-body {
    color: #3a3a3a !important;
}

.tiles .tile .tile-body p {
    color: #3a3a3a !important;
    font-weight: 100;
    font-size: 1.2rem;
}

.tiles .tile .tile-body > .filename {
    color: #3a3a3a !important;
    font-weight: 400;
    font-size: 1.4rem;
}

.tiles .tile .tile-object {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*bottom: 10%;*/
    left: 0;
    right: 5px;
    
}

.tiles .tile .tile-object:after, .tiles .tile .tile-object:before {
    content: none;
}

.tiles .tile .tile-object > .name {
    color: #3a3a3a !important;
    font-weight: 100;
    font-size: 1.2rem;
}

.tiles .tile .tile-object > .number {
    color: #3a3a3a !important;
    font-weight: 100;
    font-size: 1.2rem;
}

.tiles .tile.double {
    width: 265px !important;
}

.tiles .tile .btn-group a:first-child {
    transition: 0.25s;
}

.tile-comments {
    color:black;
    resize:none;
    overflow:hidden;
    width:100%;
    position:relative;
}

.tile-comments:hover{
    overflow:auto;
}

.tile-comments::-webkit-scrollbar {
    width: 5px;
}

.tile-comments::-webkit-scrollbar-track {
    background-color: transparent;
}

.tile-comments::-webkit-scrollbar-thumb {
    border-radius: .5em;
    background-color: #4B17D9;
}

.label-info {
    background-color: #d4d4d4;
    color: #3f3f3f;
}

.badge-success {
	background-color: #35aa60 !important;
}

/* Demo Terms */

.termsContainer { 
    position: absolute; 
    background-color: #fafafa;
    color: #F5F5F5;
    border: solid 2px #4B17D9;
    box-shadow: 8px 8px rgba(150,150,150,0.5);
}

#termstext { 
    z-index: 10;
    padding: 1%;
}

/* CV Tree */

.activenode {
    color: #333;
}
.deletednode {
    color: red !important;
}
.hiddennode {
    color: #A9A9A9 !important;
}

/* Group fields */

.group-field {
    width: 100%;
    resize:none;
    margin-bottom:10px;
}
.group-fields-feedback {
    width: 100%;
    resize: none;
    border-color: #ea6d1563;
}
.group-fields-feedback:focus {
    border-color: #ea6d15;
}

.reportGridEmpty {
    text-align: center;
}