/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Mar, 2017, 4:04:36 PM
    Author     : ajith
*/



/* latin-ext */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    /*
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url(http://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IO87R-l0-Xx_7cYc0ZX1ifE.woff2) format('woff2');
*/
}
/* latin */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    /*
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url(http://fonts.gstatic.com/s/kaushanscript/v4/qx1LSqts-NtiKcLw4N03IEd0sm1ffa_JvZxsF_BEwQk.woff2) format('woff2');
*/
}

body{
    padding-bottom: 40px;
    padding-top: 80px;
}
h2{
    font-size:13px !important;
    color:#B4B4B4 !important;
}
hr{
    margin-bottom:10px !important;
}
.span12{
    margin-left:0 !important;
    background:#f5f5f5;
}

.well{
    background:#FFF;
}
.leftcontent h2{
    /* color:#318FEF; */
    font-size:1.85em;
    text-align:center;
    margin-top:5px;
}
.leftcontent p{

    font-size:1.29em;
    text-align:center;
}
.container{
    /* padding-top:10px;
    background:#f5f5f5; */
    /* margin-top: 15px;
    padding-top:0px ! important;
    background:#F5F5F5;
    width:97%; */
}
.serviceoverview{
    margin: 10px;
    float:left;
    width:100%;
}
.leftcontent{
    float:left;
    /*width:400px;*/
}
#login-cont{
    overflow: hidden;
    /*padding: 20px;
    background:white; */
}
.pannel{
    overflow: hidden;
    float:right;
    border:0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius: 5px;
    width:300px;
    background: #FFF;
    margin:10px;
}
.input input{
    width:225px;
}
.panelcontent{
    /* margin: 10px;
padding: 20px;
width: 240px;
    height:180px; */
}
.pnl-cnt{
    width:300px;
    border:0px;
    background: #EAEAEA;
    margin:0px 21px 25px !important;
}
.pnl-head{

}
.form-signin{
    background: none repeat scroll 0 0 rgb(240, 240, 240);
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 10px;
    max-width: 300px;
    padding: 19px 29px 29px;
}
.pnl-head p{
    margin:0px;
    text-align:center;
    height:35px;
    line-height:35px;

    font-size: 20px;
    border-radius:10px;
}
.panelcontent input[type=text],.panelcontent input[type=password]{
    /* width:180px;
    margin:5px;
    height:20px;
    line-height:20px; */
}
label{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    float:left;
}
.c-label{
    margin:5px 15px 5px 5px;
}
.c-pass{
    margin:5px 20px 5px 5px;
}
.frm-submit {
    /* background: #0074aa; /* Old browsers */
    /*background: -moz-linear-gradient(top, #0074aa 0%, #70b0e0 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0074aa), color-stop(100%,#70b0e0)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #0074aa 0%,#70b0e0 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #0074aa 0%,#70b0e0 100%); /* Opera11.10+ */
    /*background: -ms-linear-gradient(top, #0074aa 0%,#70b0e0 100%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074aa', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
    /*background: linear-gradient(top, #0074aa 0%,#70b0e0 100%); /* W3C */
    /*color:white;
    font-size:15px;
    padding:2px 10px 4px;
    height:29px; */
}
.check{
    height:440px;
}

#main_content h2{
    font-size:25px;
}
#main_content{
    margin-bottom:15px;
}
#content{
    padding:2px 5px;
    min-height:485px;
    height:auto;
}
.c-group {
    margin-top:15px;
    /* float:right;
    clear:both; */
}
.kraft{
    margin:0 auto;
    max-width:340px;
    height:20px;
}
.kraft a{
    float:right;
}

.logo{
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
    font-family: 'Kaushan Script', cursive;
    font-weight: 500;
    height: 58px;
    display: block;
    background-color: #367fa9;
    color: #f9f9f9;
    box-sizing: border-box;
}