html,
body {
    width: 100vw;
    min-width: 1200px;
    height: 100vh;
    min-height: 686px;
    position: relative;
    font-size: 16px;
    font-family: 'MetricReguler';
}

@font-face {
    font-family: 'MetricReguler';
    font-style: normal;
    font-weight: normal;
    src: local('MetricReguler'), url('../fonts/MetricRegular.woff') format('woff');
}

@font-face {
    font-family: 'MetricMedium';
    font-style: normal;
    font-weight: normal;
    src: local('MetricMedium'), url('../fonts/MetricMedium.woff') format('woff');
}

@font-face {
    font-family: 'MetricLight';
    font-style: normal;
    font-weight: normal;
    src: local('MetricLight'), url('../fonts/MetricLight.woff') format('woff');
}

/*.body{
    margin: 5px;
}*/
a {
    cursor: pointer;
}

a.active {
    font-weight: bold;
}

.body .body-wrapper {
    margin-left: 70px;
    margin-top: 50px;
}

.bootbox .btn-primary {
    background-color: transparent !important;
    color: rgb(73, 73, 73);
    border: none !important;
}

a,
ul,
li {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #000000;
    outline: none !important;
    outline-offset: unset !important;
}

a:focus {
    color: #000000;
}


h1 {
    font-size: 36px;
    font-family: 'MetricMedium';
}

.color-link {
    color: #007CAF;
    cursor: pointer;
}

.color-link:hover {
    color: #045c80;
}

.color-green {
    color: rgb(96, 166, 143) !important;
    cursor: pointer;
}

.color-red {
    color: rgb(180, 44, 34);
}

.color-yellow {
    color: rgb(248, 206, 94);
}

.fs-12 {
    font-size: 12px;
}

.btn-grey {
    background: rgba(235, 235, 235);
    text-transform: unset !important;
}

.btn {
    padding: 10px 25px !important;
    border-radius: 0px !important;
}

.text-log p {
    font-size: 16px;
    font-style: italic;
}

.modal-header {
    color: white;
    background: rgb(73, 73, 73);
    text-align: center;
}

.logo {
    height: calc(14px + 7 * ((100vw - 320px) / 2240));
}

#datareport {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    margin: -15px;
}

.page-container {
    width: 100vw;
    min-width: 1200px;
    height: 100vh;
    min-height: 686px;
    position: relative;
}

.navbar-default {
    background-color: rgb(249, 249, 249);
    border-color: #e7e7e7;
    border-width: 2px;
    margin: 0;
}

.navbar-brand {
    font-size: 30px;
    height: 65px !important;
}

.navbar-brand img {
    width: 230px;
    margin-top: -9px;
}

.navbar-nav {
    padding-top: 8px !important;
}

img.line {
    /* border-right: 1px solid lightgrey; */
    padding-right: 20px;
}

nav .navbar-line {
    height: 80%;
    width: 1px;
    background: black;
}

.nav ul {
    list-style-type: none;
    padding: 0px 0px 0px 5px;
}

.nav ul li a {
    display: block;
    cursor: pointer;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0px !important;
    border: 1px solid rgb(89, 89, 89);
    max-height: 500px;
    overflow: auto;
}

.dropdown-menu.header {
    padding: 0;
    border-radius: 0px !important;
    border: 1px solid transparent;
    max-height: 500px;
    overflow: auto;
}

.dropdown-menu li {
    padding: 5px 10px;
}

.dropdown-menu .head {
    background: rgb(89, 89, 89);
    color: white;
    padding: 8px 12px;
}

.dropdown-menu .body {
    padding: 5px;
    min-width: 300px;
}

.caret {
    margin-left: 20px;
}

.dropdown-menu .body .notification-block {
    padding: 10px 0px;
    border-bottom: 1px solid #777;
}

.dropdown-menu .body .notification-block:last-child {
    border: none;
}

.dropdown-menu .body .notification-block p {
    margin: 0px;
}

#login .frm-login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 768px;
    text-align: center;
}

#login .frm-login h1 {
    margin-bottom: 60px;
}

#login .frm-login .advertisync-logo {
    width: 400px;
    margin-bottom: 60px;
}

#login .logo {
    position: absolute;
    bottom: calc(60px + 30 * ((100vw - 320px) / 2240));
    left: 50%;
    transform: translateX(-50%);

}

#body {
    width: 100%;
}

#body>div .side-menu {
    width: 100%;
    padding: 22px 15px;
}

#body>div .content {
    width: 100%;
    padding: 15px;
    /*min-height:100vh;*/
}

ul.help-center {
    padding: 0px;
    width: 100%;
    list-style-type: none;

}

ul.help-center li {
    padding: 7px 0px;
    border-bottom: 1px solid rgb(191, 191, 191);
}

ul.help-center li ul {
    background: rgb(239, 237, 237);
    /*margin-left:-15px;*/
    margin-top: 10px;
}

ul.help-center li ul li {
    padding: 7px 0px;
    border-bottom: none;
}

ul.help-center li a {
    display: block;
    padding: 4px 7px 1px 7px;
    text-decoration: none !important;
}

/*@media(min-width:717px) {*/
#body {
    width: 100%;
    height: calc(100vh - 70px);
    min-height: 600px;
}

#body>div {
    width: 100%;
    height: 100%;
    background: rgb(249, 249, 249);
    position: relative;
}

#body>div .side-menu {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 235px; */
    height: 100%;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
}

#body>div .side-menu .addnew {
    z-index: 99;
    position: relative;
    display: inline;
}

#body>div .content {
    position: absolute;
    top: 0;
    left: 235px;
    width: calc(100% - 235px);
    height: 95%;
    min-height: 500px;
    transition: all 0.5s ease-in-out;
}

#body>div .content.active {
    left: 0;
    width: 100%;
    padding: 15px 25px;
}

#body>div .content-noside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#body>div .side-menu ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}

#body>div .side-menu ul li {
    padding: 7px 0px;
    text-transform: capitalize;
}

#body>div .side-menu ul li a {
    /* display:block; */
    cursor: pointer;
}

#body>div .content .head {
    padding: 10px 0px 15px;
    font-size: 16px;
    height: auto;
}


#body>div .content>div,
#body>div .content-noside>div {
    height: 100%;
}

#body>div .content .body {
    padding: 60px;
    height: calc(100% - 120px);
    background: white;
    overflow: auto;
    position: relative;
}

#body>div .content .body.user {
    padding: 25px 0 10px 45px;
}

#body>div .content .body#iframe {
    padding: 15px;
}

#body>div .content-noside .body {
    padding: 15px;
    height: calc(100% - 95px);
    background: white;
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 2.5%;
    overflow: auto;
}

#body>div .footer {
    position: absolute;
    width: 61%;
    bottom: 4.5%;
    left: 62%;
    /* padding: 15px; */
    transform: translateX(-50%);
    font-size: 16px;
    font-family: 'MetricReguler';
    padding-left: 50px;
}

.body .client-block {
    padding: 10px 0px;
    border-bottom: 1px solid #777;
}

.body .client-block .client-b-ctn {
    margin-bottom: 10px;
}

.body .client-block .client-b-ctn:last-child {
    margin-bottom: 0px;
}

.body .client-block:last-child {
    border: none;
}


/*}*/
.navbar-nav .web {
    display: block;
}

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


@media(min-width:956px) {}

.pt-8 {
    padding-top: 8px !important;
}

/* .f-menu {
    display: grid;
    grid-template-columns: 70% 30%;
    position: relative;
} */
.f-menu {
    display: grid;
    grid-template-columns: 180px 50px;
    position: relative;
    width: 215px;
}

.visible {
    display: none;
}

/* .visible {
    float: right;
    text-align: right;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    color: #cecccc;
} */

.visible {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    color: #cecccc;
}

.t8 {
    top: 8px;
}

.w80 {
    width: 80%;
}

.visible-menu {
    width: fit-content;
    position: relative;
    z-index: 99;
}

.visible:hover {
    color: #797878;
}

.visible-submenu {
    margin-left: 20px;
    position: relative;
    width: 200px;
}

.visible-submenu2 {
    margin-left: 10px;
    position: relative;
}

.visible-sub {
    display: none;
}

/* .visible-sub {
    visibility: visible;
    float: right;
    text-align: right;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    color: #cecccc;
} */

.visible-sub {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    color: #cecccc;
}

.visible-sub:hover {
    color: #797878;
}

.visible-sub2 {
    display: none;
}

.visible-sub2 {
    /* visibility: visible; */
    float: right;
    font-size: 13px;
    padding-top: 3px;
    padding-left: 10px;
    color: #cecccc;
}

.visible-sub2:hover {
    color: #797878;
}

/* Custom Modal */

.modal-dialog {
    width: 400px !important;
    margin: 90px auto !important;
}

.modal-footer {
    padding: 15px 0;
    border-top: 1.5px solid #494949;
    margin: 0 20px;
}

.modal-content {
    border-radius: 0 !important;
    background-color: #fafafa;
}

.modal-footer .btn {
    background-color: #fafafa;
}

.modal-body textarea {
    border: 0 !important;
    margin-bottom: 10px;
}

.icon-right {
    float: right;
    color: #007CAF;
}

.p-t-100 {
    padding-top: 100px;
}

.p-t-50 {
    padding-top: 50px;
}

.mn-icons {
    font-size: 12px;
    padding-left: 2px;
}

.mn-icon {
    font-size: 15px;
    padding-left: 5px;
    color: orange;
}

.mn-icon1 {
    font-size: 15px;
    padding-left: 3px;
    color: red;
}

.btns {
    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0;
    /*font-size: 16px;*/
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-me {
    color: #333;
}

.btn-me:hover {
    color: #007CAF;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-12 {
    margin-left: -12px;
}

.margin-left-10 {
    margin-left: 10px;
}

ul.navbar-nav>li {
    font-family: 'MetricReguler';
    font-size: 16px;
    color: #777;
}

ul.list>li {
    font-family: 'MetricReguler';
}

ul.list>li.active {
    font-family: 'MetricMedium';
}

#body>div .side-menu p {
    font-size: 12px;
}

.dropdown-menu>li>a {
    padding: 0px 50px 0px 20px;
}

button {
    text-transform: uppercase !important;
}

textarea.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

#mdl-cus textarea.form-control {
    padding: 15px;
    background-color: #fff;
}

.right {
    float: right;
}

.title {
    color: #adabab;
}

.metric-reg {
    font-family: 'MetricReguler';
}

.metric-lig {
    font-family: 'MetricLight';
}

.metric-med {
    font-family: 'MetricMedium';
}

.isi {
    height: calc(100vh - 240px);
    overflow: scroll;
}

.isi>p:first-child {
    font-size: 25px;
    font-family: 'MetricMedium';
}

.isi>p {
    width: 60%;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}


.form-control {
    border: 1px solid #aaa;
    border-radius: unset;
    background-color: #f8f8f8;
}

.form-control:focus {
    border-color: #5897fb;
}

a.btn {
    text-transform: uppercase;
}

.btn-delete {
    color: #e21919 !important;
}

.modal-body p {
    font-size: 16px;
    line-height: 23px;
}

textarea.noted {
    border: 0;
    border-color: unset;
    outline: 0;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.noted:focus {
    border: 1px solid #333;
    background-color: #fafafa;
}


.breadcrumb>li+li::before {
    content: ">" !important;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: unset;
    background-color: unset;
    text-transform: capitalize;
}

.breadcrumb>li a[href]:hover {
    color: #007CAF;
}

.select2-container-multi .select2-choices {
    min-height: 76px;
    background-color: #f8f8f8;
    background-image: unset !important;
}

#mdl-cus.modal-body {
    padding: unset !important;
}

.padding-15 {
    padding: 15px;
}

div.isi>p>strong {
    font-family: 'MetricMedium' !important;
}

.close {
    font-size: 26px;
    color: #fff;
    opacity: 1;
}

.ml-15 {
    margin-left: 15px;
}

input::placeholder {
    color: #b3b3b3 !important;
    font-size: 16px !important;
}

.form-control::placeholder {
    font-size: 16px !important;
}

.form-control {
    font-size: 16px !important;
}

.select2-default {
    color: #b3b3b3 !important;
    font-size: 16px !important;
    padding-left: 10px !important;
    font-family: 'MetricReguler' !important;
}

#mdl-cus textarea::placeholder {
    color: #b3b3b3 !important;
    font-size: 16px !important;
}

#mdl-cus textarea {
    font-size: 16px;
}

.btn-primary {
    padding: 6px 55px !important;
}

.modal-body .del>p {
    line-height: 30px;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    font-family: 'MetricMedium';
    border-top: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: unset;
}

.capital {
    text-transform: capitalize !important;
}

.table>tbody>tr>td {
    border-top: none;
}

.block {
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    height: 55px;
    width: 100%;
    margin-left: -15px;
}

ol.breadcrumb>li:nth-child(3) {
    text-transform: capitalize;
}

.vl {
    border-left: 2px solid lightgrey;
    height: 40px;
    position: absolute;
    left: 17.3%;
    margin-top: 11px;
}

.side-menu.hidden {
    display: none;
}

.ctrl-menu {
    position: absolute;
    left: 250px;
    bottom: 0;
    padding: 25px 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.ctrl-menu.active {
    left: 20px;
}

.ctrl-menu>.cursor {
    background-color: transparent;
    padding: 20px 20px 10px;
    border-radius: 50px;
}

.ctrl-menu>.cursor:hover {
    background-color: #efeeee;
    padding: 20px 20px 10px;
    border-radius: 50px;
}

#modal-feedback #screenshot {
    width: 100%;
    position: relative;
}

#modal-feedback #screenshot canvas {
    width: 100% !important;
    height: 200px !important;
}

table.dataTable thead .sorting_asc {
    background: none;
}

table.dataTable thead .sorting_desc {
    background: none;
}

table.dataTable thead .sorting {
    background: none;
}

span.arrow-hack {
    margin-left: 5px;
    width: 15px;
    display: inline-block;
}

span.asc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center right;
}

span.desc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center right;
}

span.sort {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}

[input-role=img] img {
    width: 100%;
}

[input-role=img] input {
    display: none;
}

[input-role=img] a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-footer .btn-primary {
    padding: 10px 25px !important;
    color: #007CAF;
    border: none;
}

.modal-footer .btn-default {
    border: none;
}

.title-dashboard {
    color: #777;
    margin-bottom: 5px;
}


/* Feedback */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
    background: -o-linear-gradient(top, #fff 0%, #fff 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.7em 1em 0.3em;
}

/* end: Feedback */


/* Header */
.navbar-header::after {
    content: '';
    height: 45px;
    width: 2px;
    background-color: #e7e7e7;
    display: inline-flex;
    margin-top: 10px;
    margin-left: -20px;
}

.client-block a:hover,
.dropdown-menu a:hover {
    color: #3a3a3a;
}

.client-req span:nth-child(2) {
    color: #007CAF;
}

.client-req span:hover:nth-child(2) {
    color: rgb(3, 93, 129);
}

.body.notify {
    max-height: 290px;
    overflow: scroll;
    margin: 0 10px;
}

.notification-block .action a:first-child {
    color: #007CAF;
}

.notification-block .result {
    color: rgb(19, 146, 67);
}

.notification-block i {
    background-color: #e88408;
    padding: 5px 8px;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
}

.notification-block .title {
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: transparent;
}

.body.box-client {
    max-height: 500px;
    overflow: scroll;
    margin: 0 10px;
}

.head a:hover {
    color: white;
}

.title-pages {
    padding-top: 15px;
    text-transform: uppercase;
}

/* end: Header */

.recent-link {
    list-style-type: none;
}

li a.color-link {
    font-size: 12px;
}

ul.recent {
    padding-left: 30px;
}

ul.recent li.recent-link a.color-link {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.icon-notif {
    position: absolute;
    background-color: #e88408;
    border-radius: 50%;
    padding: 3px 6px 0px;
    font-size: 9px;
    color: #fff;
    border: 1px solid #fff;
    z-index: 9;
    margin-left: 20px;
    margin-top: 5px;
    /* animation: sonar 1.5s 1;
    animation-iteration-count: infinite;
    animation-duration: 3s; */
}

label.control-label {
    padding-top: 7px;
}

.navbar-toggle {
    margin-top: 14px;
}

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.resolution {
    display: none;
}

.resolution.active {
    justify-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #fff;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
    z-index: 999;
}

.resolution.active p {
    font-size: 18px;
    margin: 0 50px;
}

@media (max-width: 767px) {
    .navbar-left {
        float: left !important;
        margin-top: -58px;
    }
}

.body.help-center {
    overflow: auto;
    height: calc(100vh - 240px);
    position: relative;
}

.container.foot {
    position: absolute;
    bottom: 0;
    background-color: #f9f9f9;
}

.container.foot .back-act {
    padding: 30px 0 20px;
}

.container.foot .help-area {
    text-align: center;
}

.footer-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
}

.footer-area .content-footer {
    position: relative;
    padding: 25px;
    text-align: center;
    font-size: 16px;
    font-family: 'MetricReguler';
}