body, html
{
    font-family: 'Open Sans', sans-serif !important;
    height: 100% !important;
    font-size: 13px;
    color: #4E5E6A;
    position: relative;
}

h1,h2,h3,h4,h5,h6{font-weight:300; margin: 5px 0;}

h1{font-size:30px}
h2{font-size:24px}
h3{font-size:16px}
h4{font-size:14px}
h5{font-size:12px}
h6{font-size:10px}
h3,h4,h5{font-weight:600}


p {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 22px;
  margin: 0 0 10px;
  font-style: normal;
  white-space: normal;
}

.responsive td {font-size:12px;}
.responsive td a ,.responsive td a:active, .responsive td a:hover, .responsive td a:visited {font-size:12px;}

#hometbl td {font-size:13px;}
#hometbl td a ,#hometbl td a:active, #hometbl td a:hover, #hometbl td a:visited {font-size:12px;}


table th {font-weight: bold;}
.red-text {
  color: #f25656;
}

a
{
    color: #337ab7;
}

label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
 
}

label.for-static-control
{
    font-weight: 600;
}

.form-group
{
    position: relative;
    margin-bottom: 15px;
}

.form-group .fa-calendar.overlayed
{
	position: absolute;
	bottom: 28px;
	right: 14px;
	font-size: 14px;
}

.table-wrap .form-group h2 , .dataTables_wrapper h2 
{
  font-size: 21px;
  padding: 8px;
  font-weight: bold;      
} 

.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    background: #fff;
    border: 1px solid #dce1e4;
    border-radius: 0;
    font-size: 13px;
    padding: 6px 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #555;
}

.form-control[disabled] {
    background-color: #eee;
    cursor: not-allowed;
    color: #888;
}

.form-control[readonly]
{
    background-color: #eee;
    color: #888;
}

.form-control[readonly]:focus
{
    background-color: #fff;
}

button, input, select, textarea
{
    font-family: inherit;
}

input[type="submit"]
{
    background-color: #6a5fac;
    border: 0;
    padding: 5px 20px;
    outline: 0 !important;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

input[type="checkbox"], input[type="radio"]
{
    margin-left: 5px;
    margin-right: 5px;
}

.row
{
    padding: 0 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.form-group .row
{
    padding: 0;
}


.activesort
{
    background-color:#12AFCB !important;
    
    color:#fff !important;
}

/***** Mobile reorder for grid/tooltip *****/
@media (min-width: 768px)
{
	.row.mobile-reorder .col
	{
		position: relative;
	}
	.row.mobile-reorder .span_3
	{
		width: 23.5%;
		left: 75%;
		margin-left: 2%;
		padding-right: 15px;
	}
	.row.mobile-reorder .span_9
	{
		width: 74.5%;
		right: 25%;
	}
	.row.mobile-reorder .span_3
	{
		width: 23.5%;
		left: 75%;
		margin-left: 2%;
		padding-right: 15px;
	}
	.row.mobile-reorder .span_9
	{
		width: 74.5%;
		right: 25%;
	}
}
/***** Mobile reorder for grid/tooltip *****/

header
{
    position: relative;
    z-index: 1;   
    -webkit-box-shadow: 0 1px 8px 0 rgba(51,51,51,.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(51,51,51,.2);
    box-shadow: 0 1px 8px 0 rgba(51,51,51,.2);
}

#menu-icon
{
    float: left;
    display: none;
    padding: 15px 19px;
    font-size: 20px;
    cursor: pointer;
}

#menu-icon:hover
{
    background-color: #e9edf2;
}

#logo
{
    float: left;
    padding: 7px 37px;
    font-size: 26px;
}

#main-wrapper 
{
    min-height: 100%;
    margin: 20px 10px;
    padding: 0;
}
#main
{
    height: 100%;
}

#content
{
    position: relative;
    min-height: 100%;
    background-color: #F1F4F9;
}

.page-title
{
    padding: 20px;
    padding-left:35px !important;
    background: #e9edf2;
    border-bottom: 1px solid #dee2e8;
    font-size: 24px;
    font-weight: 300;
    color: #74767d;
}

.page-title {
    background: none repeat scroll 0 0 #e9edf2;
    border-bottom: 1px solid #dee2e8;
    padding: 20px;
}



.page-title h3 {
    color: #74767d;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 4px;
    padding: 0;
}


ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
/*
.page-breadcrumb .breadcrumb {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
}

.breadcrumb {
    border-radius: 4px;
    list-style: outside none none;
}

.breadcrumb>li {
  display: inline-block;
}
.breadcrumb {
    list-style: outside none none;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.page-breadcrumb ol.breadcrumb li a, .page-breadcrumb ol.breadcrumb li.active {
    color: #90999c;
    font-size: 13px;
}
*/
.top1, .base1
{
	margin: -10px -10px 0;
	background: url(../../include/images/one-round-test2.png) no-repeat left top;
	height: 10px;
	position: relative;
	font-size: 10px;
}
.base1
{
	background-position: left bottom;
	margin: 0 -10px -10px;
}
.top1 span, .base1 span
{
	background: url(../../include/images/one-round-test2.png) no-repeat right top;
	display: block;
	height: 10px;
	font-size: 10px;
}
.base1 span
{
	background-position: right bottom;
}

.top2, .base2
{
	margin: -10px -10px 0;
	background: url(../../include/images/one-round-test1.png) no-repeat left top;
	height: 10px;
	position: relative;
	font-size: 10px;
}
.base2
{
	background-position: left bottom;
	margin: 0 -10px -10px;
}
.top2 span, .base2 span
{
	background: url(../../include/images/one-round-test1.png) no-repeat right top;
	display: block;
	height: 10px;
	font-size: 10px;
}
.base2 span
{
	background-position: right bottom;
}



.color1
{
	background: #d9edf7;
	color: #34425a;
}
.color2
{
	background: #E0E4EF;
	color: #203360;
}

.box
{
	float: left;
	padding: 0 10px;
	margin: 10px 10px 45px 10px;
	display: inline; /* IE double margin bug*/
}
.one
{
	width: 95%;
}
.inner
{
	padding: 10px 0;
	margin: -10px 0;
	min-height: 0; /* ie7 haslayout issues fix*/
	position: relative;
}
* html .inner
{
	height: 1px;
}

.content
{
	width: 100%;
}

.color1
{
	background: #d9edf7;
	color: #34425a;
}
.color2
{
	background: #E0E4EF;
	color: #203360;
}

.arrow1
{
	position: absolute;
	/*bottom: -17px;*/
	left: 10px;
	background: url(../../include/images/arrow1.png) no-repeat left top;
	width: 100% !important;
	margin-top:3px;
}

.arrow2
{
	position: absolute;	
	background: url(../../include/images/arrow2.png) no-repeat right top;
	width: 100% !important;
	margin-top:3px;
	text-align: right;
	/*bottom: -17px;*/
}
.arrow_p1
{
	margin: 0;
	padding-top: 4px;
	padding-left: 30px;
	color: #666;
	font-size: 11px;
	font-style: italic;
}
.arrow_p2
{
	margin: 0;
	padding-top: 4px;
	padding-right: 30px;
	color: #666;
	font-size: 11px;
	font-style: italic;
}
/** breadcrumb **/
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}

.page-title{padding:20px;background:#e9edf2;border-bottom:1px solid #dee2e8}.page-title h3{font-size:24px;font-weight:300;color:#74767d;padding:0;margin:0 0 4px}.page-breadcrumb .breadcrumb{background:0 0;padding:0;margin-top:30px}.page-breadcrumb ol.breadcrumb{margin:0}.page-breadcrumb ol.breadcrumb li a,.page-breadcrumb ol.breadcrumb li.active{font-size:13px;color:#90999c}.page-breadcrumb ul{margin:0}.page-breadcrumb ul li{float:left;display:inline}.page-breadcrumb ul li a{font-size:13px;color:#90999c}
/** breadcrumb end **/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-blue {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.ul_sort li {margin:10px 0px;}
.ul_sort li a  { text-decoration:none; }

code-red {
  padding: 4px 6px;
  font-size: 12px;
  color: #34425a;
  background-color: #d9edf7;
  border-radius: 4px;
  font-weight:bold;
  text-decoration:none;
  
}

.panel
{
    background: #fff;
    margin-bottom: 15px;
}

.panel-heading-lightblue
{
    padding: 10px 20px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    background-color:#d9edf7;
    /*color:#34425a;*/
    margin: 5px 0px;
}

.panel-heading-lightblue a,.panel-heading-lightblue a:active, .panel-heading-lightblue a:visited,.panel-heading-lightblue a:hover {color:#34425a; text-decoration:none;}
.panel .panel-heading2
{
    padding: 20px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;   
}

.panel .panel-heading
{
    padding: 20px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    background-color:#34425a;
    color:#fff;
}

.panel .panel-body
{
    padding: 10px 20px 20px 18px;
}

#shrinked
{
    padding: 5px 8px 20px 8px !important;
}
a.panel-header-button
{
    float: right;
    background-color: #12AFCB;
    padding: 3px 10px;
    text-decoration: none;
    color: #fff;
}

a.panel-header-button i.fa
{
    margin-right: 6px;
}

.panel-blue {
    background: none repeat scroll 0 0 #12afcb !important;
}

.panel-blue p {color:#fff;} 

.panel .panel-heading1 {
    border: 0 none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    overflow: hidden;
    padding: 20px;
   
}

.panel .panel-heading1 .panel-title {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.table-wrap
{
    min-height: .01%;
    overflow-x: auto;
}

table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-color: gray;
    border-spacing: 2px;
}

table a
{
    text-decoration: none;
    font-weight: 600;
    /*white-space: nowrap; */
}

table a b
{
   /* white-space: nowrap;*/
}

table a.close-ticket
{
    background-color: #34425a;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 75%;
    color: #fff;
}

table a.ticket-name
{
    /*background-color: #12AFCB;*/
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 75%;
    color: #337ab7;
    display: inline-block;
}

table a.ticket-name:hover
{
    color: #4e5e6a;
}


table a.ticket-name:link, table a.ticket-name:active, table a.ticket-name:hover, table a.ticket-name:visited {font-size: 100%;} 


table a.action
{
    background-color: #d9534f;
    border-radius: 2px;
    padding: 2px 5px;
    font-size: 75%;
    color: #fff;
}
table a.action:hover,table a.action:active, table a.action:visited {font-size: 75%;} 
table thead, .table tbody
{
    vertical-align: middle;
}

table thead tr th
{
  
    vertical-align: bottom;
}

table thead tr td, table tbody tr td, table thead tr th, table tbody tr th
{
 
    padding: 15px;
    vertical-align: top;
    /*white-space: nowrap;*/
    font-size: 13px;
}

td[data-th="Info"], td[data-th="Actions"], td[data-th="Action"], td[data-th="Date Posted"], td[data-th="Last Post"], td[data-th="Created By"]
{
    white-space: nowrap;
}

table tbody tr td.project-name, table tbody tr td.project-manager
{
    font-size: 15px;
    font-weight: bold;
    color: #337ab7;
}

table tbody tr td.project-manager
{
    text-align: right;
}

table i.fa
{
    margin: 0 5px;
    font-size: 14px;
}

/***** Responsive table *****/
table.responsive tbody tr td
{
	vertical-align: top;
	border-top: 1px solid #ddd;
}

@media ( max-width : 767px )
{
	table.responsive thead tr th
    {
        display: none;
    }
    table.responsive tbody tr td:first-child
    {
        border-top: 0;
        background-color: #337ab7;
        color: #fff;
    }
    table.responsive tbody tr td
    {
        display: block;
		padding: 10px 15px;
    }
    table.responsive tbody tr td:before
    {
        content: attr(data-th) ":";
        margin-right: 10px;
		font-weight: bold;
    }
}
/***** Responsive table *****/

#footer
{
    background: #e9edf2;
    border-top: 1px solid #dee2e8;
    -webkit-box-shadow: 8px 1px 0 0 rgba(51,51,51,.2);
    -moz-box-shadow: 8px 1px 0 0 rgba(51,51,51,.2);
    box-shadow: 8px 1px 0 0 rgba(51,51,51,.2);
    padding:15px 0;
    text-align: center;
    color: #74767d;
    vertical-align:middle;
}


.paging {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
}

.paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}

.dataTables_paginate {
  
  text-align: right;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}

.dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #5f5f5f!important;
  border: 1px solid #ebebeb;
  background: #f1f1f1!important;
}

/* Horizontal menu style START */

header ul.user
{
    float: right;
    padding: 12px 30px 15px 0;
    margin-bottom: 0;
}

header ul.user li
{
    display: inline-block;
    margin: 5px 0 0 30px;
}

header ul.user li .fa
{
    margin-right: 5px;
    font-size: 16px;
}

header ul.user li a .header-user-text
{
    display: inline;
}

.clear
{
    clear: both;
}

nav
{
    background-color: #34425A;
}

nav a
{
    text-decoration: none;
}

nav ul.menu
{
    margin-bottom:0px;
}

nav ul.menu li
{
    display: inline-block;
    position: relative;
    z-index:999;
}

nav ul.menu li:hover ul.sub-menu
{
    display: block;
}

nav ul.menu li:hover 
{
    background-color: #2b384e;
}

nav ul.menu li:hover > a
{
    color: #fff;
}

nav ul.menu li a
{
    display: inline-block;
    padding: 14px 20px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: #d9edf7;
}

nav ul.-menu li a:hover
{
    background-color: #2b384e;
    color: #fff;
    text-decoration:none;
}

nav ul.menu li a .fa
{
    margin-bottom: 5px;
}

nav ul.menu li a p
{
    margin-bottom: 0;
    text-align: center;
}

nav ul.menu li a .arrow:before 
{
    display: none;
    width: 10px;
    float: right;
    margin-top: -32px;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    color: #899dc1;
}

nav ul.menu li .sub-menu
{
    display: none;
    position: absolute;
    top: 69px;
    left: 0;
    z-index: 1;
    width: 230px;
    background-color: #2b384e;
    padding: 10px;
}

nav ul.menu li .sub-menu li
{
    width: 100%;
}

nav ul.menu li .sub-menu li a
{
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    text-decoration: none;
}

nav ul.menu li .sub-menu li a:hover, nav ul.menu li .sub-menu li a.active
{
    background-color: #34425A;
}

nav ul.menu li .sub-menu li a .fa
{
    margin-right: 5px;
}

/* Horizontal menu style END */



/* Login page START */

#content.no-sidebar
{
    padding: 5% 0;
}

.login-box 
{
    margin: auto;
    max-width: 350px;
}

.login-box .title
{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #6c6c6c;
}

.login-box p
{
    padding: 20px 0 10px;
    text-align: center;
}

.login-box form
{
    padding: 0 20px;
    margin-top: 20px;
}

.login-box input[type="submit"]
{
    width: 100%;
    background-color: #22BAA0;
    border: 0;
    padding: 5px 20px;
    outline: 0 !important;
    cursor: pointer;
    color: #fff;
}

#wrong
{
	color: #a94442;
	background-color: #f2dede;
    border-color: #ebccd1;
	padding: 10px;
	margin:0 auto;
	margin-bottom:10px;
	font-size: 13px;
    width:98%;
}

#wrong a
{ 
     font-weight: 700;
      color: #843534;
     
}
	
#msg
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;    
    width:98%;
    margin:0 auto;
    margin-bottom:10px;
}

/* Login page END */



/* Non-Working Days page START */

.form-group.inline label, .form-group.inline select, .form-group.inline input[type="submit"]
{
	margin-right: 20px;
}

.form-group.inline select
{
	display: inline-block;
	width: auto;
}

.vacation-days h5
{
	line-height: 19px;
}

.non-working-days-summary h5:nth-child(2)
{
	margin-top: 15px;
}

table.non-working-days tr td
{
	position: relative;
	padding: 5px 15px;
}

table.non-working-days tr td .column-label
{
	padding-bottom: 5px;
	font-weight: 600;
}

table.non-working-days tr td.right
{
	text-align: right;
}

table.non-working-days input[type="text"], table.non-working-days select
{
	min-width: 175px;
}

table.non-working-days .fa-calendar.overlayed
{
	position: absolute;
    bottom: 15px;
    right: 24px;
}

table.non-working-days .last-link
{
	display: inline-block;
	margin-top: 33px;
}

table.non-working-days .last-link.remove
{
    margin-top: 8px;
}

table.non-working-days tr td.insert-cell
{
	padding: 15px;
}

.non-working-days-page table > thead:first-child > tr:first-child > th
{
	border-top: 0;
}

.non-working-days-page table > tbody > tr > td
{
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.non-working-days-page table thead tr th.gridhead
{
    padding: 18px 15px;
    background-color: #34425a;
	border-bottom: 2px solid #ddd;
	font-weight: 600;
	/*white-space: nowrap;*/
	font-size: 14px;
	color: #fff;
}

.non-working-days-page table thead tr th.gridhead:first-child
{
	border-top-left-radius: 3px;
}
.non-working-days-page table thead tr th.gridhead:last-child
{
	border-top-right-radius: 3px;
}

.non-working-days-page table .edit-day, table:not(.non-working-days) .delete-day
{
	padding: 5px;
}

.non-working-days-page table .edit-day i, table:not(.non-working-days) .delete-day i
{
	font-size: 16px;
}

/* Non-Working Days page END */




/* Documents page START */

a.document-action
{
	float: right;
	padding: 3px;
	margin-left: 15px;
}

/* Documents page END */




.btn-state-default {
    background-color: #ccc;
    border-radius: 2px;
    padding: 2px 5px;
    font-weight: 600;
    color: #000;
}
.btn-state-primary {
    background-color: #7a6fbe;
    border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-success {
    background-color: #22baa0;
    border-radius: 2px;
  padding: 2px 5px;
   font-weight: 600;
  color: #fff;
}
.btn-state-info {
    background-color: #12afcb;
    border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-warning {
    background-color: #f6d433;
    border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-danger {
    background-color: #f25656;
    border-radius: 2px;
  padding: 2px 5px;
   font-weight: 600;
  color: #fff;
}
.btn-state-darkred {
   background-color: #ff9000;
   border-radius: 2px;
  padding: 2px 5px;
   font-weight: 600;
  color: #fff;
}
.btn-state-low {
   background-color: #ffcc00;
   border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-high {
   background-color : #ff4200;
   border-radius: 2px;
  padding: 2px 5px;
   font-weight: 600;
  color: #fff;
}
.btn-state-urgent {
   background-color: #d70000;
   border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-blue
{
    background-color: #337ab7;
   border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}
.btn-state-analyze
{
    background-color: #7AA93C;
   border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}

.btn-state-est
{
    background-color: #777777;
   border-radius: 2px;
  padding: 2px 5px;
  font-weight: 600;
  color: #fff;
}




.icon-state-default {
    color: #ccc;
}
.icon-state-primary {
    color: #7a6fbe;
}
.icon-state-success {
    color: #22baa0;
}
.icon-state-info {
    color: #12afcb;
}
.icon-state-warning {
    color: #f6d433;
}
.icon-state-danger {
    color: #f25656;
}
.icon-state-darkred {
   color: #ff9000;
}
.icon-state-low {
   color: #ffcc00;
}
.icon-state-high {
   color: #ff4200;
}
.icon-state-urgent {
   color: #d70000;
}


.activesort
{
    background-color:#12AFCB !important;
    
    color:#fff !important;
}


@media ( max-width : 1000px )
{
    nav ul.menu
    {
        margin-left: 0;
    }
    
    nav ul.menu li a .fa
    {
        margin-top: 5px;
    }
    
    nav ul.menu li a p
    {
        display: none;
    }
    
    nav ul.menu li .sub-menu
    {
        top: 51px;
    }
}

@media ( max-width : 850px )
{
    .panel .panel-body 
    {
        padding:10px;
    }
}

@media ( max-width : 767px )
{
    #menu-icon
    {
        display: block;
    }

    #logo
    {
        padding: 12px 15px;
        font-size: 19px;
    }
    
    header ul.user
    {
        padding-right: 20px;
    }
    
    
    /* Vertical menu style START */
    
    nav
    {
        position: absolute;
        z-index: -1;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
    }
    
    nav.show
    {
        z-index: 1;
        opacity: 1;
        transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -webkit-transition: opacity 0.3s ease-out;
    }

    nav ul.menu
    {
        width: 195px;
    }
    
    nav ul.menu li
    {
        display: block;
        text-align: center;
    }

    nav ul.menu li:hover ul.sub-menu
    {
        display: none;
    }
    
    nav ul.menu li.opened:hover ul.sub-menu
    {
        display: block;
    }
    
    nav ul.menu li.opened .sub-menu
    {
        display: block;
    }
    
    nav ul.menu li.opened a
    {
        background-color: #2b384e;
        color: #fff;
    }
    
    nav ul.menu li a .arrow:before 
    {
        display: block;
        transition: All 0.3s linear;
        -webkit-transition: All 0.3s linear;
        -moz-transition: All 0.3s linear;
        -o-transition: All 0.3s linear;
    }
    
    .menu li .arrow.rotated:before
    {
        margin-right: 1px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        color: #fff;
    }
    
    nav ul.menu li a
    {
        width: 100%;
    }
    
    nav ul.menu li a p
    {
        display: block;
    }

    nav ul.menu li .sub-menu
    {
        display: none;
        padding: 0 10px 10px 10px;
        position: static;
        top: 0;
        left: 0;
        width: auto;
    }
    
    nav ul.menu li .sub-menu li a
    {
        font-size: 11px;
        color: #899dc1;
    }

    .menu li .sub-menu li a:hover, .menu li .sub-menu li a.active
    {
        background-color: #34425A;
        color: #fff;
    }
   
    /* Vertical menu style END */
    
    
    .table-wrap
    {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    
    .table-wrap table
    {
        margin-bottom: 0;
    }
}

@media ( max-width : 600px )
{
    header ul.user
    {
        padding: 14px 10px 13px 0;
    }
    
    header ul.user li
    {
        margin: 0;
    }
    
    header ul.user li a
    {
        padding: 12px;
    }
    
    header ul.user li .fa
    {
        font-size: 22px;
        margin-right: 0;
    }
    
    header ul.user li a .header-user-text
    {
        display: none;
    }
}

@media ( max-width : 500px )
{
	.form-group.inline input[type="submit"]
	{
		display: block;
		margin-top: 10px;
	}
}

@media ( max-width : 350px )
{
    #logo
    {
        padding: 14px 10px;
        font-size: 16px;
    }
}


.gridhead
{
    background-color: #d9edf7;
}
