﻿.InfoItemTrenner {
    margin-top: 10px;
    margin-bottom: 10px;
}

.InfoBullet {
    color: #999;
}

.arrow_container_outer {
    display: inline-block;
    width: 100px;
    padding-top: 25px;
    height: 50px;
}

.arrow_container_inner {
    padding-bottom: 10px;
}

.left-to-right-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid #999;
    /*transform*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
}

.left-to-right-arrow:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -18px;
    bottom: 21px;
    border-width: 0;
    background: #999;
    width: 52px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.right-to-left-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-right: 16px solid #999;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
}

.right-to-left-arrow:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -18px;
    bottom: 21px;
    border-width: 0;
    background: #999;
    width: 52px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.MainLogo {
    background-color: transparent;
    display: block;
    height: 66px
}

.MainLogo svg, .MainLogo .svg {
    height: 60px;
    width: 190px;
    margin-left: 10px;
}


@media(max-width: 767px) {
    .MainLogo {
        display: block !important;
    }
}

.AppLogo {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
}

.lblAppName {
    margin: 10px;
}

.divCenter {
    padding-top: 20px;
    margin-left: -5px;
}

.ScopeLogo {
    width: 16px;
    height: 16px;
}

.ScopeText {
    margin-left: 10px;
}

.itemInfo {
    border-bottom: solid 1px gray;
    padding-bottom: 10px;
}

.controls
{
    padding-top: 10px;
    margin-left: -15px;
}