﻿/************** Demos CSS Class **************************/
.demo-description {
	clear: both;
	padding: 12px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

/**************************************/
.panel-group .panel {
	border-radius: 0 !important;
	box-shadow: none;
	border-color: #e7e7e7;
    border-width:0px 0px 1px 0px !important;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #337ab7 !important;
	background-color: #f8f8f8 !important;
	border-color:#e7e7e7 !important;
}
.panel-default > .panel-heading .panel-title a {
    padding:10px 15px 10px 30px;
    font:normal 14px/14px Verdana, Helvetica, Sans-Serif !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd !important;
    padding:0px !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body ul li a {
    color: #337ab7 !important;
    font:normal 14px/14px Verdana, Helvetica, Sans-Serif !important;
}
.panel-default > .panel-heading .panel-title a:hover {
    color: #23527C !important;
	background-color: #EEEEEE !important;
}
/*.panel-group .panel-heading + .panel-collapse > .panel-body:hover {
    color: #23527C !important;
    background-color: #EEEEEE !important;
}*/
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #337ab7;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
}
/* ----- v CAN BE DELETED v ----- */
.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}
.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}
.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

/*********************** Santanu ******************************************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
body {
    overflow-x:auto;
}
/*----------------------------------*/
.body-wrapper {
    border-top: 1px solid #e7e7e7;
}
.logo {
    padding:5px 20px 5px 15px;
    display:block;
    float:left;
}
.fa-fw {
    font-size:18px !important;
}
.userNameText {
    font-size:14px;
    color:#23527C;
}
.marginTop1 {
    margin-top:1%;
}
.suggestUserNameLog {
    padding:15px 15px 5px 20px;
    display:block;
    float:right;
}
.suggestUserNameLog .dropdown-menu li a {
    color:#23527C;
}
.suggestUserNameLog .dropdown-menu {
    right: 0;
    left: initial;
}
.suggestUserNameLog table {
    margin-bottom:0px;
}
table tr td, table tr th {
    padding:6px;
}
.suggestUserNameLog table tr td {
    border:1px solid #ddd;
}
table tr td a {
    color:#960000 !important;
}
.textRed {
    color:#960000 !important;
}
.textRed a {
    color:#960000 !important;
}
.footerWrapper {
    text-align:center;
    position:relative;
    margin:0px auto;
    padding:10px 0px;
}
.loginOptionPart {
    padding:25px;
    border:1px solid #ddd;
    position:relative;
    margin:0px auto;
    width:50%;
    margin-top:50px;
}
.loginOptionPart h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #337ab7;
    margin:0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.formRow {
    margin-bottom:15px;
}
/*input[type="text"], input[type="password"], input[type="email"], input[type="phone"], input[type="datetime"], select {
    padding: 8px;
    border: 1px solid #ccc !important;
    height: 35px !important;
    border-radius: 4px;
    width:100% !important;
}*/
/********** Start Select Dropdown Chosen************/
.chosen-container-single .chosen-single {
    padding: 8px !important;
    border: 1px solid #ccc !important;
    height: 35px !important;
    border-radius: 4px !important;
    line-height: 16px !important;
    color: #999 !important;
    width:100% !important;
}
.chosen-container-single .chosen-single div b {
    background: url('../chosen-sprite.png') no-repeat 0px 8px !important;
}
/********** End Select Dropdown Chosen************/
.width100 {
    width:100% !important;
}
.marginTop20 {
    margin-top:20px;
}
.control-label {
    line-height:25px;
}
.marginTopBtn5 {
    margin-bottom:5px;
    margin-top:5px;
}
.paddingTop61 {
     padding-top:61px;
}
.marginLeft10 {
    margin-left:10px;
}
.ui-slider-horizontal {
    width: 360px !important;
}
/*#gridContent {
    padding-left:10px;
}*/
.panel-group {
    /*margin-top: 5px;
        margin: 0px -15px 0px -15px !important;
    */
    margin: 0px -5px 0px -5px !important;
}
.panel-body ul {
    margin:0px;
    padding:0px;
}
.panel-group .panel + .panel {
    margin-top:0px !important;
}
.panel-body ul li {
    list-style:none;
    /*margin-left: 30px;
    margin-left: 18px;*/
    padding: 10px 0px 10px 30px;
    background-color: #f8f8f8;
    line-height:14px;
}
.panel-body ul li:hover {
    color: #23527C !important;
    background-color: #EEEEEE !important;
}
.marginRight5 {
    margin-right:5px;
}
.marginRight15 {
    margin-right:15px;
}
.panel-title a {
    font-size: 15px;
}
.clear-fix {
    clear: both;
}
.clear-fix:after, .clear-fix:before {
    clear: both;
    display: table;
    content: " "
}
/*================== Start Login Html Page (14-10-16) ========================*/
@font-face {
  font-family: 'HelveticaNeueDeskInterface-Regular';
  src: url('../fonts/HelveticaNeueDeskInterface-Regular.woff') format('woff'),
       url('../fonts/HelveticaNeueDeskInterface-Regular.ttf') format('truetype'),
       url('../fonts/HelveticaNeueDeskInterface-Regular.svg#HelveticaNeueDeskInterface-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFNSDisplay';
  src: url('../fonts/SFNSDisplay.eot');
  src: url('../fonts/SFNSDisplay.woff2') format('woff2'),
       url('../fonts/SFNSDisplay.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFNSText-Light';
  src: url('../fonts/SFNSText-Light.eot');
  src: url('../fonts/SFNSText-Light.woff2') format('woff2'),
       url('../fonts/SFNSText-Light.woff') format('woff'),
       url('../fonts/SFNSText-Light.ttf') format('truetype'),
       url('../fonts/SFNSText-Light.svg#SFNSText-Light') format('svg'),
       url('../fonts/SFNSText-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SFNSText-Medium';
  src: url('../fonts/SFNSText-Medium.eot');
  src: url('../fonts/SFNSText-Medium.woff2') format('woff2'),
       url('../fonts/SFNSText-Medium.woff') format('woff'),
       url('../fonts/SFNSText-Medium.ttf') format('truetype'),
       url('../fonts/SFNSText-Medium.svg#SFNSText-Medium') format('svg'),
       url('../fonts/SFNSText-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.loginPageBg {
    background-image:url('../../Images/login-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    background-attachment: scroll;
    background-position: 50% 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 0;
}
.page-fluid {
    display:block;
    width:100%;
    min-height:100%;
}
.loginHead {
    position:relative;
    padding:15px 30px;
}
.loginHead a {
    font:300 20px/22px 'SFNSText-Light', 'Helvetica Neue', sans-serif;
    color:#fff !important;
}
.loginHead a:hover {
    text-decoration:underline !important;
}
.loginBodyDiv {
    margin-top:8% !important;
    top:8%;
    width:340px;
    /*padding:10px;*/
}
.positionAbsol {
    position:absolute;
}
.centerPosition {
    margin:0 auto;
    position:relative;
    text-align:center;
    vertical-align:middle;
}
.stickyFooter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  background-color: #efefef;
  background: rgba(239, 239, 239, 0.2);
  text-align: center;
  border-top: 1px solid #e7e7e7;

}
.stickyFooter .footerText {
    font:400 15px/22px 'SFNSText-Light', 'Helvetica Neue', sans-serif;
    color:#FFF;
}
.stickyFooter .footerText a {
    font:400 15px/22px 'SFNSText-Light', 'Helvetica Neue', sans-serif;
    color:#960000;
}
.loginInput input[type="text"], .loginInput input[type="password"] {
    color: #333333;
    font:400 17px/22px 'SFNSText-Light', 'Helvetica Neue', sans-serif;
    padding:10px 12px;
    background: rgba(255, 255, 255, 0.9);
    height:42px !important;
    /*border-width:0px !important;*/
    border-style:solid !important;
    border-color:rgba(0, 0, 0, 0.2) !important;
    margin-right:0px;
    width:100%;
}
.loginInput .loginUser {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-width: 0px !important;
    border-top-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
.loginInput .loginPassword {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    padding-right: 32px !important;
}
.signinText {
    margin: 15px auto 15px auto;
    font:200 20px/22px 'SFNSDisplay', 'Helvetica Neue', sans-serif;
    color:#fff;
}
.loginInput .PwIcon {
    position: absolute;
    color:#C9C9C9;
    font-size: 28px;
    right: 5px;
    padding-top: 7px;
}
.keepSingArea {
    display: inline-block;
    position: relative;
    font-size: 15px;
    margin: 18px 0 16px 0px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}
.keepSingArea .keepSingText {
    padding-left: 3px;
    color: #ffffff;
    font:400 15px/22px 'SFNSText-Light', 'Helvetica Neue', sans-serif;
}
/*================== End Login Html Page (14-10-16) ========================*/

/*--------- Basic css ------------*/
.margin0 {
    margin:0px !important;
}
.vAlignMiddle {
    vertical-align:middle;
}
label {
    margin-bottom: 0px !important;
    /*line-height: 33px;*/
    line-height: 16px;
}
.width50 {
    width:50% !important;
}
.width49 {
    width:49% !important;
}
.width76 {
    width:76% !important;
}
.width55 {
    width:55% !important;
}
.width45 {
    width:45% !important;
}
.width99 {
    width:99% !important;
}
.width23 {
    width:23.6% !important;
}
.width73 {
    width:73% !important;
}
.width48 {
    width:48% !important;
}
.width83 {
    width:83% !important;
}
.Height1024 {
    height: 1024px !important;
    overflow-y:scroll;
}
.borderGrayBox {
    border:1px solid #ccc;
    padding:10px;
}
.marginBtn10 {
    margin-bottom:10px !important;
}
.marginTopBtn10 {
    margin-bottom:10px;
    margin-top:10px;
}
select.form-control option {
    padding:5px;
}
.btn-info {
    text-transform: uppercase;
    padding: 6px 45px !important;
    font-weight:bold !important;
}
.btn-default {
    padding: 6px 45px !important;
    font-weight:bold !important;
    color: #5bc0de !important;
    border-color: #46b8da !important;
}
.linkBtm a {
    text-transform: uppercase;
    /*padding: 8px 45px;*/
    padding:5px 15px;
    font-weight:bold;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;

    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
}
.linkBtm a:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.formViaData input, .formViaData select {

}
.formDataInputDivider {
    margin-bottom:10px;
    display:block;
}
/*--------- jQuery UI Edit ------------*/
.ui-state-default {
    background:none !important;
    border-bottom:1px solid #eee !important;
    border-right:0px solid #eee !important;
    border-left:0px solid #eee !important;
    border-top:0px solid #eee !important;
    padding-bottom: 9px;
    margin-bottom:20px;
    font: bold 15px/22px Verdana, Helvetica, Sans-Serif;
}
.scrollHeight565 {
    height:565px;
    overflow-x:auto;
    overflow-y:scroll;
}
.scrollHeight550 {
    height:550px;
    overflow-y:scroll;
    border:1px solid #ccc;
}
/*==================================================*/

#origin img, #drop img {
  margin-top: 3px;
  margin-left: 5px;
}
.over {
  border: solid 5px purple;
}
.draggable
{
    /*border: solid 1px gray;
    width: 85px;
    height: 70px;
    float: left;
    margin: 0 13px 10px 0;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    font-weight:bold;*/
    border:1px solid #337ab7;
    width: 102px;
    height: 90px;
    float: left;
    margin: 5px 5px 5px 5px;
    text-align: center;
    padding: 5px;
    word-wrap: break-word;
    font-weight: normal;
    vertical-align: middle;
    cursor:pointer;
}
.draggable:hover {
    border: 1px solid #940000;
    color: #337ab7;
    /*width: 85px;
    height: 70px;
    float: left;
    margin: 0 13px 10px 0;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    cursor:pointer;
    box-shadow: inset 0px 0px 10px 7px rgba(175, 166, 166, 0.78);
    -moz-box-shadow: inset 0px 0px 10px 7px rgba(175, 166, 166, 0.78);
    -webkit-box-shadow: inset 0px 0px 10px 7px rgba(175, 166, 166, 0.78);*/
}

/* -- button Sort -- */
.buttonSort {
    background-image: -moz-linear-gradient(33% 0 -90deg, #FAFAFA 0%, #E1E1E1 99%, #E1E1E1 100%);
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #594C3F;
    font-family: 'Dosis',sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 3px;
    padding: 7px 12px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 50px;
}
.SortByNameIcon {
    border-right: 1px solid rgba(170, 170, 170, 0.5);
    box-shadow: 1px 0 0 #FFFFFF;
    font-size: 140%;
    height: 90%;
    margin-right: 8px;
    padding-right: 8px;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.SortByName [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
.buttonSort [class^="icon-"], .buttonSort [class*=" icon-"] {
    line-height: 1.9em;
}
.icon-asc:before { content: "↟"; }
.icon-desc:before { content: "↡"; }
/* -- button Sort -- */

/*-------- Form Area ---------*/
.formControlArea {
    margin-bottom:10px;
}




/*================= Anil (18-10-2016) =====================*/
.keyStatList {
    margin-top:10px;
}
.keyStatList ul {
    margin:0px;
    padding:0px;
}
.keyStatList ul li {
    list-style:none;
    float:left;
    border-right:1px solid #ccc;
    text-align:center;
    width:16.5%;
}
.keyStatList ul li:last-child {
    border-right:0px solid #ccc;
}
.keyStatList ul li .kslistTitel {
    font-size:15px;
}
.keyStatList ul li .ksNoDiv {
    padding:30px 40px;
    font:bold 20px/20px Verdana, Helvetica, Sans-Serif;
    color:#FFF;
    display: inline-block;
    margin: 6px 0px;
}
.keyStatList ul li .ksYearList {
    text-transform: uppercase;
    font-size: 13px;
}
.keyStatList ul li .ksDownUp {
    color:#ff0000;
}
.deepBlack {
    background-color:#2c2f46;
}
.deepBlue {
    background-color:#1b4f6e;
}
.deepOrenge {
    background-color:#6a3f14;
}
.deepGreen {
    background-color:#2e5212;
}
.deepYellow {
    background-color:#564b0d;
}
.marginBtm20 {
    margin-bottom:20px;
}
.form-label {
    float:left;
    line-height: 16px;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    margin-top: 8px !important;
}
.formFieldBox {
    /*margin:0px 5px;*/
    float:left;
}
.width40 {
    width:40% !important;
}
.width20 {
    width:20% !important;
}
.width21 {
    width:21% !important;
}
.width29 {
    width:29% !important;
}
.width5 {
    width:5% !important;
}
.width95 {
    width:95% !important;
}
.width30 {
    width:30% !important;
}
.width67 {
    width:67% !important;
}
.width16 {
    width:16% !important;
}
.width82 {
    width:82% !important;
}
.width80 {
    width:80% !important;
}
.width35 {
    width:35.7% !important;
}
.width75 {
    width:75% !important;
}
.width15 {
    width:15% !important;
}
.width60 {
    width:60% !important;
}
.width63 {
    width:63% !important;
}
.width65 {
    width:65% !important;
}
.width30-6 {
    width:30.6%;
}
.width32 {
    width:32% !important;
}
.width58 {
    width:58% !important;
}
.width67 {
    width:65% !important;
}
.width70 {
    width:70% !important;
}
.width72 {
    width:72% !important;
}
.width90 {
    width:90% !important;
}
.width25 {
    width:25% !important;
}
.width10 {
     width:10% !important;
}
.width12 {
     width:12% !important;
}
.marginBtn5 {
    margin-bottom:5px !important;
}
.separatorIconText {
    border-left:1px solid #23527C;
    padding-left:10px;
    margin-left:5px;
}
.highlightTitle {
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 34px;
    color: #23527C;
}
.highlightTitleText {
    margin-top: 0px;
    text-transform: uppercase;
    line-height: 34px;
    color: #23527C;
    font-size:16px;
}
.mySuggestPageTable {

}
.mySuggestPageTable table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    background-color: transparent;
}
.mySuggestPageTable table tr th {

}
.mySuggestPageTable table tr td {
    border: 1px solid #ddd;
}
.mySuggestPageTable table tr th:nth-child(1) {
    width:0%;
}
.mySuggestPageTable table tr th:nth-child(2) {
    width:20%;
}
.mySuggestPageTable table tr th:nth-child(3) {
    width:30%;
}
.mySuggestPageTable table tr th:nth-child(4) {
    width:50%;
}
.mySuggestPageTable table tr td:nth-child(1) {
    width:0%;
}
.mySuggestPageTable table tr td:nth-child(2) {
    width:19.3%;
}
.mySuggestPageTable table tr td:nth-child(3) {
    width:29.4%;
}
.mySuggestPageTable table tr td:nth-child(4) {
    width:50%;
}
/*-------------------------*/
.chosen-container-single .chosen-single abbr {
    top: 12px !important;
}
.assignProjectArea {
    border:1px solid #ccc;
    padding:5px;
}
.existingTicketsTable {

}
.existingTicketsTable .k-grid-content {
    /*overflow-x:scroll;*/
}
.existingTicketsTable .k-grid-header .k-grid-header-wrap .k-filtercell input, .existingTicketsTable .k-grid-header .k-grid-header-wrap .k-filtercell input.k-input {
    width:100%;
    /*display: block;
    height: 34px;
    padding: 6px 12px;*/
    height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.existingTicketsTable .k-grid-header .k-grid-header-wrap .k-filtercell span .k-button {
    padding: 3px;
}
.existingTicketsTable .k-grid-header .k-grid-header-wrap .k-filtercell .k-filter-row .k-dropdown-operator {
    right: 2em;
}
.existingTicketsTable .k-grid-content td {
    padding: 5px;
    line-height: 18px;
}
.existingTicketsTable .k-grid-header .k-grid-header-wrap tr:hover {
    background:none;
}
.existingTicketsTable .k-grid-content .k-selectable tr:hover {
    background:none;
}
/*.existingTicketsTable .k-grid-content .k-selectable td {
    border-bottom:1px solid #ccc;
}*/
.existingTicketsTable {
    width: 1250px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td {
    border-bottom:1px solid #ccc;
    padding:5px !important;
}
.existingTicketsTable .k-grid-header .k-grid-header-wrap table thead tr th {
    padding:5px !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(1) {
    width:10% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(2) {
    width:14% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(3) {
    width:20% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(4) {
    width:18% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(5) {
    width:18% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(6) {
    width:10% !important;
}
.existingTicketsTable .k-grid-header table thead tr th:nth-child(7) {
    width:10% !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(1) {
    width:113px !important;
    -webkit-column-width: 113px !important;
    -moz-column-width: 113px !important;
    column-width: 113px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(2) {
    width:162px !important;
    -webkit-column-width: 162px !important;
    -moz-column-width: 162px !important;
    column-width: 162px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(3) {
    width:235px !important;
    -webkit-column-width: 235px !important;
    -moz-column-width: 235px !important;
    column-width: 235px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(4) {
    width:211px !important;
    -webkit-column-width: 211px !important;
    -moz-column-width: 211px !important;
    column-width: 211px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(5) {
    width:211px !important;
    -webkit-column-width: 211px !important;
    -moz-column-width: 211px !important;
    column-width: 211px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(6) {
    width:113px !important;
    -webkit-column-width: 113px !important;
    -moz-column-width: 113px !important;
    column-width: 113px !important;
}
.existingTicketsTable .k-grid-content table tbody tr td:nth-child(7) {
    width:111px !important;
    -webkit-column-width: 111px !important;
    -moz-column-width: 111px !important;
    column-width: 111px !important;
}
.formControlTitleLine {
    border-bottom:1px solid #ccc;
    padding:5px 0px;
    margin-bottom: 20px;
}
.formControlTitleLine label {
    text-transform:uppercase;
}
.marginLeftRight5 {
    margin-left:5px;
    margin-right:5px;
}
/*#ClientId_chosen {
    width:100%;
}
#CustomerId_chosen {
    width:100%;
}*/
.formFieldBox textarea {
    width:100% !important;
}
#SendEmailToClient {
    margin-top: 11px;
    margin-left: 5px;
}
#scheduleSubmit {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.linkTag {
    color:#337ab7;
    text-transform:capitalize;
    text-decoration:underline;
    line-height: 33px;
    font-weight: 700;
    font-size: 13px;
    font-family: Verdana, Helvetica, Sans-Serif;
}
#gridSuggestionMangment input[type="text"] {
    height: 22px !important;
}

.suggestionMangmentTable {

}
.suggestionMangmentTable table tr th {

}
.suggestionMangmentTable table tr td {
    border: 1px solid #ddd;
    padding: 2px 5px;
    line-height: 18px;
}
.suggestionMangmentTable table thead tr th a.k-link:hover {
    font-weight: normal !important;
    color: #23527C !important;
    text-decoration: underline !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(1) {
    width:0% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(2) {
    width:18% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(3) {
    width:14% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(4) {
    width:14% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(5) {
    width:20% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(6) {
    width:14% !important;
}
.suggestionMangmentTable .k-grid-header table thead tr th:nth-child(7) {
    width:20% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(1) {
    width:0% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(2) {
    width:18.1% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(3) {
    width:13.7% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(4) {
    width:13.8% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(5) {
    width:20.1% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(6) {
    width:13.7% !important;
}
.suggestionMangmentTable .k-grid-content table tbody tr td:nth-child(7) {
    width:20% !important;
}
.backPageLink a {
    color:#337ab7;
    line-height: 40px;
    font-style: italic;
}
.pageLinkBut a {
    color:#337ab7;
    font-weight:bold;
    text-decoration:underline;
}
.viaInput100 input {
    width:100% !important;
}
/*------------- Singel Menu -----------------*/
#headingmGuard {

}
#headingmGuard:hover {
    background-color: #EEEEEE !important;
}
#headingmGuard ul {
   margin-bottom:0px;
       margin-left: -10px !important;
}
#headingmGuard ul li {
    list-style:none;
    padding: 10px 15px 10px 0px;
}
#headingmGuard ul li:hover {
    background-color: #EEEEEE !important;
    color: #23527C !important;
}
#headingmGuard ul li .fa {
    display:none;
}
#headingmGuard ul li a {
    padding: 10px 15px 10px 0px;
    font: normal 14px/14px Verdana, Helvetica, Sans-Serif !important;
    color:#337ab7 !important;
}
#headingmGuard ul li a:hover {
    background-color: #EEEEEE !important;
    color: #23527C !important;
}
/*------------- /Singel Menu -----------------*/
#ParentattachedFiles .attachedFilesTable {
    height: 480px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
.k-grid-header table {
    table-layout:initial !important;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.gridNotesDetails {
    height:358px !important;
}
.gridNotesDetails .k-grid-content {
    height:290px !important;
}
.gridNotesDetails .k-grid-header table thead tr th:nth-child(1) {
    width:95% !important;
}
.gridNotesDetails .k-grid-header table thead tr th:nth-child(2) {
    width:5% !important;
}
.gridNotesDetails .k-grid-content table tbody tr td:nth-child(1) {
    width:94.7% !important;
}
.gridNotesDetails .k-grid-content table tbody tr td:nth-child(2) {
    width:5.3% !important;
}
.existingTicketsTable table.k-selectable tbody tr.k-state-selected:hover {
    color: #fff !important;
    background-color: #1984c8 !important;
    border-color: #1a87cd !important;
}
.existingTicketsTable table thead tr th a.k-link:hover {
    font-weight:normal !important;
    color: #23527C !important;
    text-decoration:underline !important;
}
.gridNotesDetails table.k-selectable tr td {
    border-bottom:1px solid #ccc !important;
}
.resourceNameSeltRemv {
    margin-top:4px;
    margin-bottom:4px;
}
.resourceNameSeltRemv a {
    color: rgb(51, 122, 183);
    text-decoration: underline;
}
.checkboxnew {
    margin-right:3px !important;
}
.projectItemListTable {

}
.projectItemListTable .k-grid-content {
    /*overflow-x:scroll;*/
}
.projectItemListTable .k-grid-header .k-grid-header-wrap .k-filtercell input, .projectItemListTable .k-grid-header .k-grid-header-wrap .k-filtercell input.k-input {
    width:100%;
    /*display: block;
    height: 34px;
    padding: 6px 12px;*/
    height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.projectItemListTable .k-grid-header .k-grid-header-wrap .k-filtercell span .k-button {
    padding: 3px;
}
.projectItemListTable .k-grid-header .k-grid-header-wrap .k-filtercell .k-filter-row .k-dropdown-operator {
    right: 2em;
}
.projectItemListTable table thead tr th a.k-link:hover {
    font-weight:normal !important;
    color: #23527C !important;
    text-decoration:underline !important;
}
.projectItemListTable .k-grid-content table tbody tr td {
    border-bottom:1px solid #ddd;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(1) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(2) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(3) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(4) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(5) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(6) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(7) {
    width:20px !important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(8) {
    width:20px!important;
}
.projectItemListTable .k-grid-header table thead tr th:nth-child(9) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(1) {
    width:22.3px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(2) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(3) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(4) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(5) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(6) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(7) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(8) {
    width:20px !important;
}
.projectItemListTable .k-grid-content table tbody tr td:nth-child(9) {
    width:5px !important;
}
#selectresource option {
    display:none;
    visibility:hidden;
    padding:0px !important;
    height:0px !important;
}
.activeResosName {
    padding:2px;
    display:block;
    float:left;
    border:1px solid #ccc;
    margin:2px;
    font-size: 13px;
}
.acSelectedName {
    height: 60px;
    width: 59.3%;
    overflow-y: auto;
    border: 1px solid #cacaca;
    position: absolute;
    z-index: 999;
    top: 0px;
}
.resosDropdownArea {
    position:absolute; 
    background-color:white;
    width: 63%;
    z-index: 999;
    display:inline-block;
}
.resosSelectArea {
    height: 60px !important;
    width: 100% !important;
}
.clientMemberListTable .k-grid-content {
    /*overflow-x:scroll;*/
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap .k-filtercell input, .clientMemberListTable .k-grid-header .k-grid-header-wrap .k-filtercell input.k-input {
    width:100%;
    /*display: block;
    height: 34px;
    padding: 6px 12px;*/
    height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap .k-filtercell span .k-button {
    padding: 3px;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap .k-filtercell .k-filter-row .k-dropdown-operator {
    right: 2em;
}
.clientMemberListTable table thead tr th a.k-link:hover {
    font-weight:normal !important;
    color: #23527C !important;
    text-decoration:underline !important;
}
.clientMemberListTable {
    width: 1250px !important;
}
.clientMemberListTable .k-grid-content table tbody tr td {
    border-bottom:1px solid #ddd;
    padding:5px !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th {
    padding:5px !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(1) {
    width:15% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(2) {
    width:15% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(3) {
    width:18% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(4) {
    width:15% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(5) {
    width:15% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(6) {
    width:15% !important;
}
.clientMemberListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(7) {
    width:7% !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(1) {
    width:175px !important;
    -webkit-column-width: 175px !important;
    -moz-column-width: 175px !important;
    column-width: 175px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(2) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(3) {
    width:211px !important;
    -webkit-column-width: 211px !important;
    -moz-column-width: 211px !important;
    column-width: 211px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(4) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(5) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(6) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.clientMemberListTable .k-grid-content table.k-selectable tbody tr td:nth-child(7) {
    width:75px !important;
    -webkit-column-width: 75px !important;
    -moz-column-width: 75px !important;
    column-width: 75px !important;
}
.profilePicBig {
    width:195px;
    height:195px;
    border-radius:6px;
    float:none;
    margin-bottom:10px;
}
.centerAlign {
    margin:0px auto;
    position:relative;
    text-align:center;
}
.customerListTable .k-grid-header .k-grid-header-wrap .k-filtercell input, .customerListTable .k-grid-header .k-grid-header-wrap .k-filtercell input.k-input {
    width:100%;
    /*display: block;
    height: 34px;
    padding: 6px 12px;*/
    height: 20px;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.customerListTable .k-grid-header .k-grid-header-wrap .k-filtercell span .k-button {
    padding: 3px;
}
.customerListTable .k-grid-header .k-grid-header-wrap .k-filtercell .k-filter-row .k-dropdown-operator {
    right: 2em;
}
.customerListTable table thead tr th a.k-link:hover {
    font-weight:normal !important;
    color: #23527C !important;
    text-decoration:underline !important;
}
.customerListTable .k-grid-content table tbody tr td {
    border-bottom:1px solid #ddd;
    padding:5px !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th {
    padding:5px !important;
}
.customerListTable {
    width: 1250px !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(1) {
    width:12% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(2) {
    width:15% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(3) {
    width:13% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(4) {
    width:15% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(5) {
    width:13% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(6) {
    width:15% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(7) {
    width:12% !important;
}
.customerListTable .k-grid-header .k-grid-header-wrap table thead tr th:nth-child(8) {
    width:5% !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(1) {
    width:138px !important;
    -webkit-column-width: 138px !important;
    -moz-column-width: 138px !important;
    column-width: 138px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(2) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(3) {
    width:149px !important;
    -webkit-column-width: 149px !important;
    -moz-column-width: 149px !important;
    column-width: 149px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(4) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(5) {
    width:149px !important;
    -webkit-column-width: 149px !important;
    -moz-column-width: 149px !important;
    column-width: 149px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(6) {
    width:174px !important;
    -webkit-column-width: 174px !important;
    -moz-column-width: 174px !important;
    column-width: 174px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(7) {
    width:137px !important;
    -webkit-column-width: 137px !important;
    -moz-column-width: 137px !important;
    column-width: 137px !important;
}
.customerListTable .k-grid-content table.k-selectable tbody tr td:nth-child(8) {
    width:50px !important;
    -webkit-column-width: 50px !important;
    -moz-column-width: 50px !important;
    column-width: 50px !important;
}