﻿/* Software Alliance Limited - Responsive Website Template
Author:GS
Author URI:http://www.softwarealliance.net
Author e-mail:hello@softwarealliance.net
Version:1.4.0
Created:February 2017
License URI:http://support.wrapbootstrap.com/
*/

/* Licence Activations Page */
.items-per-page {
    font-weight: normal;
}

.panel-heading .btn-default {
    padding: 7px 20px;
    display: inline;
    color: white;
}

.selected-page-size {
    min-width: 5rem;
}

input {
    border: none;
}

input.deactivate-checkbox {
    margin: 21% 0 0 45%
}

input.column-search {
    width: 100%;
    min-width: 65px;
    border-radius: 4px;
}

.column-search-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.column-search-container .fa-filter {
    margin-left: 5px;
    background: white;
    padding: 4px;
    border-radius: 4px;
}

/* Edit Documents */
.documents-table .text-area {
    transition: all 0.3s ease-in-out;
    width: 200px;
    height: 50px;
    overflow: hidden;
}

.documents-table .grow:focus:not(:placeholder-shown) {
    width: 300px;
    height: 150px;
}
.documents-table textarea {
    border: 1px solid #e9e9e9;
}

/* Ticker */
.ticker-adjustment {
    margin-top: 30px;
}

.ticker {
    background-color: #1195C6;
    position: absolute;
    z-index: 21;
    top: 10.2%;
    width: 100%;
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 300;
    padding: 5px;
}

.ticker span {
    font-weight: 500;
}

.ticker a {
    color: white;
    text-decoration: underline;
}

.ticker-table input {
    border: 1px solid #e9e9e9;
}

.imgborder {
    border-color: #e1e1e1;
    border-width: thin;
    border-style: solid;
}

.triangle {
    z-index: 21;
    /*position: fixed;*/
    position: absolute;
    top: 122px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 140px 140px 0;
    border-color: transparent #F2672E transparent transparent;
}

.triangle .text {
        text-align:center;
        font-size: 34px;
        display: block;
        margin-top: 18px;
        margin-bottom: 0px;
        margin-left: 62px;
        margin-right: 0px;
        width: 70px;
        color: #ffffff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
        transform: rotate(45deg);
}

.triangle .smalltext {
        text-align: center;
        font-size: 12px;
        display: block;
        margin-top: -12px;
        margin-bottom: 0px;
        margin-left: 31px;
        margin-right: 0px;
        width: 100px;
        color: #ffffff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -sand-transform: rotate(45deg);
        transform: rotate(45deg);

}

/* Small devices (tablets, phones less than 767px) */
@media (min-width: 376px) {
    .triangle {
        top: 0;
        display: none;
    }    
    .ticker {
        top: 0;
        display: none;
    }
}

/* iphone portait - special */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .triangle {
        top: 0;
        display: none;
    }    
    .ticker {
        top: 0;
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .triangle {
        top: 128px;
        display: block;
    }
    .ticker {
        top: 24%;
        display: block;
    }
}

@media (min-width: 992px) {
    .triangle {
        top: 78px;
        display: block;
    }
    .ticker {
        top: 11.5%;
    }
}

@media (min-width: 1100px) {
    .ticker {
        top: 10.5%;
    }
}

@media (min-width: 1200px) {
    .triangle {
        top: 79px;
        display: block;
    }
}




.homeicon {
    height: 75px;
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pvmb-0 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.very_small {
    font-size: 12px;
}

h2 {
	text-transform:none;
}

.sal-bg:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.thin_grey_border {
	border: 1px solid #88898C;
}

.sal-blue {
	color:#1195C6;

}

.sal-dark-bg {
  background-color: #1195C6;
  color: #ffffff;
}

.sal-dark-bg + .sal-dark-bg:not(.image-box):not(.full-image-container):not(.full-text-container):not(.full-width-section) {
  background-color: #555555;
}

.sal-dark-bg + .sal-dark-bg + .sal-dark-bg {
  background-color: #1195C6;
}

.sal-dark-bg h1,
.sal-dark-bg h2,
.sal-dark-bg h3,
.sal-dark-bg h4,
.sal-dark-bg h5,
.sal-dark-bg h6 {
  color: #ffffff;
}

.sal-dark-bg a:not(.btn) {
  text-decoration: underline;
  color: #cdcdcd;
}

.sal-dark-bg a:not(.btn):hover {
  text-decoration: none;
  color: #cdcdcd;
}

.sal-dark-bg .separator-3:after {
  background: #ffffff;
  background: -moz-linear-gradient(right, #ffffff 0%, #1195C6 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(0%, #666666), color-stop(35%, #555555), color-stop(70%, #444444), color-stop(100%, #373737));
  background: -webkit-linear-gradient(right,  #ffffff 0%, #1195C6 100%);
  background: -o-linear-gradient(right,  #ffffff 0%, #1195C6 100%);
  background: -ms-linear-gradient(right,  #ffffff 0%, #1195C6 100%);
  background: linear-gradient(to right,  #ffffff 0%, #1195C6 100%);
}


.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-10-top {
    padding-top: 10px;
}

.pv-40-top {
    padding-top: 40px;
}

.vertical .nav-tabs > li a {
	padding-right:50px !important;
}


.image-box .body {
    padding: 0px 15px 15px 15px;
}


.disabledfooter {
	font-size:13px;
	padding:1px;
}

.disabledmenuitem {
	padding:5px 0px;
}

.downloadtitle {
	color: rgb(17,149,198);
	margin-bottom: 0px;
}

.downloaddescription {
	color: rgb(106,98,109);
	width: 100%;
}

.salnegpad15 {
	margin-top:-15px;
}

.widetabcontent {
    width:100%;
}

.widetabs {
	width: 250px;
}

.vertical .nav-tabs, .vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.vertical .nav-tabs {
    border-bottom-color: transparent;
    background-color: #fff;
}

.vertical .nav-tabs > li a {
    color: #000;
}

.vertical .nav-tabs > li a {
    margin: 0;
    padding: 10px 20px;
    white-space: nowrap;
    color: #777777;
    border-bottom: 1px solid rgb(234,234,234);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.vertical .nav-tabs > li.active > a, .vertical .nav-tabs > li.active > a:hover, .vertical .nav-tabs > li.active > a:focus {
    border: 1px solid #f1f1f1;
    background-color: rgb(255,255,255);
    border-right-color: rgb(17,149,198);
    color: rgb(17,149,198);
    z-index: 2;
}

.vertical .nav-tabs > li > a:hover, .vertical .nav-tabs > li > a:focus {
    background-color: #fafafa;
    border-right-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    color: rgb(17,149,198);
    z-index: 2;
}

.alert-success {
  color: #ffffff;
  background-color: rgb(178,179,181);
}

.alert-info {
  color: #ffffff;
  background-color: rgb(17,149,198);
}

.alert-warning {
  color: #ffffff;
  background-color: rgb(242,103,46);
}

.btn-success {
  color: #fff;
  background-color: rgb(178,179,181) !important;
  border-color: rgb(178,179,181) !important;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(136,137,140);
  border-color: rgb(136,137,140);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(136,137,140);
  border-color: rgb(136,137,140);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: rgb(136,137,140);
  border-color: rgb(136,137,140);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: rgb(136,137,140);
  border-color: rgb(136,137,140);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: rgb(136,137,140);
  border-color: rgb(136,137,140);
}


.salhomeicon {
	background-image: url('../images/icons/bluehome_24x25.png');
	width: 24px;
	height: 25px;
	background-repeat: no-repeat;
	
}

.salphoneicon {
	background-image: url('../images/icons/bluephone_24x24.png');
	width: 24px;
	height: 25px;
	background-repeat: no-repeat;
	
}

.salmailicon {
	background-image: url('../images/icons/bluemail_24x18.png');
	width: 24px;
	height: 25px;
	background-repeat: no-repeat;
	
}

.salphone {
	background-image: url('../images/resources/phone4.png');
	width: 200px;
	height: 408px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}


.salbox {
	height:500px;

}

.editionbox {
    height: 500px;
}

.consultingbox {
    height: 400px;
}

.img-responsive {}


/* Small devices (tablets, phones less than 767px) */
@media (min-width: 376px) {
	.salbox {
		height:620px;
	}
    .editionbox {
        height: 450px;
    }
    .consultingbox {
        height: 300px;
    }

    img {
        margin-left: auto;
        margin-right: auto;
    }

    .img-responsive {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .salbox {
        height: 550px;
    }

    .editionbox {
        height: 400px;
    }
    .consultingbox {
        height: 300px;
    }

    img {
        margin-left: auto;
        margin-right: auto;
    }

    .img-responsive {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .salbox {
        height: 475px;
    }

    .editionbox {
        height: 600px;
    }
    .consultingbox {
        height: 500px;
    }

    .img-responsive {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1200px) {
    .salbox {
        height: 450px;
    }

    .editionbox {
        height: 500px;
    }
    .consultingbox {
        height: 400px;
    }

    .img-responsive {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.bottom_align_button {
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

.keyfeatures {
	font-size: 13px;
}

.sal-overlay-container .sal-text {
    padding: 0 10px;
    position: relative;
}

.sal-overlay-visible .sal-overlay-bottom, .sal-overlay-visible .sal-overlay-top {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 15px;
}
.sal-overlay-bottom, .sal-overlay-top {
    position: absolute;
    top: auto;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(220, 220, 220, 0.5);
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    height: 0;
    color: #000000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.sitemaph6 {
    font-size: 16px;
    font-weight: 700;
}

.diffpalegreybox {
	border: 5px solid #FFFFFF;
	background-color: rgb(232,234,238);
	color: rgb(17,149,198);
	height: 140px;
	padding: 5px;
	font-size:85%;
	line-height: 140px;
}

.diffsalgreybox {
	border: 5px solid #FFFFFF;
	background-color: rgb(106,98,109);
	color: #ffffff;
	height: 140px;
	padding: 5px;
	font-size:85%;
	line-height: 140px;
}

.diffoceanbox {
	border: 5px solid #FFFFFF;
	background-color: rgb(17,149,198);
	color: #ffffff;
	height: 140px;
	padding: 5px;
	font-size:85%;
	line-height: 140px;
}

.vertical_text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.appstorebadge {
	background-image:url('../images/resources/AppStoreBadge135x40.png');
	background-repeat:no-repeat;
	width:135px;
	height:40px;
    margin-left: auto;
    margin-right: auto;
	
}

.btn-appstore {
	background-image:url('../images/resources/AppStoreBadge135x40.png');
	background-repeat:no-repeat;
	width:135px;
	height:40px;
	border:0;
    margin-left: auto;
    margin-right: auto;
	
}

.btn-appstore:hover,
.btn-appstore:focus,
.btn-appstore.focus,
.btn-appstore:active,
.btn-appstore.active {
	background-image:url('../images/resources/AppStoreBadge135x40.png');
	background-repeat:no-repeat;
	width:135px;
	height:40px;
	border:0;
    margin-left: auto;
    margin-right: auto;
}

.playstorebadge {
    background-image: url('../images/resources/PlayStoreBadge135x41.png');
    background-repeat: no-repeat;
    width: 135px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.btn-playstore {
    background-image: url('../images/resources/PlayStoreBadge135x41.png');
    background-repeat: no-repeat;
    width: 135px;
    height: 40px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

    .btn-playstore:hover,
    .btn-playstore:focus,
    .btn-playstore.focus,
    .btn-playstore:active,
    .btn-playstore.active {
        background-image: url('../images/resources/PlayStoreBadge135x41.png');
        background-repeat: no-repeat;
        width: 135px;
        height: 40px;
        border: 0;
        margin-left: auto;
        margin-right: auto;
    }

.monetlogo {
	background-image:url('../images/logo/monet2.png');
	background-repeat:no-repeat;
	width:363px;
	height:88px;
    margin-left: auto;
    margin-right: auto;
}

.monetplatformlogo {
    background-image: url('../images/logo/monetplatformlogowhite.svg');
    background-repeat: no-repeat;
    width: 363px;
    height: 93px;
    margin-left: auto;
    margin-right: auto;
    background-size: 363px 93px;
}


/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
    .monetplatformlogo {
        background-image: url('../images/logo/monetlogo234x60_sep2018.png');
        background-repeat: no-repeat;
        width: 234px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
    .monetplatformlogo {
        background-image: url('../images/logo/monetlogo234x60_sep2018.png');
        background-repeat: no-repeat;
        width: 234px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
    }

}


/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
    .monetplatformlogo {
        background-image: url('../images/logo/monetplatformlogowhite.svg');
        background-repeat: no-repeat;
        width: 363px;
        height: 93px;
        margin-left: auto;
        margin-right: auto;
        background-size: 363px 93px;
    }

}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .monetplatformlogo {
        background-image: url('../images/logo/monetplatformlogowhite.svg');
        background-repeat: no-repeat;
        width: 363px;
        height: 93px;
        margin-left: auto;
        margin-right: auto;
        background-size: 363px 93px;
    }

}


.monet7logo {
	background-image:url('../images/logo/monet7_363x74.png');
	background-repeat:no-repeat;
	width:363px;
	height:74px;
    margin-left: auto;
    margin-right: auto;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.monet7logo {
	background-image:url('../images/logo/monet7_260x53.png');
	background-repeat:no-repeat;
	width:260px;
	height:53px;
    margin-left: auto;
    margin-right: auto;
}

}

/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.monet7logo {
	background-image:url('../images/logo/monet7_260x53.png');
	background-repeat:no-repeat;
	width:260px;
	height:53px;
    margin-left: auto;
    margin-right: auto;
}

}


/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
.monet7logo {
	background-image:url('../images/logo/monet7_363x74.png');
	background-repeat:no-repeat;
	width:363px;
	height:74px;
    margin-left: auto;
    margin-right: auto;
}

}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
.monet7logo {
	background-image:url('../images/logo/monet7_363x74.png');
	background-repeat:no-repeat;
	width:363px;
	height:74px;
    margin-left: auto;
    margin-right: auto;
}

}

@media (min-width: 1200px) {
.monet71logo {
    background-image: url('../images/logo/monet71_363x74.png');
    background-repeat: no-repeat;
    width: 363px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 1200px) {
    .monet72logo {
        background-image: url('../images/logo/monet72_375x67.png');
        background-repeat: no-repeat;
        width: 375px;
        height: 67px;
        margin-left: auto;
        margin-right: auto;
    }

}


    /* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
.monet71logo {
    background-image: url('../images/logo/monet71_260x53.png');
    background-repeat: no-repeat;
    width: 260px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 767px) {
    .monet72logo {
        background-image: url('../images/logo/monet72_273x50.png');
        background-repeat: no-repeat;
        width: 273px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}



    /* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
.monet71logo {
    background-image: url('../images/logo/monet71_260x53.png');
    background-repeat: no-repeat;
    width: 260px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {
    .monet72logo {
        background-image: url('../images/logo/monet72_273x50.png');
        background-repeat: no-repeat;
        width: 273px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
    .monet71logo {
        background-image: url('../images/logo/monet71_363x74.png');
        background-repeat: no-repeat;
        width: 363px;
        height: 74px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .monet72logo {
        background-image: url('../images/logo/monet72_375x67.png');
        background-repeat: no-repeat;
        width: 375px;
        height: 67px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .monet71logo {
        background-image: url('../images/logo/monet71_363x74.png');
        background-repeat: no-repeat;
        width: 363px;
        height: 74px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .monet72logo {
        background-image: url('../images/logo/monet72_375x67.png');
        background-repeat: no-repeat;
        width: 375px;
        height: 67px;
        margin-left: auto;
        margin-right: auto;
    }
}


.studiologo {
    background-image: url('../images/logo/studio3.png');
    background-repeat: no-repeat;
    width: 369px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
}

.mdnlogo {
    background-image: url('../images/logo/mdn.png');
    background-repeat: no-repeat;
    width: 223px;
    height: 69px;
    margin-left: auto;
    margin-right: auto;
}

.mobilelogo {
    background-image: url('../images/logo/mobile2.png');
    background-repeat: no-repeat;
    width: 251px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
}

.omclogo {
    background-image: url('../images/logo/omc_542_165.png');
    background-repeat: no-repeat;
    width: 542px;
    height: 165px;
    margin-left: auto;
    margin-right: auto;
}

.hublogo {
    background-image: url('../images/logo/servicehub.png');
    background-repeat: no-repeat;
    width: 323px;
    height: 123px;
    margin-left: auto;
    margin-right: auto;
}

.enterpriselogo {
    background-image: url('../images/logo/enterprise.png');
    background-repeat: no-repeat;
    width: 313px;
    height: 148px;
    margin-left: auto;
    margin-right: auto;
}

.huboverview {
    background-image: url('../images/resources/huboverview.png');
    background-repeat: no-repeat;
    width: 750px;
    height: 327px;
    margin-left: auto;
    margin-right: auto;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.salli {
    text-align: center;
}

.salul {
    list-style-position: inside;
}

.monetarchitecture {
    background-image: url('../images/resources/architecture2.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 321px;
    margin-left: auto;
    margin-right: auto;
}

.fullscreen-bg {
    background: url("../images/background-img-12.jpg") 50% 0px repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hvr-underline-from-left::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 100%;
    bottom: 0px;
    background: rgb(17,149,198);
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0px);
    box-shadow: 0px 0px 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.td-valign {
    vertical-align: top;
}

.td-pad-bottom-10 {
    padding-bottom: 10px;
}

.social-links-text {
    list-style: none;
    font-size: 85%;
    padding-left: 0;
}

.social-link {
    padding-right: 20px;
    display: inline;
}

.team-profile {
    font-size: 12px;
}

.salblue {
    color: rgb(17,149,198);
}

.banner.parallax, .banner.light-translucent-bg, .banner.dark-translucent-bg, .banner.default-translucent-bg {
    min-height: 350px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footerlinktitle {
    color: rgb(106,98,109);
}

.nav-pills > li > a {
    text-transform: none;
    color: rgb(178,179,181);
}

.nav-pills.nav-stacked.list-style-icons > li > a {
    padding: 0px;
}

.background-img-11 {
    background: url("../images/backgrounds/logotile.jpg") 50% 0px repeat;
}

.footer {
    line-height: 1.1;
}

.subfooter {
    background-color: #6A626D;
    padding: 2px 0;
    border-top: 1px solid #eaeaea;
    color: #fff;
}

footer .footer-bar .footer-links {
    display: inline-block;
    padding: 20px 0;
    float: right;
}

footer .footer-bar .copyright {
    display: inline-block;
    padding: 20px 0;
    margin-right: 26px;
}

footer .footer-bar .footer-link {
    border-right: 1px solid #d6d6d6;
    margin-right: 6px;
    padding-right: 12px;
    white-space: nowrap;
    color: #ffffff;
}

    footer .footer-bar .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }


#header-top-second .signin-dd {
    margin-right: 20px !important;
    padding-left: 11px;
    padding-right: 6px;
    vertical-align: middle;
    font-size: 13px;
}

    #header-top-second .signin-dd .dropdown-menu {
        margin-right: 0px;
    }

#header-top-second .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header-top-second .btn-group {
    position: relative;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

#header-top-second .dropdown-menu {
    background-color: #fff;
}

    #header-top-second .dropdown-menu li a img,
    #header-top-second button.language img,
    #header-top-second button.language {
        font-size: 13px;
        display: inline-block;
        margin-right: 6px;
        background: none;
        border: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    #header-top-second .dropdown-menu li a {
        color: #000;
        padding: 6px 10px;
        font-size: 13px;
    }

    #header-top-second .dropdown-menu li:hover a {
        background-color: rgb(252,252,252);
        color: rgb(17,149,198);
    }

    #header-top-second .dropdown-menu:after {
        content: " ";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        top: -21px;
        border: rgb(232,234,238) 10px solid;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
    }

.salicon_users {
    background-image: url('../images/icons/users.png');
    background-repeat: no-repeat;
}

.salicon_innovation {
    background-image: url('../images/icons/innovation.png');
    background-repeat: no-repeat;
}

.salicon_trust {
    background-image: url('../images/icons/trust.png');
    background-repeat: no-repeat;
}

.salicon_performance {
    background-image: url('../images/icons/performance.png');
    background-repeat: no-repeat;
}

.salicon_integrate {
    background-image: url('../images/icons/integrate.png');
    background-repeat: no-repeat;
}

.salicon_focus {
    background-image: url('../images/icons/focus.png');
    background-repeat: no-repeat;
}

.mdsedition_runtime {
    background-image: url('../images/icons/runtimeedition.png');
    background-repeat: no-repeat;
}

.mdsedition_standard {
    background-image: url('../images/icons/standardedition.png');
    background-repeat: no-repeat;
}

.mdsedition_professional {
    background-image: url('../images/icons/proedition.png');
    background-repeat: no-repeat;
}

.mdsedition_enterprise {
    background-image: url('../images/icons/enterpriseedition.png');
    background-repeat: no-repeat;
}

.consulting_design {
    background-image: url('../images/icons/design.png');
    background-repeat: no-repeat;
}

.consulting_optimisation {
    background-image: url('../images/icons/optimisation.png');
    background-repeat: no-repeat;
}

.consulting_technical {
    background-image: url('../images/icons/technical.png');
    background-repeat: no-repeat;
}

.consulting_solutiondesign {
    background-image: url('../images/icons/solutiondesign.png');
    background-repeat: no-repeat;
}

.consulting_custom {
    background-image: url('../images/icons/customengineering.png');
    background-repeat: no-repeat;
}

.consulting_integration {
    background-image: url('../images/icons/integration.png');
    background-repeat: no-repeat;
}

.consulting_resource {
    background-image: url('../images/icons/resourceaug.png');
    background-repeat: no-repeat;
}

.consulting_training {
    background-image: url('../images/icons/training.png');
    background-repeat: no-repeat;
}

.trans-bg {
    background-color: transparent;
}

.white {
    color: #fff;
}

.platform .image-box .body {
    padding: 10px 15px 15px 15px;
}

    .platform .image-box .body h3 {
        font-size: 20px;
    }

    .platform .image-box .body p {
        font-size: 80%;
    }

.platform .image-box {
    max-width: 600px;
}

/* GS ALternative fade in */
.salfadein {
    animation: salfadein 2s;
    -moz-animation: salfadein 2s; /* Firefox */
    -webkit-animation: salfadein 2s; /* Safari and Chrome */
    -o-animation: salfadein 2s; /* Opera */
}

@keyframes salfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes salfadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes salfadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes salfadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}