/* header.main-header CSS */

html,
body {
  min-height: 100%;
  color: #333;
}


header.main-header {
    /*position: fixed;*/
    position:static !important;
    top: 0;
    left: 0;
    right: 0;
    height:47px;
    z-index: 9;
    border-bottom:1px solid #dde4e6;


   
background: #ededed; 
/*background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */




}
header.main-header > a {
    width:  160px;
    float: left;
    height: 50px;
}

header.main-header > a  img{
    position: relative;
    z-index: 10;
}

header.main-header > nav.navbar {
    /*New 28/09/2017*/
    position:static !important;
    /*Ends*/
    width: calc(100% - 230px);
    float: right;
   /* height: 50px;*/
    margin-bottom: 0px;
}


.pos_rel{
    position:relative !important;
}


.logo{
    width:230px;
}

.logoHover {
    background: #69043c; 
    width:50px;
    height: 50px;
    position: absolute;
    top: 0px;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;

}


.navbar-static-top .btn-dropdown{
    padding:14px 10px 12px 10px !important;
    border:0px !important;
    /*border-left:1px solid #ddd !important;
    border-right:1px solid #ddd !important;
    border-radius:0px  !important;*/
}

/*.navbar-static-top .btn-dropdown{
    padding:13px 20px !important;
    border:0px !important;
    border-left:1px solid #ddd !important;
    border-right:1px solid #ddd !important;
    border-radius:0px  !important;
}*/
/*.navbar-static-top .btn-dropdown .fa {
    font-size: 18px;
}*/
.navbar-static-top .btn-dropdown.no-border-left{
    border-left:0px;
    background-color:#fff;
}
.dropdown .dropdown-menu{
    padding:10px;
    border-radius: 0px;
}
/*.drop-left .dropdown-menu{
    left:0px !important;
    right:none;
}*/
.drop-tasks .dropdown-menu{
    width:250px;
}
.dropdown{
    position: relative;
    color: #333333;
}
.dropdown .super-script{
    position: absolute;
    z-index:10;
    top:10px;
    right:10px;
    background: #ea0f0d;
    color:#fff;
    width:15px;
    height:15px;
    padding:1px;
    font-size:10px;
    border-radius: 100%;
}
.dropdown button.btn-dropdown .fa
{
    color: #a0a0a0;
}
.btn-user {
    width: 280px;
    text-align: right;
    font-weight: 700;
}
.task-list {
   /* position: fixed;
    z-index: 10;
    top: 50px;
    right: 0px;*/
    width: 339px;
    bottom: 0px;
    padding: 0px 10px 10px;
    background: #fff;
   /* border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.4) !important;*/
}
.task-list .panel-heading {
    padding: 0px;
}

.task-list .panel-body {
    height:300px;
    overflow-y: auto;
    padding: 10px 0px;
}
/*.task-list #divMyTaskBookings .panel-body {
    height: 300px;
    overflow-y: auto;
    display: inline-block !important;
    padding: 10px 0px;
}*/

.task-list #divMyTaskBookings .panel-body {
    height: 281px;
    overflow-y: auto;
    display: inline-block !important;
    padding: 0px 0px;
    width: 100%;
}

.task-height .panel-group .panel {
    border-radius: 0px;
}

.task-height .panel-group .panel+.panel, .task-height .panel {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.task-height .panel-default>.panel-heading {
    background: rgba(248,248,248,1);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 60%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,248,248,1)), color-stop(60%, rgba(240,240,240,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 60%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 60%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 60%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%, rgba(240,240,240,1) 60%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0', GradientType=0 );
}

.task-height .panel-title>a, .panel-title>small, .panel-title>small>a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
    display: block;

}


.task-height .panel-title>a:before, .task-height .panel-title>small>a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    width: 15px;
    position: relative;
    top: 1px;
}

.task-height .panel-title>a.collapsed:before, .task-height .panel-title>small>a.collapsed:before {
    content: "\f105";
       display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    width: 15px;
    position: relative;
    top: 1px;
}

.task-height .drop-header {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}


.task-list:after, .task-list:before {
	
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.task-list:after {
    bottom: 100%;
    right: 4px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	/*margin-left: -10px;*/

}
.task-list:before {
    bottom: 100%;
    right: 4px;
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 11px;
	/*margin-left: -11px;*/
    /*New style 28/09/2017*/
    
}

.task-list .panel-group .panel-heading+.panel-collapse>.list-group, .task-list .panel-group .panel-heading+.panel-collapse>.panel-body {
    background: #f8f8f8;
}

.task-list .panel-list > .panel-list-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px;
}
.task-list .panel-list > .panel-list-item:last-child {
    border-bottom: 0px;
}
.task-list .panel-list > .panel-list-item > div {
    float: left;
}

.task-list .panel-list > .panel-list-item > div.panel-list-icon {
    width: 10%;
    color: #eed24a !important;
}

.task-list .panel-list > .panel-list-item > div.panel-list-content {
    width: 75%;
    font-size: 12px;    
}
.task-list .panel-list > .panel-list-item > div.panel-list-content > .panel-list-content-title {
    font-weight: 700;
}

.task-list .panel-list > .panel-list-item > div.panel-list-button {
    width: 15%;
}
.task-list .panel-list > .panel-list-item > div.panel-list-button > button {
    padding: 3px 7px;
    background-color: #CCC;
}

.btn-custom-whiteBG{background:#fff !important;}

.main-header nav .dropdown ul.dropdown-menu:before{display:block  !important;}
.main-header nav .dropdown ul.dropdown-menu:after{display:block !important;}

.main-header nav .keep-open ul.dropdown-menu:before{display:none  !important;}
.main-header nav .keep-open ul.dropdown-menu:after{display:none !important;}

#divMyTaskMenuView .task-height .drop-header {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    background-color: #69043c !important;
    margin-top: 10px;
    color:#fff;
}

#divMyTaskMLogs{width:100%;}
#refreshMyTasks {
    cursor: pointer;
    font-size: 15px;
    color: #ddd;
    position: absolute;
    left: 86%;
    border-bottom: none !important;
    top: 13px;
}

/*--------------29 May 2016----------------*/

#grdMyBookings .k-grid-content{height:277px !important;}

.k-grid tr td, .k-pivot-layout .k-grid tr td {
    border-bottom-width: 1px !important;
    border-style: solid !important;
    border-color: #ccc !important;
}

.k-grid-content tr td {
    border-left-width: 0 !important;
    border-right: 1px solid #ccc !important;
}

.header_icon {
    background-color:#ededed;
}

.header_icon:hover{
    background-color:#dddddd;
}



.app-name{
    font-family:"Arial",Helvetica,Arial,sans-serif;
    color:#46545d;
    font-size:22px;
    font-weight:bold;
    margin:11px 0 0 58px;
}

.app-name-menu {
    
    background: url('../images/logo_small.png') #7d265b no-repeat left;
    /*background-image: url('../../AssetsR/images/logo.png');*/
    background-repeat: no-repeat;
    background-position: left;
    font-family: "Arial",Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 11px 0 0 58px;
    height: 46px;
}

/*Header Styles 28/09/2017*/

.main-header nav .dropdown-menu:after {
    position: absolute !important;
    top: -10px !important;
    right: 7px !important;
    display: inline-block !important;
    border-right: 14px solid transparent !important;
    border-bottom: 14px solid #ffffff !important;
    border-left: 13px solid transparent !important;
    content: '';
}


.main-header nav .dropdown-menu:before {
    position: absolute !important;
    top: -10px !important;
    right: 9px !important;
    display: inline-block !important;
    border-right: 12px solid transparent !important;
    border-bottom: 10px solid #ccc !important;
    border-left: 12px solid transparent !important;
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
    content: '';
    
}

.navbar-static-top .btn-dropdown{
    border-left: 1px solid #ddd !important;
    border-radius: 0px !important;
}

#user_Info + .dropdown-menu{
    right: 2px !important;
    min-width: 200px !important;
}


/*Header Styles Ends*/
