@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
    min-height: 1000px
}
div#container {
    height: 200px;
    width: 300px;
    overflow: scroll;
    margin: 10px;
    border: 1px solid #000
}
div#content {
    height: 1000px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #cfd2da;
    background-color: #1e1e1e;
    overflow: hidden;
}

ul {
    list-style: none;
    padding: 0px;
}

li {
    padding: 0px;
}

.main {
    float: left;
    overflow: hidden;
}

.menu {
    background-color: #333333;
    padding: 15px 0px;
    width: 53px;
    float: left;
    overflow: hidden;
}

.menu li {
    padding: 10px 0px;
}

.menu li a {
    color: #adadad;
    padding: 15px;
    font-size: 25px;
    cursor: pointer;
}

.menu li.active a {
    color: #ffffff;
}

.menu li a:hover {
    color: #ffffff;
}

.panel {
    background-color: #252526;
    width: 33%;
    float: left;
    padding: 10px 15px;
    border-right: 2px solid #333333;
    overflow-y: scroll;
    overflow-x: hidden;
}

.title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 85%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title h2, .title h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}

.title h2 {
    color: #ffffff;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3e3e3e;
}

.title h6 {
    color: #adadad;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.request {
    background-color: rgba(255, 255, 255, 0.0980392);
    padding: 10px 20px 10px 20px;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.request h6 {
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.request h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.requestBox {
    color: #ffffff;
}

.successBox {
    background-color: #1bc98e;
}

.errorBox {
    background-color: #e64759;
}

.defaultBox {
    background-color: #1ca8dd;
}

.warningBox {
    background-color: #e4d836;
}

.customAlert {
    color: #1997c6;
    background-color: transparent;
    border-color: #1997c6;
    border: 1px solid;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.customAlert i, .customErrorAlert i {
    margin-right: 5px;
}

.entryDetails ul {
    background-color: #252526 !important;
}

.customErrorAlert {
    color: #e33145;
    background-color: transparent;
    border-color: #e33145;
    border: 1px solid;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panelTopMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 35px;
}

.panelTopMenu li {
    float: left;
    width: 25%;
}

.panelTopMenu a {
    background-color: rgb(79, 90, 101);
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    border-radius: 3px;
    font-size: 10px;
    width: 97%;
    text-align: center;
    display: table;
    cursor: pointer;
}

.panelTopMenu a.active {
    background-color: #1ca8dd;
}
