body {
  
}
.search-query
{
    width: 120px;
}

#usn, #pwd
{
     color: white;
    background-color: #515151;
    border-color: #111;
}

#usn:focus, #pwd:focus {
    color: #515151;
    background-color: white;
    border-color: #111;
}

#vmLabsBreadCrumb
{
    margin-top: 40px;
    padding-left:40px
}
#vmContainer
{
   width: 100%;
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
max-width: 300px;
padding: 0px 0;
margin: 2px 0 0;
list-style: none;
text-shadow: none;
background-color: #FCFCFC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clipp: padding;
background-clip: padding-box;
}

.dropdown-user-width
{
    width:400px;
}

.dropdown-width
{
    width:100%;
}

.vm-red{color: #9D261D;}
.vm-centered{text-align: center}
.vm-inv-tab{border-bottom: 3px solid #eee;}
.vm-inv-tab-active{border-bottom: 3px solid #5cb85c;}
.vm-inv-badge{background-color: #eee;}
.vm-inv-badge-active{background-color: #5cb85c;}

#overlay {
	background: #080808;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

#overlay ul {
	padding: 0; 
	margin: 300px auto 0;
	list-style: none;
	text-align: center;
	display: block;
}

#overlay ul li {
	width: 10px;
	height: 10px;
	background-color: white;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	display: inline-block;
	border-radius: 50%;
	margin: 0 4px;
	-webkit-animation: loading 2.5s infinite;
	-moz-animation: loading 2.5s infinite;
	-o-animation: loading 2.5s infinite;
	-ms-animation: loading 2.5s infinite;
	animation: loading 2.5s infinite;
	
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	
	-webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-o-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	-ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
	animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
}

#overlay ul li.li6  {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#overlay ul li.li5 {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#overlay ul li.li4 {
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#overlay ul li.li3 {
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
#overlay ul li.li2  {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
#overlay ul li.li1  {
	-webkit-animation-delay: 1.25s;
	-moz-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	-ms-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-webkit-keyframes loading {
	0% {-webkit-transform: translateX(-30px); opacity: 0}
	25% {opacity: 1}
	50% {-webkit-transform: translateX(30px); opacity: 0}
	100% {opacity: 0}
}


/* Dashboard Lists
=================================================================== */


ul.dashboard-list li{
	padding: 5px 0;
	list-style:none;
  	border-top: 1px solid #fff;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
}

ul.dashboard-list li i{
	opacity: .7;
}

ul.dashboard-list li:first-child {
	border-top: none;
	border-bottom: 1px solid #EBEBEB;
}

ul.dashboard-list li:last-child {
	border-bottom: none;
}

ul.dashboard-list a:hover{
	text-decoration:none;
}

ul.dashboard-list{
	margin:0;
}

ul.dashboard-list li a span {
	display: inline-block;
	/*font-size: 18px;*/
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
}

ul.dashboard-list li .avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
}

ul.dashboard-list li .avatar img{
	height: 40px;
	width: 40px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
}

.green {
	color: #78CD51;
}

.red {
	color: #D14836;
}

.blue {
	color: #67C2EF;
}

.yellow {
	color: #FABB3D;
}

.gray {
	color: #999999;
}

.gray-color {
	color: #999999;
}

.orange {
	color: #FF6600;
}
	
.vm-white{color:#FFFFFF;}

/*.controls label.error {color: #B94A48;}*/
.controls label.error {}

/* FACEBOOK LOADER */
.loader { width:32px; height:32px; margin:0 auto; }

/* Initial state */
.bar { background-color:#99aaca; border:1px solid #96a6c9; float:left;
	margin-right:4px; margin-top:6px; width:6px; height:18px;
	
	/* Set the animation properties */
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loadingbar;
}
	
.loader .bar:last-child  { margin-right:0px; }

/* Delay both the second and third bar at the start */
.loader .bar:nth-child(2) { animation-delay: 0.1s; }
.loader .bar:nth-child(3) { animation-delay: 0.2s; }

/* The actual animation */
@keyframes loadingbar {
	 0% { }
	10% { margin-top:5px; height:22px; border-color:#d1d8e6; background-color:#bac5db; }
	20% { margin-top:0px; height:32px; border-color:#d1d7e2; background-color:#c6ccda; }
	30% { margin-top:1px; height:30px; border-color:#d1d8e6; background-color:#bac5db; }
	40% { margin-top:3px; height:26px; }
	50% { margin-top:5px; height:22px; }
	60% { margin-top:6px; height:18px; }
	70% { }
	/* Missing frames will cause the extra delay */
	100% { }
}

/*Site stat (start)*/
.site-stats {margin: 0;padding: 0;list-style: none;}
.site-stats li {
background-color: whiteSmoke;
border: 1px solid #DDD;
cursor: default;
margin: 0 0 10px;
padding: 13px 20px 10px;
position: relative;
}
.site-stats li i {
vertical-align: baseline;
}
.site-stats li strong {
font-weight: bold;
margin-left: 5px;
}
.site-stats li small {
margin-left: 5px;
font-size: 12px;
color: #888;
font-style: italic;
}
.site-stats li.divider {
padding: 0;
border-width: 1px 0 0;
border-color: #DDD;
border-style: dashed;
}
/*Site stat (end)*/


/*Employee Terminations Stat (Start)
Reference from Zoho projects <link href="https://css.zohostatic.com/projects/v46/styles/service.css?ver=3.5.0.1" rel="stylesheet" type="text/css">
*/
.w40px {
width: 40px;
}


.dateicotopred {
background-color: white;
border-left: 1px solid #D14836;
border-top: 1px solid #D14836;
border-right: 1px solid #D14836;
font-size: 11px;
font-weight: normal;
color: black;
height: 16px;
padding-top: 2px;
}

.dateicobdrred {
border-left: 1px solid #D14836;
border-bottom: 1px solid #D14836;
border-right: 1px solid #D14836;
background-color: #D14836;
font-size: 11px;
font-weight: normal;
color: white;
height: 13px;
padding: 2px 0px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
background: -webkit-gradient(linear, left top, left bottom, from(#D61010), to(#F33840));
background: -moz-linear-gradient(top, #D61010, #F33840);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D61010', endColorstr='#F33840');
}

.p0505 {
padding: 0px 5px 0px 5px;
}

.taskDescSmall {
color: #0F5491;
line-height: 16px;
font-size: 12px;
font-weight: normal;
}

.txtSmallBlack11 {
font-size: 11px;
color: #666;
font-weight: normal;
}

.pr5 {
padding-right: 5px;
}

.pr10 {
padding-right: 10px;
}

.delay {
color: #D14836;
font-weight: normal;
font-size: 11px;
}

.vm-text-stat{font-weight: normal;font-size: 11px;}
.vm-color-delay{color: #D14836;}
/*Employee Terminations Stat (end)*/

.vm-input-mini-35{width:35px;}
/*Z-index is for the popup */
.datepicker {z-index:1051 !important}
/*pointer*/
#tblGenericDT,#tblYellowpage,#tblEvents{  cursor:pointer}
.customLoaderMsg { text-align:center;}

#tblTasks{ cursor:pointer}


/*Form Group Title (start)*/
table.vm-frm-title {border-bottom: 2px solid;height: 31px;width:100%;font: 13px/1.5 'Segoe UI',Arial;padding-bottom: 5px;}
table.vm-frm-title td  { color:#000000;}
table.vm-frm-title-orange {border-bottom: 2px solid;height: 31px;width:100%;border-bottom-color:Orange;}
table.vm-frm-title-red {border-bottom: 2px solid;height: 31px;width:100%;border-bottom-color:#AA1317;}
table.vm-frm-title-blue {border-bottom: 2px solid;height: 31px;width:100%;border-bottom-color:#0066DD;}
table.vm-frm-title-green {border-bottom: 2px solid;height: 31px;width:100%;border-bottom-color:Green;}
table.vm-frm-title-gray {border-bottom: 2px solid;height: 31px;width:100%;border-bottom-color:#CCC;}
.vm-padding-placeholder {padding-bottom:5px;}
/*Form Group Title (end)*/


/* Circle stats
=================================================================== */

.circleStats {text-align: center; position: relative;}
.circleStatsItem {
	position: relative;
	background: rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0 0px 0 2px rgba(0,0,0,.2), 0 0px 0 4px rgba(0,0,0,.1);
	   -moz-box-shadow: inset 0 0px 0 2px rgba(0,0,0,.2), 0 0px 0 4px rgba(0,0,0,.1);
	        box-shadow: inset 0 0px 0 2px rgba(0,0,0,.2), 0 0px 0 4px rgba(0,0,0,.1);
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
	      	border-radius: 50em; 
	width:120px; 
	height: 120px;
	margin: 10px auto;
}
	
	
.circleStatsItem i {
	font-size: 30px; 
	position: absolute; 
	top:30%; 
	margin-top: 0px; 
	width: 100%; 
	text-align: center
}

.circleStatsItem.orange, .circleStatsItem.orange i {color:#FA5833; }
.circleStatsItem.lightorange, .circleStatsItem.lightorange i {color:#f4a70c; }
.circleStatsItem.blue, .circleStatsItem.blue i {color:#2FABE9; }
.circleStatsItem.green, .circleStatsItem.green i {color:#b9e672; }
.circleStatsItem.yellow, .circleStatsItem.yellow i {color:#e7e572; }
.circleStatsItem.pink, .circleStatsItem.pink i {color:#e42b75; }
		
.circleStatsItem input {
	cursor: default;
	box-shadow: none;
	border: none;
	height: auto;
	position: absolute;
	top:20px;
	left: 120px;
	border-color: rgba(0, 0, 0, 0.8);
	background-color:transparent;
}
	
.circleStatsItem .plus {
	font-size: 16px; 
	position: absolute; 
	top:55%; 
	margin-left: 30px;
}

.circleStatsItem .percent {
	font-size: 14px;
	position: absolute;
	top:57%; 
	margin-left: 78px;
}
	
	
.circleStatsItem input:focus {
	outline: 0;
	outline: thin dotted 0;
  	-webkit-box-shadow: none;
       -moz-box-shadow: none;
         	box-shadow: none;
}

.box-small-title {
	width: 100%;
	margin: 10px auto;
	font-size: 15px;
	color: #aaa;
	text-shadow: 0px 1px 1px #fff;
}

/*Property to wrap the text inside bootstrap tooltip even without spaces */
.tooltip-inner       
{
    white-space:pre-wrap;
    word-wrap: break-word;   
}

/*To override the form bottom margin property(form{margin-bottom:0 0 20px}) inside a modal, when bundling is enabled*/
.modal form {
  margin-bottom: 1px;
}

/*Remove the dotted border around the links i.e. 'a' tags*/
a:focus{
  outline: none;
}



/*---CSS for back to top button start---*/
#back-top {
	position: fixed;
	bottom: 45px;/*changed from 30 to 45px */
	margin-right: 0px;
	margin-left: 92%;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */

#back-top a:hover span {
	background-color: #777;
}

.carousel-control,.carousel-control:hover
{
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 24px;

}
/*---CSS for back to top button end---*/

/*label class for draft label*/
.label-draft
{
    background-color: #000000;
}
.DocUpdatedBy
{
    font-size: 12px;
}


.site-stats-box {
margin: 0 0 10px;
/*padding: 13px 20px 10px;*/
position: relative;
}

.gray{background-color:#CCCCCC;}


/*Custom css for carousel control start*/
.small-carousel-control {
position: absolute;
top: 50%;
left: 1px;
width: 20px;
height: 20px;
margin-top: -20px;
font-size: 30px;
font-weight: 100;
line-height: 16px;
color: #ffffff;
text-align: center;
background: #222222;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.2;
filter: alpha(opacity=50);
}

.small-carousel-control.right {
  right: 1px;
  left: auto;
}

.small-carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel
{
 margin-bottom : 0px;	
}
/*Custom css for carousel control end*/

li > .dropdown-menu:before, .li > .dropdown-menu.pull-right:before {
right: 12px;
left: auto;
}
li > .dropdown-menu:before {
position: absolute;
top: -7px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}

li > .dropdown-menu:after 
{
right: 13px;
left: auto;
position: absolute;
top: -6px;	
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
}

.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

.spinner-text-font{font-size:17px;}
.vm-dt-href{color:black;text-decoration:none;cursor: pointer;}
.vm-dt-href:hover{color:black;text-decoration:none;cursor: pointer;}
.vm-icon-black{color:#333333}

/* Set the fixed height of the footer here */  
#footer 
{        
position:fixed;
left:0px;
bottom:0px;
background-color: #f5f5f5;
width:100%;         
}
/* Sticky footer styles (end)


/*Custom font for Logo Text & Navigation Menu (Start)*/
.nav-text{
	font-family: 'inherit',Arial,Helvatica;
	font-size:14px;
	font-weight:bold;
	letter-spacing: 1px;
    text-transform: uppercase;
	
}

.vm-navbar-brand {
  float: left;
  padding:3px 10px 0px 0px;
  font-size: 18px;
  line-height: 20px;
  font-family:"Changa One","Open Sans","Helvetica","Arial",sans-serif;
  font-size:12px;  
}


.vm-head-txt{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight:bold;	
  color: #000000;
  padding:10px 10px 10px 10px;
}
/*Custom font for Logo Text & Navigation Menu (End)*/

     /*HP font --start--*/
        @font-face {
            font-family: HpBoldFont;
            src: url('/Assets/Theme/css/common/../fonts/hps-euro-w01-bold-woff.woff');
        }
        @font-face {
            font-family: HpRegularFont;
            src: url('/cassette.axd/file/Assets/Theme/css/fonts/hps-euro-w01-regular-woff-6639cf3664dd6d8e9a6a3e15db771ef85f1bd31b.woff');
        }
        @font-face {
            font-family: HpSimplifiedRegularFont;
            src: url('/Assets/Theme/css/common/../fonts/hps-euro-regular-woff.woff');

        }
        @font-face {
            font-family: HpSimplifiedBoldFont;
            src: url('/Assets/Theme/css/common/../fonts/hps-euro-bold-woff.woff');
        }
        
        
        
        /*HP font --start--*/
        
        
       body
       {
           font-family : HpRegularFont;
       }
       
       
  /*set the size of the upload button */   
    .input-upload
{
    width: 85px;
}  


.alphascroll {
        color: #666;
        text-shadow: none;
        list-style: none;
        position: fixed;
        top: 37px;
        right: 4px;
        z-index: 1001;
        font-size: 11px;
        font-weight: bold;
        margin-left: 0;
        padding-left: 0;
        border-radius: 24px;
        padding: 6px 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
.alphascroll:active {
        background-color: rgba( 0, 0, 0, 0.4);
        color: #fff;
}
.alphascroll li {
        display: block;
        width: 1em;
        text-align: center;
        line-height: 14px;
        margin: 0;
        width: 28px;
}
.alphascroll li.truncated {
        line-height: 4px;
        font-size: 10px;
        font-weight: normal;
}


/* Common styles for all types */
.bs-callout {
  margin: 10px 0;
  padding: 5px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #8a6d3b;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #34789a;
}

.bs-callout-success {
    background-color: #f4faf6;
    border-color: #bcf1c5;
}

.bs-callout-success h4 {
    color: #3aad60;
}

.vm-hand a,a:hover{text-decoration:none;cursor: pointer; cursor: hand;}

.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.dtHeader
{
    font-size:24px;
}

.dtSubHeader
{
    font-size:17px;
}


.active-item > a,  .active-item > a:hover, .active-item > a:focus {
color: #000000;
background-color: #DFDFDB;
}

.vm-nav-header {
display: block;
padding: 3px 15px;
font-size: 11px;
font-weight: bold;
line-height: 20px;
color: #999999;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}

/*.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: Red;
}*/

div.dataTables_paginate ul.pagination {
margin: 2px;
}

.vm-bg{background:#e74c3c url('/cassette.axd/file/Assets/Theme/css/common/images/dumbotron-bg-b41508bdb25fd839d6c9a6f853429dfcd182d278.png') center repeat}
.navbar
{
	height:55px;
	border-top: 5px solid #e74c3c;
}

.vm-nowrap
{
    white-space:nowrap;
}

.vm-mkt-round{color:#e74c3c}

 .marketing-benefits .octicon-checklist {       
        text-align:center;
    }

    .marketing-benefits .mega-octicon {
    font-size: 48px;
    line-height: 100px;
    }
    .marketing-benefits p{text-align:center;}
     .marketing-benefits {text-align:center;}

        .teaser-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
        color: #4183c4;
        text-align: center;
        border: 1px solid #e5e5e5;
        border-radius: 50px;        
        }
        .mega-octicon {
        font: normal normal 32px octicons;
        line-height: 1;
        display: inline-block;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;

        }
        .octicon-checklist:before {
        content: '\f076';
        }

        .vm-jumbotron-info {
            color: white;
            font-size: 1em;
            right: 150%;
            line-height: 1.2em;
            padding-top: 50px;          
            z-index: 10;           
        }
.vm-strong
{
font-weight:bold	
}

.dropdown-menu li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}



/* css to make the modal vertically centre aligned*/
.modal-vertical-centered {
	transform: translate(0, 150%) !important;
	-ms-transform: translate(0, 150%) !important; /* IE 9 */
	-webkit-transform: translate(0, 150%) !important; /* Safari and Chrome */
}

/*----------FAQ--------------*/
/*this is to get underline for <a> in faq on hover*/
#accordian a:hover
{
    text-decoration:underline; 
 }
/*----------User Guide--------------*/
/*this is to reduce the height of the navpills used in user guide page*/
 #toc .nav>li>a
 {
     padding-top:5px;
     padding-bottom:5px;
 }
  /* this is overridden to get the caret visible in Top menu onhover------*/
 #topMenu .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

#topMenu  li:hover .caret{
  border-top-color: #000;
  border-bottom-color:#000;
}

#topMenu  li.open .caret{
  border-top-color: #000;
  border-bottom-color:#000;
}
/*Added by Ranjitha on 7/03/2014*/
/*Reference http://xcellerant.net/2013/12/05/adding-bootstrap-error-styling-to-a-select2/*/
/* Styling for Select2 multiple with error */
div.has-error ul.select2-choices {
  border-color: rgb(185, 74, 72) !important;
}

/* Added by Asha on 12/03/2014*/
/* To create the alphabetical plugin in glossary*/
#glossaryList { width: 80%;}
.vm-letters-vertical li { list-style:none; border:1px solid silver;text-transform: uppercase; border-bottom:none;}
.vm-letters-vertical li a { font-size:0.9em; display:block;text-align:center;padding:1px}
.vm-letters-vertical li a.vm-last { border-bottom:1px solid silver; }
.vm-letters-vertical li a:hover {  background-color:#eaeaea; }
.vm-letters-vertical li a.vm-selected { border:1px solid #428bca; background-color:#eaeaea; }
.vm-letters-vertical li a.vm-disabled { color:#428bca; }
.vm-letters-vertical li a.vm-nomatches { background-color:#eaeaea;color:white; }


/*Swathi(14-may-14)-Starts: The below css required for Inbox MyDrafts and MyRequests Widget*/
.box
{
    margin-bottom: 20px;
    position: relative;
}
.box .box-header
{
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    padding: 10px 15px;
}
.box .box-content
{
    padding: 10px;
    border: 1px solid #dddddd;
    background: white;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.box-statistic
{
    margin-bottom: 5px;
    position: relative;
}
.box-statistic .title
{
    margin: 0;
    line-height: 18px;
    font-size: 15px;    
    vertical-align :middle;
}

.text-error
{
    color: #f34541 !important;
   
}
.box-statistic [class*="fa-"].align-right
{
    position: absolute;
    right: 10px;
    vertical-align :middle;
}
.box-statistic [class*="fa-"]
{
    font-size: 15px;
    top: 11px;
    vertical-align :middle;
}
/*Swathi(14-may-14)-Ends: The below css required for Inbox MyDrafts and MyRequests Widget*/

div.divider {
padding-bottom:7px;
border-width: 2px 0 0;
border-color: #DDD;
border-style:solid;
}



/*Karthiga(17-Jun-14)-Start: Application theme specific css for Layout*/
/*Color Start*/
/*.vm-biomagnetictherapy-bg {
    background: #29D url('/cassette.axd/file/Assets/Theme/css/common/images/Header-Image-bg-b710b2f2996e637892de75f039b57482dd920d5f.jpg') center no-repeat;    
    background-size: cover;
    height:400px;
    margin-top:50px;
    background-position: 0% 25%;
    background-repeat: no-repeat;

}*/
.vm-biomagnetictherapy-bg {
    background: #29D url('/cassette.axd/file/Assets/Theme/css/common/images/Landingpage/bg1-a4709d8a50fda2a853caddde80fde38b073a8b45.jpg') center no-repeat;
    background-size: cover;
    height: 700px;
    margin-top: 50px;
    background-position: 0% 25%;
    background-repeat: no-repeat;
}
.navbar-biomagnetictherapy
{
	height:55px;
	border-top: 5px solid #29D;
}

.vm-biomagnetictherapy-mkt-round{color:#29D}

.vm-body-top-bg {border-top: 5px solid #29D;}

/*Color End*/
/*Karthiga(17-Jun-14)-End: Application theme specific css for Layout*/

/*Karthiga(4-Jul-14)-Start: Application theme specific css for Layout (EKFC)*/
/*Color Start*/
.vm-ekfc-bg {
    background: #60090A url('/Assets/Theme/css/common/images/ekfc_background.png') center no-repeat;    
    background-size: cover;
    height:400px;
    margin-top:50px;
    background-position: 0% 25%;
    background-repeat: no-repeat;

}
.navbar-ekfc
{
	height:55px;
	border-top: 5px solid #60090A;
}

.vm-ekfc-mkt-round{color:#60090A}

.vm-body-top-bg {border-top: 5px solid #60090A;}

/*Color End*/
/*Karthiga(4-Jul-14)-End: Application theme specific css for Layout (EKFC)*/

/*Sujatha(17-Mar-15)-Start: Application theme specific css for Layout (GMG)*/
/*Color Start*/
.vm-gmg-bg {
    background: #882A2F url('/Assets/Theme/css/common/images/gmg-bg.png') center no-repeat;    
    background-size: cover;
    height:400px;
    margin-top:50px;
    background-position: 0% 25%;
    background-repeat: no-repeat;

}
.navbar-gmg
{
	height:55px;
	border-top: 5px solid #882A2F;
}

.vm-gmg-mkt-round{color:#882A2F}

.vm-body-top-bg {border-top: 5px solid #882A2F;}

/*Color End*/
/*Sujatha(17-Mar-15)-End: Application theme specific css for Layout (GMG)*/

/*Sujatha(17-Mar-15)-Start: Application theme specific css for Layout (AZ-TECH)*/
/*Color Start*/
.vm-aztech-bg {
    background: #006F83 url('/Assets/Theme/css/common/images/aztech-bg.png') center no-repeat;    
    background-size: cover;
    height:400px;
    margin-top:50px;
    background-position: 0% 25%;
    background-repeat: no-repeat;

}
.navbar-aztech
{
	height:55px;
	border-top: 5px solid #006F83;
}

.vm-aztech-mkt-round{color:#006F83}

.vm-body-top-bg {border-top: 5px solid #006F83;}

/*Color End*/
/*Sujatha(17-Mar-15)-End: Application theme specific css for Layout (AZ-TECH)*/

/*
    Manigandan (27-Jun-2014) - Start : Calender css for Holiday widget
    Css gradient generated from http://www.colorzilla.com/gradient-editor/
    Calendar HTML/Css source reference from http://line25.com/wp-content/uploads/2012/date-icon/demo/index.html
*/
.cal-container{width:30px}.date{background:#fefefe;background:linear-gradient(top,#fcfcfc 0,#dad8d8 100%);background:-moz-linear-gradient(top,#fcfcfc 0,#dad8d8 100%);border-radius:5px;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.1);-moz-box-shadow:0 0 15px rgba(0,0,0,.1);-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);margin-top:0px}.date p{font-family:Helvetica,sans-serif;font-size:12px;font-weight:700;text-align:center;color:#9e9e9e;vertical-align:middle;padding:2px 0}.date p span{font-size:10px;font-weight:700;color:#fff;text-transform:uppercase;display:block;border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;padding:2px 0}.date p span.mon{background:#e5e696;background:-moz-linear-gradient(left,rgba(229,230,150,1)0,rgba(209,211,96,1)100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(229,230,150,1)),color-stop(100%,rgba(209,211,96,1)));background:-webkit-linear-gradient(left,rgba(229,230,150,1)0,rgba(209,211,96,1)100%);background:-o-linear-gradient(left,rgba(229,230,150,1)0,rgba(209,211,96,1)100%);background:-ms-linear-gradient(left,rgba(229,230,150,1)0,rgba(209,211,96,1)100%);background:linear-gradient(to right,rgba(229,230,150,1)0,rgba(209,211,96,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e696', endColorstr='#d1d360', GradientType=1)}.date p span.tue{background:#ffa84c;background:-moz-linear-gradient(left,rgba(255,168,76,1)0,rgba(255,123,13,1)100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,168,76,1)),color-stop(100%,rgba(255,123,13,1)));background:-webkit-linear-gradient(left,rgba(255,168,76,1)0,rgba(255,123,13,1)100%);background:-o-linear-gradient(left,rgba(255,168,76,1)0,rgba(255,123,13,1)100%);background:-ms-linear-gradient(left,rgba(255,168,76,1)0,rgba(255,123,13,1)100%);background:linear-gradient(to right,rgba(255,168,76,1)0,rgba(255,123,13,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c', endColorstr='#ff7b0d', GradientType=1)}.date p span.wed{background:#627d4d;background:-moz-linear-gradient(left,rgba(98,125,77,1)0,rgba(31,59,8,1)100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(98,125,77,1)),color-stop(100%,rgba(31,59,8,1)));background:-webkit-linear-gradient(left,rgba(98,125,77,1)0,rgba(31,59,8,1)100%);background:-o-linear-gradient(left,rgba(98,125,77,1)0,rgba(31,59,8,1)100%);background:-ms-linear-gradient(left,rgba(98,125,77,1)0,rgba(31,59,8,1)100%);background:linear-gradient(to right,rgba(98,125,77,1)0,rgba(31,59,8,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1)}.date p span.thu{background:#b3dced;background:-moz-linear-gradient(left,rgba(179,220,237,1)0,rgba(41,184,229,1)50%,rgba(188,224,238,1)100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(179,220,237,1)),color-stop(50%,rgba(41,184,229,1)),color-stop(100%,rgba(188,224,238,1)));background:-webkit-linear-gradient(left,rgba(179,220,237,1)0,rgba(41,184,229,1)50%,rgba(188,224,238,1)100%);background:-o-linear-gradient(left,rgba(179,220,237,1)0,rgba(41,184,229,1)50%,rgba(188,224,238,1)100%);background:-ms-linear-gradient(left,rgba(179,220,237,1)0,rgba(41,184,229,1)50%,rgba(188,224,238,1)100%);background:linear-gradient(to right,rgba(179,220,237,1)0,rgba(41,184,229,1)50%,rgba(188,224,238,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1)}.date p span.fri{background:#6bba70;background:-moz-linear-gradient(left,#6bba70 0,#6bba70 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#6bba70),color-stop(100%,#6bba70));background:-webkit-linear-gradient(left,#6bba70 0,#6bba70 100%);background:-o-linear-gradient(left,#6bba70 0,#6bba70 100%);background:-ms-linear-gradient(left,#6bba70 0,#6bba70 100%);background:linear-gradient(to right,#6bba70 0,#6bba70 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bba70', endColorstr='#6bba70', GradientType=1)}.date p span.sat{background:#f2825b;background:-moz-linear-gradient(left,#f2825b 0,#e55b2b 50%,#f07146 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#f2825b),color-stop(50%,#e55b2b),color-stop(100%,#f07146));background:-webkit-linear-gradient(left,#f2825b 0,#e55b2b 50%,#f07146 100%);background:-o-linear-gradient(left,#f2825b 0,#e55b2b 50%,#f07146 100%);background:-ms-linear-gradient(left,#f2825b 0,#e55b2b 50%,#f07146 100%);background:linear-gradient(to right,#f2825b 0,#e55b2b 50%,#f07146 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2825b', endColorstr='#f07146', GradientType=1)}.date p span.sun{background:#a90329;background:-moz-linear-gradient(left,#a90329 0,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(left,#a90329 0,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(left,#a90329 0,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(left,#a90329 0,#8f0222 44%,#6d0019 100%);background:linear-gradient(to right,#a90329 0,#8f0222 44%,#6d0019 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1)}@-moz-document url-prefix(){}
.date p {margin:0px}
.vm-table-no-border{border-color : #FFFFFF}
/* Manigandan (27-Jun-2014) - End : Calender css for Holiday widget */

.vm-scroll-menu{ max-height: 200px; overflow: auto; }

/*Starts:Swathi(8-July-14) - Redmine# 10778 - Required below css to hide tooltip in Mozilla after clicking Download*/

a.trigger{
	position: relative;
	background:#000000 6% 55% no-repeat;
	text-decoration: none;
	font-size: 10px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 6px 4px 6px;
	z-index:2;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
a.trigger:hover {
	
}
a.trigger i
{
    font-size:14px;
    }
a.active.trigger 
{
    top:6px;
    right:352.5px; /*.panel.right->right padding+left padding + .panel width + .panel border*2 */
	background:#666 6% 55% no-repeat;
}

/*Ends:Swathi(8-July-14) - Redmine# 10778 - Required below css to hide tooltip in Mozilla after clicking Download*/

/*Starts:Swathi(24-July-14)- Below css required to show file upload hover on profile photo */
#hover-cap-4col .thumbnail{
		position:relative;
		overflow:hidden;	
	}
	.caption {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.4);
		width: 100%;
		height: 100%;
		color:#fff !important;
	}
	.caption p {
		padding:6px;
		padding-top:100px;
		padding-left:45px;
	}

/*Ends:Swathi(24-July-14)- Below css required to show file upload hover on profile photo */

.vm-dummy-ImageBorderRadius
{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border:3px solid #fff;
    box-shadow:2px 4px 4px rgba(0,0,0,0.2);
}

.vm-dummy-divBorderRadius
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #fff;
}

.vm-dummy-divPadding
{ 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.vm-dummy-divfont
{
    padding:0px;
}

.vm-dummy-menuBorder
{
    border-bottom: 5px solid #e74c3c; /*[for the ul which has the popup menu]*/
}

.vm-dummy-ekfc-menuBorder
{
    border-bottom: 5px solid #60090A;
}

.vm-dummy-biomagnetictherapy-menuBorder
{
    border-bottom: 5px solid #29D;
}

/*sujatha(17-Mar-2015) - Menu border specific css for Layout (GMG)*/
.vm-dummy-gmg-menuBorder
{
    border-bottom: 5px solid #882A2F;
}

/*sujatha(17-Mar-2015) - Menu border specific css for Layout (AZTECH)*/
.vm-dummy-aztech-menuBorder
{
    border-bottom: 5px solid #006F83;
}


/*sujatha(10-sep-2014) - Css required to show email popup like envelope*/
.get-in-touch  
{       
    border-radius: 5px;
    background: rgb(255, 255, 255) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAGCAYAAACFIR03AAAAV0lEQVR42tXOMRWAQAwE0RWFDRTg5d47Jeg4Q9gI06RbqlwKil/P6LpXbDCf85AxEBtMGjKG/jyPUHUerfP4nEeoOo/Wedj5pOo8Wudh55Oq82idh51PLxpvled7kLAXAAAAAElFTkSuQmCC) repeat-x;       
}

/*css for Progress Tracker Start */
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eeeeee;
}

.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-left: 13px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 13px inset transparent;
  border-bottom: 13px inset transparent;
  border-left: 13px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-wizard > li.complete > a,
.nav-wizard > li.complete > a:hover,
.nav-wizard > li.complete > a:focus {
  color: #ffffff;
  background-color: #47a447;
}

.nav-wizard > li.complete > a:after {
  border-left-color: #47a447;
}

.nav-wizard > li.void > a,
.nav-wizard > li.void > a:hover,
.nav-wizard > li.void > a:focus {
  color: #ffffff;
  background-color: #d9534f;
}
.nav-wizard > li.void > a:after {
  border-left-color: #d9534f;
}


.nav-wizard > li.reject > a,
.nav-wizard > li.reject > a:hover,
.nav-wizard > li.reject > a:focus {
  color: #ffffff;
  background-color: #ec971f;
}
.nav-wizard > li.reject > a:after {
  border-left-color: #ec971f;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}


@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  
}
/*css for Progress Tracker End */

/* CSS for HR Dashboard Starts */

.small-box
{
    position:relative;
    display:block;
    border-radius:4px;
    /*margin-bottom:15px;*/
    width:200px;
    height:66px;
}

.small-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 13px;
}

.small-box h3,
.small-box p {
  z-index: 5px;
}

.bg-grey {
  background-color: #746E73 !important;
}
.bg-pink {
  background-color: #E370D1 !important;
}
.bg-red {
  background-color: #d53f40 !important;
}
.bg-yellow {
  background-color: #e3e270 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}

.small-box > .inner {
  padding: 10px;
}

.small-box .icon {
  position: absolute;
  top: auto;
  bottom:2px;
  right: 5px;
  z-index: 0;
  font-size:40px;
  color: rgba(0, 0, 0, 0.15);
}

/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-pink,
.bg-grey {
  color: #f9f9f9 !important;
}

/* CSS for HR Dashboard Ends */
.panelGroup-header {
height: 42px;
border: 1px solid #ddd;
margin-bottom: -1px;
padding: 10px;


-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
overflow: hidden;
border-top-right-radius: 4px;
border-top-left-radius: 4px;

color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}

.panelGroup-title
{
    margin-top: 0;
margin-bottom: 0;
font-size: 16px;
    }

.panelGroup-content {
margin-top: -1px;
padding: 10px;
border: 1px solid #ddd;
border-color: #bce8f1;
background: #fcfcfc;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6);
box-shadow: 0 1px 0 rgba(255,255,255,0.6);
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}



.progressBarValue span.progressCustomValueVal {
font-size: 12px;
font-weight: 700;
padding: 0 5px;
color: #fa5833;
}

.progressBarValue span.progressCustomVal
{
    font-size: 11px;
}
.progressSlim {
border: 1px solid #c9c9c9;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
position: relative;
margin: 8px 0;
background: #fcfcfc;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,#fcfcfc 0,#f2f2f2 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top,#fcfcfc 0,#f2f2f2 100%);
background: -o-linear-gradient(top,#fcfcfc 0,#f2f2f2 100%);
background: -ms-linear-gradient(top,#fcfcfc 0,#f2f2f2 100%);
background: linear-gradient(to bottom,#fcfcfc 0,#f2f2f2 100%);
}
.progressSlim .ui-progressbar-value {
border: 0;
height: 100%;
top: 1px;
position: absolute;
left: 1px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.sliderRed .ui-slider-range, .progressRed .ui-progressbar-value {
background: #f00;
background: -webkit-gradient(linear,left top,left bottom,from(#ff5454),to(#f00));
background: -webkit-linear-gradient(top,#ff5454,#f00);
background: -moz-linear-gradient(top,#ff5454,#f00);
background: -o-linear-gradient(top,#ff5454,#f00);
background: -ms-linear-gradient(top,#ff5454,#f00);
background: linear-gradient(top,#ff5454,#f00);

}
.sliderOrange .ui-slider-range, .progressOrange .ui-progressbar-value {
background: #fa5833;
background: -webkit-gradient(linear,left top,left bottom,from(#fa603d),to(#fa5833));
background: -webkit-linear-gradient(top,#fa603d,#fa5833);
background: -moz-linear-gradient(top,#fa603d,#fa5833);
background: -o-linear-gradient(top,#fa603d,#fa5833);
background: -ms-linear-gradient(top,#fa603d,#fa5833);
background: linear-gradient(top,#fa603d,#fa5833);

}
.sliderYellow .ui-slider-range, .progressYellow .ui-progressbar-value {
background: #e3e270;
background: -webkit-gradient(linear,left top,left bottom,from(#eae874),to(#e3e270));
background: -webkit-linear-gradient(top,#eae874,#e3e270);
background: -moz-linear-gradient(top,#eae874,#e3e270);
background: -o-linear-gradient(top,#eae874,#e3e270);
background: -ms-linear-gradient(top,#eae874,#e3e270);
background: linear-gradient(top,#eae874,#e3e270);

}
.sliderGreen .ui-slider-range, .progressGreen .ui-progressbar-value {
background: #b6e370;
background: -webkit-gradient(linear,left top,left bottom,from(#bdea74),to(#b6e370));
background: -webkit-linear-gradient(top,#bdea74,#b6e370);
background: -moz-linear-gradient(top,#bdea74,#b6e370);
background: -o-linear-gradient(top,#bdea74,#b6e370);
background: -ms-linear-gradient(top,#bdea74,#b6e370);
background: linear-gradient(top,#bdea74,#b6e370);

}
.sliderBlue .ui-slider-range, .progressBlue .ui-progressbar-value {
background: #2fabe9;
background: -webkit-gradient(linear,left top,left bottom,from(#67c2ef),to(#2fabe9));
background: -webkit-linear-gradient(top,#67c2ef,#2fabe9);
background: -moz-linear-gradient(top,#67c2ef,#2fabe9);
background: -o-linear-gradient(top,#67c2ef,#2fabe9);
background: -ms-linear-gradient(top,#67c2ef,#2fabe9);
background: linear-gradient(top,#67c2ef,#2fabe9);

}
.sliderBlue .ui-slider-range, .progressPink .ui-progressbar-value {
background: #FF0066;
background: -webkit-gradient(linear,left top,left bottom,from(#FF6699),to(#FF0066));
background: -webkit-linear-gradient(top,#FF6699,#FF0066);
background: -moz-linear-gradient(top,#FF6699,#FF0066);
background: -o-linear-gradient(top,#FF6699,#FF0066);
background: -ms-linear-gradient(top,#FF6699,#FF0066);
background: linear-gradient(top,#FF6699,#FF0066);

}

.sliderBlue .ui-slider-range, .progressBrown .ui-progressbar-value {
background: #663300;
background: -webkit-gradient(linear,left top,left bottom,from(#A38566),to(#663300));
background: -webkit-linear-gradient(top,#A38566,#663300);
background: -moz-linear-gradient(top,#A38566,#663300);
background: -o-linear-gradient(top,#A38566,#663300);
background: -ms-linear-gradient(top,#A38566,#663300);
background: linear-gradient(top,#A38566,#663300);

}

/* CSS for Arrow used in HR Dashboard Start */
.arrow-down {
	width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;

}

.arrow-down-blue
{
   border-top: 10px solid #00c0ef!important; 
}
    
 .arrow-down-orange
{
   border-top: 10px solid #ff851b!important; 
}

.arrow-down-green
{
   border-top: 10px solid #00a65a!important; 
}

.arrow-down-red
{
   border-top: 10px solid #d53f40!important; 
}

.arrow-down-grey
{
   border-top: 10px solid #746e73!important; 
}
/* CSS for Arrow used in HR Dashboard End */

.vm-logo-size
{
    height:42px;
    width:200px;
}
.vm-justify
{
   text-align: justify;
   text-justify: inter-word;
}

/*Starts:Uday(19-02-2016)- Below css required to landing page  */

.header_area_text {
    padding-top: 150px;
    text-align: center;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32);
}

.header_area_text h2 {  
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.header_area_text h3{
    color: #fff;
    margin: 30px 0px;
   
    font-weight: 300;
}
/*** feature area css ***/

#features_area h2 {
    margin-bottom: 60px;
}
#features_area p {
    font-weight: 500;
}
.single_feature {
    min-height:500px;
    padding: 20px;

}
.single_feature h3 {
    font-weight: 500;
    margin-top: 20px;
}

/*** story area css ***/

#story_area {
    background: #3db4b9;
}

.story_text {
    color: #fff;
}

.story_text h2,
.experience h2 {
    margin-bottom: 40px;
    font-weight: 500;
}

.story_text p,
.experience p {
    margin-bottom: 30px;
}

.story_text a {
    border: 2px solid #333333;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase
}

.experience a {
    border: 2px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase
}

.video-shadow {
    margin-top: 6%; 
     margin-bottom: 6%;
}


/*** contact info ***/

#contact-info {
    background: #fff;
    padding: 30px 0px;
    color: #868686;
}

.contact-info-text {
    text-align: center;
}

.contact-info-text h2 {
    margin-bottom: 10px;
    color:#424752;
    font-weight: 400;
}

.contact-info-text h3{
    font-weight: 400;
     line-height: 1.5;
}

/*** footer area css ***/

#footer_area {
    background: #2e3442;
    padding: 20px 0px;
    color: #fff;
    text-align: center;

}

.copyright{
    padding: 10px 10px;
}

.copyright p {
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
}



.single_feature:hover{
    background-color: #fff;
    box-shadow: 0px 39px 68px 0px rgba(0, 0, 0, 0.13);
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.32);
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    #header_area {
        padding-top: 5px;
    }
  
    .header_area_text h2 {
        font-size: 25px;
    }
    .header_area_text h3 {
        font-size: 18px;
    }
    .header_area_text {
        padding-right: 0px
    }
    
    .header_area_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header_area_text a,
    .story_text a{
        padding: 8px 10px;
        margin-top: 0px;
    }
    .section_padding {
        padding: 40px 0px;
    }
    .single_feature {
        margin-bottom: 30px
    }
    .contact-info-text h2 {
        font-size: 22px;
    }
    .contact-info-text h3 {
        font-size: 20px;
    }
    .contact-info-text p {
        font-size: 12px;
        margin-top: 5px
    }
    .text-right {
        text-align: left
    }
   
}

/*Ends:Uday(19-02-2016)- Below css required to landing page  */
