﻿.desktop-layout .wrapper {
    width: 1005px;
    max-width: 1005px;
}

.desktop-layout header {
    height: 120px;
}

.desktop-layout header .logo {
    height: 120px;
    width: 100%;
    background: url(../../images/soflogo.jpg) no-repeat ;
    background-position-y:15px;
}


    .desktop-layout header .logotextHeader {
        padding-left:220px;
        width:600px;
        color: #1da60f;
        margin: 0 20px 0 20px;
        font-size: 3em;
        font-weight: bold;
        display:block;
    }

     .desktop-layout header .logotextSubHeader {
        padding-left:220px;
        margin: 0 20px 0 20px;
        font-size: 15px;
        font-weight: bold;
        display:block;
    }


.desktop-layout .toolbar {
    height: 41px;
    margin-bottom: 20px;
}

.dx-toolbar-after{
    margin-right: 20px;
}