﻿html {
    overflow-y:scroll;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color:#000;
    padding-top: 70px;
}
.navbar-default  {
    font-family: 'Nunito', sans-serif;
    background-color:#DE302F;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    border-radius:0;
    border:0;
}
.navbar-header {
    width:100%;
}
.header-buttons button {
    display:inline-block;
}
.filters,
.menu {
    display:inline-block;
}

.menu {
    float:right;

}
.menu a {
    display:inline-block;
    color:#fff;
    line-height:54px;
    padding-right:20px;
    padding-left:20px;
    font-size:14px;
    font-weight:700;
}

.menu a.active {
    position: relative;
    background-color:#EF4F4F;
}
.menu a.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

	border-top-color: #EF4F4F;
	border-width: 10px;
	margin-left: -10px;
}

h1,h2,h3, h4{
    font-family: 'Nunito', sans-serif;
}
h1 {
    color:#fff;
    padding-bottom:10px;
    text-align:center;
    font-size: 28px
}
.h1--left-alligned {
    text-align: left;
}
h4 {
    margin:0;
    font-size:14px;
    line-height:24px;
}
.green {
    font-weight:bold;
    color:rgb(60, 206, 47);
}
.yellow {
    font-weight:bold;
    color:rgb(255, 216, 0);
}
.red {
    font-weight:bold;
    color:rgb(211, 46, 46);
}
.list-edit-container {
    float:right;
    text-align:right;
}
.warning-chart,
.edit-chart {
    color:#ccc;
    cursor:pointer;
    font-size:12px;
}
.warning-chart {
    display:block;
    cursor:default;
    color:rgb(255, 216, 0);
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
.btn:hover,
.btn {
    font-family: 'Nunito', sans-serif;
    border:solid 1px #EF4F4F;
    background-color:#E14546;
    color:#fff;
    font-weight:bold;
    outline:0;
}
.btn:focus,
.btn:active {
    outline:0;
    color:#fff;
}
.btn:hover {
    color:#fff;
}
.btn .glyphicon {
    padding-right:8px;
}
.modal-open, .modal-open .navbar-fixed-top {
  margin-right: 0 !important;
}
.modal-body .button-height {
    padding-top:5px;
    padding-bottom:5px;
}
.modal-body .btn {
    background-color:#fff;
    color:#ccc;
    border:solid 1px #ccc;
    font-family: 'Open Sans', sans-serif;
    width:100%;
    margin-bottom:5px;
}

.modal-body .grey {
    color:#ccc;
}
.modal-container .modal-body .open-btn,
.modal-container .modal-body .btn:hover {
    color:#DE302F;
    outline:0;
} 

.modal-header {
    background-color:#DE302F;
}
.modal-header h1 {
    text-align:left;
    padding:0;
}
.modal-header h2 {
    font-size:14px;
    color:#000;
    margin:0;
}
.modal-header .btn {
    float:right;
    line-height:20px;
    margin-top:7px;
    margin-left:5px;
}

.modal-header .btn--left {
    float: none;
    margin-top: 10px;
    margin-left: 0px;
}

.modal-body h3 {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    color:#000;
    margin:0;
}
.modal-body h4 {
    font-family: 'Open Sans', sans-serif;
}


.modal-body .confirm-box {
    padding-bottom:20px;
}
.modal-body .confirm-box .btn:hover,
.modal-body .confirm-box .btn:hover,
.modal-body .confirm-box .btn {
    width:auto;
    margin-top:10px;
    display:block;
    font-family: 'Nunito', sans-serif;
    border:solid 1px #EF4F4F;
    background-color:#E14546;
    color:#fff;
    font-weight:bold;
    outline:0;
    line-height: 20px;
}
.modal-body .date-picker .dropdown-menu {
    width:280px;
    padding:20px;
}
.modal-body .date-picker .dropdown-menu .btn-success  {
    font-family: 'Nunito', sans-serif;
    border:solid 1px #EF4F4F;
    background-color:#E14546;
    color:#fff;
    font-weight:bold;
    outline:0;
}
.modal-footer {
    border:0;
}

.item--clickable {
    color: #428bca;
    cursor: pointer;
}

.item--clickable:hover {
    text-decoration: underline;
}

.employee-detail {
    border-bottom:solid 1px #ccc;
    font-family: Arial;
}
.employee-detail .modal-body h3 {
    padding-top:5px;
}
    
.employee-detail .modal-body  .employee-detail-description {
    padding:20px 0px 20px 20px;
    margin:20px 0;
    border-bottom:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-top:solid 1px #ccc;
}

.action-box {
    width:100%;
    height:100%;
    background-color:#fff;
    border-radius:4px;
    padding:20px;
    border:solid 1px #ccc;
    height:300px;
}
.action-box .btn {
    width:100%;
}

.action-panel {
    position:fixed;
    left:-20px;
    top:93px;
    z-index:1000;
     transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.1s ease-in-out; /** Firefox **/
}
.action-panel:hover {
    left:0px;
}
.action-panel .btn {
    text-align:center;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
.action-panel .btn .glyphicon {
    padding:0;
}

.filters {
    padding-top:10px;
    padding-left:10px;
}
.filters  > * {
    float:left;
    padding-right:5px;
}
.filter-container {
    padding:10px;
    vertical-align:middle;
}
.filter-container input {
    margin-top:2px;
    margin-right:10px;
    line-height:20px;
}
.filter-container span {
    line-height:20px;
}
.filter-search {
    float:left;
    position:relative;
}
.filter-search .glyphicon {
    position: absolute;
    padding: 8px;
    pointer-events: none;
    color:rgba(0, 0, 0, 0.4)
}

.filter-search input {
    width:100%;
    font-family: "Nunito",sans-serif;
    border: 1px solid #EF4F4F;
    font-weight: bold;
    outline: 0px none;
    padding: 6px 28px;
    border-radius:4px;
}
.inlogform {
    padding:20px 30px;
}
.inlogform input.text {
    border:0;
    padding:5px;
    margin-bottom:10px;
}
.inlogform .btn {
    margin-top:10px;
}
.inlogform .field-validation-error {
    color:#fff;
}

.hosting {
    color: #fff;
    margin: 20px 20px;
}

.hosting-column-width-solution {
    width: 20%;
}

.hosting-column-width-env {
    width: 16%;
}

.logs__table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
    /*table-layout: fixed;*/
}


.logs__table .td--wordbreak {
    word-break:break-all;
}

.logs__table td, .logs__table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.logs__table tr:nth-child(even) {
    background-color: #dddddd;
}

.logs__errordetail__list {
    margin: 0;
    padding: 0;
}

.logs__errordetail__list li {
    list-style-type: none;
}

.logs__errordetail__expand:hover {
    cursor: pointer;
}

@media screen and ( max-width: 360px) {
    .filters > * {
        float:none;
        padding-bottom:5px;
    }
    .customer {
        padding-top: 120px;
    }
    .employee {
        padding-top: 30px;
    }
}

@media screen and ( max-width: 768px) {
    h1 {
        font-size: 28px;
    }
}

@media screen and ( max-width: 1366px) {
    h1 {
        font-size: 24px;
    }
}

iframe {
    display: block;
    background: #fff;
    border: none;
    height: 93vh;
    width: 99vw;
}

.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
}

.loader-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 25px;
}