Duffer Derek

Current Path : /var/www/podiocopy.bitkit.dk/httpdocs/public/css/
Upload File :
Current File : /var/www/podiocopy.bitkit.dk/httpdocs/public/css/custom.css

/***Custom**/

html,
body {
    min-height: 100%;
    height: 100%;
}

body > .container{
    min-height: calc(100vh - 148px);
}

ul.statitics >li >div.workspaceName {
    float: left;
}

ul.statitics >li> ul {
    width: 80%;
    background: #f6f6f6;
    border-left: 1px solid #ccc;
    float: right;
}

div#sourceApps .input-field.col.s4, div#selectSpaces .input-field.col.s4{
    flex: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

@media only screen and (min-width: 600px) {
    ul.statitics >li> ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    div#sourceApps .input-field.col.s4, div#selectSpaces .input-field.col.s4{
        flex: 50%;
    }
}

@media only screen and (min-width: 1600px) {
    ul.statitics >li> ul {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}

.statitics li ul li {
    font-size: 14px;
    padding-top: 5px;
    font-weight: bold;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
}

.p-progress .statitics li ul {
    display: block;
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-gap: auto;
    -moz-column-gap: auto;
    column-gap: auto;
    width: 100%;
    float: none;
    background: transparent;
    border: 0;
}

.p-progress .statitics li ul li{
    display: block;
}

ul.statitics:after {
    clear: both;
    content: '';
    display: table;
}

li.workspaces:after {
    clear: both;
    content: '';
    display: table;
}

li.workspaces {
    margin: 25px 0;
}

li.apps {
    padding: 10px;
}

.workspaces > span {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 3px;
}

#estimateResult form.col.s12 {
    text-align: center;
    margin-top: 20px;
}

div#index-banner {
    min-height: calc(100% - 132px);
}

div#index-banner .flow-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.transfer-btn .col.s12 > .flow-text {
    font-weight: bolder;
}

.transfer-btn.orgMove > .col.s12 > .col.s12,
.transfer-btn.spaceMove > .col.s12 > .col.s12,
.transfer-btn.appMove > .col.s12 > .col.s12,
.transfer-btn.appToAppMove > .col.s12 > .col.s12 {
    background: #f0f0f0;
}

.orgMove #move_warning_src_container,
.orgMove #move_warning_dest_container,
.spaceMove #move_warning_src_container,
.spaceMove #move_warning_dest_container,
.appMove #move_warning_src_container,
.appMove #move_warning_dest_container,
.appToAppMove #move_warning_src_container,
.appToAppMove #move_warning_dest_container {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.orgMove #move_warning_dest_container,
.spaceMove #move_warning_dest_container,
.appMove #move_warning_dest_container,
.appToAppMove #move_warning_dest_container,
.orgMove #move_warning_src_container,
.spaceMove #move_warning_src_container,
.appMove #move_warning_src_container,
.appToAppMove #move_warning_src_container {
    margin-bottom: 15px;
}

.orgMove #move_warning_src_container .card-panel,
.orgMove #move_warning_dest_container .card-panel,
.spaceMove #move_warning_src_container .card-panel,
.spaceMove #move_warning_dest_container .card-panel,
.appMove #move_warning_src_container .card-panel,
.appMove #move_warning_dest_container .card-panel,
.appToAppMove #move_warning_src_container .card-panel,
.appToAppMove #move_warning_dest_container .card-panel {
    margin: 0;
}

.sourceDiv:after,
.destinationDiv:after {
    content: '';
    display: table;
    clear: both;
}

.destinationDiv .input-field.col,
.sourceDiv .input-field.col {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
}


/*.destinationDiv .input-field.col:first-child,
.sourceDiv .input-field.col:first-child {
    margin-bottom: 0px;
    margin-top: 10px;
}

.destinationDiv .input-field.col:last-child,
.sourceDiv .input-field.col:last-child {
    margin-bottom: 10px;
}*/

.sourceDiv .input-field p:first-child,
.destinationDiv .input-field p:first-child {
    margin-top: 0;
    font-weight: bolder;
    margin-bottom: 5px;
}

.red.lighten-2:before {
    content: "\26a0";
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}

.card-panel {
    padding: 15px 20px;
}

.sourceDiv p,
.destinationDiv p {
    margin-top: 0;
}

#sourceTable > table > thead > tr td {
    font-size: 16px;
    font-weight: bold;
}

#index-banner .sourceDiv,
#index-banner .destinationDiv,
#appSelDiv .sourceDiv,
#appSelDiv .destinationDiv {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .06);
    background: #fff;
    padding: 15px 0;
    margin: 20px 30px;
}
#index-banner .orgMove .sourceDiv,
#index-banner .orgMove .destinationDiv{
    padding: 15px 0 20px 0;
}
#selectSpaces .input-field {
    margin-bottom: 0;
}

#appTable {
    float: none!important;
}

div#sourceApps, div#selectSpaces{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form .select-wrapper {
    z-index: 99;
}

table.app_table {
    width: 100%;
}

div#sourceTable {
    float: none!important;
}

.g-recaptcha {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    div#sourceTable {
        padding: 0 15px;
    }
    .select2-container {
        width: 90%!important;
        margin: 0 auto;
    }
    .input-field.col.s6 p {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .orgMove #move_warning_src_container .card-panel,
    .orgMove #move_warning_dest_container .card-panel,
    .spaceMove #move_warning_src_container .card-panel,
    .spaceMove #move_warning_dest_container .card-panel,
    .appMove #move_warning_src_container .card-panel,
    .appMove #move_warning_dest_container .card-panel,
    .appToAppMove #move_warning_src_container .card-panel,
    .appToAppMove #move_warning_dest_container .card-panel {
        margin: 0 15px;
    }
    h1.header.center {
        font-size: 2.4rem;
    }
    .error p {
        font-size: 14px;
        padding: 0;
    }
    .container > br, .container >br + br{
        display: none;
    }
    br + h1.header.center{
        margin-bottom: 0;
        margin-top: 15px;
    }
    .faq{
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 100%;
    }
    #index-banner .sourceDiv,
    #index-banner .destinationDiv {
        margin: 15px 20px;
    }
    .select2-container {
        margin: 0 auto;
    }
    .input-field.col.s6 {
        text-align: center;
    }
    .input-field.col.s6 .wrap-inside {
        text-align: left;
    }
    .waves-effect {
        width: 90%;
        margin-bottom: 15px;
    }
}

.input-field.col.s4.additional-section {
    min-height: auto;
}

.status-block .col.s12 p.flow-text:first-child {
    font-weight: bolder;
}

@media only screen and (min-width: 768px) {
    .select2-container {
        width: 100%!important;
    }
}

.col.s12.mdl-card {
    float: none;
    width: 320px;
    height: 300px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.demo-card-square.mdl-card {
    width: 100%;
    height: 100%;
    background: #03A9F4;
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .14), 0 2px 10px 2px rgba(0, 0, 0, .12), 0 2px 2px -1px rgba(0, 0, 0, .2);
}

.demo-card-square.mdl-card:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.demo-card-square > .mdl-card__title {
    color: #fff;
    background: #03a9f4;
    text-align: left;
    padding: 20px;
    padding-bottom: 5px;
    height: calc(100% - 80px);
    display: table;
    width: 100%;
}

.new-card:before {
    content: 'New';
    position: absolute;
    right: -23px;
    color: #fff;
    background: crimson;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -13px;
    line-height: 50px;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .14), 0 1px 8px 2px rgba(0, 0, 0, .12), 0 2px 2px -1px rgba(0, 0, 0, .2);
}

.demo-card-square > .mdl-card__accent {
    background: #ff9800;
}

.mdl-card__supporting-text a {
    display: block;
    height: 75px;
    position: absolute;
    bottom: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: #434343;
    padding: 20px;
    padding-top: 25px;
    text-transform: none;
}

.mdl-card__supporting-text .light-blue.lighten-2 {
    background: #fff!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    overflow: visible;
    padding-right: 50px;
    width: 100%;
}

.mdl-card__title-text {
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
}

.mdl-card__supporting-text span,
.mdl-card__supporting-text i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.mdl-card-row:after {
    content: '';
    display: table;
    clear: both;
}

.mdl-card i.mdi-content-send.right {
    width: 50px;
    height: 50px;
    background: #2bbbad;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .14), 0 1px 8px 2px rgba(0, 0, 0, .12), 0 2px 2px -1px rgba(0, 0, 0, .2);
    position: absolute;
    top: -25px;
    right: 15px;
}

.mdl-card i.mdi-content-send.right:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    transform: scale(1.03);
    transition: all ease .25s;
}

.report-wrapper .col.s12 {
    width: 320px;
    display: inline-block;
    float: none;
}

@media only screen and (min-width: 480px){
    .menu-page .row.transfer-btn {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.menu-page .row.status-block {
    margin-bottom: 50px;
}

#appSelDiv .sourceDiv .col.s12.right-align {
    padding: 0;
    margin-top: 15px;
}

#appSelDiv .sourceDiv .col.s12.right-align .input-field {
    padding: 0;
}

#appSelDiv .sourceDiv .col.s12.right-align .input-field table {
    margin-bottom: 15px;
}

#appSelDiv .sourceDiv .input-field.col.selectApps {
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
    .mdl-card__supporting-text .light-blue.lighten-2 {
        margin-bottom: 0px;
    }
    .col.s12.mdl-card {
        width: 280px;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .report-wrapper .col.s12 {
        width: 90%;
    }
    .new-card:before {
        right: -16px;
        width: 40px;
        height: 40px;
        top: -6px;
        line-height: 40px;
        font-size: 12px;
    }
    .mdl-card__supporting-text span {
        font-size: 15px;
    }
}


/* --- map wizard --- */

#mapAppWizard > p {
    font-weight: bolder;
}

#mapAppWizard .outer-box {
    margin-top: 15px;
}

#mapAppWizard legend {
    font-size: 1.2rem;
    font-weight: bolder;
}

#mapAppWizard .tab-content label {
    font-size: 1.1rem !important;
    color: #434343;
    font-weight: 400 !important;
}

#mapAppWizard p.sourceLabel,
#mapAppWizard p.destLabel {
    margin-top: 10px;
    margin-bottom: 0;
}

#mapAppWizard p.sourceDetails,
#mapAppWizard p.destDetails {
    margin: 0;
}

#mapAppWizard .tab-content .sourceDetails label,
#mapAppWizard .tab-content .destDetails label {
    font-weight: 400!important;
    font-size: 1rem!important;
}

#mapAppWizard .tab-content fieldset .select2 {
    margin-top: 8px;
    margin-bottom: 15px;
}

#mapAppWizard .tabs-left > .nav-tabs {
    border-right: 0;
}

#mapAppWizard .tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus,
#mapAppWizard .tabs-left > .nav-tabs > a,
.tabs-left > .nav-tabs > a:hover,
.tabs-left > .nav-tabs > a:focus {
    border-right: 1px solid #ddd!important;
    color: #434343;
    margin: 5px 0;
}

#mapAppWizard .fieldMap .col.s6 p {
    font-weight: bolder;
    margin-bottom: 10px;
}

#mapAppWizard .fieldMap .row {
    margin-bottom: 0;
}

#mapAppWizard [type="checkbox"] + label {
    padding-left: 23px!important;
    height: 16px;
}
#mapAppWizard .userInvite [type="checkbox"] + label {
    padding-left: 36px!important;
}
.noShare p{
    font-size: 15px;
    font-weight: normal!important;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}
#mapAppWizard fieldset.topField{
    height: 275px;
}
.tab-content p.sourceDetails.srcLast {
    margin-bottom: 36px!important;
}

#mapAppWizard .sideWizard .appTab.active a{
    background: #1092CD;
    color: #fff;
}

#mapAppWizard .sideWizard .appTab:not(.disabled) a{
    background: #1092CD;
    color: #fff!important;
}

#mapAppWizard .sideWizard .appTab.disabled a{
    cursor: not-allowed;
}
#mapAppWizard .sideWizard .appTab.active a:after{
    color: #fff;
    content: '\203A';
    font-size: 24px;
    display: inline-block;
    font-weight: bolder;
    padding-left: 5px;
    vertical-align: top;
    line-height: 12px;
}

.row .col.s11.sameField{
    margin-bottom: 25px;
    padding-right: 34px;
    width: 102.2%;
}
.sameField p{
    background: #38ABC8;
    padding: 15px 20px;
    font-size: 15px;
    color: #fff;
}

/*.sameField p:before {
    content: 'i';
    width: 16px;
    height: 16px;
    background: #fff;
    color: #38ABC8;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    font-family: initial;
    margin-right: 8px;
}*/

.spaceUsers{
    padding-top: 15px!important;
    padding-bottom: 0!important;
}

.modal-close {
    float: right;
    text-align: center;
    cursor: pointer;
}

ul.userInstructions,ul.userInstructions li {
    list-style-type: decimal;
    list-style-position: outside;
}

ul.userInstructions {
    border: 1px solid #38ABC8;
    padding: 1.5em;
    margin-top: -15px;
}

ul.userInstructions li {
    margin: 1em;
}
ul.userInstructionLi li{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0px;
    margin-left: 30px;
}

@media only screen and (min-width: 601px) {
    .container.mapWizard-page {
        min-width: 580px;
    }
}

@media only screen and (min-width: 768px) {
    .container.mapWizard-page {
        min-width: 750px;
    }
}

@media only screen and (min-width: 769px){
    #mapAppWizard ul.sideWizard.nav.nav-tabs {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 993px) {
    .container.mapWizard-page {
        min-width: 950px;
    }
}

@media only screen and (min-width: 1024px) {
    .container.mapWizard-page {
        min-width: 1000px;
    }
}

@media only screen and (max-width: 992px) {
    ul#nav-mobile{
        padding-top: 64px;
    }
    .side-nav a{
        height: 50px;
        line-height: 50px;
        display: inline;
    }
    ul.faq img {
        width: 100% !important;
    }
    .material-tooltip {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    #mapAppWizard ul.sideWizard.nav.nav-tabs {
        display: block;
        width: 100%;
    }
    #mapAppWizard ul.sideWizard.nav.nav-tabs + .tab-content {
        float: left;
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    footer.page-footer .light-blue .footer-copyright{
        height: 50px;
    }
    ul#nav-mobile{
        padding-top: 56px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    #mapAppWizard .tab-content .row .col.s6 {
        width: 50%!important;
    }
}

ul#userMenu {
    top: 65px!important;
}
.userAuth{
    width: 100%;
}
.userAuth a{
    background: #fff;
    font-size: 1.2rem;
    color: #26a69a;
    /*	    display: block;*/
    box-shadow: 0px 0px 4px #ddd;
}
.hidden{
    display: none;
}
.active-home{
    background-color: rgba(0, 0, 0, 0.1);
}

.input-field.col.s6.offset-s3.btn-container{
    margin-left: calc(25% - 40px);
    margin-top: 0;
    margin-bottom: 30px;
}

footer.page-footer .footer-copyright,footer.page-footer .footer-copyright ul, footer.page-footer .footer-copyright li{
    height: 64px;
    line-height: 64px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px){
    .destinationDiv .input-field.col, .sourceDiv .input-field.col{
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .input-field.col.s6.offset-s3.btn-container {
        width: 66.2%;
        margin: 0 auto;
        float: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px){
    .input-field.col.s6.offset-s3.btn-container {
        padding-right: 70px;
    }
}
@media only screen and (max-width: 768px){
    .destinationDiv .input-field.col, .sourceDiv .input-field.col{
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 600px){
    .btn-container{
        text-align: center;
    }
    .input-field.col.s6.offset-s3.btn-container .waves-effect {
        width: 70%;
        margin-bottom: 15px;
    }
}

#nav-mobile li.menu-item i{
    display: inline-block;
    color: #333;
    font-size: 16px;
}
li.userAuth a, li.userAuth a i{
    font-size: 1em;
}

li.userAuth a i{
    float: left;
    margin-right: 10px;
}
#moveModal{
    top: 0 !important;
}
#moveModal .modal-content{
    height: auto;
    max-height:600px;
    overflow: auto;
    padding: 50px !important;
    border-radius: 0;
}
#moveModal .s12 .btn-primary{
    height: auto !important;
    width: auto !important;
    padding: 10px 20px !important;
    margin-bottom: 15px !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    line-height: initial;
}
#moveModal .statitics li{
    padding-right: 10px;
    padding-left: 0 !important;

}
#estimateResult .row label,
#estimateResult #disabled{
    color: #000;
    font-weight: bold;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists