/* Sticky footer styles
-------------------------------------------------- */
#app {
    margin-bottom: 50px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #adadad 150%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#adadad 150%);
    background: linear-gradient(to right, #ffffff 0%,#adadad 150%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adadad',GradientType=1 );

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Set the fixed height of the footer here */
    line-height: 50px; /* Vertically center the text there */
    background-color: #666;
    color: #fff;
}

form[role=login] {
	color: #5d5d5d;
	background: #f2f2f2;
	padding: 26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
form[role=login] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}
form[role=login] input,
form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
}
form[role=login] > div {
    text-align: center;
}

form[role=login] input:focus {
    border-color: #059b39;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

.login-form {
    margin: 40px auto;
    max-width:400px;
}

.square-lg {
    width: 203px;
    height: 203px;
    background-size: cover;
    background-position: center;
}

.square-lg img {
    width: 200px;
    height: 200px; 
}

/* STUDIO LAYOUT */
.studio-padding {
    padding-top: 4%;
    position: relative;
}

.studio-padding-small {
    padding: 10px 0;
}

.studio-row {
    text-align: center;
}

.studio-icon {
    height: 135px;
    cursor: pointer;
}

.studio-icon-disabled {
    cursor: default !important;
}

.studio-icon-disabled a {
    cursor: default !important;
}

.studio-icon-disabled:hover {
    cursor: default !important;
}

.studio-icon a:hover {
    text-decoration: none;
}

.studio-icon:hover .studio-image {
    -webkit-filter: drop-shadow( 0px 0px 5px #fff ) drop-shadow( 0px 0px 10px #fff ); 
            filter: drop-shadow( 0px 0px 5px #fff ) drop-shadow( 0px 0px 10px #fff );
    fill: #fff !important;
}

.studio-icon:hover .studio-image .st2,
.studio-icon:hover .studio-image .st4,
.studio-icon:hover .studio-image .st6,
.studio-icon:hover .studio-image .st7,
.studio-icon:hover .studio-image .st9,
.studio-icon:hover .studio-image .st11,
.studio-icon:hover .studio-image .st12,
.studio-icon:hover .studio-image .st13 {
    stroke: #fff !important;
}

.studio-icon:hover .studio-image .st1,
.studio-icon:hover .studio-image .st3,
.studio-icon:hover .studio-image .st6,
.studio-icon:hover .studio-image .st8,
.studio-icon:hover .studio-image .st10,
.studio-icon:hover .studio-image .st12,
.studio-icon:hover .studio-image .st14 {
    fill: #fff !important;
}

.studio-image circle {
    transition: all 0.3s ease;
}

.studio-image path {
    transition: all 0.3s ease;
}

.studio-image line {
    transition: all 0.3s ease;
}

.studio-image polygon {
    transition: all 0.3s ease;
}

.studio-image {
    transition: all 0.3s ease;
    -webkit-filter: none; 
            filter: none;
    opacity: 0;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}

.studio-disabled-image {
    cursor: default;
    transition: all 0.3s ease;
    -webkit-filter: none; 
            filter: none;
    opacity: 0;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}

.studio-text-container {
    opacity: 0;
    display: table;
    text-align: center;
    width: 100px;
    margin: auto;
    font-weight: 900;
    height: 50px;
    margin-top: 5px;
}

.studio-text {
    transition: color 0.3s ease;
    display: table-cell;
    line-height: 18px;
    vertical-align: middle;
}

.studio-icon:hover .studio-text {
    color: #fff;
}

.studio-text-disabled {
    color: #bbb !important;
}

/* ICONS */
.st0{ display: none; }
.st1{ display: inline; fill: #E6E6E6; }
.st2{ fill: none; stroke: #139e13; stroke-width: 15; stroke-miterlimit: 10; }
.st3{ fill: #139e13; }
.st4{ display: inline; fill: none; stroke: #139e13; stroke-width: 15; stroke-miterlimit: 10; }
.st5{ display: inline; }
.st6{ fill: #139e13; stroke: #139e13; stroke-width: 3; stroke-miterlimit: 10; }
.st7{ display: inline; fill: none; stroke: #536ab6; stroke-width: 15; stroke-miterlimit: 10; }
.st8{ fill: #536ab6; }
.st9{ display: inline; fill: none; stroke: #e49329; stroke-width: 15; stroke-miterlimit: 10; }
.st10{ fill: #e49329; }
.st11{ display: inline; fill: none; stroke: #e49329; stroke-width: 10; stroke-linecap: round; stroke-miterlimit: 10; }
.st12{ fill: #e49329; stroke: #e49329; stroke-width: 6; stroke-miterlimit: 10; }
.st13{ display: inline; fill: none; stroke: #888; stroke-width: 15; stroke-miterlimit: 10; }
.st14{ fill: #888; }
.st17{ display: inline; fill: none; stroke: #bbb; stroke-width: 15; stroke-miterlimit: 10; }
.st18{ fill: #bbb; }