﻿html {
     min-height: 100%;
     height: auto;
     position:relative;
}

* {
    margin:0;
    padding:0;
}
body {
	color: #202020;
	background: #FFF;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	
	font-family: Roboto-Regular, sans-serif;
	font-size: 14px;
	
	height: auto;
	min-height: 100%;

	-webkit-text-size-adjust: 100% !important;
	-webkit-font-smoothing: antialiased !important;
}
  
/****************Utility***********************/
.display-flex{
    display: flex;
}

.display-flex-align-items-center {
    display: flex;
    align-items: center;
}

.display-flex-justify-space-btw {
    display: flex;
    justify-content: space-between
}

.display-flex-align-items-end {
	display: flex;
	align-items: end;
}

.subindex-label {
    font-size: 10px;
    padding-left: 5px;
}

.btn {
    border-radius: 0 !important;
}

    .btn:hover, .btn:focus, .btn.focus {
        color: #fff !important;
        outline: 0;
        outline-offset: 0 !important;
    }

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
}

a {
    color: #143969;
    text-decoration: none;
}

.clear {
    clear: both;
}

input, button, select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 32px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
textarea{
     -webkit-appearance: none;
    -webkit-border-radius: 0;
}

a:active, a:focus, a:hover, a:link {
    outline: 0 none;
    /*color: #ffffff;*/
    /*color: #143969;*/
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: normal;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaaaa;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #aaaaaa;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #aaaaaa;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #aaaaaa;
    opacity: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.a_center {
    text-align: center !important;
}

.a_left {
    text-align: left !important;
}

.a_right {
    text-align: right !important;
}

.padding-left {
    padding-left: 0;
}

.padding-left-0-important {
	padding-left: 0 !important;
}

.padding-right {
    padding-right: 0;
}

.padding-0 {
    padding: 0;
}

label {
    margin-bottom: 3px;
}

.navbar-collapse {
    font-size: 16px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
}

#header-section > nav.navbar {
    margin-top: 0;
}

#header-section > nav.navbar-default{
    background-color: #FFF;
    border: none;
}

.navbar {
    min-height: 85px;
    margin-bottom: 20px !important;
}

    .navbar .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar .navbar-header-logo {
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 20px 20px 20px;
    }

    .navbar .navbar-header-display {
        /*margin-left: auto;
        margin-right: auto;*/
        padding-bottom: 20px;
        background-color: white;
        display: block;
    }

    .navbar .navbar-header-title {
        float: left;
        display: inline-block;
        padding-left: 10px;
    }

@media (max-width: 538px) {
    .navbar .navbar-header-title {
        padding-bottom: 10px;
    }
}

.navbar-nav {
    padding-left: 0px;
    padding-top: 0px;
}

.navbar-header .navbar-toggle {
    margin-top: 50px;
    margin-right: 10px;
}

.navbar-brand {
    /*padding: 2px 0 0px 15px;*/
    padding: 15px 0px !important;
}

.navbar-static-top {
    margin-bottom: 19px;
}

.navbar-brand-companylogo {
    min-width: 190px;
}

.navbar-collapse {
    vertical-align: top !important;
}

.right_row {
    display: inline;
}

.right-nav {
    float: right;
    padding-top: 15px;
    text-align: right;
}

    .right-nav .search-icon {
        display: inline-block;
        width: 74%;
        margin-right: 7px;
    }

    .right-nav .dp-menu {
        float: right;
        margin-left: 15px;
    }

    .right-nav .dropdown-menu {
        border-radius: 0;
        box-shadow: none;
    }

    .current-user-info {
        float:left;
        text-align: right;
        color: #696969;
    }


.dp-menu .dropdown-menu {
    margin-top: 5px;
}

.separator-bg {
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    height: 45px;
    vertical-align: top;
}

.announcementMessageBlock {
	border: 1px solid black;
	font-size: 1.5rem;
	padding: 5px;
	margin-right: 5px;
}
.announcementSubjectText {
	font-weight: 900;
	padding-bottom: 5px;
}

.announcementMessageText {
	font-weight: 300;
}

.user-img {
	height: 40px;
	width: 40px;
	border-radius: 50px;
	background: #FFF;
	border: 1px solid #bdbdbd;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	font-size: 24px;
	padding-top: 2px;
	color: #696969;
}

.dropdown-menu li > a > i {
    text-align: right;
    position: absolute;
    right: 12px;
    color: #d8d8d8;
    line-height: 28px;
}

.changepas-icon {
    background: url(../images/Home/changepass-icon.png) no-repeat right 2px;
    width: 12px;
    height: 16px;
}

.switchrecruit-icon {
    background: url(../images/Home/selectarea-icon.png) no-repeat right 5px;
    width: 22px;
    height: 20px;
}


.caret-btn {
    background: url(../images/Home/down_arrow.png) no-repeat 0 0;
    width: 12px;
    height: 12px;
    display: inline-block;
}


.page-header {
    border-bottom: 3px solid #e51f29;
    margin: 0;
    padding: 0;
    min-height: 83px;
    /*margin-top: 130px;*/
}

.header-title h2 {
    font-size: 20px;
    color: #696969;
    margin: 30px 0 0;
    line-height: 20px;
    display: inline-block;
}

.header-title span {
    font-size: 18px;
}

.menu ul {
    padding: 0;
    margin: 20px 0 0;
}

.report-icon {
    background: url(../images/Home/reports-icon.png) no-repeat center;
    display: block;
    height: 51px;
    margin-bottom: 10px;
}

    .report-icon:hover {
        background: url(../images/Home/reportshover-icon.png) no-repeat center center;
        display: block;
        height: 51px;
    }



.services-icon {
    background: url(../images/Home/services-icon.png) no-repeat center center;
    display: block;
    height: 51px;
    margin-bottom: 10px;
}

    .services-icon:hover {
        background: url(../images/Home/serviceshover-icon.png) no-repeat center center;
        display: block;
        height: 51px;
    }

.menubg:hover .services-icon, .menubg.active .services-icon {
    background: url(../images/Home/serviceshover-icon.png) no-repeat center center;
    display: block;
    height: 51px;
}

.menubg:hover {
    background: #143969;
    color: #FFF;
    border: 1px solid #143969;
}

    .menubg:hover a {
        color: #FFF;
    }

.menubg {
    margin: 0 0 15px;
    border: 1px solid #bdbdbd;
    background: #fff;
    text-align: center;
    height: 128px;
}

.menubg a {
    text-align: center;
    font: 18px Roboto-Light, Helvetica, sans-serif;
    color: #696969;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.page-header .breadcrumb-wrapper {
    text-align: right;
    line-height: 20px;
    margin: 30px 0 0;
    float: right;
}

.breadcrumb li {
    display: inline-block;
    color: #143969;
    font: 12px Roboto-Regular, Helvetica, sans-serif;
}

.breadcrumb > .active {
    color: #4b4b4b;
}

.page-content {
    margin-top: 20px;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #bdbdbd;
    padding: 0px 5px !important;
    font: 14px Roboto-Regular, Helvetica, sans-serif;
}

.form-control:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.control-label {
    font: 14px Roboto-Regular, Helvetica, sans-serif;
    color: #696969;
    display: block;
    padding-bottom: 3px !important;
}

.control-label em {
        color: #ff0000;
        font-style: normal;
}

.form-group {
    margin: 8px 0 0;
}

.employee-label {
    display: block;
    font: 14px Roboto-Regular, Helvetica, sans-serif;
    color: #696969;
}

    .employee-label em {
        color: #ff0000;
        font-style: normal;
    }

.form-control1 {
    display: inline-block;
    width: 100%;
    max-width: 226px;
    border: 1px solid #bdbdbd;
    height: 35px !important;
    padding: 5px;
    background: #a4a4a4 !important;
    color: #FFF !important;
}

.form-control1:focus {
	background: #a4a4a4 !important;
	color: #FFF;
}

.full_part {
    width: 100%;
}

.existing-btn {
    background: #3f7381;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    margin-left: -4px;
    vertical-align: top;
}

.address-btn {
    padding: 6px 14px;
    margin-left: 5px;
}

.removesection-btn {
	padding: 6px 14px;
    margin-left: 5px;
	background-color: #640202;
}

.existing-btn:hover, .existing-btn.active:hover, .existing-btn.focus {
    background: #224471;
    border: 1px solid #224471;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info.focus:active, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus, .btn-info:focus, .btn-info.focus {
    background: #143868;
    border: 1px solid #143868;
}

.greybtn {
    background: #696969;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    width: 130px;
    border: 1px solid #696969;
    margin-left: 10px;
}

    .greybtn:hover {
        background-color: #504f4f;
    }

.bluebtn {
    background: #3f7381;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    width: 130px;
    margin-left: 10px;
}

.bluebtn:hover {
        background-color: #252525;
    }

.panel-footer {
    padding: 10px 0;
    background-color: transparent;
    border: none;
    clear: both;
}

.backbtn {
    float: left;
    font-size: 14px;
    color: #FFF;
    background: #3f7381;
    margin-right: 10px;
    margin-bottom: 10px;
}


.backbtn:hover {
	background: #252525;
}

.backbtn a:first-child {
	padding: 0;
}

.backbtn a {
	font: 14px Roboto-Regular, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	display: inline-block;
	padding: 9px 15px !important;
}

.separt_sec {
    margin-top: 8px;
}

.separt_sec_align_left {
    text-align: left;
}

.separt_sec_align_center {
    text-align: center;
}

.separt_sec_align_right {
    text-align: right;
}

.separator::before {
    content: '';
    width: 159px;
    height: 9px;
    border-bottom: 1px solid #bdbdbd;
    position: absolute;
    top: 4px;
    left: 100%;
    margin-left: 8px;
}

.separator {
    display: inline-block;
    position: relative;
    font: 14px Roboto-Light, Helvetica, sans-serif;
    vertical-align: top;
    margin-bottom: 0px;
}

    .separator::after {
        content: '';
        width: 159px;
        height: 9px;
        border-bottom: 1px solid #bdbdbd;
        position: absolute;
        top: 4px;
        left: -165px;
        right: 100%;
        margin-right: 8px;
    }

.separator1::before {
    content: '';
    width: 9999px;
    height: 9px;
    border-bottom: 1px solid #bdbdbd;
    position: absolute;
    top: 4px;
    left: 100%;
    margin-left: 8px;
    padding-right: 10px;
}

.separator1 {
    display: inline-block;
    position: relative;
    font: 16px Roboto-Light, Helvetica, sans-serif;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 0 10px;
    color: #000000;
    font-weight: 600 !important;
}

    .separator1::after {
        content: '';
        width: 9999px;
        height: 9px;
        border-bottom: 1px solid #bdbdbd;
        position: absolute;
        top: 4px;
        left: -9999px;
        right: 100%;
        margin-right: 8px;
    }

.separator2::before {
    content: '';
    width: 250px;
    height: 9px;
    border-bottom: 1px solid #bdbdbd;
    position: absolute;
    top: 4px;
    left: 100%;
    margin-left: 8px;
    padding-right: 10px;
}

.separator2 {
    display: inline-block;
    position: relative;
    font: 16px Roboto-Light, Helvetica, sans-serif;
    vertical-align: top;
    margin-bottom: 0px;
    padding: 0 10px;
    color: #143868;
    font-weight: 600 !important;
}

    .separator2::after {
        content: '';
        width: 250px;
        height: 9px;
        border-bottom: 1px solid #bdbdbd;
        position: absolute;
        top: 4px;
        left: -250px;
        right: 100%;
        margin-right: 8px;
    }

.navbar-toggle {
    background: #696969;
    color: #fff;
    border-radius: 0;
    border: none;
}

/*.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}*/

    
/*.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #696969;
}*/
.css3-metro-dropdown-dll .select-dropdown{
    outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	background :  url(../images/Home/selectdown-arrow.png) no-repeat 98% 50%;
    background-color: #FFF;
	padding: 5px 0 5px 5px;
	width: 100%;
	max-width:100%;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow:none;
	border:1px solid #ccc;
    font: 14px Roboto-Light, Helvetica, sans-serif;
}
.css3-metro-dropdown-dll .select-dropdown::-ms-expand {
 display: none;
}

.css3-metro-dropdown-dll .select-dropdown[disabled]{
    background-color: #f3f2f2;
}

.suffix-slct select {
    width: 100%;
    font: 14px Roboto-Light, Helvetica, sans-serif;
}

[disabled].suffix-slct {
    color: #FFF !important;
}

.footerback {
    padding: 25px 10px;
}

div .required {
    content: "*";
    color: red;
    width: 100%;
    text-align: left;
    float: left;
}

.title_text {
    font: 15px Roboto-Light, Helvetica, sans-serif;
    color: #143868;
    display: block;
}

.checkbox-text {
    font-size: 14px;
    color: #696969;
    display: block;
    padding-left: 33px;
    font-weight: normal;
}
/*********checkbox************/

input[type="checkbox"]:not(old) + label {
    display: inline-block;
    line-height: 1.5em;
    margin-left: 0;
}

    input[type="checkbox"]:not(old) + label > span {
        background: #143868;
        border: 0.0625em solid #143868;
        display: inline-block;
        height: 15px;
        margin: 7px 1.3em 0.25em 0.25em;
        vertical-align: middle;
        width: 15px;
    }

input[type="checkbox"]:checked:not(old) + label > span {
    background: #143868 url("../images/Home/checkbox_icon.png") no-repeat scroll center center;
    border: 1px solid #143868;
}

.check_box input[type="checkbox"] {
    display: none;
}

.check_box label.label-field {
    padding-left: 32px;
    position: relative;
}

    .check_box label.label-field span {
        left: 0;
        position: absolute;
    }

input[type="radio"] {
    display: none;
}

    input[type="radio"]:not(old) + label > span {
        border: 0.0625em solid #143868;
        display: inline-block;
        height: 14px;
        border-radius: 50px;
        vertical-align: middle;
        width: 14px;
    }

    
input[type="radio"]:checked:not(old) + label > span {
	display: inline-block;
	vertical-align: middle;
	background: #3f7381;
	cursor: pointer;
}

.radio_btn input[type="checkbox"] {
    display: none;
}

.radio_btn label.label-field1 {
    padding-left: 22px;
    padding-right: 15px;
    position: relative;
    font-family: Roboto-Light, Helvetica, sans-serif;
    font-weight: normal;
    color: #696969;
}

    .radio_btn label.label-field1 span {
        left: 0;
        position: absolute;
    }

.form-group .text-left .radio_btn {
    font-size: 14px;
    display: inline-block;
}

.address-textarea {
    height: 32px !important;
    resize: none;
}

.modal-body {
    padding: 5px 15px 15px;
    font-size: 13px;
    margin-bottom: 15px;
}

.modal-footer {
    padding: 5px 11px 10px;
    clear: both;
}

.modal-header {
    padding-bottom: 10px;
}

    .modal-header h4 {
        color: #ff0000;
        margin: 0;
        font-size: 16px;
    }

.popup-btn {
    width: auto !important;
    padding: 0 20px !important;
}

.popup-text {
    font-size: 14px;
    line-height: 25px;
}
/*.content-title{
    font-size:14px;
    margin-bottom:10px;
    text-align:center;
    color:#ff0000;
}*/

.alert-danger {
    font-size: 14px;
    padding: 7px !important;
}

.datepicker {
    max-width: 300px;
    padding: 5px 15px;
}

    .datepicker .table-condensed > thead > tr > th,
    .datepicker .table-condensed > tbody > tr > th,
    .datepicker .table-condensed > tfoot > tr > th,
    .datepicker .table-condensed > thead > tr > td,
    .datepicker .table-condensed > tbody > tr > td,
    .datepicker .table-condensed > tfoot > tr > td::after {
        padding: 5px 10px !important;
    }

.menulist {
    margin: 0;
    padding: 0;
}

.menulist ul {
    margin: 20px 0 0;
    padding-left: 0px;
    display: inline-block;
}

.menulist li {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}

.menulist li:last-child {
    margin-right: 0;
}
        
.menulist li a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    padding: 5px;
    background: #eae9e9;
}

.menulist li > .active > a {
    color: #143969;
}

.menulist li a:hover {
    color: #143868;
}

.menulist .bluebtn {
    margin-left: 0 !important;
}

.table-bordered thead tr, .table-bordered tfoot tr {
    background-color: #f3f3f3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px !important;
}

.table-bordered.table-highlight thead tr:first-child {
    background-color: #3f7381;
}

    .table-bordered.table-highlight thead tr:first-child th {
        color: #fff;
        font-weight: 500;
        border: 1px solid #2b5082;
    }

.table-highlight thead tr:first-child th a {
    color: #fff;
}
.switch-table {
font-size: 14px;
    color: #FFF;
    margin-top: 25px;
}
.switch-table > tbody > tr:hover{
    background:rgba(255,255,255,0.2) !important;
    color:#FFF;
}
.switch-table tr td a{
    color:#FFF;
}
.switch-table tfoot tr{
   background-color:rgba(255,255,255,0) !important;
    color: #FFF;
}
.assign-table {
    font-size: 14px;
    color: #696969;
    margin-top: 25px;
}

.currentform {
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.assign-rate .worklocat {
    font-size: 18px !important;
}

.assign-rate {
    margin-bottom: 25px;
}

.rete-setup {
    padding: 0 10px;
    margin: 25px 0 0;
}

.rateset-table {
    font-size: 15px;
    margin-bottom: 0;
}

    .rateset-table > tbody > tr > td {
        border: none;
    }

    .rateset-table span {
        display: block;
        float: left;
        text-align: left;
        width: 15px;
        padding-top: 5px;
    }

    .rateset-table .adjustX {
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        width: 180px;
    }

p.highlight-text {
    display: inline-block !important;
    font-weight: 600;
    color: #143868;
}

/*.row-pad > td > .form-control, .row-pad > td > .highlight-text {
    margin-top: 10px;
}*/

.dt-rb {
    font-size: 14px;
}

.pagination li::after {
    content: "";
    padding: 0;
}

div.dataTables_paginate {
    text-align: right;
}

.pagination {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
}

.dataTables_info {
    padding-top: 10px;
    color: #696969;
}

.dataTables_paginate, .dataTables_info {
    margin: 0 0px;
}

.portlet-header {
    padding: 8px 0px;
    color: #143868;
    overflow: hidden;
    background: #f2f2f2;
    border-bottom: 1px solid #bdbdbd;
}

.border-table {
    border: 1px solid #bdbdbd;
    /*overflow: hidden;*/
    min-height: 125px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.portlet-header h3 {
    margin: 0;
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
}



.reqassign-teb .title_text {
    padding-bottom: 15px;
    font-weight: 600;
}

.updateRateNew {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    max-width: 190px;
}

.bottomborder {
    border-bottom: 4px solid #143868 !important;
    border: none;
    max-width: 100px;
    display: inline-block;
    float: right;
}

.recruiterbot {
    border-bottom: 4px solid #143868 !important;
    border: none;
    display: inline-block;
}

.updateRate {
    display: inline-block;
    width: 100%;
}

    .updateRate span {
        display: inline-block;
        font-size: 14px;
        color: #696969;
        padding: 0 15px;
    }

.location-text {
    margin-bottom: 17px;
    font-size: 13px;
    color: #696969;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #f3f2f2;
    color: #000000;
    vertical-align: top;
}

.effective-date {
    width: 180px;
}

.reqtabing {
    margin-top: 25px;
}

.blank {
    height: 60px;
}

.blank1 {
    height: 40px;
}

.viewassign-teb .control-label {
    padding-top: 30px;
}

.name-label {
    display: inline-block;
    max-width: 130px;
    margin: 0 1px;
}

.tfirate {
    font-size: 14px;
}

    .tfirate .employee-label {
        width: 150px !important;
        display: inline-block;
        padding-right: 15px;
    }

.comp-label {
    padding-top: 28px;
}

.comp-bill-rate {
    display: inline-block;
}

    .comp-bill-rate .employee-label {
        width: 155px !important;
        display: inline-block;
    }

    .comp-bill-rate span {
        display: inline-block;
        vertical-align: top;
    }

.tabwid {
    margin: 0 auto;
    text-align: center;
    float: none;
}

.work-chekbox .checkbox {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0 !important;
    vertical-align:middle;
    margin-top:-3px;
}

.checkbox label::before{
    border:none;
}

.work-chekbox .wid_checkbox {
    display: inline-block;
    padding-left: 0px;
    width: 93% !important;
    /*display: inline-block;
    margin-bottom: 10px;
    position: absolute;
    top: 0;*/
}

.work-chekbox input[type="checkbox"]:not(old) + label > span {
    margin-top: -8px;
    margin-left: 10px;
}

/********* Timecard Status Styling ************/
.timecardstatus-reporting {
    display: inline-block !important;
    width: 180px !important;
    padding-right: 8px;
    margin-left:8px;
    vertical-align: top;
}

.iconic-input {
    position: relative;
}

    .iconic-input.right i {
        float: right;
        right: 5px;
    }

    .iconic-input.right input {
        padding-left: 10px !important;
        padding-right: 30px !important;
    }

    .iconic-input input {
        padding-left: 30px !important;
    }

.searchbtn {
    margin-top: 20px;
    text-align: center;
    vertical-align: top;
}

.pagination > li > a, .pagination > li > span {
    color: #696969;
}

.statuskey-text {
    text-decoration: underline;
    font-weight: 600;
}

.sortable {
    cursor: pointer;
}

.sortable:after {
    content: "\e150";
	font-family: 'Glyphicons Halflings';
	margin-left:.5em;
}

.st-sort-descent:after {
    content: "\e094";
    font-family: 'Glyphicons Halflings';
	margin-left:.5em;
}

.st-sort-ascent:after {
    content: "\e093";
    font-family: 'Glyphicons Halflings';
	margin-left:.5em;
}

.table-pagination ul {
    margin: 0;
}

.services-text {
    margin: 15px 0;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.services-text1 {
    margin: 15px 0 15px 10px;
    font-size: 14px;
    display: block;
    color: #696969;
}

.currentform .work-chekbox {
    margin: 10px 10px 7px;
}

.emplo_sec {
    margin-top: 25px;
    margin-bottom: 5px;
    overflow: hidden;
}

.stateinput {
    max-width: 268px;
    display: inline-block !important;
}

.stateselect {
    width: 268px;
    display: inline-block !important;
}

.service-table {
    margin-top: 25px;
    font-size: 14px;
    color: #696969;
}

.select-page {
    width: 50px;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

.tabs-list-selected {
    color: #e70202 !important;
    background: #ededed !important;
    box-shadow: inset 0px 4px 0px 0 #e70202 !important;
    padding: 12px !important;
}

.career-builder {
    text-align: center;
    width: 458px;
    float: none !important;
    border-radius: 0px !important;
    border: 0;
    position: absolute !important;
    right: 100px;
    top: 90px;
}

.carrer-blk {
    position: relative !important;
    margin: 0 auto !important;
    right: 0;
}

.career-builder img {
    margin-bottom: 15px;
}

.career-btn .greybtn, .career-btn .bluebtn {
    margin-left: 0 !important;
}

.titles-list li a {
    display: block;
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    color: #696969;
}

    .titles-list li a:hover {
        color: #143868;
    }

.currentform .title-chekbox {
    margin: -7px 0;
}

.login-text {
    color: #FFFFFF;
    display: block;
    font-size: 1.5rem;
    line-height: 18px;
    padding: 10px 0 20px;
    text-align: left;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

.spacing {
    padding: 15px 0 7px !important;
    text-align: right;
}

    .spacing a {
        color: #FFF;
        font-size: 18px !important;
        font-weight: 300;
        font-family: 'Roboto-Light';
    }

        .spacing a:hover, .spacing a:focus {
            color: #FFF;
            font-size: 18px !important;
            font-family: 'Roboto-Light';
            font-weight: 300;
            text-decoration: none;
        }


.panel-info {
    border-color: #bdbdbd !important;
}

.middlePage .panel-info {
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    padding: 40px 10px 30px;
    border-radius: 0;
    border: none;
}

.panel-info .panel-title {
    text-align: left;
    font-size: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 8px;
}

.middlePage .panel-body {
    border-radius: 0;
    font-size: 14px;
    color: #696969 !important;
    padding: 0;
}

.panel {
    border-radius: 0;
    border: 1px solid #bdbdbd;
}

.panel-heading {
    background-color: #f2f2f2 !important;
    border-bottom: 0 !important;
}

.form-control-feedback {
    display: block;
    height: 34px;
    line-height: 36px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 2;
}

.form-horizontal .has-feedback .form-control-feedback {
    border-right: 1px solid rgb(189, 189, 189);
    font-size: 20px;
    left: 0;
}

.has-feedback .form-control {
    padding-left: 10px !important;
    height: 40px !important;
}

.singlebutton {
    background: #ffffff;
    color: #143868;
    font-size: 18px;
    border-radius: 0;
    border: none;
    width: 110px;
    height: 36px;
    margin-top: 16px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto-Medium';
    font-weight: 500;
}

.panel-info > .panel-heading {
    border-top: 4px solid #143868 !important;
}

.singlebutton:hover {
    background: #ffffff;
    color: #224471;
    border-radius: 0;
    border: none;
}

.singlebutton p {
    margin: 0;
}

.singlebutton i {
    right: 0px;
    top: 0px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    background: #274d7e;
    height: 35px;
    line-height: 1.53846;
    padding: 6px 12px;
    border: none;
}

.left-border {
    border-left: 1px solid #ccc;
}

.right-border {
    border-right: 1px solid #ccc;
}

.login-header {
    display: block;
    text-align: left;
    margin: 10px 0 10px !important;
    height: auto !important;
}

    .login-header h1 {
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-left: 0px;
        padding-left: 10px;
    }

.login-logo {
    display: block;
    text-align: center;
}

.login-bg {
    background: url(../images/Home/bg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.loginbg-sec{
     background: url(../images/Home/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*min-height:720px;*/
    width:100%;
}

.emp-checkbox .work-chekbox {
    margin: 17px 0;
}

.billloc-text {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.log-left {
    background: #143868;
    padding: 25px 0;
}

.rateset-table .a_center {
    text-decoration: underline;
}

.comfortlevel {
    margin-bottom: 10px;
}

.chngpas-btn {
    margin-top: 18px;
    float: right;
}


    .chngpas-btn .bluebtn, .chngpas-btn .greybtn {
        height: 35px;
        width: 110px;
    }

.workcont_sec .form-group .form-control {
    width: 255px;
}

.updatelabel {
    display: inline-block;
    padding-right: 10px;
    width: 145px;
}

.updateRate .updateRateinput {
    display: inline-block;
    max-width: 135px;
}

.updateRate .lesslabel {
    display: inline-block;
    max-width: 138px !important;
}

.returntop {
    font-size: 14px;
    float: right;
}

.serlist-text {
    font-size: 22px;
    color: #143868;
}

.diffsection {
    margin-top: 20px;
}

.search-repots {
    padding: 10px;
}

    .search-repots h3 {
        font-size: 20px;
        color: #143868;
        margin: 0 0 5px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .search-repots .form-control-feedback {
        top: 22px;
        right: 10px;
        font-size: 15px;
    }

.reportsrch-btn {
    float: right;
    padding: 15px 15px 0 0;
}

    .reportsrch-btn .bluebtn {
        width: 70px;
        font-weight: 600;
        height: 35px;
        margin-left: 30px;
    }

.sidenote {
    font-size: 14px;
    color: #696969;
}

.search-repots {
    margin: 15px 0;
    overflow: inherit !important;
}

.report-sec {
    padding: 15px 0px;
    margin-bottom: 25px;
    /*overflow: hidden;*/
}

.report-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.report-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.report-sec h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0px;
    display: inline-block;
}

.report-sec .control-label {
    min-width: 50px;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}
.report-sec .control-label-wide {
    min-width: 50px !important;
}

.date-reporting {
    display: inline-block !important;
    width: 200px !important;
    padding-right: 8px;
    margin-left:8px;
    vertical-align: top;
}
.date-reporting-wide {
	display: inline-block !important;
	width: 300px !important;
	padding-right: 8px;
	margin-left: 8px;
	vertical-align: top;
}

.file-format-reporting {
	display: inline-block !important;
	width: 170px !important;
	padding-right: 8px;
	margin-left: 8px;
	vertical-align: top;
}
.delivery-option-reporting {
	display: inline-block !important;
	width: 250px !important;
	padding-right: 8px;
	margin-left: 8px;
	vertical-align: top;
}

.report-sec .bluebtn {
    height: 32px;
    width: 65px;
    vertical-align: top;
    margin-left:5px !important;
}

.sidenote {
    float: left;
    font-style: italic;
    padding-right: 10px;
    font-weight: normal;
}

.report-bg {
    background: #f3f2f2;
    margin: 0 auto;
    padding: 12px 10px;
    float: none;
    /*overflow:hidden;*/
}

.report-border {
    border-right: 8px solid #fff;
}

.table-pagination .text-left {
    display: inline-block;
    padding: 8px 5px !important;
    vertical-align: top;
    float: left;
}

.recruiterrofit-lb {
    padding-left: 0;
    padding-right: 30px;
}

#divoverlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}

#divmodalprogress {
    margin: -11px auto;
    position: relative;
    text-align: center;
    top: 40%;
}

.divoverlay-spinner {
    color: white; 
    top: 50%; 
    left: 50%; 
    position: absolute;
}

.div-display-none {
    display:none;
}

.clear-btn {
    background: #ff0000 !important;
}

    .clear-btn:hover {
        background: #f00000 !important;
    }

.alertIconSize {
    display: none;
}

/* Set Bootstrap Dialog Style which will affect the Confirm and Alert Modals */
.ui-dialog {
    font-size: 1.5em !important;
}

.ui-dialog-titlebar-close {
    background: url(../images/Home/ui-icons_777777_256x240.png) no-repeat;
    background-position: -94px -128px;
}

.btn-cancel {
    color: #fff;
    background-color: #286090;
}

.ui-dialog-buttonset .btn-primary {
    border: 0;
}

.rete-setup .form-control {
    max-width: 150px;
}

.rete-setup .adjustX {
    width: 129px;
}

.overexempt-sec .employee-label {
    width: auto;
    display: inline-block;
    padding-right: 15px;
}

.overexempt-sec .form-control {
    width: 50px;
    display: inline-block;
}

.overexempt-sec span {
    font-size: 14px;
    color: #696969;
    padding-left: 15px;
}

.rateset-table {
    font-size: 14px;
    color: #696969;
}

    .rateset-table th {
        color: #4b4b4b;
    }


.createassign-sec {
    border: 1px solid #ccc;
    border-top: 0;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 25px;
    clear:both;
}

    .createassign-sec h2 {
        background: #143868;
        font-size: 18px;
        color: #fff;
        padding: 6px 10px;
        margin: 0;
    }

.title-bg {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-top: 15px;
     margin-bottom: 10px;
    padding-bottom: 5px;
}

.currentform .form-group {
    margin-bottom: 3px;
}

.search-wid {
    margin: 20px auto 0;
    float: none;
}

.hourly-wid {
    margin-left: 10px;
    width: 179px;
}

.table-sec {
    font-size: 14px;
    margin-top: 25px;
}

/* .datpicker .text-info contains text for today's date but
   it dosn't work when we are not showing the current month */
.datepicker .text-info {
    font-size: 14px;
    color: black;
}
/* .datpicker .btn-info contains selected date */
.datepicker .btn-info {
    font-size: 14px;
    font-weight: bold;
    background-color: #39b3d7;
}

.datepicker .btn:disabled {
    font-size: 14px;
    font-weight: normal;
    color: gray;
}

    .datepicker .btn:disabled > .text-muted {
        font-size: 14px;
        font-weight: normal;
        color: gray;
    }

.datepicker .text-muted {
    font-size: 14px;
    font-weight: bold;
    color: #696969;
}

.datepicker .btn:enabled {
    font-size: 14px;
    font-weight: bold;
    color: black;
}

/* Datepicker Styling Class */
.datePickerIG {
    font-family: 'Roboto-Light';
    font-size: 14px !important;
    font-weight: 400;
    color: black;
    border: .05em solid #696969;
}

.datePickerIG:focus {
    border: .05em solid #ccc !important;
}

/* Datepicker Error Styling Class*/
.datePickerIG_Error {
    font-family: 'Roboto-Light';
    font-size: 14px !important;
    font-weight: 400;
    color: black;
}

/* This sets the border and the background color of the Datepicker Editor Text Box On Error */
.datePickerIGContainer .ui-igedit-container .datePickerIG_Error {
    border: .2em solid #ff0000 !important;
    background-color: #FFC6A3 !important;
}

/* This sets the TextBox Styles for the Calendar Control */
.datePickerIGContainer .ui-igedit-container {
    width: 180px;
}

/* Set Infragistics Datepicker Calendar Widget Styles */
#ui-datepicker-div.ui-datepicker {
    font-size: 2.0em !important;
    z-index: 9999 !important;
}

    /* This sets the Year Picker Style */
    #ui-datepicker-div.ui-datepicker .ui-datepicker-year {
        padding-left: 5px !important;
        width: 30% !important;
    }

/* Datepicker Calendar Titlebar Styles*/
.ui-datepicker-title {
    color: black;
    background-color: inherit;
}

.input-group-btn .btn-default {
    height: 32px !important;
}

.input-group-btn .btn-default:hover i, .input-group-btn .btn-default i {
    color: #696969;
    vertical-align: top;
    line-height: 16px;
}

.input-group-btn .btn-default:hover {
    background-color: #FFF !important;
}

.pendingreq-sec {
    min-height: 335px;
}

.dashed-text {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
}

.datepic_sec {
    position: relative;
}
/*.uib-datepicker .btn-default{
    border-right:1px solid #bdbdbd !important;
    border-left:0 !important;
    border-bottom:0 !important;
}
.uib-daypicker tr td:first-child{
    border-left:1px solid #bdbdbd !important;
}*/

.uib-datepicker .btn-default {
    border: 0 !important;
}

.uib-daypicker .btn:focus, .uib-daypicker .btn.focus {
    color: #224471 !important;
}

.uib-daypicker .btn:hover {
    color: #FFF !important;
    background: #143868;
}

.uib-daypicker .btn-info:active:hover,
.uib-daypicker .btn-info.active:hover,
.uib-daypicker .btn-info:active:focus.btn-info.focus:active,
.uib-daypicker .btn-info.active.focus,
.uib-daypicker .btn-info:focus, .btn-info.focus {
    color: #FFF !important;
}

.uib-daypicker .btn-info:active, .uib-daypicker .btn-info.active {
    background: #143868;
    color: #FFF !important;
}

.uib-daypicker .btn-default:active:hover,
.uib-daypicker .btn-default.active:hover,
.uib-daypicker .btn-default:active:focus,
.uib-daypicker .btn-default.active:focus,
.uib-daypicker .btn-default.focus:active,
.uib-daypicker .btn-default.active.focus {
    background: #143868;
    color: #FFF !important;
}

.uib-daypicker .btn-info:active, .uib-daypicker .btn-info.active, .open {
    color: #FFF !important;
}

.uib-datepicker-popup {
    min-width: 245px !important;
}

    .uib-datepicker-popup .btn-sm, .uib-datepicker-popup .btn-group-sm > .uib-datepicker-popup .btn {
        padding: 5px 9px;
    }

.contract-sec .form-group .employee-label {
    display: inline-block;
    padding-right: 15px;
    padding-top: 6px;
}

.contract-sec .form-control {
    display: inline-block;
    width: 75px;
    margin-right: 15px;
}

.contract-sec .hourly-wid {
    width: 145px;
}

.uib-daypicker {
    margin: 0 auto !important;
}

.current-form .control-label {
    width: 165px !important;
    display: inline-block;
}

.current-form .form-control {
    max-width: 180px;
    display: inline-block;
}

.requested-form .control-label {
    width: 165px !important;
    display: inline-block;
}

.requested-form .form-control {
    max-width: 180px;
    display: inline-block;
    /*color: #d30000;*/
}

.assignreq h2 {
    display: inline-block;
    background: #f2f2f2;
    color: #143969;
    width: 100%;
}

.required .input-group-btn {
    vertical-align: top;
}

.req-tableblk {
    overflow: hidden;
    margin-top:25px;
}

.req-tablesec {
    margin-top: 20px;
}

.logout-link a {
    text-align: right;
    padding-top: 25px;
    float: right;
    color: #696969;
    text-decoration: none;
	font-size: 1.5rem;
}

    .logout-link a:hover {
        color: #FFFFFF;
    }
/*********Print Page start*************/
.printblk {
    font-size: 13px;
    padding: 15px;
}

    .printblk h1 {
        font-size: 18px;
        font-weight: bold;
    }

.header h2 {
    padding: 0 0 5px 0;
    font-size: 15px;
    border-bottom: 2px solid #000;
    margin: 15px 0 5px;
    font-weight: bold;
}

.header h3 {
    padding: 0 0 5px 0;
    font-size: 13px;
    border-bottom: 2px solid #000;
    margin-bottom: 2px;
  
}


.report-header1 h3 {
    padding: 0 0 5px 0;
    font-size: 13px;
    border-bottom: 2px solid #000;
    margin-bottom: 2px;
    text-align: center;
}

.label span {
    background-color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.label {
    height: 10px;
    border-bottom: dotted 1px #000;
}

.print-label span {
    background-color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.print-label {
    height: 1.2em;
    border-bottom: dotted 1px #000;
}

.a-print td {
    line-height: 2px;
    height: 0px;
    font-size: 11px;
}

.ar-print-update td {
    line-height: 3px;
    height: 0px;
    font-size: 11px;
}

.printback-btn {
    float: right;
    color: #FFF !important;
    background: #143868;
    padding: 5px 10px;
    text-decoration: none;
}

.red {
    color: #ff0000;
    text-decoration: underline;
}

.dataChangeHighlight {
	color: #ff0000;
    text-decoration: underline;
	font-weight: bold;
}

.darkredicon:before {
    content: "" !important;
}

.selected-sec {
    color: #FFFFFF !important;
    background: #7b7b7b !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.select:disabled {
    color: #FFFFFF !important;
}

.work-chekbox .check_box {
    vertical-align: top;
}

.calender-wid {
    width: 260px;
}

.bottom-clear {
    margin-bottom: 15px;
}

.back-position {
    margin-right: 55px;
}

.btn-width {
    width: 70px;
}

.assign_req h4 {
    text-align: center;
    color: #143868;
}

.popup-btnwid {
    margin: 20px auto;
    text-align: center;
}

    .popup-btnwid .bluebtn_popup {
        margin: 0 0 10px;
    }

.bluebtn_popup {
    background: #143969;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 0px 15px;
    height: 30px;
    width: 130px;
    border: 1px solid #143969;
    margin-left: 10px;
}

.bluebtn_popup_autowidth {
    width: auto !important;
}

.request-red .form-control, .red-filed {
    color: #d30000 !important;
    text-decoration: none;
}

.usd-blk {
    position: relative;
}

.updateRate .usd-blk {
    vertical-align: top;
    display: inline-block;
}

.usd-blk .form-control {
    padding-left: 19px !important;
}

.icon-usd {
    position: absolute;
    bottom: 6px;
    left: 8px;
    font-size: 13px;
    color: #555;
    padding: 0 !important;
}

.icon-dusd {
    position: absolute;
    bottom: 6px;
    left: 8px;
    font-size: 13px;
    color: #555;
    margin-left: 15px;
}

.align-dropdown {
    float: right;
    display: inline-block;
    padding: 10px 0;
}

.listlabel {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    padding-top: 10px;
}

.align-dropdown .ddlList {
    display: inline-block !important;
    margin-right: 0px;
    width: 90px !important;
    float: right;
    padding: 0 !important;
}

.selected-sec:focus {
    color: #555 !important;
}

.pointer {
    cursor: pointer;
}

.emp-checkbox {
    width: 240px;
}

.percent-sec {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .percent-sec .icon-percent {
        position: absolute;
        right: 8px;
        bottom: 5px;
        padding: 0 !important;
    }

.icon-percent i {
    color: #555;
    font-size: 11px;
}
/*.percent-sec .form-control {
    padding-right: 19px;
}*/
.header-title span {
    display: inline-block;
    padding-right: 10px;
}

.header-title img {
    width: 180px;
    padding-right: 15px;
}

.updatetag {
    display: inline-block;
}

.blank2 {
    height: 15px;
}

.footer img {
    width: 100%;
}

.footer span {
    padding: 8px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
}

.display-inline{
    display: inline !important;
}
/*TFIBRAND*/
/*.menulist i, .menulist .btn-width i {
    color: #143868;
}*/

/*P20BRAND*/
.menulist i, .menulist .btn-width i {
    color: #000000;
}
.menulist .fa-print{
    color:#143969;
}
.updateRate .lesspay {
    display: inline-block;
    max-width: 143px !important;
}

.updateRate .lessfee {
    display: inline-block;
    max-width: 146px !important;
}

.list_assign {
    margin-bottom: 25px;
}

.v-top {
    vertical-align: top;
}

.menulist li button {
    padding: 5px;
    background-color: #eae9e9;
}

.updateRate p {
    display: inline-block;
    font-size: 14px;
    color: #696969;
    padding: 5px 15px 0;
}

.remember-blk {
    padding-top: 15px;
    padding-left: 0 !important;
}

    .remember-blk .check_box {
        margin-top: -17px;
    }

    .remember-blk .checkbox-text {
        text-align: left;
        padding-left: 0 !important;
        color: #FFF;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Roboto-Light';
    }

.headsec {
    background: #FFF;
    padding: 0 25px;
}

.title-error {
    width: 80%;
}

.headsec nav .navbar-brand {
    display: inline-block;
}

.head-sec h2 {
    display: inline-block;
    font-size: 25px;
    padding-left: 30px;
    padding-top: 8px;
}

.logout-sec {
    text-align: right;
    font-size: 14px;
    display: inline-block;
    float: right;
    padding: 40px 0 0;
}

.head-sec {
    background: #FFF;
    height: 83px;
    padding: 0 25px;
}
/*	Footer Start	*/
.footer-er {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: #ededed;
}

.footer-er > section {
	display: table;
	width: 100%;
	padding: 10px;
}

.footer-er .row {
	position: relative;
	min-height: 100%;
}

.footer-er .center-div {
    color: #696969;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	font-family: Roboto-Light;
    font-size: 14px;
    padding: 0 15px;
}

.dec-sec h1 {
    font-size: 40px;
    color: #FFF;
}

.dec-sec span {
    display: block;
    font-size: 28px;
}

.dec-sec p {
    font-size: 14px;
    color: #FFF;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

.dec-content {
    margin-bottom: 30px;
}

    .dec-content a {
        margin-top: 20px;
        color: #FFF !important;
    }

    .dec-content .btn-primary {
        color: #FFF !important;
    }
/*	Footer Css End	*/
.standard-line {
    text-align: left;
    margin-bottom: 5px;
}

.popup-wid {
    max-width: 100%;
    width: 800px !important;
}

.tfiwidth {
    width: 145px;
}

.billwidth {
    width: 148px;
}

.descrip-sec {
    padding-top: 10px;
}

    .descrip-sec textarea.form-control {
        height: 90px;
    }

.inform-text {
    padding-top: 5px;
}

.wc-code {
    width: 134px !important;
}

input.ng-pristine + ul#strength {
    display: none;
}

ul#strength {
    display: inline;
    list-style: none;
    margin: 0;
    margin-left: 15px;
    padding: 0;
    vertical-align: 2px;
}

.point {
    background: #DDD;
    border-radius: 2px;
    display: inline-block;
    height: 5px;
    margin-right: 1px;
    width: 20px;
}

    .point:last-child {
        margin: 0 !important;
    }

.change-pass {
    width: 600px !important;
}

    .change-pass .panel-info .login-text {
        font-size: 16px !important;
        line-height: 20px !important;
    }

.error-textbox {
    border: 3px solid #f00 !important;
	background-color: #FFC6A3 !important;
}
/**********home page ********/
.header {
  /* 
    position: relative;*/
   height: 699px;
}

.header-section {
    /*background: url(../images/banner.jpg) no-repeat top fixed;*/
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-size:100% auto;
}

.manage-banner {
    background: url(../images/Home/manage-assigment.jpg) no-repeat center;
    background-size: cover;
    visibility: inherit;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
}

.services-banner {
    background: url(../images/Home/services-img.jpg) no-repeat center;
    background-size: cover;
    visibility: inherit;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 20;
}


.tp-caption {
    float: right;
    position: absolute;
    right: 25px;
    top: 40px;
    text-align: right;
}

    .tp-caption h1 {
        color: #FFFFFF;
        font-size: 35px;
        padding-top: 40px;
        margin: 0;
        text-align: center;
    }

    .tp-caption h4 {
        color: #FFFFFF;
        font-size: 24px;
        padding-top: 40px;
        margin: 0;
        text-align: right;
    }

    .tp-caption ul {
        padding-top: 40px;
        text-align: right;
    }

    .tp-caption li {
        display: inline-block;
        margin: 0 5px;
        font-size: 14px;
        font-family: 'Roboto-Light';
    }

        .tp-caption li a {
            padding: 10px;
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
            text-align: center;
            width: 130px;
        }

            .tp-caption li a img {
                padding-right: 10px;
            }

.manage-section {
    font-size: 16px;
    color: #666666;
    font-family: 'Roboto-Light';
    font-weight: 300;
    /*height: 350px;*/
}

.m-t-xxxl {
    font-size: 35px;
    color: #143969;
    /*margin-top: 25%;*/
}

.manage-section p {
    padding-bottom: 16px;
}

.more {
    display: block;
}

    .more a {
        padding: 10px 21px;
        color: #666666;
        border: 1px solid #999999;
    }

footer {
    background: #252525;
    padding: 25px 0px 0px 0px;
}


.ft-module-content:first-child {
    border-left: none;
}

.ft-module-content {
    font-size: 14px;
    color: #cccccc;
    font-family: 'Roboto-Light';
    font-weight: 300;
    border-left: 1px solid rgba(242,242,242,0.1);
    height: 200px;
}

    .ft-module-content img {
        padding-top: 0;
    }

    .ft-module-content h2 {
        font-size: 24px;
        color: #f2f2f2;
        margin: 0 0 17px;
    }

    .ft-module-content ul {
        margin-bottom: 10px;
    }

    .ft-module-content li {
        line-height: 18px;
        padding: 5px 0;
    }

        .ft-module-content li a {
            color: #cccccc;
        }

.f-text {
    display: block;
    line-height: 18px;
    padding-bottom: 18px;
}

    .f-text a {
        color: #cccccc !important;
    }

.copyright {
    /*padding: 20px 0;*/
    text-align:center;
}

    .copyright span {
        font-size: 14px;
        color: #000000;
        font-family: 'Roboto-Light';
        font-weight: 300;
        display: inline-block;
    }

.social-icon {
    margin: 0 auto;
    padding: 0;
}

.social-icon li {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    
}

.social-icon [class*="fa fa-"] {

    border-radius: 0px;
    font-size: 24px;
    background-color: transparent;
    color: #FFFFFF;

}

/*
.social-icon:hover {
    color: #FFFFFF;
}
*/

/*Official Social Media Colors*/
/*
.fa-twitter-square:hover {
    color: #00b6f1 !important; 
}
.fa-linkedin-square:hover {
    color: #007bb6 !important;
}
.fa-facebook-square:hover {
    color: #3b5998 !important;  
    background-color: #FFFFFF !important;  
}
*/

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0e2d5d;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
        color: white;
    }

        .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.hdr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hdr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1131b;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hdr-sweep-to-right:hover, .hdr-sweep-to-right:focus, .hdr-sweep-to-right:active {
        color: white;
    }

        .hdr-sweep-to-right:hover:before, .hdr-sweep-to-right:focus:before, .hdr-sweep-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.manage-con {
    /*padding-right: 10px;*/
}

.manage-sec {
    text-align: right;
    padding-left: 10px;
}

table td.header {
    height: auto;
}

.printblk .header {
    height: auto !important;
}

.tp-caption .dropdown-menu {
}

.tp-caption .dropdown-menu {
}

.tp-caption .dropdown-menu {
    text-align: left !important;
    padding-top: 0px !important;
    margin-top: 0px;
    padding-bottom: 0px !important;
    border-radius: 0;
}

.tp-caption .dropdown-menu li {
    margin: 0 !important;
    display: block;
}

.tp-caption .dropdown-menu li a {
    color: #666666 !important;
    padding: 7px 10px !important;
    border: none !important;
    font-size: 14px !important;
    font-family: 'Roboto-Light' !important;
}

.tp-caption .dropdown-menu li a:hover {
    background: #efeded;
}

.switch-sec {
    margin: 0% auto 0 !important;
    text-align: center;
    float: none !important;
    border: 0;
}

.switch-sec .panel {
	border-radius: 0px !important;
	/*width:580px;*/
	max-width: 700px;
	margin: 0 auto;
	position: absolute !important;
	right: 100px;
	top: 90px;
	background:rgba(0,0,0,0.6)
}

.switch-sec .panel h2, .logout-link a{
    color:#FFF;
}

.panel .table {
    margin-bottom:0;
}

.move-right {
    float: right;
}

.contact-sec {
    margin-top: -3px !important;
}

.alert-sec {
    padding: 7px !important;
}

/*****manage assigment*****/
.manage-con ul{
    /*margin: 10px 0 0;
    padding: 0;*/
}
/*.manage-sec ul{
    float:right;
}*/

.manage-sec li {
   /*margin: 25px 0;
    padding: 0 40px;*/
    /*background: url(../images/Home/right-arrow.png) no-repeat right 29px;*/
}
    


.manage-con li {
     /*margin: 25px 0;
    padding: 0 40px;*/
    /*background: url(../images/Home/right-arrow.png) no-repeat 2px 29px;*/
}

.last-line:last-child span {
    background: none;
}

.manage-con li a, .manage-sec li a {
    /*color: #666666;
    font-size: 20px;
  /*  font-weight: 100;*/
    /*line-height: 30px;*/
    /* font-family: 'Roboto-Light';*/
}
.managelink {
    background-image: url(../images/Home/border-bot.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 400px;
    height: 1px;
    display: block;
}

/*.navbar-default {
    background: transparent;
    border: none;
}*/

.usericon-img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #FFF;
    border: 1px solid #bdbdbd;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
    padding-top: 9px;
    color: #696969;
}

.navbar-nav > li {
    padding-top: 15px;
}

    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

.navbar-right .dropdown {
    padding: 0px 0;
}

.navbar-collapse {
    font: 16px 'Roboto-Regular';
    /*padding-top: 35px;*/
}


.navbar-right {
    padding-top: 35px;
    margin-left: 30px;
}

.navbar-right li {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}

.navbar-right li a {
	padding: 0 5px !important;
	color: #FFFFFF !important;
}

.navbar-right .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.navbar-right .dropdown-menu > li {
	display: block;
}

.navbar-right .dropdown-menu > li > a {
	padding: 8px !important;
	color: #262626 !important;
	font-size: 14px;
}

.banner-caption {
    top: 220px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

.banner-caption h1 {
    font: 58px 'Roboto-Light';
    font-weight: 300;
    margin-bottom: 8px;
}

.banner-caption ul {
    margin: 0;
    padding: 0;
    display: none;
}

.banner-caption li {
    display: inline-block;
    font: 16px 'Roboto-Light';
    font-weight: 300;
}

    .banner-caption li a {
        color: #FFFFFF;
    }

    .banner-caption li:after {
        content: '/';
        padding: 0 5px;
    }

    .banner-caption li:last-child:after {
        content: '';
    }

.navbar-brand {
    margin: 11px 15px 22px;
    padding: 0;
    height: 65px;
}

.text-underline {
    text-decoration: underline;
}

.text-underline-blue{
    color: blue !important;
    text-decoration: underline !important;
}

.menu-item .navbar-nav > li > a {
    color: #555555 !important;
}

.navbar-right li:last-child a {
    padding: 0 !important;
    margin: 5px !important;
}

.navbar-right li:last-child .dropdown-menu li a {
    padding: 8px !important;
    margin: 0 !important;
    text-align: left;
}

.navbar-right li:first-child {
    font-size: 13px;
    text-align: right;
}

.navbar-right li:first-child a {
    line-height: 18px;
}

.menu-item .navbar-nav > .active > a,
.menu-item .navbar-nav > .active > a:hover,
.menu-item .navbar-nav > .active > a:focus {
    font-weight: 600 !important;
    color: #143969 !important;
}

.right_row .right-nav {
    margin-top: 20px;
}

    .right_row .right-nav ul li {
        float: left;
        padding-right: 0 !important;
        padding-bottom: 5px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .right_row .right-nav ul li:hover {
            background: none;
        }

.manage-section .padding-right {
    height: 100% !important;
}
/*:disabled,[disabled]{ color:#FFFFFF !important; }
[disabled="disabled"].selected-sec {
    color:#FFFFFF !important;
}*/
.login-btn .greybtn {
    margin-right: 10px;
    margin-top: 16px;
    vertical-align: top;
    background: #cdcbcb !important;
    color: #143868;
    font-weight: 500;
    font-family: 'Roboto-Medium';
    font-size: 18px;
    width: 110px;
    padding: 0;
}

.login-btn .greybtn:hover, .chngpas-btn .greybtn:hover {
    color: #143868 !important;
}

.chngpas-btn .greybtn, .login-btn .greybtn {
    margin-right: 10px;
    vertical-align: top;
    background: #cdcbcb !important;
    color: #143868;
    font-weight: 500;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    width: 110px;
    padding: 0;
    height: 36px;
    border: none;
}
.chngpas-btn .greybtn{
    margin-right:0 !important;
}

.tp-caption .dropdown-menu li:last-child a {
    text-align: left !important;
}

.m-t-xxxl a {
    background: transparent;
    color: #143868;
}

.m-t-xxxl:hover, .m-t-xxxl:focus, .m-t-xxxl:active {
    background: none !important;
    color: #143868 !important;
}

.has-feedback .form-control {
    background-color: transparent;
    color: #FFFFFF;
    font-family: 'Roboto-Light';
    font-weight: 300;
    font-size: 15px;
}
.has-feedback .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
}

.has-feedback .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
}

.has-feedback .form-control:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
}
.has-feedback .form-control::-webkit-input-placeholder { /* Chrome */
  color: #FFFFFF;
    opacity: 1;
}
    .has-feedback .form-control:-webkit-autofill,
    .has-feedback .form-control:-webkit-autofill:hover,
    .has-feedback .form-control:-webkit-autofill:focus,
    .has-feedback .form-control:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-box-shadow: 0 0 0px 1000px white inset;
        -webkit-text-fill-color: #fff !important;
    }
.remember-blk .checkbox label{
    color:#FFF !important;
}


.chngpas-btn a, .chngpas-btn a:focus, .chngpas-btn a:hover {
    color: #fff;
}

.chngpas-btn .bluebtn {
    background: #FFF;
    color: #143868;
    border: none;
    font-family: 'Roboto-Medium';
    font-weight: 500;
    font-size: 16px;
}

    .chngpas-btn .bluebtn:hover {
        color: #143868 !important;
    }

.checkbox-text small {
    padding-left: 10px;
}

.workcont_sec .checkbox-text {
    color: #143868;
    vertical-align: top;
    margin-top: -5px;
}
select option:Disabled.selected-sec{
 color: #FFF;
}

.selected-sec[disabled='disabled']::-ms-value {
    color: #FFF;
}
:-ms-select{
color: #FFF;
}
.main-menu li{
    font-size:18px;
    padding:10px 0;
}
.client-stateselect{
    width:265px !important;
    margin-right:2px;
    display:inline-block !important;
    padding:0 !important;
    border:none;
}
.split-sec{
    padding-top:0px;
}
.label-text{
    margin-top:-1px !important;
}

@media (min-width: 768px){
    .view-label {
        font: 14px Roboto-Regular, Helvetica, sans-serif;
        color: #696969;
        display: block;
        padding: 5px;
        text-align: right;
    }
    .view-control {
        border: none;
        padding: 5px;
        font: 14px Roboto-Regular, Helvetica, sans-serif;
        text-align: left;

    }

    .view-control:disabled{
        border: none;
        padding: 5px;
        font: 14px Roboto-Light, Helvetica, sans-serif;
        background-color: white;

    }
}

@media (max-width: 767px){
    .view-label {
        font: 14px Roboto-Regular, Helvetica, sans-serif;
        color: #696969;
        display: block;
        padding: 5px;
        text-align: left;
    }
    .view-control {
        border-radius: 0 !important;
        box-shadow: none !important;
        border: 1px solid #bdbdbd;
        padding: 5px;
        font: 14px Roboto-Regular, Helvetica, sans-serif;
        text-align: left;
    }
}

@media print {
  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }

  .printback-btn {
    display: none !important;
  }

  .view-label {
	padding: 5px;
	text-align: right;
  }

  .view-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none;
    padding: 5px;
    font: 14px Roboto-Regular, Helvetica, sans-serif;
    text-align: left;
  }
}
.remember-blk .checkbox {
    text-align: left;
}
.blank3
{
    height:9px;
}
.blank4
{
    height:69px;
}
.remember-blk .checkbox label::before{
    background-color:#FFF;
}
.remember-blk .checkbox label::after {
 color:#696969 !important;
}
.border-btn li{
    height:50px !important;
    padding-top:5px;
    background-position:3% 8px !important;
    /*border:1px solid #c0bfbf;*/
    padding-left:50px !important;
     /* box-shadow: inset 4px -4px 4px 4px #cfcece;
   -moz-box-shadow: inset 4px -4px 4px 4px #cfcece;
-webkit-box-shadow: inset 4px -4px 4px 4px #cfcece;*/
}
.border-btn li:hover, .border-btn li:focus{
   /*box-shadow: inset 4px -4px 4px 4px #b9b9b9;
   -moz-box-shadow: inset 4px -4px 4px 4px #b9b9b9;
-webkit-box-shadow: inset 4px -4px 4px 4px #b9b9b9;*/
height:50px;
}
/*.navbar-default .navbar-brand{
    margin-left:0 !important;
}*/
.mulit-blk{
    padding-top:16.2%;
}
.separt_sec .checkbox-line, .separt_sec .location-text {
    text-align:left !important;
}
/*.split-info-select{
    width:68%;
    margin-right:13px;
    display:inline-block !important;
}
.split-percent{
    width:29%;
    display:inline-block;

}*/

.border-inner-btnbtn li{
    height:50px !important;
    padding-top:5px;
    background-position:97% 8px !important;
    /*border:1px solid #c0bfbf;*/
    padding-right:50px !important;
  /* -moz-box-shadow: inset -4px -4px 4px 4px #cfcece;
-webkit-box-shadow: inset -4px -4px 4px 4px #cfcece;
box-shadow: inset -4px -4px 4px 4px #cfcece;*/
    
}
.border-inner-btnbtn li:hover, .border-inner-btnbtn li:focus{
   /*-moz-box-shadow: inset -4px -4px 4px 4px #b9b9b9;
-webkit-box-shadow: inset -4px -4px 4px 4px #b9b9b9;
box-shadow: inset -4px -4px 4px 4px #b9b9b9;*/
 height:50px;
}
.career-btn .greybtn{margin-right:10px;}
.multiSelect > button {width: 30px !important;
    position: absolute !important;
    top: 20px;
    right: 1px;
      
}
.multiSelect .buttonLabel{
    display:none !important;
}
.sep-blk{
    margin-bottom:10px;
}
.invoice-area{
    height:32px !important;
    padding:5px !important;
}
.invoice-area1{
    height:32px !important;
    padding:5px !important;
}
.menu-blk{
    width:60%;
    margin:0 auto;
}
.manage-blk{
 padding:10% 0;
}
.reports-blk{
    padding:4.7% 0;
}
.services-blk{
    padding:0% 0;
}
.head-menu{
       padding: 0;
    margin: 0 auto;
    width: 225px;
    float: right;
}
.head-menu li{
    display:block !important;
}
    .head-menu li a {
      border: 1px solid #c3bfbc;
    width: 100%;
    background: #FFF;
    color:#143868;
    display: block;
    text-align:right;
    font-size:16px;
    margin-bottom:15px;
    padding:2px 20px 9px 10px !important;
          box-shadow: inset -3px -3px 3px 3px #d6d6d6;
   -moz-box-shadow: inset -3px -3px 3px 3px #d6d6d6;
-webkit-box-shadow: inset -3px -3px 3px 3px #d6d6d6;
}
.head-menu li a:hover, .head-menu li a:focus{
      border: 1px solid #c3bfbc;
   box-shadow: inset -3px -3px 3px 3px #d6d6d6;
   -moz-box-shadow: inset -3px -3px 3px 3px #d6d6d6;
-webkit-box-shadow: inset -3px -3px 3px 3px #d6d6d6;

}
    
     .footer-menu {
       
        color: #cccccc;
        font-family: 'Roboto-Light';
}
.footer-menu .main-menu{
    display: inline-block !important;
    margin-left:30px;
}
 .footer-menu .main-menu li{
    display: inline-block;
    padding-right:19px;
}

.footer-menu .main-menu li a{
       color:#ccc;
         font-size: 14px;
}
.quick-blk {
    font-size: 14px;
    color: #cccccc;
    font-family: 'Roboto-Light';
    font-weight: 300;
}
.quick-blk ul {
    margin: 25px 0 0;
 }
.quick-blk h2{margin:0 0 5px; font-size:20px;}
.quick-blk li {
    line-height: 15px;
    padding: 5px 15px;
    display: inline-block;
}

.quick-blk li a {
    color: #cccccc;
}
.menu-area {
    /*padding-bottom:130px;*/
}

.footer-blk {
    padding:5px 0 !important;
    width:100%;            
}
.footer-botm{
    position: absolute;
	bottom:0;
	background-color: #FFF;
    width:100%;
}
.footer-resp{
    position: absolute;
	bottom:0;
}
.work-contactblk{
	margin-top:69px;
}
.invoice-blk .multiSelect > button{
	right: 2px !important;
}

.confirm-check label::before{
	border:1px solid #FF0000 !important;
}

.comment-box{
    margin:10px 0;
}
.employe-ser{
    padding-top:35px;
}

.manage-con li div.assignment-requestcount-btn a {
	/*font-size:16px;
	color:  #B20005 !important;
	font-weight: bold;*/
}

.assignment-requestcount {
	position: relative;
	right: 0;
	left: 40%;
	font-size: 16px;
	font-weight: bold;
	color: #B20005;
}

.otherservice-requestcount {
	position: relative;
	right: 0;
	left: 40%;
	font-size: 16px;
	font-weight: bold;
	color: #B20005;
}

#table-sizable  {
       overflow-x:visible !important;
       overflow-y:visible !important;
       
    } 

@media screen and (max-width: 767px) {   
    #table-sizable  {
       border:0;
       border-left: 1px solid #ddd;
    } 
    
    html {
        overflow: auto !important;
    }
}

.alternate-color {
  position: relative;
  overflow: hidden;
  background: transparent !important; /* if needed */ 

}
/* Internet explorer can't be forced to print backgrounds, 
   but it will always print borders */
.alternate-color:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  border-style: solid;
  border-width: 12px;
  border-color: #f2f2f2;

  /* IE spills the border outside the element, so don't
     set this border any larger than it needs to be */
}

@media print {
    .alternate-color {
        background-color: #f2f2f2 !important;
        -webkit-print-color-adjust: exact;
        /*This forces firfox to print backgrounds*/
        color-adjust: exact;        
    }
}

*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media (min-width: 1200px) {
     .container {
         max-width: 100%;
     }
}
/*| Navigation |*/

nav.nav.navbar-default.navbar-static-top {
    background-color:#252525;
    margin-bottom:15px;
    float: none;
}


/*nav.nav.navbar-default.navbar-static-top:hover {
    overflow: visible;
}*/

.navbar-collapse.collapse.in  {

}

  .nav, .nav::before, .nav::after {
        font-family: "Lato",sans-serif;
}
  
nav {
  position:relative;
  width: 100%;
  background: #252525;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.8);
  border: #143868;
  font-size: 15px;
  font-weight:normal;
  margin-top: 30px;
}

nav ul {
    z-index: 99;
    list-style: none;
    position: relative;
    display: inline-table;
    float: left;

}
nav ul li {
	float: left;
	margin-bottom: -9px;
	padding-right: 0 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

nav ul li:hover {
background: rgba(0,0,0,.50);

}
nav ul li:hover > ul {
	padding-bottom: 10px;
	display: block;
	visibility: visible;
	transition-delay: .2s;
}


nav ul li a {
	display: block; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff; 
	font-size: .9em;
	letter-spacing: 1px;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
}

nav ul li a:hover, nav ul li a:focus {
    color: #ffffff;
    transition:all .2s ease-in;
}
      
nav ul li a:hover {
    background-color: #B20005;
}

.nav-toplevel {
    text-transform: uppercase;
}

 
nav ul ul {
	padding-right: 0px;
	display: none;
	background: #252525;
	position: absolute; 
	top: 100%;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.8);
	border: 1px solid rgba(0,0,0,.8);
}
nav ul ul li {
	float: none; 
	position: relative;
}

nav ul ul li a {
	padding: 15px 30px; 
	border-bottom: 1px solid rgba(0,0,0,.05);
}

nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}	

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff !important;
}

.navbar-default button.navbar-toggle  {
	background-color: transparent;
	border-color:transparent;
}

.navbar-default .navbar-toggle {
	background-color: #252525 !important;
}

.navbar-toggle:hover {
	background-color: #252525 !important;
}


button.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;

	background-color: transparent;
	background-image: none;
	border: 1px solid #143969;
}

/* Forces the navbar to stay a single line even when resizing. */
@media (max-width: 1000px) {
    .navbar-collapse {
        background: #252525 !important;
    }

	.navbar-collapse.collapse {
		display: none !important;
	}
        .navbar-collapse.collapse.in {
            display: inline-block !important;
            border-top: 1px solid rgba(0, 0, 0, .15);
            min-height: 250px;
        }

	.navbar-header .collapse, .navbar-toggle {
		display:inline-block !important;
	}
	.navbar-header {
		float:none !important;
	}
    .navbar .navbar-header-title {
        float: none !important;
    }

    .navbar .navbar-header-display {
        min-height: 225px;
    }

    .right_row .right-nav {
        float: left;
        padding-left: 20px;
        margin-top: 20px;
        padding-top: 0;
    }

        .right_row .right-nav ul li {
            padding-bottom: 15px;
        }

    .dp-menu .dropdown-menu > li > a {
        display: inline !important;
    }
}


/* Highlight current page in navbar */
.nav-toplevel.current {
    background-color: #e51f29;
}

#MainMenu {
    overflow: visible;
}

.portal-module-navigation {
    height: auto;
    width: 100%;
    padding-left: 40px;
    background-color: #252525 !important;
    margin-bottom: 0px;
    border-bottom: none;
    min-height: 60px;
}

@media (max-width: 767px){
    .portal-module-navigation {
        padding-left: 10px;
    }
}

.navbar-header-userinfo {
    margin-right: 40px;
}

.sppb-section {
    /*padding-top: 110px;
    padding-bottom: 200px;*/
    overflow: hidden;
}

/*Overlay and picture*/

div.wrapper {  
	float:left; /* important */  
	position:relative; /* important(so we can absolutely position the description div */  
	/*padding-bottom: 30px;*/
}  

div.sub-header h3 {  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:-10px; /* position will be on bottom */    
    width:100%;  
    text-align: center;
    /* styling bellow */  
    background-color:black;   
    font-size:20px; 
    padding: 10px; 
    color:#ffffff;  
    opacity:0.7; /* transparency */  
    filter:alpha(opacity=70); /* IE transparency */  
} 

p.sub-header-text {  
    padding:0px;  
    margin:0px;  
}

/*animated Button*/

#panel-button:active, #panel-button:focus, #panel-button:hover, #panel-button:link {   
    outline: 0 none;
    text-decoration: none;
}

#panel-button a:active, #panel-button a:focus, #panel-button a:hover, #panel-button a:link {
    outline: 0 none;
    text-decoration: none;
}

#panel-button {
	font-family: Roboto-Light !important;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px !important;
	display: inline-block;
	text-align: right;
	color: #000000 !important;
	line-height: 1.5em;
	padding-top: 3%;
	padding-left: 0;
	padding-right: 1em;
	box-shadow: 0 0 0 0 transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	min-height: 60px !important;
	min-height: 90px !important;
	width: 100%;
	padding-right: 5px;
	cursor: pointer;
	/*work on some browsers*/
	cursor: hand;
	max-width: 400px;
} 

#panel-button:hover { 
	box-shadow: 0 0 30px 0 rgba(20, 56, 104, 0.5); 
	background-color: #3f7381 !important; 
	color: #FFFFFF !important;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
} 
 
 #panel-button:hover:before { 
     color: white !important; 
     -webkit-animation: shine 0.5s 0s linear; 
     -moz-animation: shine 0.5s 0s linear; 
     animation: shine 0.5s 0s linear; 

 } 
 
 #panel-button:active { 
     box-shadow: 0 0 0 0 transparent; 
     -webkit-transition: box-shadow 0.2s ease-in; 
     -moz-transition: box-shadow 0.2s ease-in; 
     transition: box-shadow 0.2s ease-in; 

 } 
 
 #panel-button:before { 
     color: #143969 !important;
     content: ''; 
     display: block; 
     width: 1px; 
     height:100%; 
     position: absolute; 
     left: 0%; 
     opacity: 0; 
     background: #f2f2f2; 
     box-shadow: 0 0 15px 3px white; 
     -webkit-transform: skewX(-20deg); 
     -moz-transform: skewX(-20deg); 
     -ms-transform: skewX(-20deg); 
     -o-transform: skewX(-20deg); 
     transform: skewX(-20deg); 
 } 

 #panel-button .svg-inline--fa {
     float:left;
 }

 #panel-button .fa {
     float:left;
     padding-left: 15px;
     padding-right: 10px;
     margin-top: .3em;
 }

 .nav .svg-inline--fa {
    padding-right: 0px;
 }

 .nav .fa {

    padding-right: 10px;
 }

#panel-button a {
	/*color: #143868;*/
}

 #panel-button span {
     
 }
 
 #panel-button div {
     font-size: 12px;
     color: #ff0000;
 }

 #panel-button.button-with-message {
     height: 10% !important;
 }

 @-webkit-keyframes shine { 
     from { 
         opacity: 0; 
         left: 0%; 

     } 
     
     50% { 
         opacity: 1; 

     } 
     
     to { 
         opacity: 0; 
         left: 100%; 

     } 

 } 
 
 @-moz-keyframes shine { 
     from { 
         opacity: 0; 
         left: 0%; 

     } 

     50% { 
         opacity: 1; 

     } 
     
     to { 
         opacity: 0; 
         left: 100%; 
     } 

 } 
 
 @keyframes shine { 
     from { 
         opacity: 0; 
         left: 0%; 
     } 
     
     50% { 
         opacity: 1; 
     } 
     
     to { 
         opacity: 0; 
         left: 100%; 
     } 
 } 


 /*button panel*/

.wrapper .sliding-panel img {
  display: block;
  text-align: center;
  
}

img.img-responsive {
   
    max-height: 660em;
    max-width: 435em;
  /*height: 150px;*/
  width: 100%
}

.wrapper .sliding-panel h3 {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;

}

.wrapper .sliding-panel .slide-panel-items {

  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 9999;
  height: 330px;
  width: 100%;
  text-align: left;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 300ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1);

  
}

section.sppb-section.menu-area {
    padding-top: 120px;
}

.sppb-section .slide-panel-items{
      /*padding-bottom: 10%;*/
}

.wrapper .sliding-panel .slide-panel-items h4 {
  margin-bottom: 20px;
  text-align: left;
  text-shadow: none;
  font-size: 18px;
  font-weight: 600;
  color: #224471;
}

.wrapper .sliding-panel .slide-panel-items div {
  /*transition: box-shadow 0.3s ease-in-out;
   box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  width: 100%;*/
}

.slide-panel-items ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 10px;
	z-index: 100;
	font-size: 13px;
	color:#143969 !important;
	border-bottom: 1px solid #d6d6d6;
}

.slide-panel-items ul li
.wrapper .sliding-panel .slide-panel-items ul li:last-child {
	border: 0;
}
.wrapper .sliding-panel .slide-panel-items ul li .fa {
	padding-right: 5px;
}

  
.sliding-panel:hover {
    color:#143969;
}
.slide-panel-items  {
	color: #ffffff;
}

.sliding-panel {
	border:0px;
	padding-top: 20px;
	height: 325px; 
}

.wrapper .sliding-panel {

}

.sliding-panel:hover .slide-panel-items {
	bottom: 0;
	cursor: pointer;
}

.menu-top-item {
    position: absolute; /* absolute position (so we can position it where we want)*/
    bottom: -16px; /* position will be on bottom */
    width: 100%;
    text-align: center;
    /* styling bellow */
    background-color: black;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    opacity: 0.7; /* transparency */
    filter: alpha(opacity=70); /* IE transparency */
    font-family: Lato,sans-serif;
}

p.title {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	height: 36px;
	width: 100%;
	background: #013d47;
	border: 1px solid #2ba74e;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
}

.dropdown {
    padding-bottom:0%;
}

.dropdown-menu.right-menu {
    width: 50%;
	min-width: 200px;
    z-index: 99999;
}


.dropdown li {
    width: 300px; /* hides sub-menu */
}

.dropdown-menu > li > a {
	font-size: 14px;
	color: #484848;
	padding: 3px 10px;
	display: inline-block !important
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #143969;
    background: none;
    font-family: Roboto-Light, Helvetica, sans-serif;
	width: 52%;
}

#divPendingAssignmentRequestController {
    overflow: hidden;
}

.recruiterCommissionCurrencyEditor,
.recruiterCommissionNumericEditor
{
    font-size: 1.5em !important; /* important is needed because igniteUI applies font-size directly on the ig-currency-editor element */
}

.updateRate .ui-igedit-container {
    width: unset; /* Unset igniteUI hardcoded px width */
}

.assignmentRequestRateDeleteButton {
	cursor: pointer;
	font-size: 2em;
	color: red;
}

/* Job description document upload input. Size is set up to match bluebtn. */
#JobDescriptionDocumentFileInput {
	visibility: hidden;
	padding: 6px 10px;
	height: 35px;
	width: 130px;
	margin-left: 10px;
	position: absolute;
}

@media (max-width: 1000px) {
	nav .nav.navbar-default.navbar-static-top {
    padding-left:0px !important;
    /*margin-top: 50px;*/
    /*margin-bottom: 80px;*/       
    } 
    nav.nav {
        /*top:140px;*/
 
           }    

    #MainMenu {
        /*padding-right: 0px !important;*/
    }
    nav ul li a:hover > ul {
            
    }

    nav ul li a {             
        width: 290px;

    }
    img.img-responsive {
        height: 100% !important;
    }
    section.sppb-section.menu-area {
        padding-top: 10px;
    }

    nav ul li {
        padding-left: 5%;
    }

    .img-responsive {
        height:100%;
    } 

     .footer {
         max-height:300px !important;
    }
     
     section.sppb-section.menu-area {
        /*padding-top: 80px !important;*/
    }
     .page-header {
         /*margin-top: 100px;*/
     } 
     #panel-button.button-with-message {
     line-height: 1.9em;
     height: 120px !important;
 }

     #divPendingAssignmentRequestController {
        overflow: visible !important;
    }

}

@media (min-width: 991px) {
    section.sppb-section.menu-area {
        padding-top: 50px !important;
    } 

}


.footer {
	position: absolute;
	overflow: hidden !important;
	padding-bottom: 0;
	top: 100%;
	margin-top:22px;
	margin-bottom: 0;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 100%;
	max-height:110px;
	background-color: #f5f5f5;
	z-index: 9 !important;
	display:inline-block;
}

.nonProductionHeader { 
    display:none; 
    background:#FF0000; 
    font-size: .75em; 
    font-weight:bold; 
    vertical-align:middle; 
    text-align:center; 
    line-height:20px; 
    width:100%; 
    position: relative; 
    z-index: 80;
}

@media (min-height: 1024px) {
    .loginbg-sec {
        height: 770px;
        /*max-height: 800px;*/
    }

    html, body {
        min-height: 924px;

    }

}

@media (max-height: 1023px ){
    .loginbg-sec {
        min-height: 720px;
    }

        html, body {
        min-height: 860px;

    }
}

.teamingportal-termsandconditions {
	font-size:14px;
	color: #202020;
	border: 1px solid black; 
	height: 250px; 
	width: 700px;
}

.teamingmodule-topnavmenuitem {
	font-size: 14px;
	color: #202020;
}

.teamingmodule-toptitle {
	font-size: 20px;
	color: black;
}

.teamingnav > li > a {
	padding-right: 20px;
	font-size: 16px;
}

.nomargin-nopadding {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
}

.nomargin {
    margin: 0px 0px 0px 0px !important;
}

.no-left-padding {
    padding-left: 0px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-horizontal-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-horizontal-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

no-vertical-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.no-padding {
    padding: 0px 0px 0px 0px !important;
}

.page-content .breadcrumb-wrapper {
    text-align: right;
    line-height: 20px;
    margin: 30px 0 0;
    float: right;
}

.button-panel-footer {
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    border: none;
    clear: both;
    margin-bottom: 10px;
}

ul.dropdown-menu li {
    /*cursor: pointer;*/
}

ul.dropdown-menu li span.red {
    color: red;
}

ul.dropdown-menu li span.green {
    color: green;
}

.glyphicon-none-forecolor-white:before {
    content: "\e094";
    color: #FFF !important;
}

.dropdown-overflow {
    height: 300px !important;
    overflow: auto !important;
}

.dropdown-btn-primary {
    background-color: white;
    border-top: 1px solid #bdbdbd !important;
    border-bottom: 1px solid #bdbdbd !important;
    border-left: 1px solid #bdbdbd !important;
    overflow: hidden;
}

    .dropdown-btn-primary:hover, .dropdown-btn-primary:focus, .dropdown-btn-primary:active, .dropdown-btn-primary:disabled {
        color: black !important;
    }

.dropdown-btn-toggle {
    background-color: white !important;
    border: 1px solid #bdbdbd !important;
    text-align: right;
}

    .dropdown-btn-toggle:hover, .dropdown-btn-toggle:focus {
        color: #bdbdbd !important;
    }

.dropdown-btn-caret {
    outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	background :  url(../images/Home/selectdown-arrow.png) no-repeat 98% 50%;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width:100%;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	box-shadow:none;
	border: none;
    font: 14px Roboto-Light, Helvetica, sans-serif;
}

.icon-trusted {
    color: #FF0000;
}

.icon-trusted-member {
    color: #2ad517;
}

.icon-match {
    color: blue;
}

.icon-blind {
	color: blue;
}

.icon-contact-selected {
	color:green;
}

.teaming-portal-header {
    padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
}

.multiselectdisabled {
    background-color: #f3f2f2 !important;
    cursor: not-allowed !important;
}


.TPdescrip-sec {
    padding-top: 0px;
}

    .TPdescrip-sec textarea.form-control {
        height: 90px;
    }

.tp-owner-highlight {
    background-color: lightcyan;
}

.spacer-bottom {
    margin-bottom: 20px;
}

.increment-btn {
    display: inline-block !important;
    margin-left: 0px;
    margin-right: 0px;
    height: 32px !important;
}

.decrement-btn {
    display: inline-block !important;
    margin-left: 0px;
    margin-right: 0px;
    height: 32px !important;
}

.radio-number-input-textbox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #bdbdbd;
    margin: 0px 5px 0px 5px  !important;
    font: 14px Roboto-Light, Helvetica, sans-serif;
    display: inline-block !important;
}

.radio-number-input-textbox-width60{
    width: 60%;
}

.radio-number-input-textbox-width20{
    width: 20%;
}

.radio-number-btn {
    background: #3f7381;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    vertical-align: top;
}

.view-divider {
    border-top: 1px solid #143868;
}

.teamingmodule-tocdisplay {
    overflow-y: scroll;
    font-size: 14px;
    border: 2px solid #143868;
    height: 200px;
    padding: 10px 40px 10px 40px;
}

.TPbtn {
    border-radius: 0 !important;
}

.TPbtn:hover, .TPbtn:focus, .TPbtn.focus {
    color: #143969 !important;
    outline: 0;
    outline-offset: 0 !important;
}

.expanding-textarea {
    -webkit-transition: height 0.05s linear;
    -moz-transition: height 0.05s linear;
    -ms-transition: height 0.05s linear;
    -o-transition: height 0.05s linear;
    transition: height 0.05s linear;
}

.teamingmodule-managebtn-disabled {
    background: #143969;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    width: 200px;
    border: 1px solid #143969;
    margin-left: 10px;
    pointer-events: none;
}

.teamingmodule-managebtn {
    background: #FFF;
    font-size: 14px;
    color: #143969;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    width: 200px;
    border: 1px solid #143969;
    margin-left: 10px;
}

.manage-lastactivitydate {
    cursor: pointer;
}

.manage-lastactivitydate:hover > .manage-lastactivitydatecard,
.manage-lastactivitydatecard:hover {
    display: block;
}

.manage-lastactivitydatecard {
    position:absolute;
	width: 150px; 
    height: 45px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

option-help {
	cursor: pointer;
	display: inline !important;
	margin-left: 5px;
	padding: 0px;
}
.option-help:hover > .option-helpcard,
.option-helpcard:hover {
	display: block;
}

.option-helpcard {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 1em;
	display: none;
	z-index: 100;
	text-align: left;
	padding: 10px;
	width: 600px !important;
}

@media screen and (max-width: 768px)  {
	.option-helpcard {
		width: 320px !important;
	}
}

.option-helpicon {
	font-size: 16px !important;
}

.trustedcircleoption-help {
    cursor: pointer;
    display: inline;
    margin-left: 5px;
    padding: 0px;
}

.trustedcircleoption-help:hover > .trustedcircleoption-helpcard,
.trustedcircleoption-helpcard:hover {
    display: block;
}

.trustedcircleoption-helpcard {
    position:absolute;
	width: 800px; 
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}


.trustedcirclesearch-helpicon {
    color: 	#FFFFFF; 
    font-size: 16px !important;
}

.trustedcircleinvite-help{
    cursor: pointer;
    display: inline;
    margin-left: 5px;
    padding: 0px;
}

.trustedcircleinvite-helpcard {
    position:absolute;
    right: 30px;
	width:320px;
	height:100px;
    color:#000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

.trustedcircleinvite-help:hover > .trustedcircleinvite-helpcard,
.trustedcircleinvite-helpcard:hover {
    display: block;
}

.trustedcirclerequest-help{
    cursor: pointer;
    display: inline;
    margin-left: 5px;
    padding: 0px;
}

.trustedcirclerequest-helpcard {
    position:absolute;
    right: 15px;
	width:280px;
	height:75px;
    color:#000000;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

.trustedcirclerequest-help:hover > .trustedcirclerequest-helpcard,
.trustedcirclerequest-helpcard:hover {
    display: block;
}

@media screen and (max-width: 500px) and (min-width: 200px){

	.header-portal-text-data-driven {
		font-size: .8em !important;
	}

	.header-module-text-data-driven {
		font-size: .8em !important;
	}

	.navbar .navbar-header-logo {
		margin: 5px 0px 0px 0px;
		padding: 0px 5px 5px 5px;
	}
	.navbar .navbar-header-title #infoheader-section
	{
		margin-left: 0px;
	}

	.navbar-header .navbar-toggle
	{
		margin-top: 10px;
	}

	.trustedcircleoption-helpcard {
		position: absolute;
		width: 90% !important;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		border-radius: 1em;
		display: none;
		z-index: 100;
		text-align: left;
		padding: 10px;
	}

    .trustedcircleinvite-helpcard{
        position:absolute;
        right: 15px;
		width:90% !important;
        height:120px;
        color:#000000;
	    background-color:#FFFFFF;
	    border:1px solid #000000;
	    border-radius:1em;
	    display:none;
	    z-index:100;
	    text-align:left;
	    padding:10px;
        white-space: normal;
    }

    .trustedcirclerequest-helpcard {
        position:absolute;
        right: 15px;
		width:90% !important;
        height:120px;
        color:#000000;
	    background-color:#FFFFFF;
	    border:1px solid #000000;
	    border-radius:1em;
	    display:none;
	    z-index:100;
	    text-align:left;
	    padding:10px;
        white-space: normal;
    }

    /* Set Infragistics Datepicker Style For Mobile */
    #ui-datepicker-div {
        width: 200px !important;
    }

        #ui-datepicker-div.ui-datepicker {
            font-size: 1.5em !important;
        }


            #ui-datepicker-div.ui-datepicker-header{
                width: 200px !important;
            }

    .ui-datepicker-title {
        color: black;
        background-color: inherit;
        width: 190px !important;
        margin: 0 !important;
    }
}

.trustedcircleoption-helpicon {
    color: #143969; 
    font-size: 16px !important;
}

.assign-table-help {
    cursor: pointer;
    display: inline;
    padding: 0px;
}

.assign-table-help:hover > .assign-table-helpcard,
.assign-table-helpcard:hover {
    display: block;
}

.assign-table-helpcard {
    position:absolute;
	background-color:#FFFFFF;
	color:#696969;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

.assign-table-helpcard ul li {
	white-space: normal;
	word-break: normal;
}

@media screen and (max-width: 500px) and (min-width: 200px){
   .assign-table-helpcard {
        position:absolute;
	    background-color:#FFFFFF;
	    border:1px solid #000000;
	    border-radius:1em;
	    display:none;
	    z-index:100;
	    text-align:left;
	    padding:10px;
    }
}

.blue-btn-autow {
    width: auto;
}

.fixedsizetextarea {
    resize: none;
}

.matchform {
    border: 1px solid #bdbdbd;
    margin: 0px 0px 0px 0px;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-color-green {
    color: green;
}

.icon-color-red {
    color: red;
}

.tp-searchoptionsection {
    border: 1px solid grey; 
    border-radius: 5px; 
    padding: 10px;
    margin: 5px 0px 5px 0px;
}

.searchaccordionspacing {
    margin-top: 5px;
    padding: 5px 0px 5px 0px;
}

.weekly-activity-report {
	background: #f3f2f2;
	margin: 0 auto;
	padding: 12px 30px;
	float: left;
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.weekly-activity-button {
    height: 32px;
    width: 65px !important;
    vertical-align: top;
    margin-left: 120px !important;
    background: #3f7381;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    height: 35px;
    width: 130px;
    margin-left: 10px;
}

.weekly-activity-search {
    margin: 0 auto;
    padding: 12px 30px;
    margin-left:5% !important;
    margin-right: 5%;
    float: left;
    margin-left: 0px;
    background: #f3f2f2;
}

.pad-weekly-activity-textbox {
    padding-bottom:15px;
}

.weekly-activity-separator {
    position: relative;
}

.recruiteraverage-grossmargin-report{
	background: #f3f2f2;
	margin: 0 auto;
	padding: 12px 30px;
	float: left;
	margin-left: 10%;
	margin-right: 5%;
	margin-bottom: 20px;
}

.recruiteraverage-grossmargin-button {
    height: 32px;
    width: 65px !important;
    vertical-align: top;
    margin-left: 120px !important;
    background: #3f7381;
    font-size: 14px;
    color: #FFF;
    border-radius: 0 !important;
    padding: 6px 10px;
    width: 130px;
}

.recruiteraverage-grossmargin-search {
    margin: 0 auto;
    padding: 12px 30px;
    margin-left:5% !important;
    margin-right: 5%;
    float: left;
    background: #f3f2f2;
}

.pad-recruiteraverage-grossmargin-textbox {
    padding-bottom:15px;
}

#TrustedCircleMemberAddSearchTermTextBox {
	display: inline-block;
	max-width: 400px;
	height: 35px;
}

.trustedCircleActionButton {
	display: block;
	margin: auto;
}

/* This selector targets the Reject button which appears alongside the Accept button */
td .trustedCircleActionButton:last-of-type {
	margin-top: .5em;
}

.trustedCircleTable tr th:nth-child(1) {
	width: 30%;
}

.trustedCircleTable tr th:nth-child(2) {
	width: 30%;
}

.trustedCircleTable tr th:nth-child(3) {
	width: 15%;
}

.trustedCircleTable tr th:nth-child(4) {
	width: 15%;
}

.manageEntityTrustedCircleCardHoverButton {
	cursor:pointer;
}

.manageEntityTrustedCircleCardHoverButton:hover > .manageEntityTrustedCircleCard,
.manageEntityTrustedCircleCard:hover {
	display: block;
}

.manageEntityTrustedCircleCard {
	position:absolute;
	width:300px;
	height:140px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

.mailToCardHoverIcon {
    cursor: pointer;
}

.mailToCardHoverIcon:hover > .mailToCard,
.mailToCard:hover {
    display: block;
}

.mailToCard {
    position:absolute;
	right: 15px;
	width:280px;
	height:75px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

.mailToCardHoverIcon_Responsive {
    cursor: pointer;
}

.mailToCardHoverIcon_Responsive:hover > .mailToCard_Responsive,
.mailToCard_Responsive:hover {
    display: block;
}

.mailToCard_Responsive {
    position:absolute;
	width:280px;
	height:75px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-radius:1em;
	display:none;
	z-index:100;
	text-align:left;
	padding:10px;
}

input::-webkit-calendar-picker-indicator {
    opacity: 100;
    color: #696969;
    height: 6px;
    width: 10px;

    display: none;
}
    

#txtCustomerName {
    outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	background :  url(../images/Home/selectdown-arrow.png) no-repeat 98% 50%;
	padding: 5px 0 5px 5px;
	width: 100%;
	max-width:100%;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow:none;
	border:1px solid #ccc;
    cursor: pointer; 
}

#txtCompanyName::-ms-expand {
 display: none;
}

#txtCompanyName[disabled]{
    background-color: #f3f2f2;
}

#txtEmployeeName {
    outline : none;
	overflow : hidden;
	text-indent : 0.01px;
	text-overflow : '';
	background :  url(../images/Home/selectdown-arrow.png) no-repeat 98% 50%;
	padding: 5px 0 5px 5px;
	width: 100%;
	max-width:100%;
	height: 32px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	box-shadow:none;
	border:1px solid #ccc;
    cursor: pointer;
    
}

#txtEmployeeName::-ms-expand {
 display: none;
}

#txtEmployeeName[disabled]{
    background-color: #f3f2f2;
}

.ui-autocomplete { 
    line-height: 2.0; 
    max-height: 200px;
    overflow-y: auto;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
} 


#emp-invisible-button {
    width: 90px;
    height: 30px;
    float: right;
    background-color: transparent;
    position: absolute;
    top:30px;
    padding: 0;
    margin-bottom: 0px;
    margin-left: 80%;
    margin-right: 0px;
    padding-right: 0px;
}

#cust-invisible-button {
    width: 90px;
    height: 30px;
    float: right;
    background-color: transparent;
    position: absolute;
    top:30px;
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;
    margin-left: 80%;
    margin-right: 0px;
    padding-right: 0px;
}

.textbox-dropdown {
    display: inline;   
}

#infoheader-section {
    margin-left: 10px;
    margin-top: 20px;
    display:inline-block;
}

#header-portal-text {
    color: #000000;
    font-size: 2.5em;
    font-family: Lato,sans-serif;
    font-weight: bold;
}

#header-module-text {
    color: #000000;
    font-size: 1.5em;
    margin-top: 0px;
    font-family: Lato,sans-serif;
    font-weight: bold;
    display: inline-block;
}

.header-portal-text-data-driven {
    color: #000000; 
    font-size: 2.5em; 
    font-family:Lato ,sans-serif;
    font-weight: bold;
}

.header-module-text-data-driven {
    color: #000000;
    font-size: 1.5em;
    margin-top: 0px;
    font-family: Lato,sans-serif;
    font-weight: bold;
    display: inline-block;
}

/*----------------------------Notification Bar-------------------------*/

#notificationBar {
    display:none;
    overflow: hidden;
    position:relative;
    top: 10px;
    width:75%;

    color: #000000;
    background-color: #FFFFFF !important;    
    border-collapse: collapse;
    border: 1px black solid;
    margin: auto;
    padding: 5px 5px 5px 5px;    
    text-align: center;   
    height: auto;
    min-height:25px;   
}

#notificationBarCloseX {
    float: right;
    cursor:pointer;
}

#notificationBarText {

    /*
    color: #FFFFFF;
    background: #5486a0 !important;
    */
    
    color: #000000;
    background-color: #FFFFFF !important;

    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
}

.review-assessmenttest-checkbox label::before {
  width: 21px !important;
  height: 21px !important;
}

/*---------------------------- FAQ -------------------------*/

.faq-toc-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.faq-toc-category {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 10px;
    color: #143969;
}

.faq-toc-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-indent: 20px;
    text-decoration: underline;
    color: #143969;
}

.faq-ol-list-item-alpha {
    list-style-type: lower-alpha !important;
    margin-left: 20px;
}

.faq-ol-list-item-decimal {
    list-style-type: decimal !important;
    margin-left: 20px;
}

.faq-toc-list-span {
    cursor: pointer;
}

.faq-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq-section-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.faq-section-content {
    font-size: 14px;
}

.faq-section-nav-icon {
    font-size: 16px;
    cursor: pointer;
    color: #143969;
}

.faq-check-icon {
    font-size: 16px;
    font-weight: bold;
    color: green;
}

.faq-times-icon {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.faq-icon-align {
    text-align: center;
}

.faq-submission-table td,
.faq-submission-table th {
    text-align: left;
}

.faq-submission-table td + td,
.faq-submission-table th + th {
    text-align: center;
}

@media (max-width: 1000px) {

    /*nav.nav.navbar-default.navbar-static-top {
    margin-bottom: 50px;    
    }*/
	.navbar .navbar-header-display {
		min-height: 125px;
	}
}


.pagination > .active > a {
    background-color: #3f7381 !important;
    border:none;
}


.pagination > .active > a:hover {
    background-color: #252525;
}


@media screen and (max-width: 336px) {

    #header-portal-text {
        font-size: 1.5em; 
    }
    #header-module-text {
        font-size: 1em;
    }

}

@media screen and (max-width: 465px) {
    /*.current-user-info {
        margin-top: 10em !important;
    }*/

    nav.nav.navbar-default.navbar-static-top {     
            margin-bottom: 80px;    
        }

	

}

@media screen and (max-width: 767px) {
    .navbar-brand {
        height: 70px !important;
    }

    .current-user-info {
        padding-top: 0 !important;
        margin-top: 0px;     
    }


    .right-nav {
        padding-top: 10px !important;
    }
    .current-user-info {
        margin-left: 25px;
        /*margin-top: 5em !important;*/
    }

	.header-portal-text-data-driven {
		font-size: 1.5em;
	}

	.header-module-text-data-driven {
		font-size: 1em;
	}

    .right-nav .dp-menu {
        /*margin-top: 5em !important;*/
    }

    .right_row .right.nav {
        margin-top: 0px !important;
        padding-top: 20px !important;
    }

    .separator-bg {
        /*margin-top: 5em !important;*/
    }

    .navbar .navbar-header-display {
        min-height: 125px;
    }

     nav.nav.navbar-default.navbar-static-top {   
            margin-bottom: 80px;    
        }
}


@media screen and (max-width: 991px) {
    .current-user-info {
        padding-top: 0 !important;
        padding-left: 0 !important;
        margin-top: 0px;
        top: 0px;
    } 
}

/*----------------------------Beta Label-------------------------*/
#tp-header-beta-label-box {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    color: #ff0000;
    background-color: #FFFFFF !important;    
    border: 2px red solid;
    padding: 2px 5px 2px 5px;    
    text-align: center;   
    margin-left: 10px;
}

#tp-header-beta-label-text {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

/*----------------------------Marketing Survey Link-------------------------*/
#tp-survey-link-label-box{
	border: 2px #269abc solid;
	margin-top: 5px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

#tp-survey-link{
	 font-size: 18px; 
	 font-weight: bold;
}

#tp-survey-external-link-icon{
	margin-left: 10px; 
	font-size: 14px;
}

/*----------------------------User Info Header Mobile Media Queries-------------------------*/
@media screen and (max-width: 767px) and (min-width: 321px){
	#header-user-info-margin-bottom{
		margin-bottom: 0 !important;
	}

	.user-img{
		display: inline-block;
	}

    .caret-btn {
        height: 6px;
    }
}

@media screen and (max-width: 320px){
	#header-user-info-margin-bottom{
		margin-bottom: 0 !important;
	}

	.user-img{
		display: inline-block;
	}
}

.change-password .panel-info {
	color: black;
    overflow: hidden;
    padding: 30px 10px 30px;
    border: none;
}

.change-password-label-text{
	color: black !important;
	display: block;
	font-size: 14px;
	text-align: left;
    font-family: 'Roboto-Light';
    font-weight: normal;
	padding: 0 0 0 5px;
}

.change-password-required-text {
	color: red;
    display: block;
    font-size: 14px;
    line-height: 18px;
	padding: 10px 0 0 0;
    text-align: left;
    font-family: 'Roboto-Light';
    font-weight: normal;
}

.change-password-btn {
	background: #3f7381 !important;
	color: #FFF !important;
}

.card-view-group {
	margin: 5px 0 5px 0 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.card-view-row {
	padding-left: 15px;
}

.card-row-data {
    margin: 10px 0 10px 0 !important;
}

.card-group-data {
    margin: 5px 0 5px 0 !important;
}

.btn-medium-fixedwidth {
	width: 120px !important;
}

@media screen and (max-width: 767px) {
	.filter-options-sidepanel {
		height: 100%;
		width: 0;
		position: fixed;
		top: 0;
		left: 0;
		overflow: auto !important;
		overflow-y: visible !important;
		transition: 0.5s;
		padding-top: 0;
		z-index: 100000;
	}

	.filter-options-sidepanel a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}

	.filter-options-sidepanel a:hover {
		color: #f1f1f1;
	}
	#rp-advanced-search-accordion-icon {
		display: none;
	}

	.mbsc-calendar {
		z-index:200000 !important;
	}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		z-index: 10000;
	}
}

/* Classes for Medium devices but smaller than Large Devices */
@media screen and (max-width: 991px) and (min-width: 768px){
	.text-md-center {
		text-align: center;
	}
}

/* Classes for Large devices but smaller than Extra Large Devices */
@media screen and (max-width: 1199px) and (min-width: 992px){
	.text-lg-center {
		text-align: center;
	}
}

/* Classes for Extra Large devices*/
@media screen and (min-width: 1200px){
	.text-xl-center {
		text-align: center;
	}
}

@media print {

	/* Class to hide href content from print view */
	.nohrefprint a[href]:after {
		content: none !important;
	}
}

@media (min-width: 992px){
    .five-cols .col-lg-1,
    .five-cols .col-md-1,
    .five-cols .col-sm-1{
        width: 20%;
    }
}

.selectable-dropdown {
    background-color: #FFF !important;
}

.login-panel {
    text-align: center;
    float: left !important;
    border-radius: 0px !important;
    border: 0;
    margin-top: 90px !important;
}

    .login-panel .panel-info {
        background: rgba(0, 0, 0, 0.6);
        overflow: hidden;
        padding: 40px 10px 30px 0px;
        border-radius: 0;
        border: none;
        max-width: 450px;
    }

.login-message-panel {
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    margin-top: 90px !important;
    border-radius: 0;
    border: none;
    float: left !important;
}

.login-message-header {
    white-space: nowrap;
    overflow: hidden;
    color: red;
    font-size: 16px;
    font-weight: bold;
    max-height: 100px;
}

.login-message-body {
    overflow: hidden;
    color: white;
    font-size: 14px;
    max-height: 343px;
}

@media screen and (max-width: 401px) {
    .login-message-panel {
        margin-top: 25px !important;
    }

    .login-panel {
        margin-top: 25px !important;
    }
}

.min-height-80 {
    min-height: 80px !important;
}


.mbsc-switch-color-standard.mbsc-ios.mbsc-switch-info.mbsc-switch input:checked + .mbsc-switch-track {
	border-color: #3f7381;
	background: #3f7381;
}

.contact-card {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	border-bottom: 1px solid white;
}
.contact-card-title {
	background-color: rgb(63,115,129);
	color: rgb(255,255,255);
	display: none;
}
.contact-card-white-black {
	background-color: black;
	color: rgb(255,255,255);
}
.contact-card-white-black:hover {
	background-color: rgba(63,115,129,0.6);
	color: rgb(255,255,255);
}
@media (min-width: 768px) {
	.contact-card-title {
		display: inherit;
	}
}

.checkboxToggle {
}
.checkboxToggle label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	color: #696969;
	font-size: 14px;
}
/*Custom css for mobiscroll slider to left*/
.mbsc-checkbox-left.mbsc-ios.mbsc-ltr.mbsc-switch {
	padding: .875em 1em .875em 5em !important;
}

.mbsc-checkbox-left.mbsc-ios .mbsc-switch-track {
	right: auto;
	left: 1em;
}
