﻿/*---------------------new login for mis -----------------------------*/
/*
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 : 22 Aug, 2015, 1:21:59 PM
    Author     : Jithin Jose (+91-8943729990)
*/

@font-face{font-family:OpenSans-Bold;src:url('../../Mis-App/font/OpenSans-Bold.ttf');}
@font-face{font-family:OpenSans-Light;src:url('../../Mis-App/font/OpenSans-Light.ttf');}
@font-face{font-family:OpenSans-Regular;src:url('../../Mis-App/font/OpenSans-Regular.ttf');}
@font-face{font-family:OpenSans-Semibold;src:url('../../Mis-App/font/OpenSans-Semibold.ttf');}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headerdiv
{
    height: 90px;
    width: 100%;
    background-color: #ffffff; 
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headertxt
{
    font-family: OpenSans-Bold;
    font-size: 18px;
    color: #353535;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headersubtxt
{
    font-family: OpenSans-Light;
    font-size:12px;
    color: #000000;
    margin-left:35px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.welcome
{
     font-family: OpenSans-Semibold;
    font-size: 19px;
    color: #353535;
    margin-top: 25px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.adsdiv
{
    width: 630px;
    height: 422px;
    background-color: #ffffff;
    -webkit-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    -moz-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.Newlogindiv
{
    width: 340px;
    height: 480px;
    background-color: #ffffff;
    -webkit-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    -moz-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    margin-left: 30px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.footext
{
    font-family: OpenSans-Regular;
    font-size:.8em;
    color: #3d3d3d;  
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.signindiv
{
    font-family:OpenSans-Bold;
    color: #4b4b4b;
    font-size: 35px;
    margin-left: 15px;
    
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.usepas
{
    font-family: OpenSans-Bold;
    font-size:1em;
    color: #353535; 
    margin-left: 30px;     
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.userpass
{
    border: none;
    width: 225px;
    height: 20px;
    
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.divup
{
    border: 1px solid #cecece;
    border-radius:6px;
    margin-left: 30px;
    height: 32px
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

input:focus{outline: 0;}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.yourip
{
    font-family:OpenSans-Semibold;
    color: #969696;
    font-size: 14px;
    margin-top: 10px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.LoginIn
{
    font-family:OpenSans-Semibold;;
    color: #414141;
    font-size: 1.1em;
    border: none;
    background-color: #41d081;
    width: 245px;
    height: 40px;
    margin-left: -20px;
    margin-top: 20px;
    cursor:pointer;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.iframes
{
    border: none;
    overflow: no-content;
   width: 630px;
    height: 418px;
}

.bover{text-decoration:none}
.loginErrorMsg
{ 
	color:red;font-family:OpenSans-Regular;margin:0;text-align:left;
	margin-top:12px;
}
/* .bover:hover{margin-left:-15px}*/

  .dropdownMis
{
    border:none;
    border-radius:5px;
    padding:3px;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    background-image:url('../../Mis-App/images/Downarrow.png');
    background-position:98%;
    background-repeat:no-repeat;
    text-indent: 0.01px;/*In Firefox*/
    text-overflow: '';/*In Firefox*/
    font-size:12px;
    font-family:OpenSans-Semibold;
    cursor:pointer;
    width:245px;
}
        /*--- *************************Chek box****************************---*/
ul {margin:0;padding:0;list-style:none}
.skin-section .list{float:left;}
.skin-section .list li{position:relative;}
.skin-flat .skin-section .list li,.skin-line .skin-section label{padding-left:40px}
.icheckbox_flat-green,.iradio_flat-green {display: inline-block;*display: inline;vertical-align: middle;margin: 0;padding: 0;width: 20px;height: 20px;background: url(../../Mis-App/images/green.png) no-repeat;border: none;cursor: pointer;}
.icheckbox_flat-green.checked {background-position: -px 0;}
.icheckbox_flat-green.disabled {background-position: -44px 0;cursor: default;}
.icheckbox_flat-green.checked.disabled {background-position: -66px 0;}
.iradio_flat-green {background-position: -88px 0;}
.iradio_flat-green.checked {background-position: -110px 0;}
.iradio_flat-green.disabled {background-position: -132px 0;cursor: default;}
.iradio_flat-green.checked.disabled {background-position: -154px 0;}
.selectionMorS{font-family: OpenSans-Regular;color: #555555;font-size: 14px;}
/*--- *************************Chekbox end****************************---*/


.footextmain{font-family: OpenSans-Semibold;color: #6e6e6e;font-size: 14px;margin: 0;padding-top: 10px;margin-bottom: 5px;}
.footextsub{font-family: OpenSans-Semibold;color: #aeaeae;font-size: 12px;margin: 0;margin-bottom: 10px;}
