/**
 *
 */

* {
    margin: 0;
    padding: 0;
}


html, body {
    min-height: 100%;
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    background-color: #f5f5f5;
    color: #333;
}
html, body, .container {
    height: 100%;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

p {
    margin: 1em;
}

label {
    color: #505050;
    margin-bottom: 4px;
}

.radio--fancy {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    border: 1px #309 solid;
}
.radio--fancy label {
    margin: 0;
    padding: 8px 1.4em 8px 2.6em;
    font-weight: bold;
    color: #309;
    cursor: pointer;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
       -moz-transition: background-color .15s ease-in-out, color .15s ease-in-out;
        -ms-transition: background-color .15s ease-in-out, color .15s ease-in-out;
         -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
            transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

.radio--fancy label.checked,
.radio--fancy label:hover {
    background-color: #309;
    color: #fff;
}


.btn,
.btn--primary {
    padding: .6em 1.4em;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
}

.btn--primary {
    border: 1px #309 solid;
    background-color: #fff;
    color: #309;
    -webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
       -moz-transition: background-color .15s ease-in-out, color .15s ease-in-out;
        -ms-transition: background-color .15s ease-in-out, color .15s ease-in-out;
         -o-transition: background-color .15s ease-in-out, color .15s ease-in-out;
            transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.btn--primary:focus,
.btn--primary:hover {
    background-color: #309;
    color: #fff;
}


.wrapper {
    margin: 0 auto;
    min-height: 100%;
}

.row--companyFields {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}


.header {
    cursor: default;
    height: 120px;
    background: #330099;
}

.banner {
    height: 100%;
    text-align: center;
}

.logo {
    width: 380px;
    margin-top: 36px;
}

.banner__text {
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 42px;
    font-size: 2.4em;
    font-weight: bold;
}

.banner__text span {
    background: #fff;
    color: #330099;
    padding: 5px 8px 2px 6px;
    border-radius: 3px;
    border-top-right-radius: 20px;
    font-size: .8em;
}


.container {
    height: calc(100% - 120px);
}


@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}


.sidebar {
/*    float: left;
    width: 20%;
    height: 100%;
    min-height: 400px;*/
    display: none;
    color: #484848;
    background: #fff;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #d2d2d2;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 121px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 10px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
}


.nav-menu {
    width: 100%;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.menu-list__item--active,
.menu-list__item {  }
.menu-list__item--active {
    background: #f1f1f1;
} 

.menu-list__item-static { 
    font-size: 1.2em;
    color: #888;
    padding: 12px 16px;
    font-weight: bold;
}

.menu-list__item--active a,
.menu-list__item a {
    padding: 12px 22px;
    color: #484848;
    display: block;
    font-size: 1em;
}

.menu-list__item a:hover {
    background-color: #330099;
    color: #fff;
}



.content {
    padding: 0;
}



.cbox {
}

.cbox__title {
    font-size: 1.5em;
    color: #888;
    padding: 0.8em;

    position: relative;
    z-index: 1010;

    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .08);
    /*border-left: 1px #e0e0e0 solid;*/
    border-bottom: 1px solid #d2d2d2;
}

.cbox__info {
    background-color: #fff;
    margin: 1.2em;
    padding: 1.2em;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14);
}

.cbox__description {
    margin: 0 0 1.2em 0;
}

.cbox__description p {
    margin: 0;
}


.cbox__form {
    overflow: hidden;
    padding: 1em 0;
}


.form-control:focus {
    border-color: #309;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(0, 0, 0, 0.18);
}


.input-group {
    width: 50%;
    float: left;
}

.input-group label {
    width: 100%;
    float: left;
    font-size: .85em;
    color: #696969;
}

.input-group__textbox {
    width: 100%;
    padding: .4em;
    border-radius: 2px;
    border: 1px #888 solid;
    outline: none;
}

