
/*
|---------------------------------------------------------------
| Admin styles
|---------------------------------------------------------------
|
| Any specific admin styles are loaded here, reducing the size
| of the main stylesheet, main styles can also be overriden here.
|
*/

body {
    background : #f3f3f3 !important;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family : HelveticaLight, LatoLight, Arial;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx--font-smoothing: greyscale;
}

img.profile_picture {
    width: 100% !important;
    background: #fff;
    display: inline-block;
    border: 1px solid #1f1f1f;
}

.inputs {
    margin: 0 auto;
    margin-top: 10% !important;
    float: none;
    padding: 10px;
    display: block;
    border: 1px solid #2f2f2f;
    max-width: 500px;
    height: 170px !important;
}

.inputs input {
    width: 95%;
    height: 30px;
    float: right;
    margin-bottom: 10px;
    margin-top: 2px;
    font-size: 1em;
    padding-left: 5px;
    font-family: LatoLight;
    display: inline-block !important;
    outline: none;
}

#login {
    width: 38px;
    height: 34px;
    float: right;
    border: 1px solid #fff;
    background: #98D112;
    color: #000;
    font-size: 20px;
    font-family: LatoLight;
    margin-top: -45px;
}

#login:hover {
    opacity: 0.8;
    cursor: pointer;
}
/*
Right navigation styles.
*/
#right_nav {
    position : fixed;
    height : 100%;
    background : rgba(1,1,1,0.9);
    z-index: 20000000;
    min-width: 440px;
    border-right: 1px solid #0a0a0a;
    padding: 20px 20px;
    overflow: scroll;
}
#right_nav::-webkit-scrollbar {
    display: none;
}
#right_nav nav,
#right_nav .menu {
    height: inherit !important;
}
#right_nav .menu {
    font-size: 14px;
    padding-left: 0;
    font-family: HelveticaLight;
    margin-top: 0px;
}
#right_nav .menu span {
    vertical-align: middle;
}
#right_nav .menu li {
    border-top: 1px solid #1d1d1d;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
#right_nav .menu i {
    font-size: 24px;
    line-height: 50px;
    display: block;
    margin-top: -10px;
}
#right_nav .menu a {
    padding-left: 10%;
    margin-top: -10px !important;
    height: 0px !important;
    color: #ccc !important;
}
#right_nav .menu li:hover {
    cursor: pointer;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #e0e0e0;
    background: #f3f3f3;
    color: #1a1a1a !important;
}
#right_nav .menu li:hover a {
    color: #1a1a1a !important;
}
#right_nav .active {
    border-top: 1px solid #e0e0e0 !important;
}
#right_nav .active,
#right_nav .active span,
#right_nav .active i {
    border-right: 1px solid #f3f3f3;
    background: #f3f3f3;
    color: #1a1a1a !important;
}
/*
Left navigation styles.
*/
#left_nav {
    position : fixed;
    height : 100%;
    background : #1a1a1a;
    z-index: 2000;
    max-width: 120px;
    min-width: 120px;
    border-right: 1px solid #0a0a0a;
}
#left_nav nav,
#left_nav .menu {
    height: inherit !important;
}
#left_nav .menu {
    font-size: 14px;
    padding-left: 0;
    font-family: HelveticaLight;
    margin-top: 0px;
}
#left_nav .menu span {
    vertical-align: middle;
}
#left_nav .menu li {
    border-top: 1px solid #1d1d1d;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
#left_nav .menu i {
    font-size: 24px;
    line-height: 50px;
    display: block;
    margin-top: -10px;
}
#left_nav .menu a {
    padding-left: 10%;
    margin-top: -10px !important;
    height: 0px !important;
    color: #ccc !important;
}
#left_nav .menu li:hover {
    cursor: pointer;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #e0e0e0;
    background: #f3f3f3;
    color: #1a1a1a !important;
}
#left_nav .menu li:hover a {
    color: #1a1a1a !important;
}
#left_nav .active {
    border-top: 1px solid #e0e0e0 !important;
}
#left_nav .active,
#left_nav .active span,
#left_nav .active i {
    border-right: 1px solid #f3f3f3;
    background: #f3f3f3;
    color: #1a1a1a !important;
}
.branding {
    border: none;
    height: 60px;
    border-bottom: 1px solid #222;
    opacity: 0.9;
}
.branding img {
    border: none;
    margin-top :20px;
    margin-left: -10px;
}
.branding:hover,
.branding:hover a {
    border-right: 1px solid #1a1a1a !important;
    border-bottom: 1px solid #1a1a1a !important;
    border-top: 1px solid #1a1a1a !important;
    background: none !important;
    opacity: 1;
}
/*
Top bar styles.
*/
img.user_img {
    width: 35px !important;
    border-radius: 60px;
    border: 1px solid #ccc;
    display: block;
    margin: auto;
}
.grid_6 .name {
    margin-top: 5px !important;
    height: 35px !important;
    font-size: 14px;
    color: #3a3a3a;
    font-family: ProximaRegular, LatoLight;
    display: block;
}
.account_details {
    margin-top: 8px;
    float: right;
    width: 100px;
    max-width: 150px;
    text-align: center;
}
.navwrap {
    height: 72px !important;

    background: #eaeaea !important;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #dedede;
    z-index: 1000;
}
.title {
    font-size: 1.7em;
    font-family: LatoLight, ProximaLight, HelveticaLight;
    color: #1a1a1a;
    margin: 4px;
    padding-left: 140px;
}
.time {
    color: #666;
    padding-left: 140px;
    margin: 6px;
    margin-top: 0px;
    font-size: 0.95em;
    font-family: HelveticaThin, ProximaLight;
}
.bottom {
    bottom : 0 !important;
    position: absolute;
}

/* Widget Styles */
.data-widget:nth-child(1) {
    margin-top: 100px;
}

.data-widget {
    margin-left: 3%;
    height: auto;
    width:95%;
    margin-top : 20px;
}

.data-widget h1 {
    font-family: HelveticaThin;
    color: #666;
    padding-left: 10px;
    font-size: 1.6em;
    margin-top: 15px;
}

.page_wrap {
    margin-left: 12%;
    padding-top: 5%;
}

.slides tbody tr td:nth-child(n+8) {

}

.slides tbody tr td:nth-child(9):hover,
.fa-trash-o:hover {
    color: #000 !important;
    cursor: hand !important;
}
.fa-trash-o {
    font-size: 1.6em !important;
}

.add {
    display: inline-block !important;
    float:right;
    border-radius: 60%;
    padding: 7px 10px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    margin-right: 0.5%;
    font-size: 0.7em;
    margin-top: 5px;
}

.center_content {
    margin: 0 auto !important;
}

.add:hover {
    background: #3a3a3a;
    color: #f3f3f3;
    cursor: pointer;
}

table  {
   height: auto;
   table-layout: auto;
}

table tr{
    background: #f7f7f7;
    border: 1px solid #ddd !important;
}

table th {
    font-size: 0.7em;
    font-family: HelveticaThin;
}

thead tr:hover {
    background: #f7f7f7 !important;
    color: #666 !important;
    cursor: default;
}

table tr:hover {
    background: #fff;
}

table tr i:hover {
    cursor: move !important;
}

tr td:nth-child(n+2) {
    width: auto !important;
}
table tr td {
    font-size: 0.69em !important;
    font-family: HelveticaLight !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 9.5% !important;
}

td i {
    color: #666 !important;
    margin-top: 0px !important;
    margin-right: 20px;
}

.ui-sortable-helper {
    display: table-row-group !important;
}

.ui-sortable-helper td {
    padding-left: 4.7% !important;
}

table.pages td:nth-child(1),
table.pages th:nth-child(1) {
    width: 7% !important;
    max-width: 20px !important;
}

table.pages td:nth-child(n+2),
table.pages th:nth-child(n+2) {
    padding-left: 5px;
    padding-right: 5px;
    width: 15% !important;
}

table.pages td:nth-last-child(1),
table.pages th:nth-last-child(1) {
    width: 4% !important;
    max-width: 10px !important;
}
table.pages td:nth-last-child(2),
table.pages th:nth-last-child(2) {
    width: 8% !important;
    max-width: 20px !important;
}

.errors {
    width: 100%;
    position: absolute;
    text-align: center !important;
    z-index: 99999999999 !important;
    background: #98d112;
    color: #fff;
    opacity: 0.9;
    font-family: LatoLight;
    font-size: 1.4em;
    height: 50px;
    display: block;
    top: 0px !important;
}

.errors p {
    margin-top: 10px !important;
}

/*
* Section manager styles
*/
#tooltip {
    position: fixed;
    top: 45%;
    font-size: 20px;
    background: #1d1d1d;
    border: 1px solid #2d2d2d;
    color: #f3f3f3;
    padding: 10px 7.5px;
    z-index: 2000000;
}
#tooltip:hover {
    cursor: pointer;
}
#tooltip_b {
    position: fixed;
    top: 45%;
    font-size: 20px;
    background: #1d1d1d;
    border: 1px solid #2d2d2d;
    color: #f3f3f3;
    padding: 10px 7.5px;
    right: 0;
    z-index: 2000000;
}
#tooltip_b:hover {
    cursor: pointer;
}
.image_sliders {
    color: #fff;
    font-size: 16px;
}
.ui-slider {
    margin:15px 0px;
}
.slider_wrap {
    text-align: left;
}
.slider_wrap span:nth-child(2) {
    color: #98d112;
    font-weight: bold;
}
.inline {
    display: inline-block;
}
#height_slider,
#zoom_slider {
    padding: 0px;
    margin: 0px;
}
.left {
    left: 0 !important;
}
.right {
    margin-right: 0px;
    right: 0 !important;
}
.faded {
    opacity: 0.1;
    transition: opacity .75s;
    -moz-transition: opacity .75s ;
    -webkit-transition: opacity .75s;
}
.faded:hover {
    opacity: 1;
    transition: opacity .75s;
    -moz-transition: opacity .75s;
    -webkit-transition: opacity .75s;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    top: 0px; bottom: 0px;
    position: absolute;
    background: #ccc;
    z-index: 0;
    display: flex;
    overflow: hidden;
}

/*
Switch CSS
*/
.onoffswitch {
    position: relative; width: 85px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    overflow: hidden;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #888; border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: HelveticaLight, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 12px;
    background-color: #7DAA2D; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 12px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 1px solid #888; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 51px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*
Color Styles
*/
#hex-box {
    height: 34px;
    background: rgba(100,100,100,0.2);
    color: #fff;
    border: none;
    outline: none;
}
.form-group {
    display: block;
}
.controls {
    text-align: left;
    padding: 60px 0px;
    position: absolute;
    bottom: 0;
}
#save,
#add,
#back,
#update {
    width: 100%;
    border: 1px solid #666;
    background: #333;
    color: #ccc;
    height: 40px;
    font-family: HelveticaLight;
    line-height: 32px;
    font-size: 18px;
    outline: none;
    margin-bottom: 10px;
}
#save:hover,
#add:hover,
#back:hover,
#update:hover {
    background: #111;
}
/*
SwitchB
*/
.onoffswitchb {
    margin-top: 3px;
    position: relative; width: 118px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchb-checkbox {
    display: none;
}
.onoffswitchb-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 36px;
}
.onoffswitchb-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitchb-inner:before, .onoffswitchb-inner:after {
    display: block; float: left; width: 50%; height: 28px; padding: 0; line-height: 28px;
    font-size: 14px; color: white; font-family: HelveticaLight, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 36px;
    box-shadow: 0px 18px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitchb-inner:before {
    content: "DARK";
    padding-left: 20px;
    background-color: #4A4A4A; color: #FFFFFF;
    border-radius: 36px 0 0 36px;
}
.onoffswitchb-inner:after {
    content: "LIGHT";
    padding-right: 20px;
    background-color: #F2F2F2; color: #050505;
    text-align: right;
    border-radius: 0 36px 36px 0;
}
.onoffswitchb-switch {
    display: block; width: 36px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 36px;
    position: absolute; top: 0; bottom: 0; right: 79px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitchb-checkbox:checked + .onoffswitchb-label .onoffswitchb-inner {
    margin-left: 0;
}
.onoffswitchb-checkbox:checked + .onoffswitchb-label .onoffswitchb-switch {
    right: 0px;
}
/*
Acordion styles
*/
.accordion dd {
    color: #fff;
    margin: 0px;
}
.accordion dd div.adjust {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 15px;
    width: 48%;
    display: inline-block;
}
.accordion dt {
    margin-bottom: 10px;
}
.accordion dt:nth-child(n+1) {
    margin-top: 10px;
}
.accordion dd select {
    font-family: LatoLight;
    border: 1px solid #555;
    color: #fff;
    background: rgba(88,88,88,0.5);
    height: 32px;
    margin-top: 5px;
    width: 100%;
}
select {
    outline: none;
}
.accordion dd .slider_wrap {
    width: 100% !important;
}
.colors {
    width: 85% !important;
}
.colors input {
    border: 1px solid #999;
    display: inline-block;
    font-family: LatoLight;
    border: 1px solid #555;
    color: #fff;
    background: rgba(88,88,88,0.5);
    height: 32px;
    margin-top: 5px;
    width: 100%;
}
.minicolors-swatch {
    margin-top: 5px !important;
}
.switches label {
    line-height: 28px;
}
.block_control,
.block_controlB {
    width: 49% !important;
    display: inline-block !important;
}

.block_control:nth-child(-n+3) {
    width: 100% !important;
}
.block_control:nth-child(-n+4) {
    padding-top: 20px;
}
.text_slider {
    margin-top: 20px;
    margin-bottom: 40px;
}
.input_controls input,
.input_controls textarea {
    max-height: 250px;
    max-width: 95%;
    min-width: 95%;
    width: 95%;
    margin-bottom: 10px;
    height: 34px;
    padding: 0px 10px;
    font-family: HelveticaLight;
    line-height: 16px;
    font-size: 16px;
    background: rgba(88,88,88,0.5);
    border: 1px solid #555;
    color: #fff;
    outline: none;
}
.input_controls textarea {
    min-height: 100px;
    padding-top:7px;
}
#link_type {
    margin-bottom: 10px;
    margin-top: 0px;
    width: 47%;
    height: 37px;
    padding-left: 5px;
}
#page {
    width: 47%;
}
#tags {
    margin-top: 16px;

}
dl, dt, dd {
    padding-left: 0px !important;
    padding-top: 0px !important;
    outline: none !important;
    overflow-x: hidden !important;
}
dd {
    border-top: 1px solid #444 !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    border-bottom: 1px solid #444 !important;
}
.column_controls {
    width: 100% !important;
}
.select_columns {
    width: 99% !important;
}
#height_slider {
    margin-top: 14px;
}
h1 + p {
    margin-top: 0.65em;
}
.row {
    z-index: 2;
    position: relative;
}
#status,
#statusB {
    line-height: 40px;
    font-size: 18px;
    font-family: HelveticaLight;
    color: #fff;
    z-index: 100;
    text-align: center;
    margin-top: -40px;
}
#progressBar,
#progressBarB {
    margin-top: 10px;
    z-index: 1;
    height: 40px;
    background: #93d112;
}

input[type=file] {
    width: 100px;
    max-width: 100px;
}
.file_name {
    margin-left: 7px;
}

dd input#tags {
    width: 100%;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-family: HelveticaLight, ProximaLight;
    background: #444;
    outline: none;
    border: 1px solid #666;
    color: #fff;
    margin-top: 0px;
}

#new_page form,
#edit_page form {
    width: 100%;
    height: 500px;
    margin-top: 50px;
}
.page_wrap form {
    width: 100%;
    height: 350px;
}
.block_control.hidden {
    display: none !important;
}
textarea {
    padding-right : 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px !important;
}
.page_wrap form input,
#new_page form input,
#edit_page form input {
    width: 91.6%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    background: #444;
    outline: none;
    border: none;
    margin-bottom: 10px;
    margin-top: 0px !important;
    font-family: HelveticaLight, ProximaLight;
}
cite {
    color: #444;
}
#preview .sections {
    height: 100% !important;
    max-height: 100% !important;
}
.clear {
    height: 47px;
}
#toggle_header {
    padding-top: 0px !important;
    margin-top: -46px !important;
}
#toggle_header .controls {
    padding: 0px !important;
}
#toggle_header .controls a {
    padding-right: 0px !important;
}

.page_wrap form textarea,
#new_page form textarea,
#edit_page form textarea {
    width: 90%;
    max-width:90%;
    max-height: 150px;
    height: 150px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    background: #444;
    outline: none;
    border: none;
    margin-bottom: 10px;
    font-family: HelveticaLight, ProximaLight;
}

.page_wrap form select,
.page_wrap form input[type=button],
#new_page form select,
#new_page form input[type=button],
#edit_page form input[type=button] {
    width: 92.5% !important;
    max-height: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    background: #444;
    outline: none;
    border: none;
    margin-bottom: 10px;
    font-family: HelveticaLight, ProximaLight;
}

.page_wrap form input[type=button]:hover,
#new_page form input[type=button]:hover,
#edit_page form input[type=button]:hover {
    opacity: 0.8;
}
#guide_wrap {
    width: 100%;
    position: absolute;
}
.guideline {
    margin: 0 auto;
    position: relative;
    /*background: rgba(120, 120, 120, 0.30);*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    z-index: 1000;
    display: inline-block;
    padding: 0px !important;
    text-align: center;
    font-size: 28px;
    font-family: HelveticaLight, ProximaLight;
    color: #fff;
    text-shadow: 1px 0px 6px #000;
}
#guide_wrap #left,
#guide_wrap #right {
    border-left: 1px solid rgba(99,99,99,0.2);
    border-right: 1px solid rgba(99,99,99,0.2);
    width: 169px;
    background: rgba(200, 200, 200, 0.30);
}
#guide_wrap #middle {
    width: 1100px;
    margin-left: -5px;
}
#guide_wrap #right {
    margin-left: -5px;
}
#guide_wrap .guideline p {
    position: relative;
    display: none;
}
#guides {
    width: 1440px;
    margin: 0 auto;
}
.inline-button {
    display: inline-block;
    margin-top: 8px;
    padding-right: 10px;
    position: relative;
}
.inline-button label:nth-child(1) {
    float:left;
    padding-top: 2px;
    padding-right: 10px;
}
.buttons {
    margin-top: -10px !important;
    display: inline;
}
td.delete_nav { max-width: 20px !important; }
.page.switches {
    padding-bottom: 20px;
    width: 20%;
}
.page_wrap .data-widget {
    width: 100%;
    padding-bottom: 50px;
    margin: 0px;
}
.page_wrap h1 {
    margin-top: 30px;
    margin-bottom: 10px;
}
table.sections {
    margin-top: 45px !important;
}

@media(max-width:1100px) {
    #guides #left,
    #guides #right {
        display: none !important;
    }
}