﻿html, body {
    padding: 0px;
    padding-bottom: 20px;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

label {
    font-weight: normal;
}

.validationMessage {
    color: Red;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

.center-block {
    float: none !important;
}

.k-widget.k-tabstrip.tabstrip-vertical {
    /*Width of the tabs*/
    padding-left: 196px;
}

    .k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items {
        left: -5px;
        position: absolute;
    }

        .k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items > li.k-item {
            display: block;
            border-radius: 4px 0 0 4px;
            border-width: 1px 0 1px 1px;
            /*Width of the tabs*/
            width: 200px;
        }

            .k-widget.k-tabstrip.tabstrip-vertical > ul.k-tabstrip-items > li.k-item.k-state-active {
                border-right-color: #fff;
                border-right-width: 1px;
            }

.k-widget.k-tabstrip > ul.k-tabstrip-items > li.k-item.k-state-active {
    font-weight: bold;
    background-color: #d9edf7;
}


.k-window div.k-window-content {
    overflow: hidden;
}

.view {
    display: none;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding: 10px;
    padding-bottom: 50px; /* Height of the footer element */
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
    padding-bottom: 0px;
    height: 60px;
    margin-bottom: -40px;
}

a.logo {
    background: url(~/images/oceanos_logo.png) no-repeat top left;
    display: block;
    width: 284px;
    height: 52px;
    text-indent: -9999px; /* hides the link text */
}

/*the basics, and works for FF*/
#LoadingDiv {
    margin: 0px 0px 0px 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 9999;
    padding-top: 250px;
    padding-left: 0px;
    width: 100%;
    clear: none;
    background: url(../images/transbg.png);
    /*background-color:#666666;
    border:1px solid #000000;*/
}

/*IE will need an 'adjustment'*/
* html #LoadingDiv {
    position: absolute;
    height: 100%;
}

.k-grid-header .k-header {
    font-weight: bold;
    background-color: #446e9b;
    color: white;
}

.k-grid th.k-header .k-link {
    color: white;
}

.k-grid tr td {
    border-style: none;
}

.reportingGrid.k-grid, .reportingGrid.k-grid * {
    background: white !important;
    border: 0 !important;
}

    .reportingGrid.k-grid .k-grid-content {
        overflow-y: hidden;
    }

.nobr {
    white-space: nowrap !important;
}

.required:after {
    content: " *";
    color: #f00;
}

#ButtonEloquaCred {
    background: url(../images/button_manage_eloqua_cred.png) no-repeat;
    width: 184px;
    height: 29px;
    border: none;
}

    #ButtonEloquaCred:hover {
        background: url(../images/button_manage_eloqua_cred_rollover.png) no-repeat;
        width: 184px;
        height: 29px;
        border: none;
    }

#ButtonMarketoCred {
    background: url(../images/button_manage_marketo_cred.png) no-repeat;
    width: 184px;
    height: 29px;
    border: none;
}

    #ButtonMarketoCred:hover {
        background: url(../images/button_manage_marketo_cred_rollover.png) no-repeat;
        width: 184px;
        height: 29px;
        border: none;
    }

#ButtonApiCred {
    background: url(../images/button_manage_oceanos_cred.png) no-repeat;
    width: 184px;
    height: 29px;
    border: none;
}

    #ButtonApiCred:hover {
        background: url(../images/button_manage_oceanos_cred_rollover.png) no-repeat;
        width: 184px;
        height: 29px;
        border: none;
    }

.fliparrow, fliparrow1 {
    width: 15px;
    padding-top: 0px;
    color: #2491f2;
}

.flipper {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    position: relative;
}

    /*.flipper .card.flipped {
        -webkit-transform: rotatey(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        filter: FlipH;
        -ms-filter: "FlipH";
    }*/

    .flipper .card .back.flipped {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .flipper .card .front.flipped {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .flipper .card {
        width: 100%;
        min-height: 515px;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: 0.9s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 0.9s;
        -moz-transition: 0.9s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 0.9s;
        transform-style: preserve-3d;
        position: relative;
    }

        .flipper .card.shadowed {
            -webkit-box-shadow: #B3B3B3 5px 5px 5px;
            -moz-box-shadow: #B3B3B3 5px 5px 5px;
            -khtml-box-shadow: #B3B3B3 5px 5px 5px;
            box-shadow: #B3B3B3 5px 5px 5px;
            -webkit-border-radius: 25px;
            -khtml-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
        }

        /*.flipper .card .face:before {
            display: block;
            content: "";
            width: 25%;
            height: 25%;
            position: absolute;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-top-left-radius: 25px;
            -khtml-border-radius-topleft: 25px;
            -moz-border-radius-topleft: 25px;
            border-top-left-radius: 25px;
        }

        .flipper .card .face1:before {
            display: block;
            content: "";
            width: 25%;
            height: 25%;
            position: absolute;
            border-top: 1px solid #000;
            border-left: 1px solid #000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-top-left-radius: 25px;
            -khtml-border-radius-topleft: 25px;
            -moz-border-radius-topleft: 25px;
            border-top-left-radius: 25px;
        }

        .flipper .card .face:after {
            display: block;
            content: "";
            width: 25%;
            height: 25%;
            position: absolute;
            bottom: 1px;
            right: 1px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-bottom-right-radius: 25px;
            -khtml-border-radius-bottomright: 25px;
            -moz-border-radius-bottomright: 25px;
            border-bottom-right-radius: 25px;
        }

        .flipper .card .face1:after {
            display: block;
            content: "";
            width: 25%;
            height: 25%;
            position: absolute;
            bottom: 20px;
            right: 20px;
            border-bottom: 1px solid #000;
            border-right: 1px solid #000;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-bottom-right-radius: 25px;
            -khtml-border-radius-bottomright: 25px;
            -moz-border-radius-bottomright: 25px;
            border-bottom-right-radius: 25px;
        }*/

        .flipper .card .face, .face1 {
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: 0.9s;
            -webkit-transform-style: preserve-3d;
            -webkit-transform: rotateY(0deg);
            -moz-transition: 0.9s;
            -moz-transform-style: preserve-3d;
            -moz-transform: rotateY(0deg);
            -o-transition: 0.9s;
            -o-transform-style: preserve-3d;
            -o-transform: rotateY(0deg);
            -ms-transition: 0.9s;
            -ms-transform-style: preserve-3d;
            -ms-transform: rotateY(0deg);
            transition: 0.9s;
            transform-style: preserve-3d;
            transform: rotateY(0deg);
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid #35577b;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 25px;
            -khtml-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
        }

        .flipper .card .front {
            -webkit-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
            background: #FFFFFF;
            z-index: 2;
        }

        .flipper .card .back {
            background: #FFFFFF;
            -webkit-transform: rotatey(-180deg);
            -moz-transform: rotateY(-180deg);
            -o-transform: rotateY(-180deg);
            -ms-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
        }

.form-control-checkbox {
    display: block;
    width: 100%;
    height: 25px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.iconshell {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.iconglyph {
    font-size: 40px;
}

.bluecontainer {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #35577b;
    background-color: #DBEEF3;
    -webkit-box-shadow: #B3B3B3 5px 5px 5px;
    -moz-box-shadow: #B3B3B3 5px 5px 5px;
    -khtml-box-shadow: #B3B3B3 5px 5px 5px;
    box-shadow: #B3B3B3 5px 5px 5px;
}

.graycontainer {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #35577b;
    background-color: #d7d7d7;
    -webkit-box-shadow: #B3B3B3 5px 5px 5px;
    -moz-box-shadow: #B3B3B3 5px 5px 5px;
    -khtml-box-shadow: #B3B3B3 5px 5px 5px;
    box-shadow: #B3B3B3 5px 5px 5px;
}

.center-table {
    margin: 0 auto !important;
    float: none !important;
}

.k-treeview .k-in.k-state-hover,
.k-treeview .k-in.k-state-focused,
.k-treeview .k-in.k-state-selected {
    border-color:transparent;
    background-color:transparent;
    background:transparent;
}

.k-treeview > ul > li
{
    font-size: 11px;
    text-transform: none;
}

.k-treeview .k-item .k-in
{
    padding: 0;
}

.k-multiselect-wrap
{
/* enable scrollability */
overflow: auto;
/* control selected items' container - use height or min-height and/or max-height */
max-height: 70px;
}