﻿* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
/*body {
  font-family: open sans;
  color: #000;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  overflow: hidden;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.removeColSpace {
  padding: 0;
}
.loginbg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ee6f5+0,3ee6f5+61,3ec3f8+100,207cca+100 */
  background: #3ee6f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3ee6f5 0%, #3ee6f5 61%, #2bbbf4 100%, #207cca 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3ee6f5 0%, #3ee6f5 61%, #2bbbf4 100%, #207cca 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3ee6f5 0%, #3ee6f5 61%, #2bbbf4 100%, #207cca 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ee6f5', endColorstr='#207cca', GradientType=0);
  /* IE6-9 */
}
.loginWrapper {
  width: 446px;
  height: 350px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin-left: -223px;
  margin-top: -210px;
  padding: 45px 20px;
}
.loginWrapper .col-md-12 p {
  margin: 0 0 5px 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #7e7b7b;
  font-size: 13px;
  font-weight: 300;
}
.shadow {
  position: relative;
}
.shadow:before,
.shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.loginmidddle {
  margin: 50px 0;
}
input:focus {
  outline: none;
}
.username,
.password {
  border-bottom: solid 1px #ecebeb;
  display: block;
  height: 20px;
  width: 100%;
  padding: 2px;
  font-size: 14px;
  border-left: none;
  border-top: none;
  border-right: none;
  font-family: roboto;
  font-weight: 300;
}
.username {
  margin-bottom: 40px;
}
.rememberme {
  margin-top: 15px;
  font-size: 13px;
  font-family: roboto;
  color: #7e7b7b;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: #d8d8d8;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #d8d8d8;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8d8d8;
}
:-ms-input-placeholder {
  color: #d8d8d8;
}
.loginBtn {
  color: #fff;
  box-shadow: none;
  border: none;
  background: #3ec3f8;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 14px;
  float: right;
}
.loginBtn:hover {
  background: #1cb3ef;
  transition: all 0.5s ease;
}

@charset "utf-8";
/* CSS Document */


/*login pages css start here*/

.login-page-background {	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0984b5+0,3ec3f8+50,0984b5+100 */
background: #0984b5!important; /* Old browsers */
background: -moz-linear-gradient(top,  #0984b5 0%, #3ec3f8 50%, #0984b5 100%)!important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0984b5 0%,#3ec3f8 50%,#0984b5 100%)!important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0984b5 0%,#3ec3f8 50%,#0984b5 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0984b5', endColorstr='#0984b5',GradientType=0 )!important; /* IE6-9 */
}
.form-top-margin { margin:35px 20px 0px 20px;}

.form-graph-img { max-width:100%; height:auto;}

.telmar-name-align { text-align:center;}

.login { margin:30px 0px;}

.login form {
    padding: 20px 50px 40px 50px;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.login form h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    /*background: url(../images/pencil.png) 70px 6px no-repeat;*/
    border-bottom: 2px dotted #bbb;
    font-size: 25px;
    font-weight: 400;
    text-align: center;	
	line-height: 30px;	
	font-family: 'Roboto', sans-serif;
	color:#555555;
	text-rendering: optimizelegibility;
	-webkit-margin-before: 0.83em;
	-webkit-margin-after: 0.83em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: block;
}

.login form h2 strong { color: #0d96cd;}

.login form .sub-head-text { font-size:13px; color:#555; margin-top:20px; display:inline-block; clear:both;}

.login form input {
    width: 98%;
    height: 40px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}

.login form input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: 0;
}

.login form label {
    margin: 7px 0 10px 5px;
    font-size: 15px;
    text-align: left;
	display: block;
	font-weight: normal;
	line-height: 20px;
	/*cursor: pointer;*/
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #555;
}

.login form .error {
    margin: 38px 0 -1px 7px;
    font-size: 12px;
    text-align: left;
	display: block;
	font-weight: normal;
	line-height: 20px;
	/*cursor: pointer;*/
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	color: #ff0000;
    position:absolute;
}

 .invalidError {
    color: #ff0000;
    position: absolute;
    margin: 155px 0 10px 6px;
}
/*
.invalidError {
    color:#ff0000;
    position:absolute;
    margin: -15px 0 10px 81px;
}*/
.login form label span {
    font-style: italic;
}


.login form input[type="text"], .login form input[type="password"] {
transition: border linear .2s, box-shadow linear .2s;
display: inline-block;
padding: 4px 6px;
margin-bottom: 10px;
line-height: 20px;
vertical-align: middle;	
font-weight:normal;
}

.login form input[type="checkbox"] { width:16px; height:16px; margin-top:2px;}

.login form input:-moz-placeholder { color: #aaa; font-size:13px;}
.login form input:-ms-input-placeholder { color: #aaa; font-size:13px; }
.login form input::-webkit-input-placeholder { color: #aaa; font-size:13px;}


.login form button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    background: #0d96cd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
   margin-right: 53px;
}

.login form button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.login form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}
.copyright-text { text-align:center; font-size:14px; color: #FFFFFF; /*margin:60px 0px 20px 0px;*/}
/*.footer {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    margin-top: -39px;
}*/

@media only screen and (min-width:320px) and (max-width:767px)
{ 
.login-graph { display:none;}
.form-top-margin {margin:25px 20px 0px 20px;}

.login {margin:0px 0px;}

.copyright-text {margin:20px 0px 20px 0px;}
    
}


@media only screen and (min-width:320px) and (max-width:320px)
    
{ 
    .form-top-margin {margin: 25px 5px 0px 5px;}    
    
    .login form h2 {font-size:18px;}
    
    .copyright-text { font-size: 12px;}
}



@media only screen and (min-width:768px) and (max-width:768px)
    
{
    
    .form-add-width {  width:33.33333333%!important;}
    
}


@media only screen and (min-width:800px) and (max-width:800px)
    
{
   .form-add-width {  width:33.33333333%!important;}
    
}
 /*-----------------Bootstrap message box------------------------*/
    .bootstrap-dialog {
            z-index: 10000010 !important;
        }

        .modal-backdrop {
            z-index: 10000000 !important;
        }

       
        .bootstrap-dialog-header {
            line-height: 1px !important;
        }
.modal-dialog {
margin-top:15%;
}
     /*-----------------End------------------------*/