@font-face {
    font-family: 'IVRPowers';
    src: url('../fonts/ivrpowers-icon-font.eot') format('embedded-opentype'),
         url('../fonts/ivrpowers-icon-font.woff') format('woff'),
         url('../fonts/ivrpowers-icon-font.ttf') format('truetype'),
         url('../fonts/ivrpowers-icon-font.svg') format('svg');
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-100.eot');
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-100.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-100.woff') format('woff'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-100.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-100.svg#MuseoSansRounded-100') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-300.eot');
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-300.woff') format('woff'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-300.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-300.svg#MuseoSansRounded-300') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-500.eot');
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-500.woff') format('woff'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-500.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-500.svg#MuseoSansRounded-500') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansRounded';
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-900.eot');
    src: url('../fonts/MuseoSansRounded/MuseoSansRounded-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-900.woff') format('woff'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-900.ttf') format('truetype'),
    url('../fonts/MuseoSansRounded/MuseoSansRounded-900.svg#MuseoSansRounded-900') format('svg');
    font-weight: 900;
    font-style: normal;
}

.ivrpowers-font {
    font-family: IVRPowers;
}

.ivrpowers-icon:before {
    content: "h"
}

* {
    margin: 0;
    padding: 0;
    font-family: MuseoSansRounded, "Arial Narrow", serif;
}

header.page-header {
    width: 100%;
    background-color: #20333a;
    color: #ffffff;
    box-shadow: 0 2px 6px 1px #20333a;
    position: relative;
}

h1.main-title {
    padding: 10px 0px 10px 10px;
    font-size: 23px;
    line-height: 23px;
}

.menu-item {
    font-size: 15px;
    text-align: right;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.menu:hover {
    display: block;
}

.menu-hidden {
    display: none;
}

.login-modal {
    /* display: none; */
    background-color: #20333a;
    z-index: 1000;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    /*height: 100%;*/
    width: 100%;
}

.login-box {
    max-width: 350px;
    margin: auto;
    top: 50%;
    position: relative;
    text-align: center;
    width: 100%;
    transform: translateY(-90%);
    height: 275px;
}

.login-box h3 {
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}

.login-box input {
    width: 90%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    margin: 0 auto 10px auto;
    cursor: text;
}

.login-box input[type="submit"] {
    width: 90%;
    background-color: #49d2cb;
    background-image: -moz-linear-gradient(top, #7AE8E2, #49d2cb);
    background-image: -ms-linear-gradient(top, #7AE8E2, #49d2cb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7AE8E2), to(#49d2cb));
    background-image: -webkit-linear-gradient(top, #7AE8E2, #49d2cb);
    background-image: -o-linear-gradient(top, #7AE8E2, #49d2cb);
    background-image: linear-gradient(top, #7AE8E2, #49d2cb);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#7AE8E2, endColorstr=#49d2cb, GradientType=0);
    border: 1px solid #49d2cb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

form#login {
    text-align: center;
    display: block;
    width: 100%;
}

#toast-container > .toast-warning, #toast-container > .toast-error, #toast-container > .toast-success {
    font-size: 20px;
    opacity: 1;
}

span#login-wait {
    margin-top: 10px;
    color: white;
    font-size: 40px;
    display: none;
}

article.welcome-info {
    width: 90%;
    position: relative;
    transform: translateY(-100%);
    top: 50%;
    text-align: center;
    margin: auto;
}

.welcome-info p {
    text-align: justify;
}

footer.page-footer {
    float: left;
    display: block;
    clear: both;
    position: relative;
    z-index: 10;
    height: 125px;
    margin-top: -43px;
    text-align: center;
    bottom: 0;
}

main.page-body {
    width: 100%;
    height: 100%;
    position: relative;
}

.welcome-helper {
    position: relative;
    height: 100%;
}

html {
    height: 100%;
    width: 100%;
}

.page-footer ul {
    list-style: none;
}

img.footer-logo {
    height: 100px;
    width: auto;
}

li.released-date {
    padding: 10px;
    width: 40%;
    font-size: 12px;
}

li.released-version {
    font-size: 12px;
    width: 10%;
}

li.footer-logo-holder {
    width: 40%;
}

.page-footer li {
    float: left;
}

.welcome-info h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.welcome-info p {
    font-size: 19px;
}

a.undecorated-white {
    color: white;
    text-decoration: none;
    display: inline-block;
}

ul.menu {
    border-top: 1px solid #11252B;
    list-style: none;
    /* position: absolute; */
    top: 54px;
}

.main-title img {
    width: 23px;
    margin: 4px 5px 0px 5px;
}

.main-title span {
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: calc(100% - 10px) 0px;
    display: inline-block;
    width: calc(100% - 82px);
    padding: 0px 33px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.menu-item a {
    text-decoration: none;
    color: white;
}

.main-title:hover + .menu {
    display: block;
}

.login-box {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.login-box p {
    font-size: 18px;
    margin-bottom: 30px;
}

body {
    padding-top: 50px;
}

/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */
#menu {
    margin-top: 10px;
}

/* Hide for mobile, show later */
#menu li {
    min-width: calc(25% - 5px);
    text-align: center;
    float: left;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #20333a;
    border-radius: 10px;
}

#menu a:hover {
    border-radius: 10px;
}

@media (min-width: 768px) {
    #menu {
        margin-top: 0;
    }

    #menu a:hover,
    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        border-radius: 0;
    }

    #menu li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }

    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
    #description-label {
        line-height: 54px;
        padding-top: 0;
    }
}

.main .page-header {
    margin-top: 0;
}

#new-license .input-group-addon,
#new-client .input-group-addon,
#edit-license .input-group-addon,
#edit-client .input-group-addon,
#new-user .input-group-addon {
    min-width: 45px;
}

#new-license button, #new-client button, #edit-client button, #edit-license button, #new-user button {
    min-width: 80px;
}

div#new-client-popup, div#edit-client-popup, div#new-license-popup, div#edit-license-popup, div#new-user-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(7, 8, 8, 0.6), rgba(7, 8, 8, 0.6));
    top: 0;
    right: 0;
    z-index: 10000;
    overflow-y: auto;
}

section#new-client, section#edit-client, section#new-license, section#edit-license, section#new-user {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin: 20px auto;
}

@media (min-width: 768px) {
    section#new-client, section#edit-client, section#new-license, section#edit-license, section#new-user {
        margin: 15% auto;
    }
}

.loading {
    font-size: 25px;
    text-align: center;
    padding-top: 25%;
}

.loading p {
    margin-bottom: 30px;
}

#client-list button.btn.btn-success, #license-list button.btn.btn-success, #user-list button.btn.btn-success {right: 0;float: right;min-width: 50px;}

#client-list h3.panel-title, #license-list h3.panel-title, #user-list h3.panel-title {
    display: inline-block;
    padding: 0px 0;
    line-height: 23px;
    font-size: 16px;
}

section#client-list, section#license-list, section#user-list {
    margin-top: 25px;
}

#client-list .table-hover > tbody > tr, #license-list .table-hover > tbody > tr {
    cursor: pointer;
}

.confirmation-btn {
    padding: 3px 8px;
}

.noresize {
    resize: none;
}

.close-btn {
    float: right;
}

#new-license .copy-btn, #edit-license .copy-btn, #new-user .copy-btn {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.license-config .config, .user-config .config {
    position: relative;
}

.panel-heading > .form-group {width: 300px;display: inline-table;margin-bottom: 0;}

select#product {
    height: 23px;
}

.panel-heading > .form-group > * {
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
}

.panel-heading > .form-group > .input-group > * {
    padding: 0 6px;
    font-size: 12px;
    line-height: 20px;
}

#license-list > .panel-heading {
    line-height: 9px;
    position: relative;
}

.panel-heading > .form-group > .input-group {
    margin-top: 4px;
    width: 180px;
}

#license-list > .panel-heading > .form-check {
    margin-top: 10px;
    width: 145px;
    display: flex;
    align-items: center;
}

#license-list > .panel-heading > .form-check input {
    margin: 0;
}

#license-list > .panel-heading > .form-check label {
    font-weight: normal;
    margin: 0 0 0 5px;
}

#license-list button.btn.btn-success {
    position: absolute;
    right: 15px;
    top: 15px;
}

#edit-license .loading {
    padding-top: 0;
    font-size: 16px;
}

button#close-edit-popup {
    float: right;
}

.panel-heading > .input-group {
    width: 180px;
    display: inline-table;
    margin-bottom: 0;
    float: right;
    margin-top: 27px;
}

.panel-heading > .input-group > * {padding: 0 6px;font-size: 12px;line-height: 21px;height: 23px;}

.panel-heading > .form-group > label {width: 100px;}

@media (min-width: 996px) {
    .panel-heading > .form-group > .input-group {
        margin-top: initial;
    }

    #license-list button.btn.btn-success {
        top: 10px;
    }

    #license-list > .panel-heading > .form-check {
        top: 15px;
        position: absolute;
        margin-top: 0;
        display: inline-flex;
    }

    #licenses-summary {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .panel-heading > .input-group {
        margin-top: initial;
        margin-right: 60px;
    }
}

.table > tbody > tr > td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 550px;
}

pre.acd {
    white-space: pre-wrap;
}

/*
 * DATATABLES
 */
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap;margin-top: 7px;margin-left: 7px;}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left;margin-right: 7px;margin-top: 7px;}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap;width: 100%;margin-left: 10px;}div.dataTables_wrapper div.dataTables_paginate{white-space:nowrap;text-align:right;width: 100%;display: inline-block;padding-left: 0;margin: 0 -6px 0 0;border-radius: 4px;}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin: 2px 7px;white-space:nowrap;}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}

div.dataTables_filter {
    /* display: none; */
}

div.dataTables_length {
    /* display: none; */
}



#licenses-summary .thumbnail h1 {
    font-size: 70px;
}

.table-responsive tr td button.btn.btn-xs.btn-danger {
    min-width: 60px;
}

#user-list .popover {
    width: 128px;
}

#settings #save {
    float: right;
    min-width: 80px;
}

.label-type {
    min-width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

#login .ivrpowers-icon:before {
    font-size: 70px;
}

.navbar-brand .ivrpowers-icon {
    font-size: 30px;
    float: left;
    margin-right: 10px;
}