﻿.list ul {
    width: 100%;
}

    .list ul li {
        list-style: none;
        float: left;
        width: 33%;
    }

     .listgh ul li {
         padding-left:7px;
        list-style: none;
        float: left;
        width: 100%;
    }

.nav > li {
    line-height: 50px;
}

    .nav > li > a.active {
        background: #2db2ea;
        color: white;
    }

        .nav > li > a.active:hover {
            background: #2db2ea;
            color: white;
        }

.login {
    margin-top: 10px;
}

.supportform {
    padding: 10px;
    width: 500px;
    /*border: 1px solid green;*/
    /*background:#5D6468;
    color:white;*/
}

.login .btn {
    background: #CE1A19;
    border: #CE1A19;
}


.logo {
    /*width: 47px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: inherit;
    z-index: 2;
}


.center {
    text-align: center;
}

.loginform input[type="text"] {
    height: 30px;
    font-size: 20px;
    line-height: 14px;
}

.nobottom {
    margin-bottom: 0px;
}

.custom-block {
    display: table;
    width: 100%;
}

.custom {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}

