.errorMessage {
    color: #FF0000; font-size: 11px; text-align: left; padding-left: 3px;
}
.grid-view{
    padding: 0px !important;
}
.loading-shadow{background-color:#000; position:absolute; width:100%; height:100%; z-index:99999999999999; opacity:0.8;}
.loading{width:100%; text-align:center; top:300px; position:absolute; background-color:#000 !important;}

.padding-top-7px{ padding-top: 7px; }
.document-top{margin-top: 5px !important;padding-top: 10px !important;border: 0;border-top: 1px solid #e1e1e1;width:100%;}

/* Admin Panel specific CSS */
ul.sr-pagination .first, ul.sr-pagination .last { display: none; }
.sr-table .empty{ text-align: center; }
.sr-table input, .sr-table select { padding: 5px; font-size: 13px; }
.grid-view-loading { padding: 15px 0px !important; }
.sr-table tr th a { color: #363f44; font-size: 13px; line-height: 20px; }
.sr-table tr th { line-height: 20px !important;}
.sort-link{ background-image:url(../images/sorting-normal.png); background-repeat:no-repeat; height:20px; width:10px; text-align:right; background-position: right; padding-right:15px; }
.asc{ background-image:url(../images/sort_asc.png); background-repeat:no-repeat; height:20px; width:10px; text-align:right; background-position: right; padding-right:18px; }
.desc{ background-image:url(../images/sort_desc.png); background-repeat:no-repeat; height:20px; width:10px; text-align:right; background-position: right; padding-right:18px; }

.table input{ width:100%; }

.extrarow{ font-weight: bold; }

.ui-widget{
    font-family: 'Open Sans', sans-serif !important;
    font-size:inherit !important;
}
.nav-header a{
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    background: #529e5b !important;
}
.nav-header,.nav-header a:hover{
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    background: #529e5b !important;
}
.loaderImage{ background-image:url(../images/loader.gif); background-repeat:no-repeat; height:64px; width:100%; text-align:center; background-position: center;}
.password-strength-bar{ margin-bottom: 3px; font-family: inherit; font-size: 12px;}
.width-130px{min-width: 130px;}
.width-70px{ width:70px !important;}
.width-60px{ width:60px !important;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ position: inherit; }

/**Added By Nishant**/
.navbar-nav > li:last-child > .dropdown-menu {
    right: 0 !important;
}
.font-size-12px{
    font-size:12px;
}

.connected li.reportjobsfield{ background-color:#AC4DFF; border-color:#7B00CC;}
.connected li.reportjobsfield tag:before{ background-color:#7B00CC !important; }

.select2-container-multi .select2-choices .select2-search-field input{ float:left; }

h2.text-non-transform { color:#363f44; font-size:16px; font-weight:700; line-height:34px; margin:0px; padding:0px;text-transform: none; }

.budgtedbackgroud{ color:#E28985 !important; }


@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/bootstrap-fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
.pointer{cursor: pointer;}

/*right and top side fixed css*/
.taskChecklist .btn {white-space: normal;}
#sticky.stick {
    position: fixed;
    top: 25px;
    right: 0;
    padding-left: 5px;
}

#scroller {
    position: relative;
    width: 100%;


}
.taskChecklist .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
/*end*/
.pandinglistview .iconspan{ display: block;    position: absolute;}
.pandinglistview .padding-left-30px{padding-left: 30px;}
/*.taskChecklisticonspan .iconspan{ display: block;    position: absolute;}*/
.taskChecklisticonspan .padding-left-30px{padding-left: 30px;}

/*.radioButtonId1 select , input{ border:1px solid #000; background-color:#f9f9f9; border-radius:4px; font-weight:400; font-size:14px; color:#000; border:1px solid #FFF; padding:5px 10px;}*/
@media (min-width: 320px) and (max-width: 1280px ) {.calender-icon{padding-left: 2px;padding-right: 0px;}}
/*breadcrumb  start*/
.taskChecklist  .innersteps .breadcrumb {	 background-color: #ffffff;	 cursor:pointer;	    padding: 10px 10px;}
.taskChecklist  .innersteps .breadcrumb li {	height:35px;	text-decoration: none;	outline: none;	display: block;	float: left;
                                             font-size: 14px;	font-weight:600;	line-height: 30px;	color: white;	padding: 0 10px 0 53px;	background: #e19657;
                                             position: relative;	margin-right:10px;        margin-bottom: 10px;}
.taskChecklist .innersteps .breadcrumb li:first-child {	border-radius: 5px 0 0 5px;}
.taskChecklist .innersteps .breadcrumb li:first-child:before {	left: 0px;}
/*.innersteps .breadcrumb li:last-child {	border-radius: 0 5px 5px 0; 	padding-right: 20px;}*/
.taskChecklist .innersteps .breadcrumb > .completed {    color: #ffffff;}
.taskChecklist .innersteps .breadcrumb li.completed{	background: #4cbf5c ;}
.taskChecklist .innersteps .breadcrumb li.remaning{background: #858585;}
.taskChecklist .innersteps .breadcrumb li.remaning .brwrap{color:#cccccc;}
.taskChecklist .innersteps .breadcrumb li.gray{	background: #363F44;}
.taskChecklist .innersteps .breadcrumb li.remaning span{    position: absolute;    left: 0;    top: 0;    bottom: 0;    background: #666565  ;
                                                            padding: 0px 0.9em;	text-align:center;}
.taskChecklist .innersteps .breadcrumb li.active:after, .innersteps .breadcrumb li:hover:after {	background: #333;}
.taskChecklist .innersteps .breadcrumb li:last-child:after {	content: none;}
.taskChecklist .flat li, .flat li:after {	background: #CCC;	color: #ffffff;	transition: all 0.5s;}
.taskChecklist .flat li:before {	background: #1d864a;}
.taskChecklist .innersteps .breadcrumb li.completed span{    position: absolute;    left: 0;    top: 0;    bottom: 0;
                                                             background: #1d864a ;    padding: 0px 0.9em;	text-align:center;}
.taskChecklist .innersteps .breadcrumb li.completed span:after,li:hover:after,li:focus:after {       border-bottom: 17px solid transparent;
                                                                                                     border-left: 10px solid #1d864a ;    border-top: 19px solid transparent;       left: 33px;    position: absolute;    top: 0;}
.taskChecklist .innersteps .breadcrumb li span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #CE6E1F ;
    padding: 0px 0.9em;
    text-align:center;}
.innersteps .breadcrumb li span:after {      border-bottom: 17px solid transparent;
                                             border-left: 10px solid #666565 ;
                                             border-top: 19px solid transparent;
                                             content: "";
                                             left: 33px;
                                             position: absolute;
                                             top: 0;
}

.taskChecklist .innersteps .breadcrumb li.running span:after {      border-bottom: 17px solid transparent;
                                                                    border-left: 10px solid #CE6E1F ;
                                                                    border-top: 19px solid transparent;
                                                                    content: "";
                                                                    left: 33px;
                                                                    position: absolute;
                                                                    top: 0;
}
.taskChecklist .brwrap{    word-wrap: break-word;
                           width: auto;
                           display: inline-block !important;
                           vertical-align: middle;
                           color:#ffffff;font-weight:600;
                           margin: 5px 0px;
}
/*breadcrumb  end*/


.taskChecklistbtn .sr-btn-task{    background-color: #4dbe5a;    margin: 10px 0px;    vertical-align: bottom;    border: none;    border-radius: 4px;    color: #FFF;
                                   border-top: 2px solid #42a14d;padding: 0px;width:100%;}
.taskChecklistbtn .btn-group-100{width:100% !important;}
.taskChecklistbtn .sr-btn-task .iconbg{    float: right;    background: #2c6f34;    padding: 10px;}
.taskChecklistbtn .sr-btn-task .task-text{padding: 10px;}
.prioritybadge{background: #4DBE5A none repeat scroll 0 0;  border: 2px solid #32833b;    font-size: 15px;    margin-left: 5px; padding: 5px 11px;border-radius:50px;color:#ffffff;display:inline-block;}
.sr-taskname-bule{    color: #0958f9 !important;font-weight: 500; font-size: 14px !important;}
.turnarounds .progress{margin-bottom: 0px;height:8px !important;width:25%}
.width-100px{width:150px;}
.taskChecklist h2{font-size: 14px;line-height: 20px;}
.taskChecklist .line-height-20px{line-height: 20px;}
.taskChecklist .completetask-sr-btn-success {    background-color: #8ECC95 !important;box-shadow: 0 0 0 #fff inset !important;border-bottom: 2px solid #2C6F34}
.taskChecklist .completetask-sr-btn-success h2{color:#2C6F34; font-weight: bold}
.taskChecklist .natask-sr-btn-success {    background-color: #fd5e5e !important;box-shadow: 0 0 0 #fff inset !important;border-bottom: 2px solid #D82A2A}
.taskChecklist .natask-sr-btn-success h2{color:#7E0303; font-weight: bold;}
.taskChecklistbtn .btnright {  display: block;  background: #757575;  border-top: 2px solid #3F3F3F;  line-height: 30px;border-radius: 0px;
                               padding:0 0 0 0.5em;  margin-bottom: 1em;  outline: none;  text-decoration: none;color: #ffffff;text-align: left;font-weight: 600;font-size:12px;position:relative;}
.taskChecklistbtn .btnright  .arrow {    display: inline-block;text-align: center;color: white;position: absolute;right:0;
                                         font-size: 1.2em;      transition: margin 200ms;    float:right;  background: #3F3F3F;line-height: 2.1em;padding:0px 5px;}
.taskChecklist  .sr-panel .panel-heading{background-color: #dedede;box-shadow: inset 0 0 0px;}
.taskChecklist .btn-primary-round{border:0px;border-radius: 50px;background: transparent;    color: #3f3f3f;}
.taskChecklist .btn-white-round{background:transparent;border:0px;border-radius: 50px;color:#7B00CC;}
.taskChecklist .btn-green-round{     background: transparent;    border: 0px;    border-radius: 50px;    color: #7B00CC;}
.taskChecklist .bgimg{background-image:url('../images/NA.png');background-repeat: no-repeat;height:36px;width:5%;background-color: transparent;border: none;position:absolute;}
.taskChecklist .bgimg:focus{outline:none !important;}
.turnardropdown .margin-left-10px{margin-left: 10px !important;}
/*responsive media steps css strat*/
@media (min-width: 320px) and (max-width: 640px) {ul.checkout-bar li {
                                                      width:11% !important;
                                                  }}
/*responsive media steps css strat end*/
.manage_all_user{    font-size: 20px;  color:#2D196B;vertical-align: middle;}
/*grid button css   */
.sr-btn-gray_grid_{    background-color: #BDBBBB;   margin: 10px 0px;    vertical-align: bottom;    border-width: medium medium 2px;    border-style: none none solid;    border-color: -moz-use-text-color -moz-use-text-color  #989898;
                       -moz-border-top-colors: none;    -moz-border-right-colors: none;    -moz-border-bottom-colors: none;    -moz-border-left-colors: none;    border-image: none;    border-radius: 4px;    color: #FFF;    text-align: left;}

.sr-btn-gray_grid{   background-color: #BDBBBB;
                     margin: 10px 0px;
                     padding: 8px;
                     vertical-align: bottom;
                     border: none;
                     border-radius: 4px;
                     color: #FFF;
                     border-bottom: 2px solid #989898;
                     text-align: left;}.sr_grid_span{    font-size: 14px !important;    vertical-align: middle !important;    padding-left: 0px !important;}
.sr_grid_tbl_lineheight{line-height: 0px !important;}
.sr_tbl_a_block a{display: block !important;}
.designation{color: gray;font-size: 11px; clear: both; font-style:  italic;}
.font-weight-600{ font-weight: 600;}
.overduetask{ background-color: #e9544d !important;}
.ovedueCountertabs li a{ padding: 10px;}
.border_top_gray{border-top:1px solid #ddd }

.connected li.jobFields{ background-color:#3fcf7f; border-color:#3fcf7f;}
.connected li.jobFields tag:before{ background-color:#30A665 !important; }
.connected li.staff{ background-color:#4a7eb2; border-color:#4a7eb2;}
.connected li.staff tag:before{ background-color:#529EC6!important; }
h1 .sr-badge-total {padding: 8px 10px;border-radius:50px; }
h1 .sr-badge-budget {padding: 8px 10px;border-radius:50px; }
h1 .sr-badge-estimate {padding: 8px 10px;border-radius:50px; }
.sr-badge-total { background-color: #777777 !important; padding:8px 5px;border-radius:5px; }
.sr-badge-budget { background-color: #7B00CC !important; padding:8px 5px;border-radius:5px; }
.sr-badge-estimate { background-color: #AC4DFF !important; padding:8px 5px;border-radius:5px; }
.sr-badge-complex{ background-color: #fc5e08 !important; display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px;}
.sr-badge-simple{ background-color: #2f81ec !important; display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #333; border-radius: 10px;}
.btn:focus, .btn:active:focus, .btn.active:focus{    outline: 0px auto -webkit-focus-ring-color;}
.filter_input_small{
    padding: 3px 10px;
    height: 30px;}
.sr-badge-moderate{ background-color: #4dbe5a !important; display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #333; border-radius: 10px;}
.btn:focus, .btn:active:focus, .btn.active:focus{    outline: 0px auto -webkit-focus-ring-color;}

@media only screen and (max-width: 800px) {.mb_padd_zero{padding: 0px;}.md_width_100{width: 100%;}.mb_disply_block{display: inline-block}}
.padd-right-zero-xs{padding-right: 0;}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{ font-family: inherit !important; }

/*
Trading Report
*/
.sr-blue-background { background-color: #d1dcf5 !important; background-image: none !important; }
.sr-green-background{ background-color:#a9dda8 !important; background-image: none !important;}
.sr-red-background{ background-color:#e3d2a3 !important; background-image: none !important; border-color:#dec787;}
.sr-emerald-background{ background-color:#C4F5E8 !important; background-image: none !important;}
.sr-monacoblue-background{ background-color:#DFC2F6 !important; background-image: none !important;}
.sr-orange-background{ background-color:#d2f9fd !important; background-image: none !important;}
.sr-burgandy-background{ background-color:#A9092F !important; background-image: none !important;}

/*Tier color*/
h2 .sr-tier, .sr-tier{background: #bfa10d !important;font-size: 12px !important}

mark { color: #000; background: #ff0; padding: 0; }
/* <<<<<<<<<<<=============== TABS START ====================================== >>>>>>>>> */
.practicetabmenu .sr-tabs-padding{padding:5px; padding-bottom:0px; border-bottom:none;}
.practicetabmenu .sr-nav-tabs{  border-bottom:0px ;margin-bottom: 9px; }
.practicetabmenu .sr-nav-tabs li{ width:auto; margin-bottom:0px;  margin-bottom:-1px;  }
.practicetabmenu .sr-nav-tabs li a{ border:none !important; border-radius:2px 2px 0px 0px;  background-color: #CCC; color: #0C0C0C; font-size: 13px; font-weight: 600; -moz-box-shadow:    0 2px 7px -7px #ccc inset, 0 -8px 8px -8px #ccc inset   inset  0 2px 7px -7px #ccc; -webkit-box-shadow: inset  0 2px 7px -7px #ccc,  inset  0 -8px 8px -8px #ccc; box-shadow:inset  0 2px 7px -7px #ccc, inset  0 -8px 8px -8px #ccc; padding:12px;}
.practicetabmenu .sr-nav-tabs li a:hover{ background-color:#FFF; color:#529e5b;}
.practicetabmenu .sr-nav-tabs > li.active > a,.sr-nav-tabs > li.active > a:hover, .sr-nav-tabs > li.active > a:focus {color: #FFFFFF;font-size:13px;font-weight:600;cursor: default;background-color:#363F44;box-shadow:none;cursor: pointer;}
.practicetabmenu border-top{border-top: 1px solid #27AE60;}

/* <<<<<<<<<<<=============== TABS END ====================================== >>>>>>>>> */
.practicetabmenu .padding5px{padding: 0 5px;}
.practicetabmenu .billing-nav-left .sr-tabs-padding{padding:5px; padding-bottom:0px; border-bottom:none;}
.practicetabmenu .billing-nav-left .sr-nav-tabs{  border-bottom:0px ;margin-bottom: 9px; }
.practicetabmenu .billing-nav-left .sr-nav-tabs li{ width:auto; margin-bottom:0px;  margin-bottom:-1px;  }
.practicetabmenu .billing-nav-left .sr-nav-tabs li a{ border:none !important; border-radius:2px 2px 0px 0px;  background-color: #CCC; color: #0C0C0C; font-size: 13px; font-weight: 600; -moz-box-shadow:    0 2px 7px -7px #ccc inset, 0 -8px 8px -8px #ccc inset   inset  0 2px 7px -7px #ccc; -webkit-box-shadow: inset  0 2px 7px -7px #ccc,  inset  0 -8px 8px -8px #ccc; box-shadow:inset  0 2px 7px -7px #ccc, inset  0 -8px 8px -8px #ccc; padding:12px;}
.practicetabmenu .billing-nav-left .sr-nav-tabs li a:hover{ background-color:#FFF; color:#529e5b;}
.practicetabmenu .billing-nav-left .sr-nav-tabs > li.active > a,.billing-nav-left .sr-nav-tabs > li.active > a:hover,.billing-nav-left .sr-nav-tabs > li.active > a:focus {color: #FFFFFF; font-size:13px; font-weight:600; cursor: default; background-color:#363F44; box-shadow:none;cursor: pointer;     background-image: url(../images/sub-menu-right-arrow.png);
                                                                                                                                                                           background-repeat: no-repeat;    background-position: right;    background-color: #131518;}

.practicetabmenu fieldset.fsStyle {
    /*    margin: 0px 15px 15px 15px;*/
    padding: 0px !important;
    margin-bottom: 5px !important;
}
.practicetabmenu legend.legendStyle {
    font-size: 14px;
    color: #363f44;
    background-color: transparent;
    font-weight: 600;
    margin-left: 12px;
}
.practicetabmenu legend {
    width: auto;
    border-bottom: 0px;
    margin-bottom: 2px !important;
}

.riskProfile ol {
    list-style: none;
    counter-reset: item;
    padding-left: 15px;
}
.riskProfile ol li {
    counter-increment: item;
    margin-bottom: 5px;
}
.riskProfile ol li:before {
    margin-right: 10px;
    content: counter(item);
    border: 1px solid;
    width: 1.2em;
    text-align: center;
    display: inline-block;
}

/*menu overflow arrow*/


.practicetab-icon  .wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:50px;
}

.practicetab-icon  .list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3000px;
    margin-left:12px;
    margin-top:0px;
}

.practicetab-icon  .list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.practicetab-icon  .scroller {
    text-align:center;
    cursor:pointer;
    display:none;
    padding:7px;
    padding-top:11px;
    white-space:no-wrap;
    vertical-align:middle;
    background-color:#fff;
}
.practicetab-icon  .scroller-right{  float:right;  background: transparent;}
.practicetab-icon  .scroller-right i{font-size: 22px;    color: #363F44;}
.practicetab-icon  .scroller-left {  float:left;    background: transparent;}
.practicetab-icon  .scroller-left i{font-size: 22px;    color: #363F44;}
/*menu overflow end*/
.padding-bottom-7px{
    padding-bottom: 7px !important;
}
.padding-left-zero-important{
    padding-left: 0px !important;
}
.padding-6px-8px{
    padding: 6px 8px;
}
.margin-bottom-15px-important{
    margin-bottom: 15px !important;   
}
fieldset ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom: 15px;
  padding-left: 0px !important;
}
fieldset ol li {
  counter-increment: my-awesome-counter;
  margin: 1.25rem;
}
fieldset ol li::before {
  content: counter(my-awesome-counter);
  background: #54BD58;
  width: 2rem;
  height: 2rem;
  border-radius: 20%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.75rem;
}
.margin-left-10px-important{
    margin-left: 10px !important;
}
.margin-top-7px{
     margin-top: 7px !important;
}
.font-size-20px { font-size: 20px;}
.bgwhite {background-color: #fff !important;}
.uppercase{ text-transform: uppercase;}
.successMessage {
    color: #4DBE5A; font-size: 11px; text-align: left; padding-left: 3px;
}
.margin-left-20px-important{ margin-left: 20px !important;}
.padding-bottom-15px{ padding-bottom: 15px !important;}
.margin-right-25px{ margin-right: 25px;}
.margin-right-15px-important{margin-right: 15px !important;}
