.gray_bg {
    background-color: #f2f2f2;
}

.dark_gray_bg {
    background-color: #999;
}

.gray_text {
    color: #5a5a5a;
}

.darkpurple_text {
    color: #41008F;
}

.purple_text {
    color: #8237dc;
}

.logo {
    background-color: #8237dc;
    color: white;
    padding-left: 20px;
    line-height: 65px;
    width: 100%;
    margin-top: -20px;
    padding-top: 10px;
}

header section {
    margin-bottom: -10px;
}

.logo img.ambitalogo {
    width:200px;
}

.logo .right {
    width: 30px; height: 18px; display: inline; float:right
}

.logo .left {
    display: inline;
}

.signin-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-signin button {
    background-color: #8237dc;
    border-color: #41008F;
    color: white;
}

.form-control:hover, .form-control:focus {
    border-color: #41008F;
    box-shadow: inset 0 1px 1px #ebebeb, 0 0 8px #8237dc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #7425D4;
    border-color: #41008F;
}

a {
    color: #2ab7a4;
}

a:hover,a:focus {
    color:#34d9c3;
}

.section-layout2 {
    height: 90px;
    background-color: #ebebeb;
    margin-bottom: -20px;
    padding-left: 5px;
    position: relative;
}

.section-layout {
    height: 90px;
    background-color: #f5f5f5;
    margin-bottom: -20px;
    padding-left: 5px;
}

.footer {
    color: white;
    background-color: #999;
}

.content {
    margin-bottom: 0;
    position: static;
}
.main_image img {
    position: absolute;
    width: 100%;
    height: auto;
    margin-left: -30px;
}
.main_image .infobox {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.main_image {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.main_image img {
    height: 50%;
    position: absolute;

}

.main_image .infobox {
    font-size: 33px;
    color: white;
    background-color: rgba(54, 0, 118, 0.7);
    width: 391px;
    float: right;
    padding: 30px 30px;
    position: relative;
    z-index: 999;
    margin: 30px 30px 30px 30px;
}
.main_image .infobox p {
    margin: 0;
    line-height: 42px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/********************************************************/
/* boxes with the apis */
.api-list {
    margin-right: -15px;
    margin-left: -15px;
}
.item {
    float: left;
    width: 33%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.api {
    position: relative;
    display: block;
    height: 200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    color: #596368;
    background-color: #fff;
    box-shadow: 0 0 5px #d0d3d5;
}
.api-logo {
    height: 70px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.read-more {
    float: right;
}
.swagger {
    float: left;
}

/********************************************************/
/* Footer */

footer .container {
    position: relative;
    background-color: #5a5a5a;
    margin-top: 20px;
}
.social_footer {
    position: absolute;
    left: 0;
    z-index: 999;
    top: -21px;
    display: block;
    width: 43px;
}
.social_footer img {
    width: 100%;
}
.social_footer.fb {
    left: 50px;
}
.logo_footer {
    position: absolute;
    bottom: 0;
    right: 50px;
    opacity: 0.1;
}
.logo_small_footer {
    position: absolute;
    width: 100px;
}
.logo_small_footer img{
    width: 100%;
}
.adress_footer {
    color: white;
    line-height: 20px;
    padding-top: 50px;
    float: left;
    width: 20%;
}
.contact_footer {
    display: block;
    margin-top: 45px;
    color: #34d9c3;
    font-size: 16px;
}

footer .credits_icons_footer {
    width:100%;
    float: left;
    clear: left;
    text-align: center;
}

/*************************************************/
/* from responsive.css and style.css from Ambita intranettpage*/

.latestnews article {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 0;
}
.latestnews article:last-of-type {
    margin-bottom: 0;
}
.latestnews {
    padding-bottom: 30px;
}
.latestnews article .readmore {
    margin-top: -5px;
}

.latestnews {
    padding-bottom: 50px;
}
.latestnews h2 {
    margin-bottom: 20px;
}
.latestnews h2 a {
    color: #414042;
    text-decoration: none;
}
.latestnews article {
    width: 50%;
    float: left;
    padding-right: 55px;
}
.latestnews article h3 {
    margin: 0;
    margin-bottom: 5px;
}
.latestnews article h3 {
    text-decoration: none;
    color: #8237dc;
}
.latestnews article img {
    width: 100%;
    margin-bottom: 15px;
}
.latestnews article p {
    margin-top: 0;
}
.latestnews article p,
.latestnews article .readmore {
    font-size: 14px;
    line-height: 18px;
    color: #5a5a5a;
}
.latestnews article .readmore {
    color: #2ab7a4;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
