@font-face {
    font-family: 'RobotoCondensedRegular';
    src:url(../fonts/roboto/RobotoCondensed-Regular.ttf);
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoCondensedBold';
    src:url(../fonts/roboto/RobotoCondensed-Bold.ttf);
    font-weight: normal;
    font-style: normal;

}

html {
    -ms-overflow-style: scrollbar; /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

a img {
    border: none;
}

a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

select, input, input:focus, select:focus, textarea:focus {
    outline: none;
       border: 1px solid #ccc;
    display: block;
    width: 100%;
	    padding: 8px;
}

::-moz-selection {
    background: #fdfd9c;
    color: #000;
    outline: medium none;
}

::selection {
    background: #fdfd9c;
    color: #000;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul, ol {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
}

.pd0 {
    padding: 0;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.m0 {
    margin: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.f11 {
    font-size: 11px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.bold {
    font-weight: 700 !important;
	color:#043c8f;

}

.uppercase {
    text-transform: uppercase !important;
}

body {
       font-family: 'RobotoCondensedRegular';
    font-size: 14px;
    line-height: 20px;
    color: #000;
    overflow-x: hidden;
}


.tb_1og input[type=text], .tb_1og input[type=password] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 0 0 0 10px;
    height: 32px;
    line-height: 32px;
    margin: 0px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    width: 100%;
    font-family: 'Calibri';
    font-size: 10px;
    color: #9b9b9b;
    text-transform: uppercase;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #292929;
    box-shadow: inset 0 0 10px #292929;
}

    .tb_1og input[type=text]:focus, .tb_1og input[type=password]:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        padding: 5px 0px 5px 10px;
        margin: 0px;
        border: 1px solid rgba(81, 203, 238, 1);
    }

.lbutton {
    border: 1px solid #15aeec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-color: #0099E9;
    text-transform: uppercase;
    font-family: Calibrib;
    background-image: linear-gradient(to bottom, #0099E9, #2CAFE3);
}

    .lbutton > a {
        color: #FFF !important;
    }

    .lbutton:hover {
        border: 1px solid #1090c3;
        background-color: #1ab0ec;
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }

/************30/12/2014**********************/
