/**
 * Stylesheet for the Payrope Homepage
 * (c) 2016, Payrope
 */

body {
    background-color: #fff!important; /* for the pages "outside" */
}


.panel .panel-heading {
    color: #fff;
    background-color: #62adfe;
}

.panel .panel-footer {
    color: #fff;
    background-color: rgb(239, 239, 239);
}

#reportContainer.show {
    display: block;
}
#reportContainer.hide {
    display: none;
}
#reportContainer {
    position: absolute;
    z-index: 999;
    background: #fefefe;
    border: 2px solid rgba(200, 200, 240, 0.34);
    box-shadow: 0 0 2px rgba(20, 20, 20, .74);
    padding: 20px;
    min-width: 80%;
    display: block;
}

#reportContainer #reportData {
    min-height: 100px;
    display: block;
}

/** Dashboard 
 * TODO: Move dashboard styles to own file...
 **/
.dashboard-panel .panel-heading {
    font-size: 2em;
}

.dashboard-panel-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dashboard-panel-list .dashboard-panel-item,
.dashboard-panel-list li {
    background-color: rgba(250, 250, 250, 0.5);
    display: inline-block;
    float: left;
    padding: 15px;
    text-align: center;
    margin: 5px;
    width: 150px;
}

.dashboard-panel-list li a {
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
}

.dashboard-panel-list > li .payrope-icon {
    display: block;
    text-align: center;
    font-size: 3.6em;
}

.dashboard-panel .panel-body {
    color: #fff;
    background-color: #62adfe;
}

.dashboard-panel .panel-body a {
    color: #fff!important;
    text-decoration: underline;
}

.dashboard-icon {
    display: block;
    text-align: center;
    font-size: 3.6em;
}

/** Hero Unit stuff **/


.hero-unit {
    color: #fff;
    background: #333;
    background: url('./hero-image-0.jpg') no-repeat;
    background-position: bottom;
    height: 400px;
    padding: 10px;
}

.hero-content {    /* Make content touch left of area, clears bs padding*/
    padding-left: 3px!important;
    padding-right: 3px!important;
}
@media(min-width: 768px) {
    .hero-content {
        padding-top: 30px;
    }
}

.hero-unit .hiw-wrapper {
    margin: 20px 0;
    padding: 0;
    padding-left: 4em;
}

.hero-unit .intro-text {
    background: rgba(0, 0, 0, 0.5);
    backface-visibility: visible;
    padding: 3px;
    width: 100%;
}

.hero-unit .hiw-wrapper .how-it-works,
.hero-unit .hiw-wrapper .how-it-works:hover,
.hero-unit .hiw-wrapper .how-it-works:active {
    padding: 10px 20px;
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(50, 50, 50, .8),
                inset 0px 0px 1px rgba(200, 200, 200, 0.5); 
    color: #fff;
    font-weight: bold;
    background: #007FC6;
    text-decoration: none;
    border-radius: 2px;
}

/** Registration Panel **/
.registration-panel.simple {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(100, 100, 100, 1); 
    color: #333;
    padding: 10px;
    margin: 10px 0;
}

.registration-panel .create-account-actions {
    padding: -10px;
}

/**
 * Two actions here, create and login.
 * Create takes about 3/4 of the space
 */
.registration-panel .create-account-actions {
    margin-top: 20px;
}

.registration-panel .create-account-actions button,
.registration-panel .create-account-actions input {
    width: 49%;
    display: inline-block;
    padding: 15px;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.registration-panel .create-account-actions .create {
    width: 69%;
    background: #007FC6;
    background: #00c659;
}
.registration-panel .create-account-actions .login {
    width: 29%;
    background: #EC6B23;
}

.registration-panel .error-message {
    padding: 5px;
    margin: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
/**
 * Call2action
 */

.call-to-action-container {
    margin-top: 15px!important;
}


.call-to-action {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(100, 100, 100, .5); 
    padding: 15px;
    margin: 5px 0;
}

.call-to-action .icon img {
    width: 150px;
    height: 150px;
    margin: 3px;
    display: block;
    float: left;
}

.call-to-action .col-md-4,
.call-to-action .col-md-8 {
    padding: 0; /* no, no padding */
}

.call-to-action .icon,
.call-to-action .description {
    display: block;
    float: left;
}

/** our own clearfix; for our floats above**/
.call-to-action .action-area {
    float: none;
    clear: both;
    display: block;
}

.affiliates {
    color: rgba(160, 160, 160, 1);
}


/*
 * Nudge the "Supported Platforms" text to the right by twice 
 * the padding of a .panel-heading
 */
.heading-panel-hack {
    padding-left: 30px;
}

.affiliates .integrations {
    box-shadow: 0px 0px 2px rgba(200, 200, 200, .5); 
    border: 2px solid rgba(200, 200, 200, .5); 
    padding: 15px;
    margin: 10px 0;
}

.affiliates .integrations.rounded {
    border-radius: 4px;
}

.affiliates .integrations .platforms div {
    display: inline-block;
    min-width: 200px;
    min-height: 100px;
    margin: 0 7px;
}
.affiliates .integrations .platforms div > img {
    /* width: 200px!important; */
    height: 100px!important;
}

.network-integrations {
    display: block;
    margin-bottom: 20px!important;
}

.network-integrations .networks-wrapper {
    padding: 10px 0;
    display: block;
}

.network-integrations.rounded {
    border-radius: 4px;
}

.network-integrations ul.networks {
    padding: 0;
    margin: 0;
}
.network-integrations .networks li {
    display: inline!important;
    float: left;
    padding: 0 20px;
}

.network-integrations .networks .supported-network div {
    display: inline-block;
    min-width: 200px;
    min-height: 100px;
    margin: 0 7px;
}

.network-integrations .networks .supported-network > img {
    /* width: 200px!important; */
    height: 100px!important;
}
