.tmp-after-login
{
    position: relative;
}
.tmp-after-login-left
{
    /*border: 4px solid #357c25;*/
	margin: 10px;
    padding: 10px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
	height: auto;
}
.customer-form,
.vendor-form
{
	display: flex;
}
.tmp-after-login-right
{
    position: relative;
    width: 20%;
    float: left;
    margin: 10px;
}
.tmp-after-login-all
{
    /*
    border: 4px solid #004080;
    border: 4px solid #357c25;
    margin: 10px;
    padding: 10px;
    */
    position: relative;
    float: left;
    width: 105%;
    min-height: 500px;
	height: auto;
    overflow: hidden;
}
.tmp-after-login-all>.grid-view>table
{
    word-wrap: break-word;
    word-break: break-all;
}
.moduletable
{
    /*border: 4px solid #e2e2e2;*/
    /*color: #0074c9;*/
    color: #449d44;
    margin-bottom: 30px;
    padding: 10px;
}
.gkwMain
{
    overflow: hidden;
}
.gkwMain.horizontal .gkwCurrent
{
    float: left;
    width: auto;
}
.gkwCurrent
{
    overflow: hidden;
}
.gkwMainLeft
{
    float: left;
    width: auto;
}
.weather
{
    background: rgba(0, 0, 0, 0) url("../images/weather-bg.jpg") no-repeat scroll 0 0;
    color: #ffffff;
    padding: 25px 0 34px 20px;
}
.weather .gkwMainRight
{
    margin-top: 11px;
}
.gkwMainRight
{
    float: left;
    margin: 0 0 0 16px;
    width: auto;
}
.weather .gkwMainRight h2
{
    color: #ffffff;
    margin: 0;
}
.weather .gkwMainLeft img
{
    display: none;
}
.weather .gkwTemp
{
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
}
.right-side-menu,
.weather,
.feed
{
    margin-bottom: 15px;
}
.gkwTemp
{
    font-size: 18px;
    margin: 8px 0 0;
    text-align: center;
}
.right-side-menu h3,
.map h3,
.feed h3
{
    color: #005695;
    font-weight: 700 !important;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 15px;
}
h3
{
    /*font-size: 28px !important;*/
    font-size: 28px;
}
.right-side-menu,
.map,
.feed
{
    background-color: #e2e2e2;
    padding-top: 10px;
}
.feed ul
{
    padding-left: 0;
}
ul, ol
{
    margin-bottom: 10px;
}
ol, ul
{
    margin-bottom: 10px;
    margin-top: 0;
}
.feed ul li
{
    list-style-type: none;
    padding: 5px 15px;
}
.right-side-menu ul li a,
.feed ul li
{
    color: #000000;
    font-size: 16px;
}
.right-side-menu ul li,
.right-side-menu h3,
.feed h3,
.feed ul li
{
    border-bottom: 1px solid #c4c4c4;
}
.feed ul li span
{
    color: #0074c9;
    font-size: 14px;
    line-height: 16px;
}

.filters>td>input,
.filters>td>select
{
    padding: 2px !important;
}