@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400);

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-style: normal;
    font-weight: 300 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #666;
    font-size: 12px;
}

body {
    background-color: #f5f5f5;
}

.ajax_padding{
    padding: 20px;
}
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #6f6f6f;
}

a img {
    border: none;
}

.is-hidden {
    display: none;
}

.is-hidden {
    display: none;
}

#navigation {
    background-color: #464646;
    height: 82px;
    width: 100%;
    text-align: left;
    overflow: hidden;
    width: -moz-calc(100% - 138px);
    width: -webkit-calc(100% - 138px);
    width: calc(100% - 138px);
    float: left;
    z-index: 99;
    position: absolute;
    left: 135px;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 100%;
    font-size: 0;
    width: 1312px; /*specific width for scrolling*/
}

#navigation ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 82px;
    border-left: #fff solid 1px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    text-align: center;
}

#navigation ul li span {
    display: block;
    margin: 15px 0;
}

#navigation ul li:last-child {
    border-right: #fff solid 1px;
}

#navigation ul li:hover {
    background-color: #545454;
}

#navigation a {
    cursor: pointer;
}
#nav-vigo-btn{
    display: inline-block;
    margin: 0;
    padding: 14px 14px;
    height: 54px;
    width: 107px;
    background: #464646;
    float: left;
    text-align: center;
    border-right: #fff solid 1px;
}
#nav-vigo-btn img{
    max-width: 100%;
    max-height: 100%;
}

div.menu-scroll {
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    height: 82px;
    z-index: 100;
    text-align: center;
    width: 50px;
    padding-top: 27px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    z-index: 150;
}

div.menu-scroll:hover {
    opacity: 1;
}

div.menu-scroll.left-scroll {
    left: 135px;
}

div.menu-scroll.right-scroll {
    right: 0;
}

#wrapper {
    background-color: #f5f5f5;
    max-width: 960px;
    min-width: 260px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 100%;
}

#content {
    position: relative;
    min-height: 100%;
}

#header {
    background-color: #fff;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 102;
    width: 100%;
    font-size: 24px;
}

#header span {
    margin: 15px 5px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}

#header span:hover {
    color: #999;
}

#header a {
    color: #666;
}

#header .column { height: 60px; }

.column { float: left; }
.column.ten { width: 10%; }
.column.twenty { width: 20%; }
.column.thirty { width: 30%; }
.column.forty { width: 40%; }
.column.fifty { width: 50%; }
.column.sixty { width: 60%; }
.column.seventy { width: 70%; }
.column.eighty { width: 80%; }
.column.ninety { width: 90%; }

.icon {
    cursor: pointer;
}

.icon:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
}

button {
    display: inline-block;
    margin: 20px auto;
    padding: 20px 30px !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

button:hover {
    border: 1px solid #006fa3;
    color: #006fa3;
}
.settings-save-btn{
    float: right;
}
img#logo {
    width: 44px;
    margin-top: 10px;
}

#blocks {
    width: 31px;
    height: 40px;
    background-image: url('img/blocks.png');
    margin-top: 8px;
    margin-left: 10px;
    display: inline-block;
}

#profile {
    float: right;
    display: inline-block;
    margin-right: 10px;
}

#search {
    width: 36px;
    height: 36px;
    background-image: url('img/magnify.png');
    display: inline-block;
}

#pages {
    width: 36px;
    height: 36px;
    background-image: url('img/pages.png');
    display: inline-block;
}

.container {
    margin: 0 auto;
}

ul#dashboard {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    max-width: 600px;
    min-width: 245px;
}

ul#dashboard li {
    background-color: #3f454e;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 180px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

ul#dashboard li:hover {
    background-color: #4f535a;
}

div.title {
    width: 100%;
    height: 55px;
    padding: 0 0 15px 0;
    background-color: #006fa3;
    color: #fff;
    font-size: 22px;
    text-align: left;
}

div.title span {
    padding-left: 23px;
    padding-top: 23px;
    display: inline-block;
}

@media all and (max-width: 400px) {
    div.title span {
        font-size: 18px;
        margin-top: 10px;
        display: inline-block;
    }
}

div.title .button {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    float: left;
    background-color: #006fa3;
    cursor: pointer;
}

div.title .button:hover {
    background-color: #087eb5;
}

div.title .back {
    float: left;
    background-image: url('img/back_button.png');
}

div.title .help {
    float: right;
    background-image: url('img/help_button.png');
    position: relative;
    right: 0;
    left: 0;
    display: none;
}

#settings_wrapper {
    background-color: #fff;
}

div.inner_container {
    padding: 30px;
    min-width: 200px;
    max-width: 500px;
    width: 40%;
    float: left;
}

@media all and (max-width: 700px) {
    div.inner_container { width: 80%; }
}

label {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #8a8a8a;
}

div.input_slider_wrapper {
    position: relative;
}

div.input_slider_wrapper label {
    float: left;
    line-height: 40px;
}

div.input_slider_wrapper input {
    width: 40px;
    float: right;
    text-align: center;
}

div.input_slider_wrapper .slider {
    width: 200px;
    cursor: pointer;
    height: 0 !important;
    float: right;
    margin-top: 18px;
    margin-right: 20px;
}

div.input_slider_wrapper .ui-slider-handle {
    cursor: pointer !important;
    top: -.6em !important;
    outline: none !important;
    border: 1px solid #ccc !important;
    background-image: none !important;
    border-radius: 0 !important;
}

div.input_slider_wrapper .ui-state-active {
    border: 1px solid #ccc !important;
}

div.input_wrapper {
    width: 100%;
    position: relative;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}

div.input_wrapper input {
    position: absolute;
}

div.input_wrapper div.preview {
    width: 40px;
    height: 40px;
    background-color: #fff;
    float: right;
    background-image: url('img/editbg.gif');
}

input, select, textarea {
    border: 1px solid #ccc;
    height: 40px;
    width: calc(100% - 40px);
    padding: 9px 6px;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

textarea {
    height: 140px;
    width: 100%;
    resize: none;
    font-family: 'Arial', sans-serif;
}

input:focus, select:focus { outline: none; }

select {
    cursor: pointer;
    background-color: #efefef;
    color: #666;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
    cursor: pointer;
}

div.input_wrapper input[type="file"]{
    width: calc(100% - 80px);
}

div.help {
    width: 40px;
    height: 40px;
    background-color: #adb5bb;
    display: inline-block;
    cursor: pointer;
    background-image: url('img/smallq.png');
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    right: 0;
}

div.inner div.help {
    right: 10px;
}

div.settings_tickbox_wrapper div.help {
    right: 0;
}

div.help:hover {
    background-color: #c6cacc;
}

div.help + span {
    color: #fff;
    display: none;
    background-color: #adb5bb;
    padding: 17px;
    z-index: 150;
    width: calc(100% - 40px);
    position: absolute;
    right: 40px;
    line-height: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

div.input_slider {
    float:left;
    border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-left:1px solid #cccccc;
    padding: 11px 13px 15px 13px;
}

.form_widget_amount_slider {
    background-color: #ccc;
    height: 5px;
    position: absolute;
    bottom: 0px;
}

label.inline_label {
    display: inline-block;
    width: 50%;
    padding-top: 8px;
}

@media all and (max-width: 485px) {
    label.inline_label {
        width: 100%;
    }

    .input_slider {
        width: 100px;
    }

    ul#dashboard li {
        width: 120px;
        height: 120px;
        margin-bottom: 2px;
        padding-top: 30px;
    }

    ul#dashboard li span {
        margin-bottom: 15px;
    }

    .fa-3x {
        font-size: 2em !important;
    }
}

div.form_slider {
    max-width: 300px;
    float: left;
}

#loading {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: url('img/load.gif');
}
/*
#loading {
	width: 120px;
	height: 10px;
	background: url('img/ajax_load.gif');
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-5px;
	z-index:9999;
	visibility:hidden;
	display:none;
}
*/
ul#account_options {
    width: 175px;
    position: absolute;
    top: 43px;
    right: 0;
    list-style: none;
    text-align: right;
    font-size: 16px;
    background-color: #c6cacd;
    padding-left: 5px;
    padding-top: 5px;
    z-index: 101;
    display: none;
    margin-top: 16px;
    font-weight: 100;
    letter-spacing: normal;
    line-height: normal;
}

ul#account_options a:hover {
    text-decoration: none;
}

ul#account_options li {
    margin-bottom: 4px;
    padding: 10px;
    background-color: #3e454f;
    cursor: pointer;
    color: #fff;
}

ul#account_options li:hover {
    color: #ddd;
    background-color: #4f545a;
}

/*WEB APPS AND MULTIMEDIA*/
#app_wrapper{
    width: 400px;
    margin: auto;
}
.app_list{
    width: 299px;
    display: inline-block;
    margin: 1px auto;
    background-color: #3e454f;
    background-position: left;
    background-repeat: no-repeat;
    border: none;
    color: #fff;
    padding: 20px 30px 20px 30px!important;
    cursor: pointer;
    font-size: 18px;
    /*font-weight: 400;*/
    font-family: 'Roboto', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.app_list:hover{
    background-color:#4f545a;
}

@media all and (max-width: 440px) {

    #app_wrapper{
        width: 100%;
    }
    .app_list{
        width: 80%;
        padding: 20px 10% 20px 10%!important;
    }
}

@media all and (max-width: 280px) {

    .app_list{
        width: 80%;
        padding: 20px 10% 20px 10%!important;
    }
}

@media all and (max-width: 340px) {
    /*
    .app_list{
        width: 100%;
    }
    */
}

#ajax_content {
    position: absolute;
    top: 0;
    padding: 0 40px;
    display: none;
    min-height: 100%;
    text-align: center;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 500;
}

#ajax_content_inner {

}

.save_button {
    border:none;
    width: 60px;
    height: 60px;
    background-color: #ff7513;
    display: inline-block;
    cursor: pointer;
    background-image: url('img/largercorrect.png');
    background-repeat: no-repeat;
}
.save_button:hover {
    background-color: #fd8631;
}

.cancel_button {
    border:none;
    width: 60px;
    height: 60px;
    background-color: #ff7513;
    display: inline-block;
    cursor: pointer;
    background-image: url('img/largercancel.png');
    background-repeat: no-repeat;
    margin: 0 4px;
}
.cancel_button:hover {
    background-color: #ff7513;
}

.faux_anchor {
    cursor: pointer;
}

div.inner {
    position: relative;
    margin-top: 20px;
    padding: 10px;
}

div.separator {
    clear:both;
    height: 6px;
}

#analytics {
    margin-top: 50px;
}

#vigo_popup {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    background-color: #fff;
}

.settings_tickbox {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #2c3e50;
    cursor: pointer;
    float:left;
}

.settings_tickbox:hover {
    background-color: #465768;
}
.settings_tickbox_wrapper{
    width: 100%;
    height:40px;
    position:relative;
    line-height:40px;
    background:#dedede;
    margin-top:1px;
}
.settings_tickbox_text{
    margin-left:10px;
    float:left;
}

.submenu {
    margin: 20px 0;
}

.submenu .button {
    background-color: #697983;
    color: white;
    padding: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}

.submenu .button:hover {
    background-color: #7b8890;
}

.submenu .button span {
    margin-right: 10px;
    font-size: 18px;
    float: left;
}

span h1, span h2, span h3, span h3, span h4, span h5, span h6 {
    color: inherit !important;
}

#trial-banner{
    padding: 0 16px;
    min-height: 32px;
    line-height: 32px;
    width: 100%;
    background: #464646;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999999999999999999;
    color :#fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    text-align: center;
}
#upgrade-now{
    height: 32px;
    padding: 6px 20px;
    position: relative;
    /*float: right;*/
    background: #fff;
    color: #464646;
    font-weight: bold;
    width: 86px;
    margin-left: 10px;
}
#upgrade-now:hover{
    background: #eeeeee;
}
#dashboard-submenu{
    background: #f5f5f5;
    color: #333;
    min-height: 68px;
    line-height: 18px;
    width: 1600px;
    margin: auto;
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
#dashboard-submenu p{
    float: left;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
}
#dashboard-submenu i{
    float: left;
    opacity: 0.5;
}
#dashboard-submenu i:hover{
    opacity: 0.7;
    cursor: pointer;
}
#dashboard-submenu i.resize-active{
    opacity: 1.0;
}
#dashboard-submenu-text{
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: relative;
    width: 520px;
}
#dashboard-submenu-text p{
    padding-left: 5px;
    padding-right: 5px;
}
#dashboard-submenu-text a{
    font-weight: 500;
}
#dashboard-submenu-text a:hover{
    font-weight: 600;
    cursor: pointer;
}
#dashboard-submenu-text p.text-active{
    font-weight: 700;
}
#dashboard-submenu-text p{
    float: left;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
}
#dashboard-page-links{
    height: 32px;
    line-height: 32px;
    float: right;
    position: relative;
    width: 280px;
}
#dashboard-page-links p{
    padding-left: 10px;
    padding-right: 10px;
}
#dashboard-page-links a{
    font-weight: 500;
}
#dashboard-page-links a:hover{
    font-weight: 600;
    cursor: pointer;
}
#dashboard-page-links p{
    float: left;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
}
.submenu_border{
    width: 100%;
    height:1px;
    clear: both;
    background: #808080;
}
.screen-resize{

}
#view-fullscreen{
    height: 32px;
    line-height: 32px;
    float: left;
}
#view-fullscreen p{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}
#view-fullscreen:hover p{
    font-weight: 600;
    cursor: pointer;
}
#view-fullscreen:hover i{
    opacity: 0.7;
    cursor: pointer;
}
#dashboard-submenu-toggle{
    margin:auto;
    width: 180px;
}
#dashboard-submenu-toggle i{
    margin-left: 7px;
}
#site-preview{
    max-width: 1600px;
    height: 600px;
    margin: auto;
    background: #fff;
    /*height: -moz-calc(100% - 186px);
    height: -webkit-calc(100% - 186px);     
    height: calc(100% - 186px); */
}
.site-preview-fullscreen{
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 99999999999999999999999 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
#site-preview iframe{
    width: 100%;
    height: 100%;
    border: none;
}
#hide-fullscreen{
    height: 36px;
    width: 36px;
    padding: 10px;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999999999999999999999999 !important;
    background: #464646;
    display: none;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
}
#hide-fullscreen:hover{
    background: #545454;
}
.dashboard-more{
    display: none;
}
.dash-active{
    display: block !important;
}

#mobile-menu{
    height: 60px;
    width: 100%;
    background: #464646;
    color: #fff;
}
#mobile-logo{
    height: 40px;
    max-width: 200px;
    padding: 10px;
    float: left;
}
#mobile-dash-link{
    height: 36px;
    width: 36px;
    padding: 12px;
    float: right;
    color:#fff;
    opacity: 1.0;
}
#mobile-dash-link:hover{
    opacity: 0.7;
}
#mobile-menu img{
    max-height: 100%;
    max-width: 100%;
}
#mobile-dash-link .fa-3x {
    font-size: 3em !important;
}

@media screen and (max-width: 1600px){

    #dashboard-submenu{
        width: 100%;
    }
    #site-preview{
        width: 100%;
    }

}
@media screen and (max-width: 900px){

    #nav-vigo-btn {
        display: none !important;
    }
    #navigation {
        width: 100% !important;
    }
    div.menu-scroll.left-scroll {
        left: 0;
    }
    #view-fullscreen{
        /*width: 100% !important;*/
    }
    #dashboard-submenu-toggle{
        display: none !important;
    }
    #dashboard-submenu-text{
        width: 100% !important;

    }

}
@media screen and (max-width: 600px){

    .trial-hide{
        display: none;
    }

}
@media screen and (max-width: 1385px){

    #navigation{
        left:0;
        position: relative;
    }

}

div.grey_button {
    display: inline-block;
    float: left;
    color: #fff;
    background-color: #697983;
    padding: 20px 30px;
    margin-bottom: 1px;
    margin-right: 1px;
    font-size: 14px;
    position: relative;
}

div.grey_button:hover {
    background-color: #8397a1;
}

div.grey_button i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}