/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/robotomedium.eot');
	src: url('../fonts/robotomedium.eot?#iefix') format('eot'), 
	url('../fonts/robotomedium.woff') format('woff'), 
	url('../fonts/robotomedium.ttf') format('truetype'),
	url('../fonts/robotomedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/robotobold.eot');
	src: url('../fonts/robotobold.eot?#iefix') format('eot'), 
	url('../fonts/robotobold.woff') format('woff'), 
	url('../fonts/robotobold.ttf') format('truetype'),
	url('../fonts/robotobold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/robotoregular.eot');
	src: url('../fonts/robotoregular.eot?#iefix') format('eot'), 
	url('../fonts/robotoregular.woff') format('woff'), 
	url('../fonts/robotoregular.ttf') format('truetype'),
	url('../fonts/robotoregular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* My Custom CSS Starts */

.login-area{
	width:52%;
	margin:0 auto;
}

.login-logo{
	margin:25px 0;
}

.login-logo h1{
	font-family:Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#FFFFFF;
	font-size:25px;
}

.login-box{
	background:#1e2e7c;
	border:1px solid #3b51a4;
	padding:0px 20px 20px 20px;
}

.login-box .btn-primary{
	background:#ec8b00;
	padding:10px;
	color:#ffffff;
	font-size:24px;
	font-family:robotobold, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:none;
	margin:0;
	width:100%;
	text-transform:uppercase;
}

.login-box .btn-primary:hover{
	background:#fca11f;
	transition: all 0.2s ease 0s;
}

.login-box .title{
	font-family:robotomedium, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:28px;
	color:#98b5ff;
	text-transform:uppercase;
	margin:50px 0;
}

.login-box .input-group-addon:first-child {
    border-right: 0;
	padding:15px 20px;
}

.login-box .input-group .form-control1 {
	padding:18px;
	color:#999999 !important;
	width:100%;
	font-family:robotobold, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.login-box .fa{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#999999;
}
}

.login-box .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ececee;
}

.login-box .input-group {
	margin-bottom:20px;
}

.login-links{
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #ffffff;
	margin-bottom:40px;
}

.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.login-links p
{
	margin-left:10px;
}

.login-links p a
{
	color:#ffffff;
	text-decoration:none;
}

.login-links p a:hover
{
	color:#ffffff;
	text-decoration:underline;
}



header.topheaderbg{
	background:#0050be;
	min-height:65px;
	width:100%;
}

.logo-area{
	margin:15px 0;
}

.logo-area span{
	margin-right:5px;
}

.logo-area span.title{
	font-size:20px;
	color:#FFFFFF;
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.user-area{
	margin:15px 0;
	text-align:right;	
}

.user-area span{
	margin-left:5px;
}

.user-area span.usertxt{
	font-size:14px;
	color:#FFFFFF;
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.marquee-area{
	color:#cca35c;
	font-size:14px;
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#FFFFFF;
	padding:10px 0;
}

.footerarea{
	padding:10px 0;
	text-align:center;
}

.footerarea p{
	color:#a2a2a2;
	font-size:13px;
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

.mainbluetitle{
	overflow:hidden;
}

.mainbluetitle h1{
	color:#0050be;
	font-size:22px;
	font-family:robotobold, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;	
}

.borderarea{
	margin:20px 0;
}

.borderarea .borderthick{
	border-bottom:3px solid #0050be;
	width:15%;
	min-height:3px;
	background:#0050be;
	
}

.borderarea .borderthin{
	border-bottom:1px solid #d4e6ff;
	width:100%;
	min-height:1px;	
}

.goldentitle h1{
	color:#d2ab67;
	font-size:18px;
	font-family:robotomedium, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:10px 0;	
}

.tablearea .tablehead{
	background:#1e2e7c;
	font-size:15px;
	font-family:robotomedium, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#ffffff;
	font-weight:normal;
}

.tablearea .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	font-size:13px;
	color:#878787;
	font-family:robotoregular, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;		
}

.tablearea a{
	color:#878787;
	text-decoration:none;
}

.tablearea a:hover{
	color:#878787;
	text-decoration:underline;
}

.tablearea .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999999;
}

.tablearea .nav-tabs {
    border: 1px solid #e7e8e8;
	margin-bottom: 25px;
}

.tablearea .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
}

.tablearea .tab-content{
	margin-top:20px;
}

.tablearea .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    cursor: default;
    border: 1px solid #e7e8e8;
    border-bottom-color: transparent;
	border-radius:0;
	background: #0050be no-repeat center bottom;
}


/* Theme Selector */
.themeselector {
	position: absolute;
	top: 110px;
	right: 0px;
	background: #fff;
	cursor: pointer;
	width: 30px;
	overflow: hidden;
	z-index: 9999;
}

.themeicon {
	background: #fff url("../img/settings-icon.png") no-repeat center center;
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;

}

.colorselect {
	position: absolute;
    top: 0;
    width: 100px;
    height: 30px;
    background: #fff;
    line-height: 30px;
    right: 30px;
    overflow: hidden;

}

.themeicon:hover {
	cursor: pointer;
}

.colorselect a {
	width: 14px;
	height: 14px;
	float: right;
	margin: 8px 0px 8px 8px;
	text-indent: -999999;
	font-size: 0;
	line-height: 0;
}

.colorselect a.active { border:2px solid #ccc;}

.colorselect a:last-child {
	margin-left: 0;
}

/*.colorselect a.css-red { background-color: #962a29; }*/
.colorselect a.css-blue { background-color: #0050be; }
.colorselect a.css-pink { background-color: #aa0023; }
.colorselect a.css-dblue { background-color: #00b09b; }

.themeselector:hover {
	width: 120px;
}

.iconnotify {
	float: right;
	position: relative;
	background: #85201f;
	width: 38px;
	height: 26px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 25px 0 0;
}

.iconnotify span {
	position: absolute;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background: #df0f1f;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	width: 19px;
	height: 19px;
	top: -10px;
	right: -5px;
	z-index: 5;
}

.iconnotify a.iconlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.todo { background: #85201f url("../../images/todo-icon.png") no-repeat 7px 4px; }
.papr { background: #85201f url("../../images/pend-approval-icon.png") no-repeat 7px 4px; }
.sf { background: #85201f url("../../images/sf-icon.png") no-repeat 7px 4px; }
.themes { background: #85201f url("../../images/settings-icon-m.png") no-repeat 7px 4px; }
/* ----------------------------------------------------- */


/* Custom Navbar CSS Starts */

.navbar-inverse-custom {
	background:#eaf4fb;
	border:#eaf4fb;
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  background-repeat: repeat-x;
}
.navbar-inverse-custom .navbar-nav > .open > a,
.navbar-inverse-custom .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background:#0050be;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse-custom .navbar-brand,
.navbar-inverse-custom .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.navbar-inverse-custom .nav>li>a {
	color:#000000;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}

/* Custom Navbar CSS Ends */

/* Custom Buttons Starts */

/*----- Select With Option -----*/

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
	background:#1e2e7c;
}

.glyphicon {
    color: #FFFFFF;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
     border-radius: 0px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #e1e6ff;
}

.form-control:focus
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
     border-radius: 0px; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: 1px solid #e1e6ff;	
}

.form-control.errorcode{
    border: 1px solid #ff794a;	
}

.form-control.successcode{
    border: 1px solid #58cb8e;	
}

.btn-warning {
	background-color:#ca9b3f !important;
    border-color: #e38d13;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */

.btn-success {
	background-color:#1e2e7c !important;
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}


.buttonblue{
	border:1px solid #e1e6ff;
	background-color:#1e2e7c !important;	
}

.buttonblue:hover, .buttonblue:active,{
	border:1px solid #e1e6ff;
}

.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #e1e6ff;
}

.btn-select.btn-success ul li.selected {
    background-color: #4cae4c;
    color: white;
}

.btn-select.btn-success ul {
    border: #e1e6ff 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #5cb85c;
    border: #e1e6ff 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}

/* Custom Buttons Ends */


/* My Custome CSS Ends */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #FFFFFF;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 5px solid #d19b3d;
  color:#d2ab66 !important;
  /*background-color: #4f5b69;*/
}

.nav-side-menu li:hover {
  color:#d2ab66 !important;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
  color: #d2ab66;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 5px solid #FFFFFF;
  border-bottom: 1px solid #e3e3e3;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #4d4d4d;
}

.nav-side-menu li a:hover {
    text-decoration: none;
    color: #d2ab66 !important;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
  color:#d2ab68;
}
.nav-side-menu li:hover {
  border-left: 5px solid #d19b3d;
  /*background-color: #4f5b69;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
.login-area{
	width:100%;
	margin:0 auto;
}	
	
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}

@media (max-width: 990px) {
.login-area{
	width:100%;
	margin:0 auto;
}
}

@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

@media (max-width:480px)
{
.login-box{
	padding:0px 15px 15px 15px;
}	
}

body {
  margin: 0px;
  padding: 0px;
}














/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1201px) {
    /* Above 1200, Large desktop screens */

}

@media only screen and (max-width: 1200px) {
    /* Below 1200, Desktop screens */

}

@media only screen and (max-width: 992px) {
    /* Below 992, Medium Desktops */

}

@media only screen and (max-width: 768px) {
    /* Below 768, Laptops, Landscape devices */

}

@media only screen and (max-width: 600px) {
    /* Below 600, Tabs, Potrait handheld devices */

}

@media only screen and (max-width: 480px) {
    /* Below 480, Mobile screens */

}

/*Rohan*/
.panel-primary> .panel-heading {
    background: #1e2e7c;
    border-color: #1e2e7c;
    font-size: 15px;
    font-family: robotomedium, Georgia, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: normal;
}