/*! 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:#eaf4fb;
	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 .tablehead .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;
}


/* 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; }
/* ----------------------------------------------------- */

/* 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 Patil*/
.panel-primary {
    border-color: #1e2e7c;
}
.panel-primary> .panel-heading {
    background: #1e2e7c;
    border-color: #1e2e7c;
    font-size: 15px;
    font-family: robotoregular;
    color: #ffffff;
    font-weight: normal;
}
.Tab  {
    height:100%;
    width:100%;
    
}


/*.Tab .ajax__tab_header .ajax__tab_outer {
    color:black;
    width:100%;
       background: #FFFFFF no-repeat center bottom;
}*/
/*
.Tab .ajax__tab_header .ajax__tab_inner {
    color: #FFFFFF;
    cursor: default;
    border: 1px solid #e7e8e8;
    border-bottom-color: transparent;
	border-radius:0;
	background: #0050be no-repeat center bottom;
}*/

.Tab .ajax__tab_header .ajax__tab_active .ajax__tab_tab 
{
    color: #FFFFFF;
	background: #1e2e7c no-repeat center bottom;
    border: 1px solid #e7e8e8;

}

.Tab .ajax__tab_header .ajax__tab_tab {
    color: #555;
    cursor:pointer;
    width:200px;
    height:40px;
    border: 1px solid #e7e8e8;
	margin-bottom: 20px;
    background: #fff no-repeat center bottom;
    position:relative;display:block;
    padding:10px;
    
}
.Tab .ajax__tab_hover .ajax__tab_tab
{
    text-decoration:none;
    background-color:#eee
}
/*.ajax__tab_body
{
    float:left;
    border:1px solid #e7e8e8;
    height: auto !important;
}*/