@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
}
.header .navbar-nav img {
	margin-left: 10px;
}
.header-bottom .leftform .form-control {
	float: left;
	border-radius: 0;
}
.header-bottom .leftform input[type="text"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	min-width: 408px;
}
.header-bottom input[type="submit"] {
	background-image: url(../images/search.png);
	background-color: #a5a5a5;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 26px;
	border: none;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.header-bottom input[type="button"] {
	background-image: url(../images/search.png);
	background-color: #a5a5a5;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 26px;
	border: none;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.header-bottom .leftform select.form-control {
	border-left: 0px;
	-webkit-appearance: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 96% 54%;
}
.add-new {
	float: left;
}
.header-bottom .add-new select.form-control {
	-webkit-appearance: none;
	background-image: url(../images/arrow-color.png);
	background-repeat: no-repeat;
	background-position: 91% 55%;
}
.header-bottom .add-new:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 1px;
	background: rgba(16, 106, 160, 0.27);
}
.header-bottom .add-new {
	position: relative;
}
.leftform {
	float: left;
}
.add-new select {
	background: #13a8ff;
	color: #fff;
	border: 0px;
	margin-left: 20px;
}
.header .navbar {
	margin-bottom: 12px;
}
.header-bottom h2 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	color: #3C3C3C;
    margin-left:10px;
}
.header-bottom .pull-right {
	margin-top: 3px;
	min-width:602px;
	display:flex;
}
.header-bottom h6 {
	font-size: 14px;
	color: #707070;
	font-weight: 400;
	}
.header-bottom .form-control {
	height: 40px;
	padding: 6px 7px 6px 7px;
}
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 90% 54%;
}
.header-bottom select.form-control.second_c {
	height: 40px;
	padding: 6px 35px 6px 7px;
	background-position: 93% 55%;
}
/*------------------------------icon css start--------------------------------*/
.home_iconc {
	position: relative;
}
.admin_c {
	position: relative;
}
.back_tools_border {
	position: relative;
}
.home_iconc span {
	position: absolute;
	top: 13px;
	height: 25px;
	border-left: 1px solid #bbbaba;
}
.nav>li.home_imgc>a {
	padding-top: 13px;
}
.admin_c span {
	position: absolute;
	top: 14px;
	height: 25px;
	border-left: 1px solid #bbbaba;
}
.back_tools_border span {
	position: absolute;
	top: 14px;
	height: 25px;
	border-left: 1px solid #bbbaba;
}
.navbar-nav>li.back_tools_border>a{
	padding: 14px 2px;
	margin-left: 10px;
}
.navbar-nav>li.back_tools_border a img {
	margin-left: 5px;
}
.navbar-nav>li.back_toolsc a {
	padding: 13px 2px;
}
.header .navbar-default {
	background-color: #fff;
	border-bottom: 0px;
}
.header-bottom input.btn.btn-default {
	background-color: #ffa700;
	outline: none;
	box-shadow: none;
}
.header-bottom {
	background-color: #f9fafc;
	padding-top: 15px;
	padding-bottom: 9px;
}
.header .navbar {
	margin-bottom: 0px;
}

/*-------------------- dropdown start-------------*/
.dropdown-menu {
    min-width: 230px;
    border: 1px solid #e7e7e7;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #ffa700;
}

.dropdown-menu > li > a {
	padding: 5px 15px;
	white-space: normal;
	position: relative;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -35px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
}

    .navbar-default .navbar-nav > .open > a:focus .fa-angle-down, .navbar-default .navbar-nav > .open > a:hover .fa-angle-down {
        color: #ffa700;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    font-weight: 400;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.175);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.175);
    border-bottom: 0;
}

.open .fa-angle-down {
    color: #ffa700;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
    font-weight: 400;
}

    .navbar-default .navbar-nav > li > a:hover .fa-angle-down {
        color: #333;
        background-color: transparent;
        color: #ffa700;
    }

.dropdown-submenu > a:after {
    display: none;
}

/*-------------------- dropdown end-------------*/

.table-tab-sec-2-table tr.bg1 td {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
}
.table-tab-sec-2-table label {
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.table-tab-sec-2-table input {
    background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
}
.input-budzet{
    text-align: center;
    padding: 30px 0 !important;
}
.table-tab {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-tab {
    min-height: .01%;
    overflow-x: auto;
}
.detail-tab .table .table>tbody>tr>td:first-child{
	padding-left:0px;
	}
.detail-tab .table .table>tbody>tr>td:last-child{
	padding-right:0px;
	}
.table-tab-sec-2-table textarea{
	 background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
    height:auto;
	resize:none;
	overflow:auto;
	line-height: 2.4;
	}
.person-profile-sec1 {
    background-color: #F9F9F9;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    border-radius: 3px;
}
.person-profile-sec1 ul {
    margin-bottom: 0px;
	    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
	justify-content:center;
}
.person-profile-sec1 ul li {
    margin-right: 24px;
}
.person-profile-sec1 ul li:last-child{
	margin-right: 0px;
	}
.person-profile-sec1 ul li a {
    color: #46464C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.person-profile-sec1 ul li a span.nsmall {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 8px;
}
.person-profile-sec2 input {
    background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
}
.person-profile-sec2 tr.bg1 th {
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
}
.person-profile-sec2 .bg1 {
    color: #fff;
}
.person-profile-sec2 > .table-common > table > tbody > tr > td {
    padding: 15px 0px;
}
.person-profile-sec2  .table-common  table  tbody  tr  td.figure-prof{
	width:25%;align-content:center !important;

	}

#RightSideTable > tbody > tr:nth-child(2) > td > table.people_table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td.figure-prof > figure {
    background-color: #F9F9F9;
    border: 1px solid rgba(151,151,151,0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 15px 13px;
    box-sizing: border-box;
    width: 90%;
	max-width: 350px;
}
img{
	max-width:100%;
	}
.btn-yelloe{
	background-color:#f9f0df;
	border-color:#f9f0df;
	color:#36363B;
	}
#RightSideTable > tbody > tr:nth-child(2) > td > table.people_table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td.figure-prof > figure > div > button > a > span{
	height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
	margin-right:10px;
	padding:0;
	}


#RightSideTable > tbody > tr:nth-child(2) > td > table.people_table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td.figure-prof .btn-yelloe {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    margin-top: 15px;
}
.person-profile-sec2 .table-common table tbody tr td.figure-#RightSideTable > tbody > tr:nth-child(2) > td > table.people_table > tbody > tr:nth-child(1) > td > table > tbody > tr:nth-child(2) > td.figure-prof figure{
	display:block;
	}
.person-profile-sec2 span {
    background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 10px;
}
.person-profile {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.person-profile {
    min-height: .01%;
    overflow-x: auto;
}
.profile-header {
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
}
.col-55{
	width:55%;
	}
.header-bottom .pull-left.col-55 h6 {
    line-height: 1.7;
}
.learn-detail-sec1 {
    background-color: #F9F9F9;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    border-radius: 3px;
}
.learn-detail-sec1 ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learn-detail-sec1 ul li {
    margin-right: 24px;
}
.person-profile-sec1 ul li:last-child {
    margin-right: 0px;
}
.learn-detail-sec1 ul li a {
    color: #46464C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.learn-detail-sec1 ul li a span.nsmall {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 8px;
}
.learn-detail-sec1 ul li a.red span.nsmall {
    background: #f44522;
}
.learn-detail{
	 width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	min-height: .01%;
    overflow-x: auto;
	}
.inner-learn-detail {
    width: 1000px;
    margin: 0 auto;
}
.learn-detail-sec2 input, .learn-detail-sec2 textarea,.learn-detail-sec2 span {
    background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    padding: 10px 10px;
}
.learn-detail-sec2 td.FormDataCell.textarea-bottom-container .max-length-field {
    font-size: 80%;
    background-color: transparent;
    padding: 0;
}
.learn-detail-sec2 td.FormDataCell.textarea-bottom-container .visibility-hidden {
    visibility: hidden;
}

.learn-detail-sec2 td.FormDataCell span.currency {
    padding-top: 8px;
    padding-left: 9.5px;
}
.learn-detail-sec2 td.FormDataCell span.currency ~ input.inputContainer {
    padding-left: 1.18em
}

.learn-detail-sec2 input:not([type=checkbox]):not([type=radio])
{
    width: 100%;
}
.learn-detail-sec2 textarea{
    overflow: auto;
	height:80px;
	width:100%;
	}
.learn-detail-sec2 label,.person-profile-sec2 label{
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.learn-detail-sec2 tr.bg1 th {
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 0;
    text-align: center;
}

/*-------------------active-rewark-project1------------------*/



.active-rewark-project-inner {
    border: 1px solid #E0E4EC;
    border-radius: 3px;
    margin-bottom: 25px;

}


.bg-charcole{
	background:#EEEEEE;
	color:#575757;
	font-size:14px;

	}
 th{
	font-weight:400;
	}
.table>thead>tr.bg-charcole>th{
	    border-bottom: 0px solid #ddd;
}
.active-rewark-project .table>tbody>tr>td {
    border-top: 0px solid #ddd;
    color: #979797;
    font-weight: 400;
    line-height: 30px;
}
.active-rewark-project .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F9FAFC;
}
.active-rewark-project .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.active-rewark-project .table{
	margin-bottom:0px;
	}

.active-rewark-project tfoot tr:last-child td:last-child, tfoot, tfoot tr:last-child {
    border-bottom-right-radius: 0px;
}

.active-rewark-project  tfoot tr:last-child td:first-child, tfoot, tfoot tr:last-child {
    border-bottom-left-radius: 0px;
}

.bg-charcole span {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #A7A7A7;
	border-radius:3px;

}

.set-pade {
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.pagger {
    padding-left: 20px;
}
.bg-charcole span {
    margin: 0px 5px;
}
.table>tfoot>tr.bg-charcole>td{
	    border-top:0px solid #ddd;
	}

.active-work .navbar-default {
   	background-color: #1E262E;
    border: 0;
    border-radius: 0;
}
.active-work .navbar-default .navbar-nav>li>a{
	color:#fff;
	}
.active-work .navbar-default .navbar-nav>li>a:hover{
	color:#ffa700;
	}
.active-work .header-bottom h2 {
    font-size: 25px;
    margin-top: 8px;
}
.active-work .header-bottom input.btn.btn-default{
	background-color:#939393;
	}
.active-work .header-bottom{
	    padding-bottom: 15px;
	}

.active-work .btn-primary {
    background-color: #13A8FF;
    border-color: #13A8FF;
    color: #fff;
    position: relative;
    padding: 9px 10px;
    padding-right: 36px;
    margin-left: 16px;
}
.active-work .btn-primary .fa {
    color: #0F5F8E;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px #1295E1 solid;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 6px;
}
.active-work-title {
    position: relative;
}
.active-work-title:after {
    content: "\f107";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0px;
    font-size: 21px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.active-rewark-project{
	width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	    min-height: .01%;
    overflow-x: auto;
	}
.project2.active-work .header-bottom h2{
	    font-size: 20px;
    margin-top: 0px;
	}
.project2.active-work .header-bottom h6{
	margin-bottom: 0px;
	}
.active-rewark-project2 .bg-charcole span{
	background-color:#13A8FF;
	}
.flt-btn img {
    margin-top: 11px;
    margin-right: 16px;
    margin-left: 5px;
}

.active-work1 .btn-primary {
    background-color: #13A8FF;
    border-color: #13A8FF;
    color: #fff;
    position: relative;
    padding: 9px 10px;
    padding-right: 36px;
    margin-left: 16px;
}
.active-work1 .btn-primary .fa {
    color: #0F5F8E;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px #1295E1 solid;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 6px;
}

.top-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
}
.top-header .form {
    margin-left: 30px;
}
.right-head {
    display: flex;
    align-items: center;
}
.right-head .btn-primary {
    background-color: #13A8FF;
    border-color: #13A8FF;
    color: #fff;
    position: relative;
    padding: 9px 10px;
    padding-right: 36px;
    margin-left: 0;
}
.right-head .btn-primary .fa {
    color: #0F5F8E;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px #1295E1 solid;
    margin-left: 10px;
    padding-left: 5px;
    padding-top: 6px;
}
.img-prof {
    width: 32px;
    height: 32px;
    background-color: #eff0f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.right-head span {
    margin-left: 15px;
    color: #b2bbc6;
}
.top-header .form form {
    background: #f2f6fc;
    border-radius: 30px;
}

.top-header .form form input, .top-header .form form select {
    border: 0px;
    box-shadow: none;
    background: transparent;
    color: rgba(129, 129, 129, .5);
    font-size: 13px;
}
.top-header .form form input[type="text"] {
    width: 260px;
    border-right: 1px #E0E4EC solid;
    padding-left: 20px;
}
.top-header .form form select {
    border-right: 1px #E0E4EC solid;
}
.top-header .form form select {
    border-right: 1px #E0E4EC solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 90% 54%;
}
.top-header .form form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(129, 129, 129, .5);
}
.top-header .form form input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(129, 129, 129, .5);
}
.top-header .form form input:-ms-input-placeholder { /* IE 10+ */
 color: rgba(129, 129, 129, .5);
}
.top-header .form form input:-moz-placeholder { /* Firefox 18- */
  color: rgba(129, 129, 129, .5);
}
.top-header .form form input[type="submit"] {
    background-image: url(../images/search11.png);
    background-repeat: no-repeat;
    background-position: 34% 50%;
    padding-left: 25px;
    padding-right: 25px;
}
.my-head {
    padding-top: 15px;
    padding-bottom: 20px;
}
.right-content {
    background: #f9fafc;
    border-left: 1px solid #D4D8DF;
    width: 93%;
}
.menu-icon {
    width: 7%;
}
.active-project4 {
    display: flex;
    border-top: 1px solid #D4D8DF;
}

.menu-icon ul li + li{
	margin-top:20px;
	}
.menu-icon ul li + li {
    margin-top: 50px;
}
.active-rewark-project{
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: auto;
}

.menu-icon ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 35px;
}
.project4 .header-bottom h6 {
    margin: 0;
    line-height: normal;
    margin-top: 2px;
    margin-left: 30px;
}
@media (max-width: 1440px){
.active-rewark-project-inner {
    width: 1330px;
}
}


@media (max-width: 1300px){
.inner-table-tab{
	width:1300px;
	}

.inner-person-profile{
	width:1600px;
	}
.active-rewark-project .table>tbody>tr>td{
	    font-size: 15px;
	}

}
@media (min-width: 768px){
.navbar .navbar-right .dropdown-menu{
	right: 0;
    left: auto;
}
}
.navbar .navbar-right  .dropdown-submenu>.dropdown-menu{
	    left: 100%;
		top: 0;
	}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	font-weight: 400;
	color: #000;
	border: 1px solid #e7e7e7;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-bottom: 0;
}
.open .fa-angle-down {
	color: #ffa700;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: transparent;
	font-weight: 400;
}
.navbar-default .navbar-nav>li>a:hover .fa-angle-down {
	color: #333;
	background-color: transparent;
	color: #ffa700;
}
.dropdown-submenu>a:after {
	display: none;
}
.header .fa-angle-right {
	position: absolute;
	right: 18px;
	font-size: 18px;
	top: 8px;
}
.table1 table {
	border: 1px #ddd solid;
	font-size: 14px;
	width: 1920px;
	margin: 0 auto;
}
.table1 table input {
	width: 100%;
}

.table1 table thead tr:first-child {
	height: 40px;
}

.table1 table thead th {
	color: #fff;
	font-weight: 400;
}
.table1 table input {
	width: 100%;
	background: #616166;
	border: 0;
	color: #b2b2b3;
	padding: 5px 15px;
	border-radius: 4px;
	background-image: url(../images/search1.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 6px;
	padding-left: 23px;
}
.table1 .table>thead>tr>th {
	vertical-align: middle;
}
.table1 .table>thead>tr>th {
	border: 0px;
}
.table1 table input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #b2b2b3;
}
.table1 table input::-moz-placeholder { /* Firefox 19+ */
 color: #b2b2b3;
}
.table1 table input:-ms-input-placeholder { /* IE 10+ */
 color: #b2b2b3;
}
.table1 table input:-moz-placeholder { /* Firefox 18- */
 color: #b2b2b3;
}
.table1.commontable1 table tbody tr td:nth-child(1), .table1.commontable1 table tbody tr td:nth-child(2), .table1.commontable1 table tbody tr td:nth-child(4), .table1.commontable1 table tbody tr td:nth-child(7), .table1.commontable1 table tbody tr td:nth-child(8) {
	text-align: center;
}
.table1.commontable1 table thead tr th:nth-child(1), .table1.commontable1 table thead tr th:nth-child(2), .table1.commontable1 table thead tr th:nth-child(4), .table1.commontable1 table thead tr th:nth-child(7), .table1.commontable1 table thead tr th:nth-child(8) {
	text-align: center;
}
.table1 .table>tbody>tr>td, .table1 .table>tbody>tr>th, .table1 .table>tfoot>tr>td, .table1 .table>tfoot>tr>th, .table1 .table>thead>tr>td, .table1 .table>thead>tr>th {
	vertical-align: middle;
}
.table1.commontable1 table tbody tr td:nth-child(3) {
	color: #2c6cdd;
}
.table1 table tfoot {
	background: #46464c;
}
.table1 table tfoot select {
	min-width: 160px;
	background: #616166;
	border: 0;
	color: #b2b2b3;
	padding: 5px 15px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 10px;
	padding-left: 30px;
	-webkit-appearance: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	padding: 6px 24px 6px 7px;
	background-position: 95% 54%;
	font-size: 12px;
	margin-right: 2px;
}
.set-group a {
	background: #616166;
	padding: 7px;
	border-radius: 4px;
	margin: 0px 2px;
	display: inline-block;
}
.set-right {
	color: #fff;
}
.commontable1 .set-right {
	margin-left: 25px;
}
.set-right .fa {
	color: #616166;
	font-size: 16px;
	margin: 0px 10px;
}
.set-right .fa.fa-caret-left, .set-right .fa.fa-caret-right {
	font-size: 23px;
	position: relative;
	top: 2px;
}
.set-right img {
	margin: 0 10px;
}
.table1 table thead select {
	min-width: 100px;
	background: #616166;
	border: 0;
	color: #b2b2b3;
	padding: 5px 15px;
	border-radius: 4px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 90% 12px;
	-webkit-appearance: none;
}
.table1 table thead select.date {
	background-image: url(../images/calander.png);
	min-width: 115px;
	background-position: 90% 8px;
}
.table1 table thead tr th span .fa {
	color: #747478;
	margin: 0 3px;
}
.table1.commontable1 table tbody tr td:nth-child(3) img {
	align-self: center;
	margin-left: 12px;
}
.table1 table tbody tr td:nth-child(3) strong {
	font-weight: 400;
	width: 90%;
}
.wflex {
	display: flex;
	align-items: center;
}
.table1 .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}
.table1 .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f9f9f9;
}
.table1 th.id {
	width: 6%;
}
.table1 th.status {
	width: 1%;
}
.table1 th.title {
	width: 21%;
}
.table1 th.description {
	width: 7%;
}
.table1 th.requesting {
	width: 12%;
}
.table1 th.priority {
	width: 6%;
}
.table1 .table>tbody>tr>td {
	line-height: 1.9;
}
.table1 .table>thead>tr>th {
	font-weight: 500;
}
.table1 input#description {
	width: 75%;
	padding-left: 25px;
	padding-right: 0;
}
.table1 input#progect {
	width: 80%;
}
.table1 th.progect {
	width: 11%;
}
.table1 input#priority {
	padding-right: 0;
}
.table1 select#responsible, .table1 select#requesting {
	width: 70%;
}
select#strategy {
	width: 100%;
}
.table1 .table>tbody>tr>td, .table1 .table>tbody>tr>th, .table1 .table>tfoot>tr>td, .table>tfoot>tr>th, .table1 .table>thead>tr>td, .table1 .table>thead>tr>th {
	border-top: 0px solid #ddd
}
.commontable1 .table-striped>tbody>tr:nth-of-type(1) td {
	padding-top: 23px;
}
.table1 .table-responsive table {
	margin-bottom: 0px;
	border: 1px #ddd solid;
}
.table1 .table-responsive .radius {
	border-radius: 4px;
	border: 0px solid #ddd;
}
.table1.table2 table thead tr:nth-child(2) {
	background: #46464c;
}
.bg1 {
	background: #46464c;
	color:#fff !important;
    font-size: 13px !important;
}

.bg1 div.profile_buttons_c > label {
    color: #333;
    font-size: medium;
}

.bg1 th a
{
    color:#fff !important;
    font-size: 13px !important;
}

.bg1 th a:hover
{
    color:#fff !important;
    font-size: 13px !important;
}

.bg2 {
	background: #505054;
}
 .bg3
 {
     background:#F9FAFC;
 }

 .bgorng
 {
   background:#ffa700;
 }

.team-member img {
	width: 11px;
	margin-right: 5px;
}
.table1.table2 .team-member {
	text-align: left;
	padding: 9px 20px;
	border-left: 0;
	border-right: 0;
	color: #fff;
}
.table1.table2 table tbody tr td:nth-child(5) {
}
.table1.table2 table tbody tr td:nth-child(5) img {
	width: 20px;
}
.footer-tfoot1 ul {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.footer-tfoot1 ul li a {
	background: #616166;
	padding: 7px;
	border-radius: 4px;
	margin: 0px 7px;
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
}
.footer-tfoot1 ul li a img {
	width: 18px;
	margin-right: 5px;
}
.footer-tfoot1 ul li.run a {
	color: #848488;
}
.table2-tfoot2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.table1.table2 table tfoot select {
	min-width: 80px;
	margin-right: 0;
	margin-left: 15px;
	padding: 5px 24px 5px 10px;
	color: #fff;
	font-weight: 200;
	background-image: url(../images/arrow1.png);
}
.table1.table2 table thead tr th:nth-child(1), .table1.table2 table tbody tr td:nth-child(1) {
	text-align: left;
}
.table1.table2 table thead tr th:nth-child(2), .table1.table2 table tbody tr td:nth-child(2) {
	text-align: left;
}
.table1.table2 table thead tr th, .table1.table2 table tbody tr td {
	padding: 9px 20px;
}
.table2 th.team-name {
	width: 22%;
}
.table2 th.role-profi {
	width: 30%;
}
.table2 .assis-status, .table2 .assesor {
	text-align: center;
}
.table1 table thead #actual-hour {
	width: 100%;
}
.table1 table thead .assis-status {
	width: 12%;
}
.table2 table thead #filter {
	width: 85%;
}
.table2.table1 input#actual-hour {
	width: 68%;
}
.table2 .assesor {
	width: 8%;
}
.table2 th.actual-hour {
	text-align: center;
}
.table2 th.remaining-hours {
	text-align: center;
	width: 11%;
}
.table2 input#remaining-hours {
	width: 80%;
}
th {
	text-align: inherit;
}
.table3 th.select img, .table3 td .select img {
	width: 20px;
}
.table1.table3 table thead select {
	min-width: 100%;
}
.table3 .footer-tfoot1 ul li a img {
	width: 18px;
	margin-right: 7px;
}
.table3 .footer-tfoot1 ul li a {
	background: #616166;
	padding: 5px 13px;
	border-radius: 4px;
	margin: 0px 0px;
	color: #fff;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.table3 .footer-tfoot1 ul li {
	margin: 0 7px;
	color: #fff;
}
.table3 .footer-tfoot1 ul li>img {
	margin-left: 10px;
}
.ncenter {
	display: flex;
	align-items: center;
}
.table3 tr.nbold td {
	font-weight: 500;
}
.table3 tbody tr td:nth-child(5) {
	color: #1F63DB;
	padding-left: 60px;
}
.table3 tr.nbold td:nth-child(5) {
	position: relative;
	padding-left: 50px;
}
.table3 tr.nbold td:nth-child(10), .table3 tr.nbold td:nth-child(11), .table3 tr.nbold td:nth-child(12), .table3 tr.nbold td:nth-child(13), .table3 tr.nbold td:nth-child(15) {
	font-weight: 400;
}
.table3 tbody tr.nbold.nbold1 td:nth-child(5):before {
	left: 6px;
}
.table3 tbody tr.nbold td:nth-child(5):before {
	content: "\f0d7";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 30px;
	top: 13px;
}
.table3 tr.nbold.nbold1 td:nth-child(5) {
	padding-left: 25px;
}
.table3 th.type, .table3 th.select, .table3 th.description, .table3 th.status, .table3 th.planstart, .table3 th.planend, .table3 th.planhrs, .table3 th.completetime, .table3 th.completeset, .table3 th.sprint, .table3 th.keymileindi, .table3 th.ryg, .table3 th.workplan {
	text-align: center;
}
.table3 th.select {
	width: 4%;
}
.table3 th.wbs {
	width: 5%;
}
.table3 th.type {
	width: 5%;
}
.table3 th.ryg {
	width: 6%;
}
.table3 th.workplan {
	width: 13%;
}
.table3 th.description {
	width: 6%;
}
.table3 th.status {
	width: 5%;
}
.table3 th.planstart {
	width: 7%;
}
.table3 th.planhrs {
	width: 5%;
}
.table3 th.completeset {
	width: 5%;
}
.table3 th.predecessors {
	width: 5%;
}
.table3 th.keymileindi {
	width: 7%;
}
.table3 table thead tr th.planstart select, .table3 table thead tr th.planend select {
	background-image: url(../images/calander.png);
	background-position: 90% 9px;
	padding: 5px 10px;
}
.table3 th.planend {
	width: 6.5%;
}
.table3-head table {
	background: #505055;
	width: 100%;
}
.table1 .table-responsive table .table3-head table {
	border: 0px #ddd solid;
}
.table3-head a {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.table>thead>tr>th.table3-top {
	padding: 5px;
	line-height: 1;
}
.table3-head span.nbig {
	display: inline-block;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #616166;
	border-radius: 4px;
}
a:hover {
	text-decoration: none;
}
.table3-head:after {
	clear: both;
	display: block;
	content: '';
}
.table1.table3 table .table3-head tbody tr td:last-child {
	border-right: 0px #ddd solid;
}
.table1.table3 table .table3-head tbody tr td:first-child {
	border-left: 0px #ddd solid;
}
.table3-head ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.table3-head span.nsmall {
	display: inline-block;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #616166;
	border-radius: 4px;
	margin-right: 5px;
}
.table3-head ul li a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
}
.table3 .table3-head tbody tr td:nth-child(5) {
	padding-left: 0px;
}
a:focus {
	text-decoration: none;
}
.table3-head ul li {
	margin-bottom: 5px;
}
.table3-head table {
	font-size: 11px;
	font-weight: 100;
}
.table3-head td.showgant {
	width: 5%;
}
.table3-head td.detail {
	width: 3%;
}
.table3-head td.attachgroup {
	width: 10%;
	padding-left: 3%;
}
.table3-head td.editgroup {
	width: 7%;
}
.table3-head td.indentgroup {
	width: 6.5%;
}
.table3-head td.movegroup {
	width: 6%;
}
.table3-head td.baslinegroup {
	width: 6%;
}
.table3-head td.baslinehistgroup {
	width: 5%;
}
.table3-head td.assignmentgroup {
	width: 5%;
}
.table3-head td.blankgroup {
	width: 15%;
}
.table3-head td.checkgroup {
	width: 6%;
}
.table3-head td.projectgroup {
	width: 6%;
}
.table3-head td.jiragroup {
	width: 6%;
}
.table3-head td.excelgroup {
	width: 6%;
}
.table3-head tr {
	vertical-align: top;
}
.table3-head tr td {
	padding-top: 6px;
}
.sidebarhtml {
	position: relative;
}
.popup-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(80, 80, 84, 0.78);
}
.pop-bg {
	width: 49%;
	float: right;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.pop-head {
	background: #46464c;
	color: #fff;
	font-size: 14px;
	padding: 18px;
	padding-left: 5%;
	padding-right: 0;
	position: relative;
	font-weight: 500;
}
.pop-body {
	padding-left: 5%;
	padding-right: 0;
}
.pop-head span img {
	width: 15px;
}
.pop-head span {
	background: #5e5e63;
	width: 35px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 1%;
	top: 24%;
}
.work1 {
	display: flex;
	align-items: center;
}
.work1 a {
	display: flex;
	align-items: center;
	color: #333;
}
.work1 span img {
	width: 12px;
}
.work1 span {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffa500;
	border-radius: 4px;
	padding: 8px;
	margin-right: 6px;
}
.work1 input {
	width: 46%;
	display: inline-block;
	padding: 7px 14px;
	border-radius: 4px;
	box-shadow: none;
	border: 1px #d9d9d9 solid;
	margin-right: 3.5%;
	font-size: 16px;
}
.work1 span .fa {
	color: #fff;
	padding-left: 7px;
}
.work1 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #46464C;
}
.work1 input::-moz-placeholder { /* Firefox 19+ */
 color: #46464C;
}
.work1 input:-ms-input-placeholder { /* IE 10+ */
 color: #46464C;
}
.work1 input:-moz-placeholder { /* Firefox 18- */
 color: #46464C;
}
.popup-sec1 h2 {
	font-size: 20px;
	margin-top: 28px;
	margin-bottom: 16px;
	color: #3C3C3C;
	font-weight: 700;
}
.work1 a {
	display: flex;
	align-items: center;
	color: #333;
	margin-right: 3%;
}
.work2 ul {
	padding-left: 0;
	list-style: none;
}
.work2 > ul {
	display: flex;
	align-items: center;
}
.work2 > ul > li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
a {
	outline: none;
}
.work2 .dropdown-menu>li>a:focus, .work2 .dropdown-menu>li>a:hover {
	background-color: inherit;
}
.work2 .btn-group.open .dropdown-toggle {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.work2 span.bs-caret {
	display: none;
}
.work2 .btn-group.bootstrap-select {
	position: relative;
}
.work2 .btn-group.bootstrap-select:after {
	content: url(../images/arrow.png);
}
.work2 .btn-group.bootstrap-select:after {
	content: url(../images/arrow.png);
	position: absolute;
	right: 6px;
	z-index: 99;
	top: 3px;
}
.work2 .btn {
	padding: 4px 8px;
	font-size: 12px;
}
.work2 > ul > li.rygstatue .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 65%;
}
.work2 label {
	font-size: 14px;
	font-weight: 500;
	color: #46464C;
}
.work2 li.task {
	width: 13%;
	margin-right: 4%;
}
.work2 li.rygstatue {
	width: 11%;
}
.work2 li.statusopen {
	width: 11%;
	margin-right: 3%;
}
.work2 li input {
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	box-shadow: none;
	border: 1px #d9d9d9 solid;
	padding: 2px 8px;
	background-image: url(../images/calender1.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 95%;
	font-size: 12px;
}
.work2 li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #505055;
}
.work2 li input::-moz-placeholder { /* Firefox 19+ */
 color: #505055;
}
.work2 li input:-ms-input-placeholder { /* IE 10+ */
 color: #505055;
}
.work2 li input:-moz-placeholder { /* Firefox 18- */
 color: #505055;
}
.work2 li.planed {
	width: 14%;
}
.work2 li.plansrt {
	width: 13%;
	margin-right: 3%;
}
.work2 {
	margin-top: 20px;
}
.work3 .work3-top ul {
	padding-left: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 2px #ececec solid;
	padding-bottom: 5px;
}
.work3 .work3-top li a {
	color: #222;
	font-weight: 500;
	font-size: 14px;
}
.work3-top {
	font-size: 16px;
	padding-right: 2%;
}
.work3 {
	margin-top: 40px;
}
.work3 .work3-top ul li a {
	padding: 0px 8px;
	position: relative;
}
.work3 .work3-top li.active a {
	color: #ffa500;
	border-bottom: 2px #ffa500 solid;
	padding-bottom: 7px;
}
.work-table-sec {
	padding-right: 2%;
}
.work-table-sec .work-table-head th, {
 font-weight: 500;
 color: #fff;
}
.work-table-sec table thead tr th, .work-table-sec table tr td {
	padding: 8px 17px;
}
.work-table-head th img {
	float: right;
	width: 15px;
}
.table1 table thead .work3-table1-row2 th {
	color: rgba(255,255,255,.5);
	font-weight: 400;
	font-size: 12px;
}
.work3-table1 .assig a {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
.work3-table1 .assig span.nsmall {
	display: inline-block;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #616166;
	border-radius: 4px;
	margin-right: 5px;
}
.work3-table1 table thead .work3-table1-row2 th.owner {
	width: 16%;
}
.work3-table1 table thead .work3-table1-row2 th.status {
	width: 13%;
}
.work3-table1 table thead .work3-table1-row2 th.role {
	width: 16%;
}
.work3-table1 table thead .work3-table1-row2 th.endate {
	width: 14%;
}
.work3-table2.table1 table {
	margin-bottom: 0px;
}
.work3-table2.table1 table tfoot {
	background: #fff;
}
.table-responsive {
	border-radius: 6px;
}
.work3-table2 label {
	margin-top: 5px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #46464C;
}
.work3-table2 .form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	resize: none;
	margin-bottom: 10px;
}
 .work3-table2 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: rgba(70, 70, 76,.5);
}
.work3-table2 textarea::-moz-placeholder { /* Firefox 19+ */
 color: rgba(70, 70, 76,.5);
}
.work3-table2 textarea:-ms-input-placeholder { /* IE 10+ */
 color: rgba(70, 70, 76,.5);
}
.work3-table2 textarea:-moz-placeholder { /* Firefox 18- */
 color: rgba(70, 70, 76,.5);
}
.work-table-height {
	margin-top: 20px;
}
.work3-table2 {
	margin-top: 30px;
}
.work3-table3 {
	margin-top: 30px;
}
.table1 table tbody tr td:first-child {
	border-left: 0px #ddd solid;
}
.table1 table tbody tr td:last-child {
	border-right: 0px #ddd solid;
}
.work3-table3.table1 table tbody tr td:last-child, .work3-table2.table1 table tbody tr td:last-child {
	border-right: 0px #ddd solid;
}
.work3-table3.table1 table tbody tr:last-child td, .work3-table2.table1 table tbody tr:last-child td {
	border-bottom: 0px #ddd solid;
}
.work3-table3.table1 table input {
	width: 80%;
	display: inline-block;
	border-radius: 4px;
	box-shadow: none;
	border: 1px #d9d9d9 solid;
	padding: 2px 8px;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 95%;
	background-color: transparent;
	background-image: none;
}
.work3-table3.table1 table input.ndate {
	background-image: url(../images/calender1.png);
}
.work3-table3.table1 .table>tbody>tr>td {
	vertical-align: top;
}
.work3-table3 label {
	display: block;
	font-weight: 500;
	color: #46464C;
}
.work3-table3 td.actualstr {
	width: 22%;
}
.work3-table3 td.actualend {
	width: 19%;
}
.work3-table3 td.basestr {
	width: 16%;
}
.work3-table3.table1 table {
	background: #fff;
}
.work-save ul {
	padding-left: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.work-save ul li {
	margin: 0 10px;
}
.cancelbtn {
	background: #616166;
}
.work-save .btn {
	color: #fff;
	padding: 9px 40px;
}
.savebtn {
	background: #ffa500;
}
.work-save {
	margin-top: 60px;
}
.work-table-height {
	height: 600px;
	overflow: auto;
}
.work-table-height::-webkit-scrollbar {
 width: .7em;
}
 .work-table-height::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .work-table-height::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.work-table-height>div {
	margin-right: 10px;
}
.work3-table1 select {
}
.work3-table1.work3-table11 select {
	border: 1px #d9d9d9 solid;
	color: #46464c;
	padding: 2px 8px;
	border-radius: 4px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 90% 12px;
	-webkit-appearance: none;
	width: 100%;
}
.work3-table11.work3-table1.table1 table input {
	border: 1px #d9d9d9 solid;
	color: #46464c;
	padding: 2px 8px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 90% 12px;
	-webkit-appearance: none;
	width: 100%;
	text-align: center;
	background: transparent;
}
.work3-table11.work3-table1.table1 table input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #46464c;
 text-align:center;
}
.work3-table11.work3-table1.table1 table input::-moz-placeholder { /* Firefox 19+ */
 color: #46464c;
 text-align:center;
}
.work3-table11.work3-table1.table1 table input:-ms-input-placeholder { /* IE 10+ */
 color: #46464c;
 text-align:center;
}
.work3-table11.work3-table1.table1 table input:-moz-placeholder { /* Firefox 18- */
 color: #46464c;
 text-align:center;
}
.work3-table11.work3-table1.table1 table input.work3-table11.work3-table1.table1 table input {
	color: #46464c;
	text-align: center;
}
.work3-table11.work3-table1.table1 table tr td, .work3-table11.work3-table1.table1 table tr th {
	padding: 8px 17px;
	padding-right: 5px;
}
.work3-table1.work3-table11 table thead .work3-table1-row2 th.role {
	width: 23%;
}
.work3-table1.work3-table11 th.pinhrs {
	width: 9%;
}
.work3-table1.work3-table11 th.remhrs {
	width: 9%;
}
.work3-table1.work3-table11 table thead .work3-table1-row2 th.endate {
	width: 13%;
	text-align: center;
}
.work3-table1.work3-table11 th.strdate {
	text-align: center;
}
.work3-table11.work3-table1.table1 table input.ndate {
	background-image: url(../images/calender1.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 97%;
	padding-left: 2px;
}
.work3-table11.work3-table1 span.nsmal.red {
	display: inline-block;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f44522;
	border-radius: 4px;
	margin-right: 5px;
}
.work3-table1.work3-table11.table1 .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}
.work3-table11.work3-table1.table1 table tr:first-child td {
	padding-top: 20px;
}
.work3-table11.work3-table1.table1 table tr:last-child td {
	padding-bottom: 20px;
}
.work3-table2-comments textarea {
	display: inline-block;
	width: 93%;
}
.work3-table2-comments .attach-comment {
	display: inline-block;
	vertical-align: top;
	width: 4%;
	margin-left: 2%;
}
.work3-table2-comments .attach-comment span {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffa500;
	border-radius: 4px;
	width: 100%;
	margin-left: auto;
}
.comment-save ul {
	padding-left: 0px;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 93%;
}
.comment-save .btn {
	color: #fff;
	padding: 5px 25px;
	font-size: 13px;
}
.comment-save .cancelbtn {
	margin-right: 13px;
}
.pop-head > img {
	width: 17px;
	margin: 0 5px;
}
.popup-sec1 h3 {
	font-size: 16px;
	color: #46464C;
	margin-bottom: 25px;
	margin-top: 9px;
}
.work-trst table {
	background: #f9f9f9;
}
.work-trst .table>tbody>tr>td {
	border-top: 0px solid #ddd;
}
.work-trst .table>tbody>tr:last-child>td {
	border-top: 1px solid #ECECEC;
}
.work-trst tr.nbold td {
	font-weight: 500;
	color: #46464C;
}
.table-responsive {
	width: 99.90%;
    height:100%;
    flex-align:center;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
    margin:auto;
}
.work2 > ul, .work3-top>ul {
	width: 851px;
}
.work2, .work3-top {
	width: 100%;
	overflow-x: hidden;
}
.work-table-sec table {
	width: 851px;
	margin-left: 0;
}
.work-trst table {
	width: 503px;
	margin-left: 0;
	margin-bottom: 0px;
}
.work-trst-top ul {
	padding-left: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}
.work-trst-top ul li a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #46464C;
}
.work-trst-top span {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffa500;
	border-radius: 4px;
	padding: 8px;
	margin-right: 8px;
}
.work-trst-top span.red {
	background: #f44522;
}
.work-trst-top span img {
	width: 15px;
}
.work-trst-top span .fa {
	color: #fff;
	padding-left: 7px;
}
.work-trst-top ul li {
	margin-right: 30px;
}
.work-trst-top ul li:last-child {
	margin-right: 0px;
}
.work-trst-top {
	margin-bottom: 18px;
}
.header-table-ul h6 {
	line-height: 1.7;
}
.commonproject {
	width: 49.55%;
}
.programme-table .footer-tfoot1 ul {
	justify-content: left;
}
.table1 table.newfoot {
	width: 100%;
}
.programme-table .table-responsive {
	margin-bottom: 0;
}
.table1 table.newfoot .set-right {
	color: #fff;
	display: flex;
	align-items: center;
	flex-basis: 33.33%;
	justify-content: center;
}
.table1 table.newfoot tfoot select {
	min-width: auto;
	margin: 0;
	color: #fff;
	margin-left: 15px;
}
.table1 table.newfoot .set-group {
	flex-basis: 33.33%;
	display: flex;
}
.table1 table.newfoot .set-right.set-last {
	justify-content: flex-end;
}
.programme-table .select img {
	width: 22px;
}
.pane--table2 table, .pane--table1 table {
	table-layout: fixed;
	width: 100%;
}
.pane--table2 th, .pane--table1 th, .pane--table2 td, .pane--table1 td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pane--table2 tr, .pane--table1 tr {
	width: 100%;
}
.pane--table2 tbody, .pane--table1 tbody {
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	height: 460px;
	border-left: 1px #ddd solid;
	border-right: 0px #ddd solid;
}
.pane--table2 thead, .pane--table1 thead {
	display: table-row;
}
.pane--table2, .pane--table1 {
	width: 100%;
	overflow-x: scroll;
}
.add-project {
	margin-right: .5%;
	position: relative;
}
.table4 th.select, .table4 td.select {
	min-width: 70px;
	text-align: center;
}
.table4 th.id, .table4 td.id {
	min-width: 67px;
	text-align: center;
}
.table4 th.project-title, .table4 td.project-title {
	min-width: 116px;
	text-align: center;
}
.table4 th.work-type, .table4 td.work-type {
	min-width: 116px;
	text-align: center;
}
.table4 th.location, .table4 td.location {
	min-width: 125px;
	text-align: center;
}
.table4 th.status, .table4 td.status {
	min-width: 90px;
	text-align: center;
}
.table4 th.lifecycle-stage, .table4 td.lifecycle-stage {
	min-width: 116px;
	text-align: center;
}
.table4 th.requesting-org, .table4 td.requesting-org {
	min-width: 117px;
	text-align: center;
}
.table4 th.responsible-org, .table4 td.responsible-org {
	min-width: 120px;
	text-align: center;
}
.table4 th.project-end, .table4 td.project-end {
	min-width: 115px;
	text-align: center;
}
.table4 th.project-start, .table4 td.project-start {
	min-width: 115px;
	text-align: center;
}
.table4 th.parent-id, .table4 td.parent-id {
	min-width: 115px;
	text-align: center;
}
.table4 th.business-sponsor, .table4 td.business-sponsor {
	min-width: 129px;
	text-align: center;
}
.pane--table2 tbody::-webkit-scrollbar-track, .pane--table1 tbody::-webkit-scrollbar-track, .pane--table2::-webkit-scrollbar-track, .pane--table1::-webkit-scrollbar-track {
 border-radius: 0px;
 background-color:#EFEFF0;
}
 .pane--table2 tbody::-webkit-scrollbar, .pane--table1 tbody::-webkit-scrollbar, .pane--table1::-webkit-scrollbar, .pane--table2::-webkit-scrollbar {
 background-color: #EFEFF0;
 height:10px;
 width:10px;
}
 .pane--table2 tbody::-webkit-scrollbar-thumb, .pane--table1 tbody::-webkit-scrollbar-thumb, .pane--table1::-webkit-scrollbar-thumb, .pane--table2::-webkit-scrollbar-thumb {
 border-radius: 3px;
 background-color:#9B9B9D;
 border-left: 2px solid #d9d9d9;
 border-right: 0px solid #EFEFF0;
}
.table1 .programme-table .table-responsive table {
	border: 0px #ddd solid;
}
.table1 .table-striped>tbody> tr.yellowbg {
	background: #ffd27f;
}
.table-time-bg {
	background: #f9fafc;
}
.table-time-sec1 ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-time-sec1 label {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 10px;
}
.table-time-sec1 select {
	min-width: 100px;
	border: 1px #d9d9d9 solid;
	color: #46464C;
	padding: 3px 9px;
	border-radius: 3px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 96% 9px;
	-webkit-appearance: none;
	font-size: 12px;
}
.table-time-sec11 select {
	min-width: 22em;
}

.table-time-sec1 li {
	margin: 0px 15px;
}

.table-time-sec12 ul li a span.nsmall {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
	border-radius: 3px;
	margin-right: 8px;
}
.table-time-sec12 ul li a span.nsmall img {
	width: 15px;
}
.table-time-sec12 ul li a {
	color: #46464C;
	font-size: 13px;
	display: flex;
	align-items: center;
    text-decoration: none;
}
.table-time-sec12 ul li a span.nsmallrp {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F7F8FA;
	border-radius: 3px;
	margin-right: 8px;
}
.table-time-sec12 ul li .btn {
	font-size: 13px;
	font-weight: 500;
	width: 150px;
	height: 40px;
	border-radius: 3px;
}
.table-time-sec12 ul li .btn.btn-save {
	border: 2px solid #FFA500;
	background: #FFFFFF;
	color: #FFA500;
}
.table-time-sec12 ul li .btn.btn-submit {
	border: 2px solid #FFA500;
	background: #FFA500;
	color: #FFF;
	margin-left: 10px;
}
.table-time-sec11 {
	padding-top: 10px;
	padding-bottom: 5px;
}
.table-time-sec1 {
	padding-bottom: 23px;
    background-color: #f9fafc;
}
.table-time-main a.red .small {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: 25px;
}
.table-time-main a.red .small img{
	width:15px;
	}
.table-time-main a.orange .small {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    width: 25px;
}
.table-time-main a.orange .small img{
	width:15px;
	}

.tabletimesheet.table-time-main table input[type="number"] {
    background: #fff;
    border: 1px solid #D9D9D9;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none;
    color: #46464C;
    font-size: 12px;
    background-image: none;
    width: 85%;
    height: 30px;
    padding-right: 0;
}

.tabletimesheet.table-time-main table input[type="text"].hasDatepicker {
    background: transparent;
    border: 1px solid #D9D9D9;
    text-align: left;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 1px;
    -webkit-appearance: none;
    color: #46464C;
    font-size: 12px;
    background: #fefefe;
    background-image: none;
    width: 90% !important;
}

.tabletimesheet.table-time-main table input[type="number"].hours{
	width: 50px;
    height: 25px;
}

.tabletimesheet.table-time-main table a {
    COLOR: #000;
    font-weight :700;
    font-size:13px;
}

.tabletimesheet.table-time-main table a :hover{
    COLOR: #000;
    font-weight :700;
    font-size:13px;
}

.tabletimesheet.table-time-main table .hasDatepicker + .ui-datepicker-trigger {
    cursor: pointer;
    margin-left: -24px !important;
    margin-right: 0px !important;
    margin-top: 0px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    z-index: 998 !important;
    position: relative;
}

.table-striped>tbody>tr>td, .table-striped>tbody>tr>th, .table-striped>tfoot>tr>td, .table-striped>tfoot>tr>th, .table-striped>thead>tr>td, .table-striped>thead>tr>th {
    padding:0px;
    padding-top: 6px;
    padding-bottom:6px;

    line-height: 2;
    vertical-align:middle;
}

.tabletimesheet.table-time-main table input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #46464C;
   text-align: center;
}
.tabletimesheet.table-time-main table input::-moz-placeholder { /* Firefox 19+ */
  color: #46464C;
   text-align: center;
}
.tabletimesheet.table-time-main table input:-ms-input-placeholder { /* IE 10+ */
 color: #46464C;
  text-align: center;
}
.tabletimesheet.table-time-main table input:-moz-placeholder { /* Firefox 18- */
 color: #46464C;

}
.tabletimesheet.table-time-main table tr.enter-orange td {
    color: #FFA500;
    font-weight: 700;
}
.tabletimesheet.table-time-main table th.project {
    width: 367px;
	text-align: left;
}
.tabletimesheet.table-time-main table th.assn-hrs {
    width: 60px !important;
}
.tabletimesheet.table-time-main table th.act-hrs {
    width: 60px !important;
}
.tabletimesheet.table-time-main table th.weekdays {
    width: 60px !important;
    background-color:#feeccc;
    color:#000000;
}
.tabletimesheet.table-time-main table td.weekdays {

    background-color:#feeccc;
}




.tabletimesheet.table-time-main table th.planned-end{
	width: 75px;
}



.tabletimesheet.table-time-main table input[type="number"].hours2 {
    width: 75px;
    height: 25px;
}

.tabletimesheet.table-time-main table th{
    padding: 4px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    z-index: 999;
}
.tabletimesheet.table-time-main table input.ndate {
    background-image: url(../images/calander3.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 97%;
    padding-left: 2px;
    border: 1px #d9d9d9 solid;
    color: #46464c;


    background-color: #fff;
    width: 103px;
    height: 25px;
    padding-left: 8px;
}

.tabletimesheet.table-time-main table input {

    background: #616166;
    border: 0;
    color: #b2b2b3;
    padding: 3px 1px;
    border-radius: 4px;

    background-size: 12px;
    background-position: 6px;
    padding-left: 0px;
}

.tabletimesheet.table-time-main table th
{
  text-align:center;
  vertical-align:middle;
  background-color:#46464c;
  border-top: none !important;
}

.tabletimesheet.table-time-main table td.footerTd
{
    position: relative;
    z-index:999;
    padding: 10px 8px;
    vertical-align :middle;
    font-size:13px;
    color:#FFF;
    background-color:#505054;
    font-weight:400;
}
.tabletimesheet.table-time-main table td.footertdDay
{
    color:#FFF;
    font-weight:700;
}



#tableContainer {
    width: 100%;
    overflow: auto;
    margin-top:0px;
    font-size:13px;
}

.tabletimesheet .enter-submit {
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.table-time-main tfoot {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.enter-submit ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enter-submit ul li .btn {
    font-size: 14px;
    font-weight: 500;
    width: 130px;
    height: 30px;
    border-radius: 3px;
}

.btn
{
    display: inline-block;
    padding: 4px 12px !important;
}
.enter-submit ul li .btn.btn-save {
    border: 1px solid #FFA500;
    background: #FFFFFF;
    color: #FFA500;
}
.enter-submit ul li .btn.btn-submit {
    border: 1px solid #FFA500;
    background: #FFA500;
    color: #FFF;
    margin-left: 10px;
}
.enter-submit {
    margin: 20px 0;
    margin-bottom: 40px;
}
.programme-home-sec1 {
    background: #f9f9f9;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 25px;
}
.programme-home-sec1 ul{
	padding-left:0px;
	list-style:none;
	    display: flex;
    align-items: center;
	margin-bottom:0px;
	}
.programme-home-sec1 ul li a {
    color: #46464C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.programme-home-sec1 li {
    margin: 0px 12px;
}
.programme-home-sec1 li:first-child{
	margin-left:15px;
	}
.programme-home-sec1 ul li a span.nsmall {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 8px;
}
.programme-home-sec1 ul li a.red span.nsmall{
	    background: #f44522;
	}
.programme-home-sec1 ul li a span.nsmall img {
    width: 15px;
}
.programme-home-sec2 ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 2px #ececec solid;
    padding-bottom: 5px;
}
.programme-home-sec2 li a {
    color:#46464C;
    font-weight: 500;
    font-size: 14px;
}
.programme-home-sec2 ul li a {
    padding: 0px 15px;
    position: relative;
}
.programme-home-sec2 li.active a {
    color: #ffa500;
    border-bottom: 3px #ffa500 solid;
    padding-bottom: 6px;
}
.home-table1 .table1 .table>thead>tr.bg2>th {
    font-weight: 400;
    font-size: 12px;
    color: rgba(2555,255,255,.5);
	    line-height: 14px;
}
.home-table1 tr.bg1 img {
    width: 11px;
    margin-right: 5px;
}
.home-table1 .table>thead>tr>th:first-child, .home-table1 .table>tbody>tr>td:first-child {
    padding-left: 22px;
}
.home-table1 .table>tbody>tr>td:first-child{
	color:#1F63DB;
	}
.home-table1 .table .project {
   min-width: 385px;
}
.home-table1 .table .status {
    min-width: 340px;
}
.home-table1 .table1 .table>thead>tr.bg2>th{
	text-align:center;
	}
.home-table1 .table1 .table>thead>tr.bg2>th:first-child{
	text-align:left;
	}
.home-table1 .table .lifecycle-stage {
    min-width: 412px;
}
.home-table1 .table .project-end {
    min-width: 378px;
}

.home-table1 .pane--table3 table {
    table-layout: fixed;
    width: 100%;
}
.home-table1 .pane--table3 tbody{
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height:335px;

}
.home-table1 .pane--table3 thead{
    display: table-row;
}
.home-table1 .pane--table3 tr{
    width: 100%;
}
.home-table1 .pane--table3 th,.home-table1 .pane--table3 td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pane--table3::-webkit-scrollbar-track{
	border-radius: 0px;
    background-color: #EFEFF0;
	}
.pane--table3::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: rgba(79, 79, 84, .5);
}

.pane--table3::-webkit-scrollbar{
    background-color:#EFEFF0;
    height: 10px;
}
.pane--table3{
    width: 100%;
    overflow-x: scroll;
}
.pane--table3 tbody::-webkit-scrollbar-track{
    border-radius: 0px;
    background-color: #EFEFF0;
}
.pane--table3 tbody::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: rgba(79, 79, 84, .5);
}
.pane--table3 tbody::-webkit-scrollbar{
    background-color:#EFEFF0;
    width: 10px;
}
.home-table1.home-table2 tr.bg1 a span.nsmall img {
    width: 15px;
	margin-right:0px;
}
.home-table1.home-table2 tr.bg1 a span.nsmall{
	height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 3px;
	background:#616166;
	}

.home-table2 .due-end1 {
    min-width: 216px;
}
.home-table2 .project-end1 {
    min-width: 160px;
}
.home-table2 .status1{
	 min-width: 140px;
	}
.home-table2 .project1 {
    min-width: 370px;
}
.home-table2 .table>tbody>tr>td:nth-child(2) {
    color: #194AD2;
}
.home-table2 .table>tbody>tr>td:nth-child(4){
	color:#EE2D1B;
	}
.home-table2 .due-end1 {
    min-width: 93px;
}

.home-table2 .pane--table2 tbody,.home-table2 .pane--table1 tbody{
	    height: 315px;
	}
.home-table1 .table1 .table>thead>tr.bg2>th.status11{
	text-align:left;
	}
.home-table2 .project11 {
    min-width: 265px;
}
.home-table2 .status11{
	    min-width: 150px;
	}
.home-table1 tr.bg2 {
    height: 40px;
}
.home-table2 .table>thead>tr>th{
	    padding: 6px;
	}

.home-table2 .project-end11 {
    min-width: 150px;
}
.home-table2 .due-end11{
	    min-width: 90px;
	}
.home-table2 .esti-end11{
	min-width: 92px;
	}
.home-table2 .remain-end11{
	min-width:105px;
	}

.home-table2 {
    margin-bottom: 20px;
}
.home-table2 .table>thead>tr.bg1>th{
	padding-top:13px;
	}
.pane--table4 thead,.pane--table5 thead{
	    display: table-row;
	}
.pane--table4 tbody,.pane--table5 tbody{
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 460px;
    border-left: 1px #ddd solid;
    border-right: 0px #ddd solid;
}
.pane--table4 table,.pane--table5 table{
    table-layout: fixed;
    width: 100%;
}
.pane--table4,.pane--table5{
    width: 100%;
    overflow-x: scroll;
}
.pane--table4 tr, .pane--table5 tr {
    width: 100%;
}
.pane--table4 th,.pane--table5 th,.pane--table4 td,.pane--table5 td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pane--table4 tbody::-webkit-scrollbar-track, .pane--table5 tbody::-webkit-scrollbar-track, .pane--table4::-webkit-scrollbar-track, .pane--table5::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #EFEFF0;
}
.pane--table4 tbody::-webkit-scrollbar-thumb, .pane--table5 tbody::-webkit-scrollbar-thumb, .pane--table4::-webkit-scrollbar-thumb, .pane--table5::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9B9B9D;
    border-left: 2px solid #d9d9d9;
    border-right: 0px solid #EFEFF0;
}
.pane--table4 tbody::-webkit-scrollbar,.pane--table5 tbody::-webkit-scrollbar,.pane--table4::-webkit-scrollbar, .pane--table5::-webkit-scrollbar {
    background-color: #EFEFF0;
    height: 10px;
    width: 10px;
}
.pane--table4 tbody,.pane--table5 tbody {
    height: 315px;
}
.home-table2 .pane--table4 .project1 {
    min-width: 285px;
}
.home-table2 .pane--table5 .project1 {
    min-width: 285px;
}
.home-table1 {
    max-width: 1900px;
    margin: 0 auto 20px;
}

.table1.spilitscreen table {
    width: 100%;

}
.table1.spilitscreen  table.spilitscreen-inner > tbody > tr > td{
	padding:0px;
	}
.table1.spilitscreen .table-responsive table.spilitscreen-inner{
	    border: 0px #ddd solid;
	}
.table1.spilitscreen table select{
	width:100%;
	}
.spilitscreen-inner tr.bg2 th{
	font-size:12px;
	font-weight:400;
	}
.spilitscreen-inner  table input{
	  width:100%;
	}
.spilitscreen-inner table tr th,.spilitscreen-inner table tr td{
	padding-left:12px;
	padding-right:12px;
	}
.spilitscreen-inner table tr th:first-child,.spilitscreen-inner table tr td:first-child {
    padding-right: 12px;
    padding-left: 20px;
}
.spilitscreen-inner table tr td:first-child{
	color:#194AD2;
	position:relative;
	font-weight:500;
	}

.spilitscreen-inner table tr.menu-sub1 td:first-child:before {
   left: 20px;
}
.spilitscreen-inner table tr.menu-sub2 td:first-child:before {
   left: 40px;
}
.spilitscreen-inner table tr.menu-sub3 td:first-child:before {
   left: 60px;
}
.spilitscreen-inner table tr.menu-sub4 td:first-child:before {
   left: 80px;
}

.spilitscreen-inner table tr.menu-sub td:first-child:before {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
}
.spilitscreen-inner table tr.menu-sub1 td:first-child {
    padding-left: 40px;
}
.spilitscreen-inner table tr.menu-sub2 td:first-child {
    padding-left: 60px;
}
.spilitscreen-inner table tr.menu-sub3 td:first-child {
    padding-left: 80px;
}
.spilitscreen-inner table tr.menu-sub4 td:first-child {
    padding-left: 100px;
}
.spilitscreen-inner table tr.menu-sub5 td:first-child {
    padding-left: 100px;
	font-weight:400;
}
.spilitscreen-inner .table-striped>tbody>tr.close1{
	background:#ffd27f;
	}
.spilitscreen-inner .table-striped>tbody>tr.close1 td,.spilitscreen-inner table tr.close1.menu-sub td:first-child:before{
	color:#46464c;
	}

.spilitscreen-inner table tr.close1.menu-sub td:first-child:before{
	content:"\f0da";
	}
.spilitscreen-inner .table-striped>tbody>tr.open1 td,.spilitscreen-inner table tr.open1 td:first-child:before{
	color:#46464c;
	}

.meter {
    height: 24px;
    position: relative;
    background: #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
    border-top: 6px #505055 solid;
	border-left: 1px #615d59 solid;
	border-right: 1px #615d59 solid;
    border-bottom: 6px#ffa500 solid;
	    display: inline-block;
}
		.meter > span {
			display: block;
			height: 100%;

			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(125, 125, 125, .5)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(125, 125, 125, .5)),
			      color-stop(.75, rgba(125, 125, 125, .5)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );

			z-index: 1;
			-webkit-background-size: 30px 30px;
			-moz-background-size: 30px 30px;
			/*-webkit-animation: move 2s linear infinite;*/
			     background-color: #939393;
			overflow: hidden;
		}

		.animate > span:after {
			display: none;
		}

		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}

.pane--table6 .project6 {
    min-width: 440px;
}
.pane--table6 .ryg6 {
      min-width: 124px;
	text-align:center;
}
.pane--table6 .status6{
	min-width:125px;
	text-align:center;
	}
.pane--table6 .phase6{
	min-width:190px;
	text-align:center;
	}
.table1.spilitscreen table .pane--table6 table,.table1.spilitscreen table .pane--table7 table{
    table-layout: fixed;
    width: 100%;
}
.pane--table6 thead,.pane--table7 thead {
    display: table-row;
}
.pane--table6 tbody,.pane--table7 tbody{
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 420px;
    border-left: 1px #ddd solid;
    border-right: 0px #ddd solid;
}
.pane--table6{
    width: 100%;
    overflow-x: scroll;
}
.table1.spilitscreen table.spilitscreen-inner > tbody > tr > td {
    padding: 0px;
    width: 50%;
}
.spilit-left {
    float: left;
    width: 49.8%;
}
.spilit-right{
	 float: right;
    width: 49.8%;

	}
.pane--table6 th,.pane--table6 td,.pane--table7 th,.pane--table7 td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pane--table6 tbody::-webkit-scrollbar-track, .pane--table6::-webkit-scrollbar-track,.pane--table7 tbody::-webkit-scrollbar-track, .pane--table7::-webkit-scrollbar-track{
    border-radius: 0px;
    background-color: #EFEFF0;
}
.pane--table6 tbody::-webkit-scrollbar-thumb,.pane--table6::-webkit-scrollbar-thumb,.pane--table7 tbody::-webkit-scrollbar-thumb,.pane--table7::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #9B9B9D;
    border-left: 2px solid #d9d9d9;
    border-right: 0px solid #EFEFF0;
}
.pane--table6 tbody::-webkit-scrollbar,.pane--table6::-webkit-scrollbar,.pane--table7 tbody::-webkit-scrollbar,.pane--table7::-webkit-scrollbar{
    background-color: #EFEFF0;
    height: 10px;
    width: 10px;
}

 .table1.spilitscreen table .pane--table7 table, .table1.spilitscreen table .pane--table6 table{
	     border: 0px #ddd solid;
	 }

.spilitscreen-inner .pane--table7 table tr th {
    text-align: center;
}

.pane--table7 {
    width: 100%;
    overflow-x: scroll;
}

.table1 .pane--table7  table tbody tr td:last-child{
	padding-left:0px;
	}
.spilitscreen-inner.table  table thead tr{
	height:45px;
	}
.spilitscreen-inner.table .pane--table7 thead tr.bg2 th,.spilitscreen-inner.table .pane--table9 thead tr.bg2 th {
    font-size: 12px;
    color: #b2b2b3;
    font-weight: 400;
    padding: 10px 58.5px;
}
.spilitscreen-inner.table .pane--table7 thead tr.bg2 th:nth-child(2n),.spilitscreen-inner.table .pane--table9 thead tr.bg2 th:nth-child(2n) {
    background: #56565a;
}
.table1 .pane--table7 table tbody tr td{
    padding: 9px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 6px;
}
.pane--table7 tr td span.text {
    color: #36363B;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    position: relative;
    top: -3.5px;
    left: 10px;
}
.table1 .pane--table7 table tbody tr td {
    min-width: 975px;
	position:relative;
}
.table1 .pane--table7 table tbody tr td:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px #505055 dashed;
    left: 48%;
}
.meter2{
	    border-bottom: 1px #615d59 solid;
	}
.table1 .pane--table7 table tbody tr.close1 td{
	 padding: 9px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 1px;
	}
.pane--table7 tr.close1 td span.text {
    top: -7px;
}
.meter3 {
    border: 1px #505055 solid;
}
.pane--table7 table tr td .meter3 + span.text {
    top: -7px;
}
.table1 .pane--table7 table tbody tr.padd1 td {
    padding: 9px;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
}
.table1.spilitscreen table.spilitscreen-inner > tbody > tr.second-spilit-row td {
    padding-top: 10px;
}

.pane--table8,.pane--table9{
    width: 100%;
    overflow-x: scroll;
}
.table1.spilitscreen table .pane--table8 table, .table1.spilitscreen table .pane--table9 table {
    table-layout: fixed;
    width: 100%;
}
.pane--table8 thead, .pane--table9 thead {
    display: table-row;
}
.pane--table8 tbody, .pane--table9 tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 258px;
    border-left: 1px #ddd solid;
    border-right: 0px #ddd solid;
}
.pane--table8 .name66 {
    min-width: 320px;
}
.pane--table8 .person66{
	 min-width: 277px;
	}
.pane--table8 .primary66 {
    min-width: 277px;
}
.table1 .table-responsive table{
	border: 1px #ddd solid;
	}
.pane--table8 tbody::-webkit-scrollbar-track, .pane--table8::-webkit-scrollbar-track, .pane--table9 tbody::-webkit-scrollbar-track, .pane--table9::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #EFEFF0;
}
.pane--table8 tbody::-webkit-scrollbar-thumb, .pane--table8::-webkit-scrollbar-thumb, .pane--table9 tbody::-webkit-scrollbar-thumb, .pane--table9::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9B9B9D;
    border-left: 2px solid #d9d9d9;
    border-right: 0px solid #EFEFF0;
}
.pane--table8 tbody::-webkit-scrollbar, .pane--table8::-webkit-scrollbar, .pane--table9 tbody::-webkit-scrollbar, .pane--table9::-webkit-scrollbar {
    background-color: #EFEFF0;
    height: 10px;
    width: 10px;
}
.pane--table9 td{
	text-align:center;
	}
.pane--table9 .july {
    min-width: 139px;

}
.pane--table9 .august {
    min-width: 155px;
}
.pane--table9 .september {
    min-width: 176px;
}
.pane--table9 .october {
    min-width: 160px;
}
.pane--table9 .november {
    min-width: 173px;
}
.pane--table9 .december {
    min-width: 172px;
}
.spilitscreen-inner .pane--table9 table tr td:first-child{
	    color: #333;
		font-weight:400;
	}
.spilitscreen .footer-tfoot1 ul li {
    margin: 0 7px;
    color: #fff;
}
.spilitscreen .footer-tfoot1 ul li a {
    background: #616166;
    padding: 5px 13px;
    border-radius: 4px;
    margin: 0px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.spilitscreen .footer-tfoot1 ul li>img {
    margin-left: 10px;
}
.spilitscreen .footer-tfoot1 ul li a img {
    width: 18px;
    margin-right: 7px;
}
.spilitscreen .footer-tfoot1 ul li.run a {
    color: #848488;
}
.spilitscreen-tfoot2 ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.spilitscreen-tfoot2 ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:0px;
}
.spilitscreen-tfoot2 ul li {
    display: flex;
    align-items: center;
    margin-right:30px;
}
.spilitscreen-tfoot2 ul li:last-child{
	 margin-right:0px;
	}
.spilitscreen-tfoot2 ul li label {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
	    margin-right: 10px;
		    white-space: nowrap;
}
.spilitscreen-tfoot2 ul li select{
	    margin-right:0px;
	}
.spilitscreen-tfoot2 ul li.scale select {
    min-width: 102px;
}
.spilitscreen-tfoot2 ul li.group select{
	 min-width: 132px;
	}
.spilitscreen-tfoot2 ul li.hour select{
	 min-width: 77px;
	}
.spilitscreen-tfoot2 ul li.pdetail select{
	 min-width: 102px;
	}

span.red {
    color: #f44522;
}
.additional-control-page{
	background:#f9fafc;
	}

.additional-control ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.additional-control ul li{
	margin-right:10px;
	}
.additional-control ul li:last-child{
	margin-right:0px;
	}
.additional-control ul li .btn {
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    border-radius: 3px;
}
.spilitscreen {
    max-width: 1900px;
    margin: 0 auto 20px;
}
.btn-edit{
	border: 2px solid #616166;
    background: #616166;
    color: #FFF;
	}
.btn-save-edit{
	border: 2px solid #FFA500;
    background: #FFA500;
    color: #FFF;
	}
.additional-control ul li {
    margin-right: 15px;
}
.additional-control {
    padding-top: 30px;
    padding-bottom: 25px;
}
.additional-control-page .spilitscreen-inner table tr.menu-sub td:first-child:before{
	content:'\f0da ';
	}
.additional-control-page .table1 .pane--table7 table tbody tr td:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 2px #12ba3e dotted;
    left: 54%;
}
.meter.red {
    border-bottom-color: #f44522;
}
.meter.green {
    border-bottom-color: #12ba3e;
}
.spilitscreen-inner .second-spilit-row table tr td:first-child {
    font-weight: 400;
}
.spilitscreen-tfoot2 ul li.nsmall a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
.spilitscreen-tfoot2 ul li.nsmall span {
    display: inline-block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #616166;
    border-radius: 4px;
    margin-right: 5px;
}
.spilitscreen-inner>tfoot>tr>td{
	padding:0px;
	}
.table-responsive.spilit-footer-responsive {
    border-radius: 0;
}
.table1 .spilitscreen-inner table,.table1 .table-responsive table.spilit-footer{
	    border: 0px #ddd solid;
	}
tfoot tr:last-child td:first-child, tfoot, tfoot tr:last-child {
    border-bottom-left-radius: 6px;
}
tfoot tr:last-child td:last-child, tfoot, tfoot tr:last-child {
    border-bottom-right-radius: 6px;
}
thead tr:first-child td:first-child, thead, thead tr:first-child {
    border-top-left-radius: 6px;
}
thead tr:first-child td:last-child, thead, thead tr:first-child {
    border-top-right-radius: 6px;
}
.center-form {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}
.login-form {
    background: #fff;
    padding: 22px;
}
.login-form h2 {
    font-size: 20px;
    color: #36363B;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.login-form .form-control {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    font-size: 14px;
    color: rgba(54, 54, 59, 0.5);
    font-weight: 400;
}
.login-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(54, 54, 59, 0.5);
}
.login-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(54, 54, 59, 0.5);
}
.login-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(54, 54, 59, 0.5);
}
.login-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(54, 54, 59, 0.5);
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 40px;
}
.has-feedback-left .form-control-feedback {
    left: 3px;
    top: 2px;
}
.btn-orange {
    color: #fff;
    background-color: #ffa700;
    border-color: #ffa700;
}
.login-form  .glyphicon-remove:before {
    content: none;
}

/* The container */
.login-form .checkbox-remember {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

/* Hide the browser's default checkbox */
.login-form .checkbox-remember input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #d9d9d9;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-remember:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-remember input:checked ~ .checkmark {
    background-color: #34b4ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-remember input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-remember .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-orange {
    color: #fff;
    background-color: #ffa700;
    border-color: #ffa700;
}
.login-form .btn-orange{
	 opacity: 1 !important;
    font-weight: 500 !important;
    padding: 9px 12px;
    border-radius: 3px;
	    margin-top: 30px;
	}
.login-logo {
    margin-bottom: 45px;
}
.inner-center-form .forget {
    display: block;
    text-align: center;
    color: rgba(54, 54, 59, 0.50);
    margin-top: 20px;
}
.footer-bottom ul{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	margin-top:10px;
	}
.footer-bottom ul li{
	margin-right:10px;
	font-size:14px;
	}
.footer-bottom ul li:last-child{
	margin-right:0px;
	}
.footer-bottom ul li a{
	color:#FD9709;
	}
.copy{
	text-align:center;
	color: rgba(54, 54, 59, 0.25);
	font-size:12px;
	}
.footer-bottom {
    padding-top: 7%;
	padding-bottom:2%;
}
.add-data {
    width: 640px;
    margin: 0 auto;
    color: #36363B;
    padding-top: 15px;
    padding-bottom: 20px;
}

.add-data-sec5 .btn {
    color: #fff;
    padding: 9px 10px;
    font-size: 16px;
	width:150px;
}
.add-data-sec5 ul{
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-left:0px;
	}
.add-data-sec1 {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-data-sec1 img {
    margin-right: 10px;
}
.add-data-sec2 {
    display: flex;
    align-items: center;
}
.add-data-sec2-left {
    display: flex;
    align-items: center;
}
.add-data-sec2-right {
    display: flex;
    align-items: center;
}
.add-data-sec2 label {
    color: #232323;
	font-weight:500;
	margin-right:15px;
}
.add-data-sec2-left input {
    width: 75px;
    height: 40px;
    background-color: rgba(217, 217, 217, .15);
    text-align: center;
    border: 0;
    color: #36363B;
    border-radius: 3px;
}
.add-data-sec2-right input {
    height: 40px;
    width: 100px;
    background-color: rgba(217, 217, 217, .15);
    text-align: center;
    border-radius: 3px;
    border: 0;
    margin: 0 5px;
}
.add-data-sec2 {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: space-around;
}
.add-data-sec3 {
    text-align: center;
    color: #EE2D1B;
    margin-bottom: 15px;
}
.bg11{
	background:#46464c;
	color:#fff;
	}
.table-common .table>thead>tr>th {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 13px 8px;
	border-bottom: 0px solid #ddd;
}

.add-data-sec4 th img {
    margin-right: 10px;
}
.table-common .table>tbody>tr>td{
	border-top: 0px solid #ddd;
	}
.table-common {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}
.table-common .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-common .table-striped>tbody>tr:nth-of-type(even) {
    background-color:rgba(217, 217, 217, .15);
}
.table-common table {
    margin-bottom: 0;
}
.table-common {
    margin-bottom: 25px;
}
.add-data-sec5 ul li{
	margin:0 7.5px;
	}
.add-data-sec4 select {
    width: 350px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 3px 6px;
    font-size: 12px;
    color: rgba(54, 54, 59, 0.5);
}
.add-data-sec4 input{
	width:40px;
	border: 1px solid #D9D9D9;
    border-radius: 3px;
	background-color: #FFFFFF;
	 padding: 3px 6px;
    font-size: 12px;
    color: rgba(54, 54, 59, 0.5);
	text-align:center;
	}
.add-data-sec4 th.resource{
	width:350px;
	}

/*.table-tab{
	width:1520px;
	margin:0 auto;
	}*/

.table-tab-sec1 {
    background-color: #F9F9F9;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    border-radius: 3px;
}
.table-tab-sec1-left ul{
	    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
	}
.table-tab-sec1-left ul li a {
    color: #46464C;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.table-tab-sec1-left ul li a span.nsmall {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 8px;
}
.table-tab-sec1-left ul li {
    margin-right:24px;
}
.table-tab-sec1-left ul li:last-child{
	  margin-right:0px;
	}
.table-tab-sec1-left ul li a.red span.nsmall {
    background: #f44522;
}
.table-tab-sec1-right ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.table-tab-sec1-right ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.table-tab-sec1 ul{
	margin-bottom:0px;
	}
.table-tab-sec1 label{
	font-weight:500;
	}
.table-tab-sec1-right select {
    width: 120px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 3px 15px;
}
.table-tab-sec1-right ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 20px;
}
.table-tab-sec1-right ul li:first-child{
	 margin-left: 0px;
	}
.table-tab-sec-2-nav ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    border-bottom: 2px rgba(181,181,181,0.25) solid;
    padding-bottom: 5px;
}
.table-tab-sec-2-nav ul li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 17px;
}
.table-tab-sec-2-nav ul li:last-child{
	 margin-right:0px;
	}
.table-tab-sec-2-nav ul li a{
	color:#36363B;
	}
.table-tab-sec-2-nav ul li.active a{
	color:#FD9409;
	}
.table-tab-sec-2-nav ul li a {
    padding: 0 5px;
	position:relative;
}
.table-tab-sec-2-nav ul li.active a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #FD9409;
    height: 2px;
    bottom: -9px;
}
.table-tab-sec-2-table .bg1{
	color:#fff;
	}
.picture {
    position: relative;
    margin-top: 16px;
}
.picture input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.child-menu {
    position: absolute;
    left: 7.5%;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid #D4D8DF;
    margin-top: -50px;
}
.child-menu>ul>li> a {
    color: #FFA500;
    line-height: 36px;
    border-bottom: 1px #E1E5EC solid;
}
.child-menu ul{
	padding-top:0px;
	}
.child-menu>ul{
	 padding-left: 17px;
    padding-right: 10px;
	position:relative;
}
.child-menu>ul:after {
    content: url(../images/right-arr.png);
    position: absolute;
    left: -17px;
    top: 13%;
}






.menu-icon ul .child-menu ul li{
	margin-top:0px;
	text-align:left;
	}
.menu-icon ul .child-menu ul li a{
	display:block;
	}
.menu-icon ul .child-menu ul li ul li a {
    color: #3C3C3C;
    line-height: 30px;
}
.icon-angle{
	    display: flex;
    align-items: flex-end;
	}
.icon-angle .fa{
position: absolute;
    left: 0;
    width: 7%;
    text-align: center;
    margin-top: -30px;
    font-size: 28px;
	color:#c0c4ca;
}
/*--------------TEST-------------------------*/
.table-tab-sec1-right ul li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 120px;
}
.table-tab-sec1-right ul li .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn{
	background-color: #FFFFFF;
	    border: 1px solid #D9D9D9;
    border-radius: 3px;
	font-size: 12px;
    padding: 3px 15px;
	color:#36363B;
	}
.table-tab-sec1-right ul li .bootstrap-select ul li {
    margin-left: 0px;
    text-align: left;
}
.table-tab-sec1-right ul li .bootstrap-select ul li.selected a,.table-tab-sec1-right ul li .bootstrap-select ul li:hover a{
	background-color:#ffa500;
	color:#fff;
	}
.table-tab-sec1-right ul li .btn-group.open .dropdown-toggle{
	box-shadow:none;
	-webkit-box-shadow:none;
	}
/*-----------------------------mycss_ak start -----------------------*/
.active-project4_2 {
    display: flex;
    border-top: 1px solid #D4D8DF;
}
.project4_2 .right-content {
    background: #f9fafc;
    border-left: 1px solid #D4D8DF;
    width: 72%;
}
.project4_2 .menu-icon {
    width: 28%;
}
.right_menu4_2 {
    border-left: 1px solid #D4D8DF;
    text-align: left;
}
.pro4_2.menu-icon ul {
    padding-top: 22px;
    width: 21%;
    float: left;
}
.right_menu4_2 {
    border-left: 1px solid #D4D8DF;
    text-align: left;
    float: left;
    width: 79%;
    padding: 19px 18px;
}
.pro4_2.menu-icon .right_menu4_2 ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-top: 9px;
    width: 100%;
}
.menu-icon .right_menu4_2 ul li {
    margin-top: 8px;
    padding-left: 5px;
    line-height: 23px;
}

.menu-icon .right_menu4_2 ul li a {
      color: #3C3C3C;
}
.active-project4_2 i.fa.fa-angle-right {
    display: none;
}

.right_head {
    color: #B5B5B5;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #b5b5b585;
    padding-bottom: 14px;
    padding-left: 5px;
}
.right_head.spe2 {
    margin-top: 26px;
}
.menu-icon .right_menu4_2 ul li a.ligh_linkc {
    color: #B5B5B5;
}
.right_head.spe3 {
    margin-top: 26px;
    padding-bottom: 6px;
}
.right_head.spe3 span.button_c {
    float: right;
    color: #FFA700;
    border: 1px solid #FFA700;
    border-radius: 3px;
    display: block;
    text-align: center;
    align-content: center;
    padding: 10px 15px;
}
.right_head.spe3 span.button_c {
    float: right;
    color: #FFA700;
    border: 1px solid #FFA700;
    border-radius: 3px;
    display: block;
    text-align: center;
    align-content: center;
    padding: 5px 9px;
	text-transform: capitalize;
	cursor:pointer;
}
.spe3 span.headcc {
    position: relative;
    top: 6px;
}
/*-----------People_Profile ---------------*/
.People_Profile .center-form {
    padding-top: 18px;
	text-align:center;
}
.profile_c {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 0px;
}
.profile_c .button_p {
    padding: 5px 14px 5px 15px;
    border: 1px solid #c5bfbf;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: transparent;
    position: relative;
    color: #1d1e1e;
}
.profile_c input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.choose_textc {
    color: #050008;
    font-weight: 600;
    font-size: 14px;
}

.img_c {
    border: 2px solid #f9f9f9;
    padding: 15px;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 3px;
}
.pro_picture_c {
    font-size: 16px;
    font-weight: 500;
    color: #46464c;
    margin-bottom: 24px;
}
.profile_buttons_c{
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center;
}
.profile_buttons_c ul li {
    margin: 0px;
}
.profile_buttons_c .savebtn {
      margin-left: 5px;
}
.profile_buttons_c .cancelbtn {
    margin-right: 5px;
}
.profile_buttons_c .btn {
    color: #fff;
    padding: 7px 0px;
    min-width: 133px;
    margin:5px !important;
}
.profile_close_c {
    margin-top: 52px;
    margin-bottom: 40px;
}
.pro_img {
    margin-right: 5px;
}
.pro_img img {
    cursor: pointer;
}
.right-content .active-rewark-project .table>tbody>tr>td {
    border-top: 0px solid #ddd;
    color: #2F2F2F;
    font-weight: 400;
    line-height: 30px;
}
/*-----------Resource Planing Staffing ---------------*/

.resouurce-plan-staff .header-bottom {
       margin-bottom: 15px;
}
.resorce_second_top {
    background-color: #F7F8FA;
    padding-top: 8px;
    /*margin-bottom: 15px;*/
    padding-bottom: 7px;
}
.resouurce-plan-staff .header-bottom {
    margin-bottom: 16px;
    border-bottom: 1px solid #ecebeb;
}

.resouurce-plan-staff ul li .btn.btn-submit {
    border: 2px solid #FFA500;
    background: #FFA500;
    color: #FFF;
    margin-left: 10px;
}

.resouurce-plan-staff ul li .btn {
    font-size: 16px;
    font-weight: 500;
    width: 150px;
    border-radius: 3px;
}

.resorce_second_top .tbs_c {
    color: #EE2D1B;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    margin-top: 1px;
}
.resouurce-plan-staff .right_img {
    padding: 0 !important;
}
.resouurce-plan-staff th.right_img span {
    display: block;
    background-color: #505055;
    text-align: center;
    width: 74px;
    padding: 13px 0;
}
.resource_tbl th.submit_r {
    width: 3%;
}
.resource_tbl th.person_r {
    width: 9%;
}
.resource_tbl th.project_r {
    width: 8%;
}
.resource_tbl th.role_r {
    width: 9%;
}
th.proficiency_r {
    width: 9%;
}
.resource_tbl.table1.table2 table thead tr:nth-child(2) {
    background: #56565A;
}
.resource_tbl th.date_r {
    width: 10%;
    padding: 0px !important;
    text-align: center;
}
.resource_tbl th.date_r .ask {
    width: 50%;
    float: left;
    text-align: center;
}
.resource_tbl th.date_r .give {
    width: 50%;
    float: left;
    text-align: center;
	padding: 14px 0;
	font-size:12px;
	color:rgba(255, 255, 255, .5);
}
.resource_tbl th.date_r .ask {
    width: 50%;
    float: left;
    text-align: center;
    background-color: #505055;
    padding: 14px 0;
	font-size:12px;
	color:#fff;
	color: rgba(255, 255, 255, .5);
}
.resource_tbl td.date_r .ask {
    width: 50%;
    float: left;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #36363B;
}
.resource_tbl td.date_r .give.parent_c
{
	 padding: 12px 0;
}

.parent_c
{
	    display: flex;
}
.resource_tbl span.userc_w {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 8px;
}
.resource_tbl span.userc_w img
{
	width:15px;
}

.resource_tbl td.parent_c {
    padding: 20px 0 !important;
}
.resource_tbl td.parent_c select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    font-size: 12px;
    border-color: #36363b36;
    height: 25px;
    width: 150px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.resouurce-plan-staff .table1 table thead tr:first-child {
    height: 44px;
}
.resource_tbl td.parent_c .selectdiv_c
{
	width:100%;
	position:relative;
}
resource_tbl td.parent_c .selectdiv_c select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    float: right;
    padding: 2px 22px;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    line-height: 1.4;
}
resource_tbl td.parent_c .selectdiv_c:after {
    content: '&#xf0d7;';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 9px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;

}
.resource_tbl .submit_r img {
    position: relative;
    top: -2px;
    left: -6px;
}

.resouurce-plan-staff .table1.table2.resource_tbl table tbody tr td {
    /*padding: 8px 8px;*/
}

.table1.table2.resource_tbl table tbody tr td input:-moz-read-only { /* For Firefox */
  background-color: #EFEFF0;
  cursor:pointer;
}

.table1.table2.resource_tbl table tbody tr td input:read-only {
  background-color: #EFEFF0;
  cursor:pointer;
}
.table1.table2.resource_tbl table tbody tr td input {
  z-index:9998;
}

.resouurce-plan-staff .table1.table2.resource_tbl .askgiveHdiv {
    display:flex;
}
.resouurce-plan-staff .table1.table2.resource_tbl .askGiveTH
{
    z-index:9993 !important;
    border-left: 1px solid #696868;
    height: 50px;
    text-align: center;
}
.total_row th {
    background-color: #f9f9f9 !important;
    color:#000 !important;
    font-weight:500 !important;
    border-left: 1px solid #f3f2f2;
}
.resouurce-plan-staff .table1.table2.resource_tbl .askGiveColTottd
{
    z-index:9993 !important;
    padding: 8px 9px;
}
.resouurce-plan-staff .table1.table2.resource_tbl .askHdiv {
    width : 100%;
    height: 25px;
    line-height: 25px;
    color:#FFF;
    text-align:center;
    z-index:9998;
    padding:2px 12px;
}
.resouurce-plan-staff .table1.table2.resource_tbl .subHdivProf {
    width: 180px;
}
.resouurce-plan-staff .table1.table2.resource_tbl .askgiveRowTotTd {
    background-color: #fff !important;
}

.resouurce-plan-staff .table1.table2.resource_tbl table tfoot td
{
    background-color:#000;
    color:#fff;
}
.resouurce-plan-staff .table1.table2.resource_tbl .subHdivSubmit {
     width: 50px;
     text-align:center;
    line-height: 10px;
    height: 10px;
    margin:4px;

}
.resouurce-plan-staff .table1.table2.resource_tbl .subHdivRole {
    width: 100px;
}
.resouurce-plan-staff .table1.table2.resource_tbl .giveHdiv {
    width : 100%;
    height: 25px;
    line-height: 25px;
    color:#fff;
    text-align:center;
    padding:2px 12px;
}

.resouurce-plan-staff .table1.table2.resource_tbl .ask_td {
    z-index:9993 !important;
}

.resouurce-plan-staff .table1.table2.resource_tbl .fixedtd
{
    width: 4% !important;
    text-align:center;
    border-left: 1px solid #f3f2f2;
    height:70px;

}

.table1.table2 .resouce11 thead tr th, .table1.table2 .resouce11 tbody tr td {
    padding: 0px 4px;
}

.resouce11{
    max-width: 1860px;
}

.norecordMsgDiv
{
    padding: 20px 25px;
    text-align: center;
    font-size: 30px;
    color: red;
    background-color: #f7decf;
    margin: 50px;
}
.portfolioLockContain
{
    height: 78% !important;
    width: 98% !important;
    top: 18% !important;
    left: 5px !important;
    text-align: center;
    background-color: #232222b8 !important;
}

.resouurce-plan-staff .table1.table2.resource_tbl .give_td {
    height: 60px;
    z-index:9993 !important;
}
.resouurce-plan-staff .table1.table2.resource_tbl .askTh {
    width:100px;
    border-left:1px solid #ffa700;
    text-align:center;

}
.resouurce-plan-staff .table1.table2.resource_tbl .giveTh {
    width:100px;

}
.resouurce-plan-staff .table1.table2.resource_tbl .repPeriodTH{
    text-align:center;
    background-color:#ffa700;
    z-index:9998;
}


.resouurce-plan-staff .table1.table2.resource_tbl .askGiveRowTotTH
{

    text-align: center;
}
.resouurce-plan-staff .table1.table2.resource_tbl .totAskGiveColTh {
    text-align:center;
}

.resouurce-plan-staff .table1.table2.resource_tbl table.resouce11 thead tr th.submit_r {
    padding: 9px 16px;
    text-align: left;
}
.resouurce-plan-staff .table1.table2.resource_tbl table tbody tr td.submit_r {
    padding: 9px 9px;
    text-align: center;
}
.resource_tbl td.parent_c {
    padding: 20px 0 !important;
}
.resource_tbl td.project_r {
    padding-right: 0px !important;
}
.resource_tbl td.role_r {
    padding-right: 0px !important;
}
.table1.resource_tbl table input.hours.number {
    width: 40px !important;
    height: 26px !important;
}
.table1.resource_tbl table input.number {
    background: transparent;
    border: 1px solid #D9D9D9;
    text-align: center;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 0;
    -webkit-appearance: none;
    color: #46464C;
    background: #fff;
    background-image: none;
    border-radius: 3px;
}
.date_r .give {
    padding: 15px;
    text-align: center;
}
tr.total_row {
    height: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.total_row td {
    color: #232323;
    font-weight: 500;
}
.resource_btn
{
	text-align:center;
}

.resource_btn .btn.savebtn {
    color: #fff;
    padding: 7px 44px;
    font-size: 17px;
}
.resource_btn {
    margin-top: 44px;
    margin-bottom: 40px;
}
.resource_btn .btn.savebtn:hover
{
	color:#333;
}

.qask-add-row-bk {
    background-color: #f9f9fb;
    padding: 8px 9px;
    border: 1px solid #ffa500;
    display: flex;
}

.qask-add-row
{
    padding-bottom:5px;
}
.detailFieldContainer
{
    float: left;
    padding: 4px;
    clear: both;
    height: 65px;
    justify-content: center;
}
.detailFieldValue {
    float: left;
    justify-content: center;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 0px;
    width: 100%;
    margin-top: 3px;
}
.detailFieldValue input:not([type=checkbox]) {
    height: 30px;
    min-width: 130px;
}

.detailFieldValue input[type=checkbox], #ba-all-chksubmit {
    height: 25px;
    width: 20px;
}
#checkAllDIv
{
    text-align: left;
    display: block;
    padding-left: 28px !important;
}

.ask-all-check-label{
    width: 150px;
    margin-left: 15px;
    height: 30px;
    line-height: 30px;
    font-weight:700;
}
/*table ui page */
.table_uic th.wbs {
    text-align: center;
	width:5%;
}
.table_uic.table3 th.type {
    width: 6%;
}
.table_uic.table3 th.ryg {
    width: 20%;
    text-align: left;
}
.table_uic.table3 th.workplan {
    width: 5%;
}
.table_uic.table3 th.description {
    width: 9%;
    text-align: left;
}
.table_uic.table3 th.status {
    width: 14%;
	text-align: left;
}
.table_uic.table3 th.planstart {
    width: 5%;
}
.table_uic.table3 th.planhrs {
    width: 10%;
    text-align: left;
}

.table_uic.table3 th.completeset {
    width: 8%;
    text-align: left;
}
.table_uic td.active-workc {
    color: #1F63DB;
    padding-left: 10px;
}
.table_uic span.menuc {
    float: right;
}
.table3.table_uic tbody tr td:nth-child(5) {
    color: #333;
    padding-left: 10px;
}

.table3.table_uic tbody tr td:nth-child(6) {
     padding-left: 15px;
}
.table3.table_uic tbody tr td:nth-child(7) {
     text-align:center;

}
.table3.table_uic tbody tr td:nth-child(8) {
     text-align:center;

}
.table_uic.table3 th.status {
    width: 10%;
    text-align: left;
}
.table3.table_uic tbody tr td:nth-child(9) {
      padding-left: 15px;

}
.table3.table_uic tbody tr td:nth-child(10) {
      padding-left: 15px;

}
.footer-tfoot1 ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    float: left;
}
.table1 table thead select
{
 padding: 3px 16px;
}
.table1.table_uic table thead select {
       padding: 3px 16px;
}
.table3.table_uic table thead tr th.planstart select, .table3.table_uic table thead tr th.planend select {
    background-image: url(../images/calander.png);
    background-position: 90% 6px;
    padding: 3px 10px;
}
.table1.table_uic table tfoot select {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    padding: 1px 2px 1px 2px;
    background-position: 100% 54%;
    font-size: 12px;
    margin-right: 2px;
    min-width: 141px;
}
.table3 .footer-tfoot1.table_uic_foo ul li
{
	display:flex;
}

.table3 .footer-tfoot1.table_uic_foo ul li a {
    background: #616166;
    padding: 4px 4px;
    border-radius: 4px;
    margin: 0px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.table3 .footer-tfoot1.table_uic_foo ul li a img {
    width: 18px;
    margin-right: 0px;
}
.table_uic .set-right {
    color: #fff;
    text-align: left;
	padding-left: 40px
}
/*----------------- Table Request Page --------------------------*/

.table3-head .table_head_requestc ul li {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
}
.table_requestc th.centerc {
    text-align: center;
}
.table3-head .table_head_requestc td.attachgroup {
    width: 100%;
    padding-left: 1%;
}
.table_head_requestc img {
    width: 15px;
}
.table3-head .table_head_requestc span.nsmall {
    display: inline-block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa700;
    border-radius: 4px;
    margin-right: 12px;
}
.table3-head .table_head_requestc ul li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
}

.table_requestc .nbold td {
    color: #36363B;
	font-weight: 500 !important;
}
.table_requestc .head_tbl1 .center_c td
{
    color: #232323;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.table_requestc .textcc td {
  padding-left:5px;
}
.table_requestc .textcc td {
    padding-left: 12px;
}
.table_requestc  th.centerc {
   	background-color: #46464C;
    color: #fff;
    font-weight: 500;
}
.table_requestc .yellow_cc
{
color: #FD9409;
font-family: Roboto;
font-size: 14px;
font-weight: 500;
line-height: 1.1;
text-align: center;
}

.table_requestc .table3 tbody tr.nbold td:nth-child(5):before {
    content: " ";
}
.center_c td {
    text-align: center;
}
.table_requestc td label {
    color: #36363B;
    font-weight: 500!important;
}
.table_requestc .table1 table.request_c input
{
	background-color: rgba(217, 217, 217, .15);
    border: 0;
    display: block;
    width: 100%;
    padding: 8px 10px;
	background-image:none;
	color:#36363B;
	font-size:14px;
}
.table_requestc td label {
    color: #36363B;
    font-weight: 500!important;
    padding-left: 12px;
}
.table_requestc .center_c input
{
	text-align:center;
}
.table_requestc .center_c td label {
    color: #36363B;
    font-weight: 500!important;
    padding-left: 0px;
}

/*-----------------UI Sidebar page -----------------------------*/
.ui_sidebar .home-table1 .pane--table3 table {
    table-layout: auto;
    width: 100%;
}

.ui_sidebar .pane--table2 table,.ui_sidebar .pane--table1 table {
    table-layout: auto;
    width: 100%;
}
.ui_sidebar .pane--table4 table,.ui_sidebar .pane--table5 table {
    table-layout: auto;
    width: 100%;
}
.ui_sidebar.project4_2 .menu-icon {
    width: 19.5%;
    background-color: rgb(80, 80, 84);
    border: 0;
	padding-bottom: 30%;
}
.ui_sidebar .right_head {
    color: #fff;
    font-size: 14px;
    line-height: 0;
    text-transform: uppercase;
    border-bottom: none;
    padding-left: 20px;
    background-color: #46464c;
    padding-top: 24px;
    padding-bottom: 23px;
}
.ui_sidebar .panel-group {
    margin-bottom: 20px;
    margin-top: 13px;
}
.ui_sidebar .right_menu4_2 {
    border-left: 0;
    text-align: left;
    float: left;
    width: 100%;
    padding: 0;
}

.ui_sidebar.project4_2 .right-content {
    background: #ffffffed;
    border-left: 1px solid #D4D8DF;
    width: 80.5%;
}
.ui_sidebar .panel-body {
    padding: 0px !important;
}

/*-----------------page css ---------------------*/
.ui_sidebar .panel-default>.panel-heading {
    color: rgba(255, 255, 255, 0.70);
    background-color: #505054;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	   border-radius: 0;
}
.ui_sidebar .panel-group .panel+.panel {
    margin-top: 0px;
}
.ui_sidebar .panel-default {
    border: 0;
}
.ui_sidebar .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.ui_sidebar .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #505054;
}

.ui_sidebar .panel-default>.panel-heading a {
    display: block;
    padding: 11px 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 8px;

}
.ui_sidebar .panel-default>.panel-heading a:hover
{
	color:#fff;
	background-color:#46464C;
}

.ui_sidebar .panel-default>.panel-heading span {
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}

.ui_sidebar .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}


.ui_sidebar .panel-default>.panel-heading a[aria-expanded="true"]:after {
 /* content: "\2212"; */
  content:"\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui_sidebar .panel-default>.panel-heading a[aria-expanded="false"]:after {
/*  content: "\002b"; */
  content:"\e114";
  -webkit-transform: rotate(90deg);
  transform: rotate(0deg);
}

.ui_sidebar .accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.ui_sidebar .accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.ui_sidebar .accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.ui_sidebar .accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.ui_sidebar .accordion-option .ui_sidebar .toggle-accordion.active:before {
  content: "Collapse All";
}
.ui_sidebar .ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #505054;
}
.ui_sidebar .ui_sidebar .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #505054;
}

.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #505054;
    background-color: #505054;
    padding: 0 15px;
	color: rgba(255, 255, 255, 0.5);
	font-size:13px;
	padding-bottom: 8px !important;
}
.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a {
    font-family: Roboto;
    font-size: 13px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    width: 100%;
    display: block;
}

.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a span.right_desi {
    float: right;
}
.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a span.num {
    background-color: #565656;
    padding: 3px 10px;
    border-radius: 42%;
    color: #fff;
    width: 15px;
    margin-right: 8px;
}
.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a span.plus {
    font-size: 16px;
    position: relative;
    top: 1px;
    color: rgba(255, 255, 255, 0.5);

}
.ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a span.plus:hover {
	color:#FD9409;
}
.ui_sidebar .res_use {
    font-family: Roboto;
    font-size: 13px;
    line-height: 13px;
    color: #FD9409;
    padding: 12px 20px;
    width: 100%;
    display: block;
    border-left: 5px solid #FD9409;
    background-color: #46464C;
}

 .ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover {
	     color:#fff;
		 background-color:#46464C;
	}
 .ui_sidebar .panel-default>.panel-heading+.panel-collapse>.panel-body a:hover .plus {
  color:#fff;
 }
.ui_sidebar .programme-home-sec1 {
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 25px;
    background-color: #F9FAFC;
}

/* ---------------- table-w-tabs page --------------------- */

.table_w_tabs #exTab1 .tab-content {
  background-color: #46464C;
  padding :0px;
}

.table_w_tabs  #exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

.table_w_tabs #exTab1 .nav-pills > li > a {
    border-radius: 8px 8px 0px 0px;
    background-color: #505055;
    color: #fff;
    padding: 13px 18px 13px 18px;
}
.table_w_tabs #exTab1 .nav-pills > li.active a{
		background-color:#46464C;
		color:#FD9409;
}
.table_w_tabs #exTab1 .nav-pills > li a
{
	color:#fff;
}
.table_w_tabs #exTab1 .nav-pills > li a:hover
{
	color:#FD9409;
	background-color:#46464C;
}


.table_w_tabs  #exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.table_w_tabs .nav-pills>li+li {
    margin-left: 0px;
}

.table_w_tabs .top_bar img {
    width: 12px;
    margin-right: 4px;
    position: relative;
    bottom: 1px;
}
.table_w_tabs .top_bar {
    padding-top: 6px;
    padding-bottom: 4px;
}
.table_w_tabs .table1 .table-responsive table {
    margin-bottom: 0px;
    border: 0;
}

.table_w_tabs .table1 .table-responsive table tr.titels th {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
   }
.table_w_tabs .table1 .table-responsive table tr.titels {
    background-color: #505054;
    height: 40px;
}
.table_w_tabs .titels th.estimate {
    text-align: center;
	width:0.5%;
}
.table_w_tabs .titels th.org {
    width: 2%;
}
.table_w_tabs th.req {
    width: 3%;
}
.table_w_tabs th.enterda {
    width: 1%;
    text-align: center;
}
.table_w_tabs .table3 tbody tr td:nth-child(5) {
    padding-left: 0px;
    text-align: center;
}
.table_w_tabs th.duedate {
    width: 1%;
    text-align: center;
}
.table_w_tabs th.tilldate {
    width: 1%;
    text-align: center;
}
.table_w_tabs th.enteresitmat {
    width: 1%;
    text-align: center;
}

.table_w_tabs th.sumitedby
{
	width: 1%;
    text-align: center;
}
.table_w_tabs th.duedate {
    width: 1%;
}

.table_w_tabs .table3 tbody tr td:nth-child(3)
{
	color: #1F63DB;
}
.table_w_tabs .table3 tbody tr td:nth-child(5)
{
	color: #EE2D1B;
    padding-left: 0px;
}
.table_w_tabs .table3 tbody tr td:nth-child(7)
{
	color: #1F63DB;
}

/*-----------------------WO Add Request Idea Page-------------------------------------- */

.wo_add_request_idea .profile_buttons_c .btn {
    color: #fff;
    padding: 7px 0px;
    font-size: 17px;
    width: 203px;
    box-shadow: none;
	outline: none;
}
.wo_add_request_idea .profile_buttons_c {
    margin-top: 20px;
    margin-bottom: 19px;
    text-align:center;
}

.inner_addrequest {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: hidden;
}
.inner_addrequest .learn-detail-sec2 , .inner_addrequest .learn-detail-sec3{

    margin: 0 auto;
   }

.inner_addrequest .learn-detail-sec2 tr.bg1 th,.inner_addrequest .learn-detail-sec3 tr.bg1 th {
    padding: 11px 18px;
    font-size: 14px;
    color: #fff;
    border: 0;
    text-align: left;
}

.inner_addrequest .learn-detail-sec2 tr.bg1 th a,.inner_addrequest .learn-detail-sec3 tr.bg1 th a{
    padding: 11px 18px;
    font-size: 14px;
    color: #fff;
    border: 0;
    text-align: center;
}
.inner_addrequest .learn-detail-sec2 label, .person-profile-sec2 label,.inner_addrequest .learn-detail-sec3 label, .person-profile-sec3 label {
    font-weight: 700;
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding: 0px 10px;*/
}
.inner_addrequest .learn-detail-sec2 label{
    line-height: 1;
}

.inner_addrequest .learn-detail-sec2 input, .inner_addrequest .learn-detail-sec2 textarea,
.inner_addrequest .learn-detail-sec2 span,.inner_addrequest .learn-detail-sec3 input,
.inner_addrequest .learn-detail-sec3 textarea, .inner_addrequest .learn-detail-sec3 span  {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    padding: 10px 10px;
    border-radius: 4px;
}
.inner_addrequest .learn-detail-sec2 span {
    border: 1px solid transparent;
}
.inner_addrequest .learn-detail-sec2 input:not([type=checkbox]):not([type=radio])
{
    width: 100%;
    border: 1px solid #46464c2e;
}
.inner_addrequest .learn-detail-sec2 select, .inner_addrequest .learn-detail-sec2 textarea {
    width: 100%;
}

.inner_addrequest .learn-detail-sec2 span.btn {
    padding: 0px 0px;
    border: 0;
    background-color: #F44522;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.inner_addrequest input[type=text]:focus, .inner_addrequest textarea:focus , .inner_addrequest select:focus{
	border: 1px solid #46464C;
    outline:none;
}

.inner_addrequest ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(54, 54, 59, .5);
}
.inner_addrequest ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(54, 54, 59, .5);
}
.inner_addrequest :-ms-input-placeholder { /* IE 10+ */
  color: rgba(54, 54, 59, .5);
}
.inner_addrequest :-moz-placeholder { /* Firefox 18- */
  color: rgba(54, 54, 59, .5);
}
.addrequest .learn-detail-sec2 textarea,.addrequest .learn-detail-sec3 textarea {
    overflow: auto;
    font-size: 13px;
}

.addrequest select, .addrequest input[type="text"], .addrequest textarea, .addrequest select, addrequest.hasDatepicker {
    border-radius: 0px;
    border: 1px solid #D2DAE2;
    color: #737272;
    width: 100%;
    max-width: 530px;
}

.addrequest .learn-detail-sec2 select,.addrequest .learn-detail-sec3 select  {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 5px;
    background-image: url(../images/arrow.png);
    font-size: 12px;
    border-color: #36363b36;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    padding: 12px 8px;
}

.addrequest .learn-detail-sec3 .roleMulti select{
    height: 80px !important;
}

.addrequest .learn-detail-sec3 a:hover {
    color: #333;
    background-color: transparent;
    font-size: 14px;
    text-decoration:underline;
}

.addrequest .learn-detail-sec3 a {
    color: #777;
    background-color: transparent;
    font-size: 14px;
}
.addrequest .learn-detail-sec3  textarea{
    height: 80px !important;
}
.addrequest .learn-detail-sec3 td {
    vertical-align:middle !important;
}

.addrequest .learn-detail-sec3 .jqDatePicker {
    width:115px; display:inline-block;
}
.addrequest .learn-detail-sec3 select option{
    color: #36363B;
    font-size: 13px;
    padding: 3px 4px;
    display: block;
    width: 100%;
}
.inner_addrequest .learn-detail-sec2 label m {
    color: #EE2D1B;
}
.wo_add_request_idea .footer_butt_c .profile_buttons_c {
    margin-top: -5px;
    margin-bottom: 18px;
    float: left;
    width: 100%;
}
.inner_addrequest .learn-detail-sec2 td
{
	/*width:348.5px;*/
}

.inner_addrequest .learn-detail-sec2 select option {
    color: #36363B;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    width: 100%;
}

.inner_addrequest .innerGridTable .learn-detail-sec3 td {
    vertical-align:middle;
}
/*----------------------------------NO Records page ------------------------------------*/
.No_reocod_main .no_records_left {
    width: 19.5%;
    background-color: rgb(80, 80, 84);
    border: 0;
    margin-right: 1%;
    padding-bottom: 140px;
}
.ui_sidebar.project4_2 .right-content {
    background: #ffffffed;
    border-left: 1px solid #D4D8DF;
    width: 79.5%;
}
.no_records_con {
    max-width: 890px;
    margin: 14px auto;
    width: 100%;
}
.no_records_right .top_row {
    color: #FD9409;
    margin-bottom: 14px;
}
.no_records_inner {
    text-align: center;
    border: 1px solid rgba(255, 165, 0, 0.4);
    background-color: rgba(255,165,0,0.05);
    padding: 13px 16px;
    font-size: 14px;
    line-height: 18px;
}
.no_records_right .bottom_row {
    color: #FD9409;
    max-width: 614px;
    margin: 0 auto;
    width: 100%;
}
.no_records_right .no_record {
    text-align: center;
    margin-top: 24px;
	color: #FD9409;
}
.no_records_right .profile_buttons_c {
    margin-top: 40px;
}
.no_records_right .profile_buttons_c .btn {
    color: #fff;
    padding: 7px 0px;
    font-size: 17px;
    width: 151px;
}

.No_reocod_main .ui_sidebar.project4_2 .right-content {
    border-left: 0;

}
/*--------------- WO Homescreen My Reports  ----------------*/

.wo_homescreen_my_reports .ui_sidebar.project4_2 .right-content {
    background: #ffffffed;
    border-left: 1px solid #D4D8DF;
    width: 79.5%;
    padding-top: 22px;
}
.programme-home-sec2 li.disable a {
    color: rgba(54, 54, 59, .5);
}
.wo_homescreen_my_reports .add-project {
    margin-right: 1%;
    position: relative;
	width: 49%;
}
.wo_homescreen_my_reports .table1 table thead select {
    padding: 3px 10px;
}
.wo_homescreen_my_reports .table1 table thead select {
    min-width: 62px;
    background-image: url(../images/arrow.png);
    background-position: 90% 9px;
	color:#fff;
}
.wo_homescreen_my_reports .home-table2 .table>tbody>tr>td:nth-child(2) {
    color: #36363B;
    text-align: left;
}
.wo_homescreen_my_reports .home-table1 .table1 .table>thead>tr.bg2>th {
    text-align: left;
}
.wo_homescreen_my_reports .home-table1 .table1 .table>thead>tr.bg2>th.status1 {
    width: 272px;
}
.wo_homescreen_my_reports .home-table2 .project-end1 {
    min-width: 162px;
    padding-left: 10px;
}
.wo_homescreen_my_reports .home-table2 .project-end11 {
    min-width: 123px;
}
.wo_homescreen_my_reports .home-table2 .due-end1 {
    min-width: 68px;
}
.wo_homescreen_my_reports .home-table2 .status1 {
    min-width: 260px;
}
.wo_homescreen_my_reports .due-end1 a i.fa.fa-pencil-square-o {
    color: #ffa700;
    font-size: 17px;
	padding: 5px 5px 4px 5px;
    border-radius: 4px;
}
.wo_homescreen_my_reports .home-table2 .due-end11 {
    min-width: 84px;
    padding-left: 14px;
}


.wo_homescreen_my_reports .due-end1 a:hover i.fa.fa-pencil-square-o {
    text-decoration: none;
    background-color: #ffa700;
    padding: 5px 5px 4px 5px;
    border-radius: 4px;
    color: #fff;
}
.wo_homescreen_my_reports .home-table2 .project-end11 {
    min-width: 158px;
}

.wo_homescreen_my_reports .home-table2 .table_rightc .project-end11 {
    min-width: 164px;
}
.wo_homescreen_my_reports .home-table2 .table_rightc  .project-end1 {
    min-width: 138px;
    padding-left: 8px;
}
.wo_homescreen_my_reports .home-table2 .table_rightc span.low_num {
    color: rgba(54, 54, 59, .6);
}

/*--------------------------- WO Personalize -------------------------------------*/
.w-personalize .programme-home-sec1 {
   background:transparent;
}

.w-personalize .ui_sidebar .programme-home-sec1 {
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px #dad8d8 solid;
}

.w-personalize .right_header_top  ul {
    padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.programme-home-sec1 li {
    margin: 0px 12px;
}
.w-personalize .wo_Per_filter ul
{
	padding-left: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.wo_Per_filter ul select {
    min-width: 100px;
    background: #616166;
    border: 0;
    color: #b2b2b3;
    padding: 5px 15px;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 90% 12px;
    -webkit-appearance: none;
}
.wo_Per_filter label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #36363B;
    font-weight: 500;
    margin-right: 8px;
}
.wo_Per_filter ul li {
    margin: 0 5px;
}
.wo_Per_filter ul select {
    min-width: 120px;
    background: transparent;
    color: #36363B;
    padding: 3px 9px;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% 9px;
    -webkit-appearance: none;
    font-size: 12px;
    border: 1px solid #e2dfdf;
}
.w-personalize .right_header .programme-home-sec1 {
    padding: 10px 0;
    margin-top: 4px;
    margin-bottom: 15px;
    border-bottom: 2px #ececec solid;
    padding-bottom: 15px;
}
.w-personalize  .wo_Per_filter {
    padding-bottom: 14px;
}
.w-personalize .right_header_top
{
   margin-left: 12px;
    margin-right: 13px;
    background-color: #F9F9F9;
    margin-top: 14px;
	width: 1045px;
}
.w-personalize .right_personal_inner
{
	width:100%;
	overflow-y:auto;
	margin-bottom: 90px;
}



.w-personalize .right_header .programme-home-sec2 ul li a {
    padding: 0px 15px;
    position: relative;
    text-transform: uppercase;
	color:#36363B;
	font-size:13px;
}
.w-personalize .right_header .programme-home-sec2 {
    padding-top: 24px;
    padding-left: 10px;
	width: 1045px;
}
.w-personalize .right_header .programme-home-sec2 li.active a {
    color: #ffa500;
    border-bottom: 3px #ffa500 solid;
    padding-bottom: 6px;
}
.w-personalize .reorder-section {
    display: flex;
}

.w-personalize .re_medle_section
{
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}
.w-personalize .re_medle_section ul {
    list-style: none;
    padding-left: 0;
	}

.reorder-section .btn-orange {
    color: #fff;
    background-color: #ffa700;
    border-color: #ffa700;
    box-shadow: none;
    padding: 3px 7px;
}
.reorder-1 ul,.reorder-1 select {
    width: 400px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #fff;


}

.reorder-1 ul,.reorder-1 select option{

    color: #36363B;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    width: 100%;
}

.w-personalize .re_medle_section .reorder-1 ul li a {
    color: #36363B;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    width: 100%;
}
.w-personalize .re_medle_section .reorder-1 ul li a:hover {
   background-color: #FFA500;
   color:#fff;
}
.w-personalize .re_medle_section .reorder-1 span.num {
    margin-right: 10px;
}
.w-personalize .re_medle_section .reorder-1  ul li a.active
{
   background-color: #FFA500;
   color:#fff;
}
.re_medle_section label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #232323;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 8px;
}
.w-personalize .reorder-section_bg {
    margin-left: 12px;
    margin-right: 12px;
    background-color: #F9F9F9;
    margin-top: 6px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 25px;

}
.w-personalize .reorder-1 {
    margin-right: 16px;

}
.w-personalize .reorder-1 .profile_buttons_c .footer_reorder-1 .btn {
    color: #fff;
    padding: 7px 0px;
    font-size: 17px;
    width: 151px;
	margin:0;
}
.w-personalize .footer_reorder-1
{
	text-align:center;
}
.w-personalize .reorder-section .reorder-2 li {
    margin-bottom: 10px;
    width : 200px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.w-personalize .reorder-section .reorder-2 {
    margin-top: 16px;
}
.w-personalize .reorder-section .reorder-2 li span{
    margin-left: 5px;
}

.w-personalize .reorder-section .reorder-2 ul{
    display:block;
}
.footer_reorder-1 .profile_buttons_c .savebtn {
    margin-left: 0px;
}
/*---------------------- WO Admin Home ------------------------*/

.Wo-admin_main .header-bottom {
    background-color: #F7F8FA;
    padding-top: 15px;
    padding-bottom: 9px;
}
.Wo-admin_main .header {
    border-bottom: 0;
}
.wo-admin_content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.wo-admin_content .tbl_bottom ol, ul {
    margin-top: 0;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 0px;
    display:flex;
}
ul.chosen-results {
	display: block;
}
.wo-admin_content .tbl_full {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    min-height: 217px;
}
.wo-admin_content .tbl_top {
    background-color: #46464C;
    color: #fff;
    padding: 10px;
    font-weight: 500;
    padding-left: 15px;
}
.wo-admin_content .tbl_bottom li {
    padding: 14px 0px 6px 12px;
}
.wo-admin_content .tbl_bottom li a {
	color:#194AD2;
	}
.wo-admin_content .tbl_bottom li a span {
    color: #A8A8A8;
    font-size: 7px;
    border: 1px solid #A8A8A8;
    padding: 0px 3px 0px 3px;
    border-radius: 50%;
    font-weight: 500;
    position: relative;
    top: -1px;
}
.wo-admin_content .tbl_bottom li a:hover {
    color:#0a47f3;
}
.wo-admin_content .tbl_bottom li a:hover span {
    color: #FFA500;
    border: 1px solid #FFA500;
}

.wo-admin_content .padding_zero ul li
{
	padding-left:0;
}
.wo-admin_content_inner {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}
.wo-admin_content_inner_scroll {
    width: 1920px;
    overflow-x: auto;
    display: flex;
    margin-top: 12px;
    margin-bottom: 27px;
}
.wo-admin_content .tbl_full {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    min-height: 217px;
    width: 622px;
    margin-right: 28px;
}
.wo-admin_content .tbl_bottom {
    display: flex;
}
.wo-admin_content .tbl_left {
    width: 55%;
}
.wo-admin_content .tbl_right {
    width: 45%;
}
.wo-admin_content_inner_scroll .tbl_full:nth-child(3)
{
	margin-right:0;
}
.tooltip
{
	/* width:600px; */
}
.tooltip-inner
{
	border: 1px solid #D9D9D9;
	background-color:#fff;
	min-width:430px;
	color:#36363B;
	color: #36363B;	font-family: Roboto;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-radius:3px;
	padding:8px;
}



 .tooltip-inner::before {
   border-top-color: #44f !important;
}

/*customizing tooltip color*/
/*right tooltip*/
.tooltip.right > .tooltip-arrow {
  border-right-color: #D9D9D9;
}

/*bottom tooltip*/
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #D9D9D9;
}

/*top tooltip*/
.tooltip.top > .tooltip-arrow {
  border-top-color: #D9D9D9;
}

/*left tooltip*/
.tooltip.left > .tooltip-arrow {
  border-left-color: #D9D9D9;
}
.tooltip {min-width:430px;}
.wo-admin_content .tbl_bottom .tbl_right li {
    padding: 14px 0px 6px 0px;
}
/*-------------------------------------------WO Show Columns Settings -----------------------------------------------------*/

.Show-Columns-Settings .pop-bg {
    width: 600px;
    float: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 16% auto;
    z-index: 999;
    border-radius: 5px;
	height: 412px;
}
.table1.tbl_left_pop {
    width: 300px;
}
.table1.tbl_right_pop {
    width: 300px;
}
.Show-Columns-Settings .pop-body {
    padding-left: 0%;
    padding-right: 0;
}
.popup-sidebar.column_setting {
    position: absolute;
    z-index: 9;
	min-height: 1000px;
}
.column_setting .popup-head {
    background-color: #46464C;
    padding: 12px 21px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
	 width: 600px;
	}
.popup-sidebar .column_setting .table-responsive {
    border-radius: 0;
}
.column_setting .work3-table2 {
    margin-top: 0px;
}
.work3-table3.table1.tbl_right_pop {
    margin-top: 0px;
}
.popup-sidebar .column_setting_table {
    display: flex;
    width: 600px;
}
.column_setting_table .table-responsive {
    border-radius: 0;
}
.column_setting_table .table1 table input
{
	background-image:none;
	width: 92px;
    height: 26px;
	color:#fff;
	float: right;
}
.column_setting_table .table1 table input[type="text"]
{
	width: 100%;
    background: #616166;
    border: 0;
    color: #b2b2b3;
    padding: 5px 15px;
    border-radius: 4px;
    background-image: url(../images/search1.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 6px;
    padding-left: 23px;
}
th.leftcol {
    width: 58%;
}
.tbl_right_pop .bg2 {
    background-color: #56565A;
}
.tbl_left_pop th.leftcol {
    font-size: 12px;
    padding-left: 22px;
}


.column_setting_table .add-project {
    margin-right: 0;
    position: relative;
}
.table1.tbl_left_pop .left {
    padding-left: 13px;
    width: 46%;
    padding-right: 10px;
}
.table1.tbl_right_pop .left {
    padding-left: 10px;
    width: 46%;
    padding-right: 4px;
}

.table1.tbl_right_pop .right {
    text-align: right;
}
.table1.tbl_left_pop .right
{
    text-align: right;
}
.table1.tbl_left_pop {
    width: 300px;
  }

.column_setting .table1 .table>tbody>tr>td {
    line-height: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.column_setting .table1 .table>tbody>tr>td i.fa
{
	font-size:18px;
	color: #616166;
}

.column_setting th.leftcol {
    width: 44%;
    padding-left: 21px;
}
.column_setting .table1 .table-responsive .radius {
    border-radius: 0;
    border: 0px solid #ddd;
}


.column_setting tbody::-webkit-scrollbar {
  width: 7px;
}
.column_setting tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
    }
.column_setting tbody::-webkit-scrollbar-thumb {
    background-color: darkgrey;
   outline: 1px solid slategrey;

}
.column_setting tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    height: 198px;
    border-left: 1px #ddd solid;
    border-right: 0px #ddd solid;
	padding-left: 10px;
}
.column_setting_table th.right_col {
    width: 22% !important;
}
.pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    width: 153px;
	height:26px;
	margin: 0px;
}
.pop-footer select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    font-size: 14px;
    border-color: #36363b36;
    height: 28px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 202px;
    color: #36363B;
}
.pop-footer a {
    background-color: #ffa500;
    width: 27px;
    display: flex;
    align-items: center;
    height: 26px;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
}
.pop-footer button.btn.savebtn.popf {
    width: 51px;
	height:26px;
}
.pop-footer button.btn.savebtn.popf {
    width: 51px;
    height: 26px;
    margin: 0;
}
.pop-footer .profile_buttons_c ul li {
    margin: 0px 7px;
}
.pop-footer .work-save {
    background-color: #F7F8FA;
    padding: 14px 0 22px 0;
      margin-top: -9px;
    position: relative;
}
.pop-footer .footerbtnc button.btn.cancelbtn {
    height: 40px;
}
.pop-footer ul
{
	margin-bottom:0;
}
.pop-footer .work-save.footerbtnc {
      padding: 14px 0 15px 0;
	  border-top: 1px solid #E0E4EC;
  }

.pop-footer {
    border: 1px solid #E0E4EC;
    border-radius: 0px 0px 3px 3px;
}
.Show-Columns-Settings .set-group img {
	width:15px;
}
.column_setting .out_popup {
    width: 80%;
    overflow-x: auto;
    margin-bottom: 40px;
}
.column_setting .pop-width
{
	width: 100%;
    overflow-y: auto;
}
.Show-Columns-Settings .mar_rightc
{
	margin-right:30px;
}
.Show-Columns-Settings .pop-height {
    height: 603px;
    overflow-x: hidden;
}

/*------------------- WO - Projects (Visual Workflow) -------------------------------*/

.project_visual_content_main {
    width: 1244px;
    margin: 58px auto;
	display: flex;
}

.project_visual_content_main .head_title {
    color: #3C3C3C;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
	margin-bottom: 13px;
}
.project_visual_content_main .left_sidbar {
    width: 243px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 24px 22px;
}
.project_visual_content_main .left_sidbar  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	width: 100%;
}
.project_visual_content_main .left_sidbar select
{
    height: 25px;
    width: 200px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 3px 9px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 9px;
    -webkit-appearance: none;
    color: rgba(54, 54, 59, 0.5);
	outline:none;
}

.project_visual_content_main .left_sidbar .secc {
    margin-bottom: 21px;
}
.project_visual_content_main .left_sidbar .work-save
{
	margin-top: 50px;
    margin-bottom: 35px;
}
.project_visual_content_main .left_sidbar .work-save .btn {
    height: 40px;
    width: 200px;
    border-radius: 3px;
    background-color: #FFA500;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    outline: none;
}
.project_visual_content_main .right_content_inner {
    box-sizing: border-box;
    height: 407px;
    width: 982px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-left: 18px;
	padding: 60px 30px;
	}
.right_content_inner .sec1 .sub1, .right_content_inner_sections .sec1 .sub3 {
    background-image: url(../images/green_bg.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #1995FF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.right_content_inner_sections .sec1 .sub2{
    background-image: url(../images/g1.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
    line-height: 79px;
    color: #FD9409;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.right_content_inner_sections .sec1 .sub3 {
    margin: 0px auto;
}
.right_content_inner_sections .arrow_below {
    text-align: center;
	margin-top: -5px;
}
.right_content_inner_sections .sec1 {
    width: 170px;
}
.right_content_inner_sections .sub_top {
    height: 190px;
    width: 170px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    padding: 18px 18px 0px 18px;
}
.right_content_inner_sections {
    display: flex;
}
.right_content_inner_sections .sec2 .arrow_c {
    margin-top: 124px;
    margin-left: -11px;
}
.right_content_inner_sections .sec3 .top {
    height: 190px;
    width: 320px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    margin-left: -12px;
    padding: 10px 18px 18px 18px;
    display: flex;
}
.right_content_inner_sections .sec3 .sub1 {
    background-image: url(../images/g1.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
    line-height: 79px;
    color: #FD9409;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
}
.right_content_inner_sections .sec3 .sub2 {
    background-image: url(../images/nor_rect.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
}
.right_content_inner_sections .sec3 .left {
    width: 130px;
}
.right_content_inner_sections .sec3 .left .arrow_below {
    text-align: center;
    margin-top: 1px;
}
.right_content_inner_sections .sec3 .right .sub1 {
    background-image: url(../images/nor_rect.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
}
.right_content_inner_sections .sec3 .center {
    margin-top: 30px;
    width: 20px;
}
.right_content_inner_sections .sec3 .right .sub2 {
    background-image: url(../images/gray_bg.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
     margin-top: 32px;
}
.right_content_inner_sections .sec5 .sub1,.right_content_inner_sections .sec5 .sub2,.right_content_inner_sections .sec5 .sub3 {
    background-image: url(../images/nor_rect.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
	margin-bottom:32px;
}
.right_content_inner_sections .sec5 {
    height: 280px;
    width: 170px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    padding: 10px 18px 18px;
}
.right_content_inner_sections .sec4{
    margin-top: 35px;
    margin-left: -22px;
    margin-right: -13px;
}
.right_content_inner_sections .sec7  {
    margin-top: 35px;
    margin-left: -11px;
    margin-right: -13px;
}
.right_content_inner_sections .sec8 .arrow_below {
    text-align: center;
    margin-top: 0px;
    margin-bottom: -7px;
}
.right_content_inner_sections  .sec8 .sub1 {
    background-image: url(../images/y1.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 80px;
    line-height: 79px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
	}
.right_content_inner_sections  .sec8 .bottom {
    padding: 22px 18px;
}
.right_content_inner_sections .sec8 .sub2 {
    background-image: url(../images/nor_rect.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}

.right_content_inner_sections .sec8 .top {
    height: 190px;
    width: 170px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    padding: 10px 18px 10px 18px;
}
.right_content_inner_sections .sec3 .bottom {
    display: flex;
    padding: 10px 18px 18px 18px;
    margin-left: -11px;
    margin-top: 16px;
}
.right_content_inner_sections .sec3 .bottom .sub1
{
    background-image: url(../images/re_ter.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
}
.right_content_inner_sections .sec3 .bottom .left {
    width: 130px;
    margin-right: 19px;
}
.right_content_inner_sections .sec3 .bottom .right .sub1 {
    background-image: url(../images/nor_rect.png);
    background-repeat: no-repeat;
    width: 130px;
    height: 61px;
    line-height: 61px;
    color: #4E4E53;
    font-family: Roboto;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
    margin-right: 15px;
}
.WO_project_visual_main .wo_full_conetent {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 60px;
}
/*-----------------WO-Forecast-By-Week-Report------------------------*/
.Wo_forcast_by_Week_Report_main_container .scrollselect112::-webkit-scrollbar {
 width: 5px;
}
.Wo_forcast_by_Week_Report_main_container .scrollselect112::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
.Wo_forcast_by_Week_Report_main_container .scrollselect112::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.Wo_forcast_by_Week_Report_main_container .table1 table thead select#ddd {
    -webkit-appearance: none;
    background-image: none;
}
.Wo_forcast_by_Week_Report_main_container .seclectboxcc {
    position:relative;

}

.Wo_forcast_by_Week_Report_main_container .table1 select.scrollselect112 {
    -webkit-appearance: none;
    background-image: none;
    padding: 0;
    box-sizing: border-box;
    height: 138px;
    width: 202px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,0.08);
	position: absolute;
    z-index: 99999;
	padding-top: 10px;
    padding-left: 5px;
	color: #36363B;
	font-size:12px;
}

.Wo_forcast_by_Week_Report_main_container .table1  select.scrollselect112 option
{
	padding:7px;
}
.bg2.top_barc {
    display: flex;
    background: #505054;
    padding: 5px 14px;
}
.Wo_forcast_by_Week_Report_main_container .table1 .divdes {
    width: 153px;
    height: 27px;
	color:#fff;
	font-size:12px;
	padding: 5px 10px;
    min-width: 100px;
    background: #616166;
    border: 0;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 12px;
     -webkit-appearance: none;
	 cursor:pointer;
	 margin-bottom:2px;
    }
.Wo_forcast_by_Week_Report_main_container .table1 .divdes img.imgc {
    position: relative;
    left: 12px;
}
.Wo_forcast_by_Week_Report_main_container .table1 .table-responsive table
{
	   border: none;
}
.Wo_forcast_by_Week_Report_main_container .top.bgccc {
    background: #46464c;
	padding: 5px;
	width: 1920px;
	margin:0 auto;
}
.Wo_forcast_by_Week_Report_main_container .bg2.top_barc .sec1 {
    width: 180px;
}
.Wo_forcast_by_Week_Report_main_container .bg2.top_barc .sec2 {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
    width: 161px;
}
.Wo_forcast_by_Week_Report_main_container button.btn.btn-block.my_btn {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    height: 25px;
    width: 100px;
    border-radius: 3px;
    background-color: #FFA500;
    box-shadow: none;
    padding-top: 4px;
    outline: none;
	position: relative;
    top: 2px;
}
.Wo_forcast_by_Week_Report_main_container td.active-workc {
    width: 12%;
}
.Wo_forcast_by_Week_Report_main_container .table_uic.table3 th.ryg {
    width: 11%;
    text-align: left;
}
.Wo_forcast_by_Week_Report_main_container .table_uic.table3 td
{
	padding-left:15px;
	color: #194AD2;
}
.Wo_forcast_by_Week_Report_main_container .table3.table_uic tbody tr td:nth-child(5) {
    padding-left:15px;
	color: #1F63DB;
}
.Wo_forcast_by_Week_Report_main_container .table3.table_uic tbody tr td:nth-child(3),.Wo_forcast_by_Week_Report_main_container .table3.table_uic tbody tr td:nth-child(1)
{
	color:#36363B;
}
.Wo_forcast_by_Week_Report_main_container .table3.table_uic tbody tr td:nth-child(3)
{
	padding-left:7px;
}
.Wo_forcast_by_Week_Report_main_container .table3.table_uic th.type {
    text-align: left;
	padding-left: 10px;
}
.Wo_forcast_by_Week_Report_main_container .table3.table_uic th.wbs {
	  text-align:center;
      padding-left: 24px
}
.Wo_forcast_by_Week_Report_main_container .table1 .table>thead>tr>th {
    border: 0px;
    line-height: 16px;
}

/* jquery css */

.Wo_forcast_by_Week_Report_main_container button.multiselect.dropdown-toggle.btn.btn-default {
    width: 153px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    min-width: 100px;
    background: #616166;
    border: 0;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 12px;
    cursor: pointer;
    margin-bottom: 2px;
    font-weight: 500;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 92% 11px;
    -webkit-appearance: none;
    text-align: left;
}
.Wo_forcast_by_Week_Report_main_container .caret
{
	display:none;
}
.Wo_forcast_by_Week_Report_main_container .multiselect-container>li>a {
    padding: 2px 0px;
}
.Wo_forcast_by_Week_Report_main_container .multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 6px 3px 30px;
}
.Wo_forcast_by_Week_Report_main_container .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
	 box-sizing: border-box;
    height: 138px;
    width: 202px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,0.08);
	z-index: 99999;
	padding-top: 10px;
    padding-left: 0px;
	color: #36363B;
	font-size:12px;
	 overflow-y: scroll;
}

.Wo_forcast_by_Week_Report_main_container .multiselect-container::-webkit-scrollbar {
 width: 6px;
}
.Wo_forcast_by_Week_Report_main_container .multiselect-container::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
.Wo_forcast_by_Week_Report_main_container .multiselect-container::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}
.Wo_forcast_by_Week_Report_main_container .dropdown-menu>.active>a, .Wo_forcast_by_Week_Report_main_container .dropdown-menu>.active>a:focus, .Wo_forcast_by_Week_Report_main_container .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 167, 0, .70);
    outline: 0;
}
.Wo_forcast_by_Week_Report_main_container input[type=checkbox] {
   margin-top:1px;
   }
.Wo_forcast_by_Week_Report_main_container .multiselect-container>li>a>label.checkbox {
    margin: 0;
    color: #36363B;
}
.Wo_forcast_by_Week_Report_main_container .sec2 img {
    margin-right: 6px;
}


/*--------------------------------------------------------WO-Filter-Builder-modal------------------------------------------------------------------*/

.column_setting .fuilter_builderc .popup-head {
    background-color: #46464C;
    padding: 12px 21px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
    background: #46464c;
    color: #fff;
    font-size: 14px;
    padding-left: 5%;
    padding-right: 0;
    position: relative;
    font-weight: 500;
}
.column_setting .fuilter_builderc .popup-head span {
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1%;
    top: 24%;
}
.Show-Columns-Settings .fuilter_builderc .pop-bg {
    width: 502px;
    float: none;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 5px;
    height: 603px;
    margin: 10% auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.fuilter_builderc .pop-footer {
    border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #ECECEC;
}
.fuilter_builderc .pop-footer .work-save.footerbtnc {
    padding: 14px 0 15px 0;
    border-top: 1px solid #ECECEC;
	background-color: #F7F8FA;
}

.fuilter_builderc .pop-footer .work-save {
    margin-top: 0px;
    background-color: #fff;
}
.fuilter_builderc .body_top {
    background-color: rgba(70,70,76,0.05);
    padding: 14px 10px;
    color: #36363B;
    font-family: Roboto;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.fuilter_builderc .body_top span
{
	font-size: 12px;
	display:block;
	margin-top: 13px;
}
.fuilter_builderc .body_middle {
    width: 472px;
    border: 1px solid rgba(18,186,62,0.25);
    border-radius: 3px;
    background-color: rgba(18,186,62,0.05);
    margin: 0 auto;
    padding: 8px 5px 18px;
    color: #1CB130;
    font-family: Roboto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.fuilter_builderc .body_bottom {
    width: 470px;
    border: 1px solid rgba(94,94,99,0.5);
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 10px 10px 15px; 10px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.fuilter_builderc .body_bottom select, .fuilter_builderc .pop-footer select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 202px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.fuilter_builderc .pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    height: 26px;
    margin: 0px;
    width: 125px;
    border-radius: 3px;
    box-shadow: none;
}
.fuilter_builderc .pop-footer .footerbtnc button.btn.cancelbtn {
    height: 40px;
    width: 150px;
}
.fuilter_builderc .pop-footer .footerbtnc button.btn.savebtn
{
	 height: 40px;
    width: 150px;
}


.fuilter_builderc .body_bottom select.secondselect {
    width: 115px;
	background-position: 96% 51%;
}
.fuilter_builderc .body_bottom input[type="text"] {
    width: 81px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 3px 5px;
    font-size: 12px;
}
.fuilter_builderc .body_bottom .sec3 {
    margin-bottom: 15px;
}
.fuilter_builderc .body_bottom .sec1 ul, .fuilter_builderc .body_bottom .sec2 ul, .fuilter_builderc .body_bottom .sec3 ul , .fuilter_builderc .body_bottom .sec4 ul  {
    display: flex;
}
.fuilter_builderc .body_bottom .sec1 button.btn.cancelbtn, .fuilter_builderc .body_bottom .sec2 button.btn.cancelbtn , .fuilter_builderc .body_bottom .sec3 button.btn.cancelbtn , .fuilter_builderc .body_bottom .sec4 button.btn.cancelbtn   {
    color: #fff;
    padding: 2px 7px;
}
.fuilter_builderc .body_bottom ul li{
    margin-right: 10px;
}
.fuilter_builderc .body_bottom ul
{
   margin-bottom: 0;
}
.fuilter_builderc .body_bottom {
    width: 470px;
    border: 1px solid rgba(94,94,99,0.5);
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.fuilter_builderc .body_bottom .sec2 {
    width: 450px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*--------------------------------------WO-ChangeLog-Bulk-Editor-------------------------------------------------*/

.Show-Columns-Settings .bulk_editor_pop .pop-bg {
    width: 890px;
    float: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 16% auto;
    z-index: 999;
    border-radius: 5px;
    height: 412px;
	border: 1px solid #D9D9D9;
	height: 560px;
}

.WO-ChangeLog-Bulk-Editor .popup-sidebar {
      background: rgba(255,255,255,0.75);
}
.column_setting .bulk_editor_pop .popup-head {
    background-color: #46464C;
    padding: 12px 21px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
}

.bulk_editor_pop .pop-footer {
    border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #ECECEC;
}
.bulk_editor_pop .pop-footer .work-save.footerbtnc {
    padding: 14px 0 15px 0;
    background-color: #F7F8FA;
    border: none;
}

.bulk_editor_pop .pop-footer .work-save {
    margin-top: 0px;
    background-color: #fff;
}
.bulk_editor_pop .body_top {
    background-color: rgba(70,70,76,0.05);
    padding: 7px 10px;
    color: #36363B;
    font-family: Roboto;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}
.bulk_editor_pop .body_top span
{
	font-size: 12px;
	display:block;
	margin-top: 13px;
}
.bulk_editor_pop .body_middle {
    width: 472px;
    border: 1px solid rgba(18,186,62,0.25);
    border-radius: 3px;
    background-color: rgba(18,186,62,0.05);
    margin: 0 auto;
    padding: 8px 5px 18px;
    color: #1CB130;
    font-family: Roboto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.bulk_editor_pop .body_bottom {
    width: 470px;
    border: 1px solid rgba(94,94,99,0.5);
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 10px 10px 15px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.bulk_editor_pop .body_bottom select, .bulk_editor_pop .body_top select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 200px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.bulk_editor_pop .body_bottom select {
    width: 150px;
    margin-right: 9px;
}
.bulk_editor_pop .pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    height: 26px;
    margin: 0px;
    width: 125px;
    border-radius: 3px;
    box-shadow: none;
}
.bulk_editor_pop .pop-footer .footerbtnc button.btn.cancelbtn {
    height: 40px;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
}
.bulk_editor_pop .pop-footer .footerbtnc button.btn.savebtn
{
	height: 40px;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
}


.bulk_editor_pop .body_bottom select.secondselect {
    width: 115px;
	background-position: 96% 51%;
}
.bulk_editor_pop .body_bottom input[type="text"] {
    width: 150px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding:3px 10px;
    font-size: 12px;
    margin-right: 9px;
	position: relative;
}
.cal_icon
{
	position:relative;
}
.cal_icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: rgba(53, 53, 53, 0.5);
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 14px;
}

.bulk_editor_pop .body_bottom .sec3 {
    margin-bottom: 15px;
}
.bulk_editor_pop .body_bottom .sec1 ul, .bulk_editor_pop .body_bottom .sec2 ul, .bulk_editor_pop .body_bottom .sec3 ul , .bulk_editor_pop .body_bottom .sec4 ul  {
    display: flex;
}
.bulk_editor_pop .body_bottom .sec1 button.btn.cancelbtn, .bulk_editor_pop .body_bottom .sec2 button.btn.cancelbtn , .bulk_editor_pop .body_bottom .sec3 button.btn.cancelbtn , .bulk_editor_pop .body_bottom .sec4 button.btn.cancelbtn   {
    color: #fff;
    padding: 2px 7px;
}
.bulk_editor_pop .body_bottom ul li {
    margin-right: 10px;
    width: 210px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 14px 10px 12px 10px;
}
.bulk_editor_pop .body_bottom ul {
    display: flex;
    margin-bottom: 12px;
}
.bulk_editor_pop .body_bottom {
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
	min-height: 370px;
}
.bulk_editor_pop .body_bottom .sec2 {
    width: 450px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bulk_editor_pop .body_top ul {
    display: flex;
    width: 598px;
    margin: 0 auto;
    align-items: center;
}
.bulk_editor_pop .body_top button.btn.savebtn {
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.bulk_editor_pop .body_top button.btn.savebtn img
{
	margin-right:5px;
}

.bulk_editor_pop .body_top li {
    margin: 8px;
}
.WO-ChangeLog-Bulk-Editor label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 500;
    color: #36363B;
    margin-left: 10px;
}
.bulk_editor_pop .body_bottom ul li:nth-child(4)
{
   margin-right:0px;
}

/*----------------------------------------------------------WO-Team-Assignments-Assign-modal--------------------------------------------- */

.column_setting .WO-Team-Assingments_pop tbody {
    overflow-y: unset;
    overflow-x: unset;
    height: 198px;
    border-left: 1px #ddd solid;
    border-right: 0px #ddd solid;
    padding-left: 10px;
	display: table-header-group;
}
.WO-Team-Assingments_pop .table1 .table-responsive .radius {
    border: 0px solid #ddd;
    border-radius: 0px !important;
}
.programme-table .WO-Team-Assingments_pop .table-responsive {
    margin-bottom: 0;
    border-radius: 0px!important;
    border: 0 !important;
    width: 100.1%;
}
.WO-Team-Assingments_pop .pop-footer .work-save {
    background-color: #F7F8FA;
    padding: 14px 0 22px 0;
    margin-top: 0px;
    position: relative;
}
.WO-Team-Assingments_pop .popup-sidebar.column_setting {
    position:absolute;
    z-index: 9;
}

.WO-Team-Assignments-Assign-modal .popup-sidebar  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(80, 80, 84, 0.78);
    z-index: 999;
}
.WO-Team-Assignments-Assign-modal .column_setting .out_popup {
    width: 80%;
    overflow-x: auto;
    margin-bottom: 0;
}
.WO-Team-Assignment_Main {
    margin-top: 15px;
}
.Show-Columns-Settings .WO-Team-Assingments_pop .pop-bg {
    max-width: 1750px;
	width: 90%;
    float: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 4% auto;
    z-index: 999;
    border-radius: 5px;
    height: 412px;
	}
 .WO-Team-Assingments_pop .popup-head {
    background-color: #46464C;
    padding: 5px 5px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
}

.WO-Team-Assingments_pop .popup-head .inner_head select {
    min-width: 100px;
    background: #616166;
    border: 0;
    color: #b2b2b3;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% 10px;
    -webkit-appearance: none;
    max-width: 227px;
    height: 26px;
    padding-left: 12px;
    outline: none;
    margin-left: 0px;
    width: 100%;
}
.column_setting .WO-Team-Assingments_pop .table1 .table>tbody>tr>td {
    line-height: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.WO-Team-Assingments_pop .popup-head .inner_head {
    text-align: center;
}
.WO-Team-Assingments_pop .popup-head .inner_head .right_cross {
    float: right;
    position: relative;
    top: -26px;
}

.WO-Team-Assingments_pop .popup-head .inner_head {
    text-align: center;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    background-color: #505055;
    padding: 8px;
}
.WO-Team-Assingments_pop .popup-head .bott1 {
    padding: 10px 12px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
}
.WO-Team-Assingments_pop .table1 th.id {
    width: 1%;
}
.WO-Team-Assingments_pop .table1 th.title {
    width: 22%;
}
.WO-Team-Assingments_pop .table1.commontable1 table tbody tr td:nth-child(3) {
    color: #36363B;
}
.WO-Team-Assingments_pop .table1 th.progect {
    width: 6%;
}
.WO-Team-Assingments_pop .table1 th.requesting {
    width: 6%;
}
.WO-Team-Assingments_pop  th.assignments {
    width: 24%;
}
.WO-Team-Assingments_pop th.work-type {
    width: 1%;
    text-align: center;
}
.WO-Team-Assingments_pop .table1 table thead tr:first-child {
    height: 45px;
}
.WO-Team-Assingments_pop .bg1 {
    background: #505055;
}
.WO-Team-Assingments_pop .pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    width: 200px;
    height: 40px;
    margin: 0px;
    font-size: 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}

.WO-Team-Assingments_pop .inner_head .fullc {
    width: 440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.WO-Team-Assingments_pop .inner_head .fullc .left {
    width: 50%;
    align-items: center;
}
.WO-Team-Assingments_pop .inner_head .fullc .right {
    width: 50%;
}
.column_setting .WO-Team-Assingments_pop .pop-width {
    width: 100%;
    overflow-y: unset;
}
/*----------------------------------------------- WO-Forecast-By-Week-Report-Popup ---------------------------------------------------*/

.By-Week-Report-Popup .popup-head {
    background-color: #46464C;
    padding: 0;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
}
.column_setting .By-Week-Report-Popup  tbody {
    overflow-y: unset;
    overflow-x: unset;
    height: 198px;
    border-left: none;
    border-right: 0px #ddd solid;
    padding-left: 10px;
	display: table-header-group;
}
.By-Week-Report-Popup  .table1 .table-responsive .radius {
    border: 0px solid #ddd;
    border-radius: 0px !important;
}
.programme-table .By-Week-Report-Popup  .table-responsive {
    margin-bottom: 0;
    border-radius: 0px!important;
    border: 0 !important;
    width: 100.1%;
}
.By-Week-Report-Popup .pop-footer .work-save {
    padding: 9px 0 9px 0;
    margin-top: 0px;
    position: relative;
    border-radius: 0 0 3px 3px;
    background-color: #F7F8FA;
}
.By-Week-Report-Popup  .popup-sidebar.column_setting {
    position:absolute;
    z-index: 9;
}

.WO-Team-Assignments-Assign-modal .popup-sidebar  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(80, 80, 84, 0.78);
    z-index: 999;
}
.WO-Team-Assignments-Assign-modal .column_setting .out_popup {
    width: 80%;
    overflow-x: auto;
    margin-bottom: 0;
}
.WO-Team-Assignment_Main {
    margin-top: 15px;
}
.Show-Columns-Settings .By-Week-Report-Popup .pop-bg {
    width: 840px;
    float: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 5% auto;
    z-index: 999;
    border-radius: 5px;
	height: 706px;
}

.By-Week-Report-Popup .popup-head {
    background-color: #46464C;
    padding: 0px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
}

.By-Week-Report-Popup  .popup-head .inner_head select {
    min-width: 100px;
    background: #616166;
    border: 0;
    color: #b2b2b3;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95% 10px;
    -webkit-appearance: none;
    max-width: 227px;
    height: 26px;
    padding-left: 12px;
    outline: none;
    margin-left: 0px;
    width: 100%;
}
.column_setting .By-Week-Report-Popup  .table1 .table>tbody>tr>td {
    line-height: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.By-Week-Report-Popup  .popup-head .inner_head {
    text-align: center;
}
.By-Week-Report-Popup  .popup-head .inner_head .right_cross {
    float: right;
    position: relative;
    top: -26px;
}

.By-Week-Report-Popup  .popup-head .inner_head {
    text-align: center;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    background-color: #505055;
    padding: 15px 8px;
}

.By-Week-Report-Popup .popup-head .bott1 {
    padding: 12px 10px 12px 18px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
	position: relative;
}
.By-Week-Report-Popup  .table1 th.id {
    width: 1%;
}
.By-Week-Report-Popup  .table1 th.title {
    width: 22%;
}
.By-Week-Report-Popup  .table1.commontable1 table tbody tr td:nth-child(3) {
    color: #36363B;
}
.By-Week-Report-Popup  .table1 th.progect {
    width: 6%;
}
.By-Week-Report-Popup  .table1 th.requesting {
    width: 6%;
}
.By-Week-Report-Popup   th.assignments {
    width: 24%;
}
.By-Week-Report-Popup  th.work-type {
    width: 1%;
    text-align: center;
}
.By-Week-Report-Popup  .table1 table thead tr:first-child {
    height: 45px;
}
.By-Week-Report-Popup  .bg1 {
    background: #505055;
}
.By-Week-Report-Popup  .pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    width: 200px;
    height: 40px;
    margin: 0px;
    font-size: 16px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}

.By-Week-Report-Popup .inner_head .fullc {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 11px;
}
.By-Week-Report-Popup .inner_head .fullc .left {
    width: 75%;
    align-items: center;
    text-align: left;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    line-height: 15px;
}

.By-Week-Report-Popup .inner_head .fullc .right {
    width: 25%;
    text-align: left;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    line-height: 15px;
}
.column_setting .By-Week-Report-Popup .pop-width {
    height: 637px;
    overflow-x: auto;
    width: auto;
    overflow-y: unset;
}
.By-Week-Report-Popup a.right_cross {
    position: absolute;
    right: 10px;
    top: 8px;
}
.By-Week-Report-Popup .header_pdng1 {
    padding: 10px 0px 10px 10px;
    background-color: #fff;
}

.By-Week-Report-Popup .header_pdng{
    border-radius: 3px;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding: 5px 17px;
    display: flex;
}
.By-Week-Report-Popup .header_pdng1 .left {
    width: 76%;
    text-align: left;
}
.header_pdng1 .right {
	width: 24%;
    text-align: left;
}
.By-Week-Report-Popup .body_bar1 {
    background-color: #505055;
    padding: 12px 18px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
	display: flex;
}
.By-Week-Report-Popup .body_bar1 .left {
    width: 77%;
}
.By-Week-Report-Popup .body_bar1 .right {
	 width: 24%;
}
.By-Week-Report-Popup .yellow_cc
{
	background-color: rgba(255, 210, 127, 0.3);
}
.By-Week-Report-Popup .greenc
{
	background-color: rgba(18,186,62,0.1);
}
.By-Week-Report-Popup .table1 table {
    border: 1px #ddd solid;
    font-size: 14px;
    width: 780px;
    margin: 0 auto;
}
.By-Week-Report-Popup .table1 .table-striped>tbody>tr:nth-of-type(even) {
   	background-color: rgba(231,248,235,0.3);
}
.By-Week-Report-Popup .table1.commontable1 table tbody tr td:nth-child(1), .By-Week-Report-Popup .table1.commontable1 table tbody tr td:nth-child(2){
    text-align: left;
}
.By-Week-Report-Popup .table1.commontable1 table tbody tr td:nth-child(1)
{
    width: 76%;
}
.By-Week-Report-Popup .table1.commontable1 table tbody tr td:nth-child(2)
{
    width: 24%;
}
.By-Week-Report-Popup .pop-footer {
    border: none;
    border-radius: 0px 0px 3px 3px;
	margin-top:-5px;
}

.By-Week-Report-Popup .table1.commontable1 .table {
    margin-bottom: 10px;
}
.pop-height::-webkit-scrollbar {
    width:8px;
}

.pop-height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
}

.pop-height::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.By-Week-Report-Popup .pop-height {
    height: 620px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.By-Week-Report-Popup .width_topc {
    width: 80%;
}

/*---------------------------------- Wo_homescreen_Project_main ---------------------------------------*/
.wo_homescreen_project_main .programme-home-sec1 ul li a {
    display: flex;
    align-items: center;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
}
.wo_homescreen_project_main .programme-home-sec1 ul
{
    max-width: 460px;
	width:100%;
	margin:0 auto;
}

.wo_homescreen_project_main .ui_sidebar .programme-home-sec1 {
    padding: 10px 0;
    margin-top: 24px;
    margin-bottom: 15px;
    background-color: #F9F9F9;
}
.wo_homescreen_project_main .home-table1 .table>tbody>tr>td:first-child {
    color: #36363B;
}

.wo_homescreen_project_main .home-table1 .table1 .table>thead>tr.bg2 th.clm {
    min-width: 120px;
    text-align: center;
}
.wo_homescreen_project_main .home-table1 tr.center_text td
{
    min-width: 120px;
    text-align: center;
}
.wo_homescreen_project_main .home-table1 .table1 .table>thead>tr.bg2 th.clm.c1 {
    padding-left: 13px;
}
.wo_homescreen_project_main .home-table1 .table>tbody>tr>td:first-child {
    padding-left: 13px;
}
.wo_homescreen_project_main .home-table1 .pane--table3 tbody {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    height: 270px;
}

.wo_homescreen_project_main .imgc
{
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 35px;
}
.wo_homescreen_project_main .home-table1 .table1 .table>thead>tr.bg2 th.org {
    min-width: 190px;
    text-align: center;
    padding-left: 22px;
}

.wo_homescreen_project_main .home-table1 .table1 td.imcp
{
	min-width:190px;
	text-align:left;
	padding-left: 22px;
}

.wo_homescreen_project_main td.imcp {
    display: flex;
}

.wo_homescreen_project_main .home-table1 .top-tbl tr.center_text td {
    min-width: 100px;
    text-align: center;
}
.wo_homescreen_project_main .home-table1 .table1.top-tbl .table>thead>tr.bg2 th.clm {
    min-width: 100px;
    text-align: center;
}
.wo_homescreen_project_main .home-table1 .table1 span.edit {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 10px;
}
.wo_homescreen_project_main .home-table1 .table1 span.delete {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F44522;
    border-radius: 3px;
    margin-right: 0px;
}
.wo_homescreen_project_main .home-table1 .table1 span.delete img{
	width:14px;
}

.wo_homescreen_project_main .home-table1.tbltop {
    max-width: 1594px;
    margin: 0 auto 20px;
	width:100%;
}
.wo_homescreen_project_main .home-table1.tblsec {
    max-width: 1564px;
    margin: 0 auto 20px;
	width:100%;
}

.wo_homescreen_project_main .home-table1.tbltop .pane--table3 tbody {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    min-height: 325px;
}

.wo_homescreen_project_main .table1 .table-striped>tbody tr.bottom_bar {
    background-color: #f9f9f9;
    margin-top:15px;
	text-align:center;
}
.wo_homescreen_project_main .table1 .table-striped>tbody tr.bottom_bar select
{
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
   	width: 100px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.wo_homescreen_project_main .table1 .table-striped>tbody tr.emptyc td {
    padding: 0px;
    font-size: 8px;
    opacity: 0;
}
.wo_homescreen_project_main .table1 .table-striped>tbody tr.emptyc {
    line-height: 3px;
}
.wo_homescreen_project_main .table1 .table-striped>tbody tr.bottom_bar td label {
    display: inline-block;
    color: #FD9409;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 6px;
}
/*----------------------------------------------------WO-Requests-View-Estimates------------------------------------------------*/

.wo-requests-view-estimates_main .programme-home-sec1 ul li a {
    display: flex;
    align-items: center;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
}
.wo-requests-view-estimates_main .programme-home-sec1 ul
{
    max-width: 460px;
	width:100%;
	margin:0 auto;
}

.wo-requests-view-estimates_main .ui_sidebar .programme-home-sec1 {
    padding: 10px 0;
    margin-top: 24px;
    margin-bottom: 15px;
    background-color: #F9F9F9;
}
.wo-requests-view-estimates_main .home-table1 .table>tbody>tr>td:first-child {
    color: #36363B;
}

.wo-requests-view-estimates_main .home-table1 .table1 .table>thead>tr.bg2 th.clm {
    min-width: 120px;
    text-align: center;
}
.wo-requests-view-estimates_main .home-table1 tr.center_text td
{
    min-width: 120px;
    text-align: center;
}
.wo-requests-view-estimates_main .home-table1 .table1 .table>thead>tr.bg2 th.clm.c1 {
    padding-left: 13px;
}
.wo-requests-view-estimates_main .home-table1 .table>tbody>tr>td:first-child {
    padding-left: 13px;
}
.wo-requests-view-estimates_main .home-table1 .pane--table3 tbody {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    height: 270px;
}

.wo-requests-view-estimates_main .imgc
{
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 35px;
}
.wo-requests-view-estimates_main .home-table1 .table1 .table>thead>tr.bg2 th.org {
    min-width: 190px;
    text-align: center;
    padding-left: 22px;
}

.wo-requests-view-estimates_main .home-table1 .table1 td.imcp
{
	min-width:190px;
	text-align:left;
	padding-left: 22px;
}

.wo-requests-view-estimates_main td.imcp {
    display: flex;
}

.wo-requests-view-estimates_main .home-table1 .top-tbl tr.center_text td {
    min-width: 100px;
    text-align: center;
}
.wo-requests-view-estimates_main .home-table1 .table1.top-tbl .table>thead>tr.bg2 th.clm {
    min-width: 100px;
    text-align: center;
}
.wo-requests-view-estimates_main .home-table1 .table1 span.edit {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 10px;
}
.wo-requests-view-estimates_main .home-table1 .table1 span.delete {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F44522;
    border-radius: 3px;
    margin-right: 0px;
}
.wo-requests-view-estimates_main .home-table1 .table1 span.delete img{
	width:14px;
}

.wo-requests-view-estimates_main .home-table1.tbltop {
    max-width: 1594px;
    margin: 0 auto 20px;
	width:100%;
}
.wo-requests-view-estimates_main .home-table1.tblsec {
    max-width: 1564px;
    margin: 0 auto 20px;
	width:100%;
}

.wo-requests-view-estimates_main .home-table1.tbltop .pane--table3 tbody {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    min-height: 325px;
}

.wo-requests-view-estimates_main .table1 .table-striped>tbody tr.bottom_bar {
    background-color: #f9f9f9;
    margin-top:15px;
	text-align:center;
}
.wo-requests-view-estimates_main .table1 .table-striped>tbody tr.bottom_bar select
{
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
   	width: 100px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.wo-requests-view-estimates_main .table1 .table-striped>tbody tr.emptyc td {
    padding: 0px;
    font-size: 8px;
    opacity: 0;
}
.wo-requests-view-estimates_main .table1 .table-striped>tbody tr.emptyc {
    line-height: 3px;
}
.GridRecordInfo>tbody tr.bottom_bar td label {
    display: inline-block;
    color: #FD9409;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-right: 6px;
}

.GridRecordInfo>tbody tr.bottom_bar {
    background-color: #f9f9f9;
    margin-top: 15px;
    text-align: center;
}

.GridRecordInfo>tbody tr.bottom_bar select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}

/*----------------------------------------------------WO-Requests-Org-Estimates------------------------------------------------*/



.WO-ChangeLog-Bulk-Editor .popup-sidebar {
      background: rgba(255,255,255,0.75);
}
.column_setting .WO-Request-Org-Estimates_pop .popup-head {
    background-color: #46464C;
    padding: 12px 21px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
}

.WO-Request-Org-Estimates_pop .pop-footer {
    border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #ECECEC;
}
.column_setting .WO-Request-Org-Estimates_pop .popup-head {
    background-color: #46464C;
    padding: 12px 21px;
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    width: 100%;
    font-weight: 500;
}

.WO-Request-Org-Estimates_pop .pop-footer .work-save {
    margin-top: 0px;
    background-color: #fff;
}
.WO-Request-Org-Estimates_pop .body_top {
    padding: 0 5px;
    color: #36363B;
    font-family: Roboto;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 26px;
    margin-top: 27px;
}

.WO-Request-Org-Estimates_pop .body_top span
{
	font-size: 12px;
	display:block;
	margin-top: 13px;
}
.WO-Request-Org-Estimates_pop .body_middle {
    width: 472px;
    border: 1px solid rgba(18,186,62,0.25);
    border-radius: 3px;
    background-color: rgba(18,186,62,0.05);
    margin: 0 auto;
    padding: 8px 5px 18px;
    color: #1CB130;
    font-family: Roboto;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.WO-Request-Org-Estimates_pop .body_bottom {
    width: 470px;
    border: 1px solid rgba(94,94,99,0.5);
    border-radius: 3px;
    margin: 0 auto;
    padding: 10px 10px 15px; 10px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.WO-Request-Org-Estimates_pop .body_bottom select, .WO-Request-Org-Estimates_pop .body_top select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 200px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.WO-Request-Org-Estimates_pop .body_bottom select {
    width: 129px;
    margin-right: 0px;
}
.WO-Request-Org-Estimates_pop .pop-footer .work-save .btn {
    color: #fff;
    padding: 0px;
    font-size: 14px;
    height: 26px;
    margin: 0px;
    width: 125px;
    border-radius: 3px;
    box-shadow: none;
}
.WO-Request-Org-Estimates_pop .pop-footer .footerbtnc button.btn.cancelbtn {
    height: 40px;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
}
.WO-Request-Org-Estimates_pop .pop-footer .footerbtnc button.btn.savebtn
{
	height: 40px;
    width: 150px;
    font-weight: 500;
    font-size: 16px;
}


.WO-Request-Org-Estimates_pop .body_bottom select.secondselect {
    width: 115px;
	background-position: 96% 51%;
}
.WO-Request-Org-Estimates_pop .body_bottom input[type="text"] {
    width: 105px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding:3px 10px;
    font-size: 12px;
    margin-right: 9px;
	position: relative;
}
.cal_icon
{
	position:relative;
}
.cal_icon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: rgba(53, 53, 53, 0.5);
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 14px;
}

.WO-Request-Org-Estimates_pop .body_bottom .sec3 {
    margin-bottom: 15px;
}
.WO-Request-Org-Estimates_pop .body_bottom .sec1 ul, .WO-Request-Org-Estimates_pop .body_bottom .sec2 ul, .WO-Request-Org-Estimates_pop .body_bottom .sec3 ul , .WO-Request-Org-Estimates_pop .body_bottom .sec4 ul  {
    display: flex;
}
.WO-Request-Org-Estimates_pop .body_bottom .sec1 button.btn.cancelbtn, .WO-Request-Org-Estimates_pop .body_bottom .sec2 button.btn.cancelbtn , .WO-Request-Org-Estimates_pop .body_bottom .sec3 button.btn.cancelbtn , .WO-Request-Org-Estimates_pop .body_bottom .sec4 button.btn.cancelbtn   {
    color: #fff;
    padding: 2px 7px;
}
.WO-Request-Org-Estimates_pop .body_bottom ul li {
    margin-right: 0px;
    width: auto;
    border: 0;
    box-shadow: none;
    padding: 13px 9px 2px 8px;
}

.WO-Request-Org-Estimates_pop .body_bottom ul {
    display: flex;
    width: 553px;
    margin: 0 auto;
    margin-bottom: 12px;
}


.WO-Request-Org-Estimates_pop .body_bottom {
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 598px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.WO-Request-Org-Estimates_pop .body_bottom .sec2 {
    width: 450px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 9px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.WO-Request-Org-Estimates_pop .body_top ul {

    list-style: none;
    line-height: 25px;
    padding-left: 22px;
}
.WO-Request-Org-Estimates_pop .body_top .org-manager .text-box>ul {
    border-right: 1px solid #D9D9D9;
    padding-left: 8px;
    padding-top: 4px;
    margin-right: .5px;
}

.WO-Request-Org-Estimates_pop .body_top button.btn.savebtn {
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.WO-Request-Org-Estimates_pop .body_top button.btn.savebtn img
{
	margin-right:5px;
}
.WO-Request-Org-Estimates_pop .body_top li {
    margin: 0px;
    text-align: left;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
}
.WO-ChangeLog-Bulk-Editor label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 7px;
    font-weight: 500;
    color: #36363B;
    margin-left: 10px;
}
.WO-Request-Org-Estimates_pop .body_bottom ul li:nth-child(4)
{
   margin-right:0px;
}

.WO-Request-Org-Estimates .popup-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}



.WO-Request-Org-Estimates_pop .work-save {
    margin-top: 0px;
}

.WO-Request-Org-Estimates_pop span.tbs_c {
    color: #3F3F43;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.WO-Request-Org-Estimates_pop label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 12px;
    color: #232323;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.WO-Request-Org-Estimates_pop .org-manager .text-box {
    background-color: #FFFFFF;
    width: 190px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    height: 111px;
    overflow: auto;
}
.WO-Request-Org-Estimates_pop .org-manager .text-box.text-box2 {
    width: 400px;
	margin:0 auto;
}
.WO-Request-Org-Estimates_pop .org-manager .text-box.text-box2 li img {
    width: 15px;
    margin-right: 7px;
}
.WO-Request-Org-Estimates_pop .org-manager .text-box.text-box2::-webkit-scrollbar{
    width: 10px;
	height:20px;
}
.WO-Request-Org-Estimates_pop .org-manager .text-box.text-box2::-webkit-scrollbar-track {

     background-color:#EFEFF0;

}
.WO-Request-Org-Estimates_pop .org-manager .text-box.text-box2::-webkit-scrollbar-thumb{
     border-radius: 5px;
     background-color: rgba(79, 79, 84, .5);
	 border-left:2px solid #EFEFF0;
	 border-right:2px solid #EFEFF0;
}
.WO-Request-Org-Estimates_pop .buttonc .btn-orange {
    width: 150px;
    border-radius: 3px;
    background-color: #FFA500;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding: 4px 0px;
}
.WO-Request-Org-Estimates_pop .buttonc {
    margin-top: 14px;
}
.WO-Request-Org-Estimates_pop .cal_icon {
    position: relative;
    margin-right: 4px;
}
.WO-Request-Org-Estimates_pop .work-save .btn {
    color: #fff;
    padding: 8px 0px;
    font-size: 16px;
    width: 125px;
    box-shadow: none;
}

.WO-Request-Org-Estimates_pop .work-save.footerbtnc {
    margin-top: 23px;
}



.Show-Columns-Settings .WO-Request-Org-Estimates_pop .pop-bg {
    width: 626px;
    background: #F7F8FA;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 16px auto;
    z-index: 999;
    height: 546px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

/*--------------------------------------------------------------WO-Request Value Assessm---------------------------------------------------------*/
.request_value_AssessmentMain .addrequest .learn-detail-sec2 select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    border-color: #36363b36;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 12px;
    background-image: url(../images/arrow.png);
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
}
.request_value_AssessmentMain .wo_add_request_idea .profile_buttons_c .btn {
    color: #fff;
    padding: 7px 0px;
    font-size: 17px;
    width: 200px;
    box-shadow: none;
    outline: none;
}

.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 label, .person-profile-sec2 label {
   padding:0px;
}
.request_value_AssessmentMain .addrequest .learn-detail-sec2 textarea {
    height: 90px;
}
.request_value_AssessmentMain .table-common .table tbody>tr:nth-of-type(odd) {
    background-color: rgba(217, 217, 217, .15);
}

.request_value_AssessmentMain .table-common .table tbody>tr.bg1 {
    background: #46464c;
}

.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr
{
	padding-left:2%;
	padding-right:2%;
}

.request_value_AssessmentMain .table>tbody>tr>td, .request_value_AssessmentMain .table>tbody>tr>th {
    padding: 20px 14px;
}

.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr.bg1 th.s1 {
    width: 18%;
    padding-right: 2%;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr.bg1 th.s2 {
    width: 34%;
    padding-right: 4%;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr.bg1 th.s3 {
	width: 34%;
    padding-left: 4%;
}

.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr td.s1 {
    width: 18%;
    padding-right: 2%;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr td.s2 {
    width: 34%;
    padding-right: 4%;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 tr td.s3 {
	width: 34%;
    padding-left: 4%;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 label, .person-profile-sec2 label {
    font-weight: 500;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px 10px;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
}

.request_value_AssessmentMain .bar_f {
    background-color: #F9F9F9;
    color: #FD9409;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 34px;
}
.request_value_AssessmentMain .profile_buttons_c .cancelbtn {
    margin-right: 10px;
}
.request_value_AssessmentMain .inner_addrequest .learn-detail-sec2 {
    width: 1217px;
    margin: 24px auto;
}
/*-------------------------------------WO-Add-Attachment-------------------------------------------------------*/
.wo_add_attachment_main .By-Week-Report-Popup .table1 table {
    font-size: 14px;
    width: 1750px;
    margin: 0 auto;
}
.wo_add_attachment_main .Show-Columns-Settings .By-Week-Report-Popup .pop-bg {
    width: 1200px;
    float: none;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: 7% auto;
    z-index: 999;
    border-radius: 5px;
    height: 706px;
}
.add_attachementback
{
	margin-top: 15px;
    margin-left: 16px;
    margin-right: 16px;
}
.Wo_forcast_by_Week_Report_main_container {
    margin-left: 16px;
    margin-right: 16px;
}
.wo-add-attachmentpop label {
    color: rgba(255, 255, 255, 0.5);
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 12px;
}

.wo-add-attachmentpop .emptyc td {
    padding: 5px !important;
}


.wo_add_attachment_main .wo-add-attachmentpop th.c1 label {
    text-align: center;
    padding-left: 0;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c1 {
    width: 5%;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c2 {
    width: 20%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c3 {
    width: 12%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c4 {
    width: 12%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c5 {
    width: 9%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c6 {
    width: 12%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c7 {
    width: 8%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c8 {
    width: 8%;
	text-align:left;
}
.wo_add_attachment_main .wo-add-attachmentpop th.c9 {
    width: 8%;
	text-align:left;
}
.wo_add_attachment_main .By-Week-Report-Popup .popup-head .bott1 {
    padding: 12px 10px 12px 18px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table thead tr th, .wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr td {
    padding: 18px 8px;
}
 .wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr.light_bg td {
    padding: 9px 8px;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1 table thead select
{
	width:100%;
	min-width: 100px;
    background: #616166;
    border: 0;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 90% 12px;
    -webkit-appearance: none;
    color: #b2b2b3;
    font-family: Roboto;
    font-size: 12px;
    line-height: 21px;
}

.table1 table input.time
{
	 background-image:none;
}


.wo_add_attachment_main .wo-add-attachmentpop th .time
{
	position:relative;
}
.wo_add_attachment_main .wo-add-attachmentpop th .time input
{
	background-image: none;
	 padding-left: 9px;
}

.wo_add_attachment_main .wo-add-attachmentpop th .time:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: #b2b2b3;
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 14px;
}

.wo_add_attachment_main .wo-add-attachmentpop td .time input
{
	background-image: none;
	padding-left: 9px;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr.light_bg td .time
{
	position:relative;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr.light_bg td .time:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: #b2b2b3;
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 14px;
}


.wo_add_attachment_main .wo-add-attachmentpop .profile_c .button_p {
    padding: 4px 4px 4px 4px;
    border: none;
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #fff;
    border-radius: 3px;
    background-color: #FFA500;
}
.wo_add_attachment_main .wo-add-attachmentpop .choose_textc {
    color: #050008;
    font-weight: 600;
    font-size: 12px;
    float: left;
}
.wo_add_attachment_main .wo-add-attachmentpop .choose_textc {
    float: left;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(54, 54, 59, 0.5);
	padding-left:12px;
}
.wo_add_attachment_main .wo-add-attachmentpop .profile_c {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 0px;
}

.wo_add_attachment_main .wo-add-attachmentpop .light_bg select {
    color: #36363B;
    font-size: 13px;
    -webkit-appearance: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 99%;
    padding: 6px 7px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table thead tr th:nth-child(1), .wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr td:nth-child(1) {
    text-align: center;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr td:nth-child(6) {
    color:#00C;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .pop-footer .work-save .btn {
      width: 100px;
}
.table1 table .light_bg input {
    width: 100%;
    color: #b2b2b3;
    padding: 5px 15px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 6px;
    padding-left: 8px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul li a img {
    width: 15px;
    margin-right: 5px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul li a .nsmall img {
    width: 15px;
    margin-right: 0;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul li a.bgnone {
    background: none;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul li a .nsmall
{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #616166;
    border-radius: 4px;
    margin-right: 10px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 li {
    margin: 0px 3px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 li.right_sec {
    margin-left: 50px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul {
    width: 1312px;
    margin: 0 auto;
    float: none;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .table1.table2 table tfoot select {
       margin-left: 0px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .pop-footer {
    border: none;
    border-radius: 0px 0px 3px 3px;
    margin-top: -2px;
}
.wo_add_attachment_main .By-Week-Report-Popup.wo-add-attachmentpop .footer-tfoot1 ul li a {
    background: #616166;
    padding: 3px 9px;
    border-radius: 4px;
    margin: 0px 7px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
}
.wo_add_attachment_main .wo-add-attachmentpop .table1.table2 table tbody tr td.team-member
{
	text-align: left;
    padding-left: 15px;
}
/*-------------------------------------------- WO-Add-New-Dependencies ------------------------------------*/


.wo_add_new_dependencies .back_button a {
    width: 150px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    margin: 14px auto;
    padding: 3px 0;
}

.wo_add_new_dependencies .back_button a img {
    height: 12px;
    margin-left: 9px;
}
.wo_add_new_dependencies .back_button a span {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    margin-left: 4px;
}
.wo_add_new_dependencies .top_section {
    text-align: center;
    border: 1px solid rgba(255, 165, 0, 0.4);
    background-color: rgba(255,165,0,0.05);
    padding: 13px 16px;
    font-size: 14px;
    line-height: 18px;
}
.wo_add_new_dependencies .top_section .sec2{
    color: rgba(253, 148, 9, .9);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
}
 .wo_add_new_dependencies .attachment_bar {
    height: 45px;
    width: 100%;
    border-radius: 3px;
    background-color: #F9F9F9;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.wo_add_new_dependencies .top_section .sec1 {
    color: rgba(253, 148, 9, .9);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 12px;
}
.wo_add_new_dependencies .attachment_bar a.bgnone {
    display: flex;
    align-items: center;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
}
.wo_add_new_dependencies .attachment_bar span.nsmall
{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFA500;
    border-radius: 4px;
    margin-right: 10px;
}
.addrequest .learn-detail-sec2 .table select
{
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    border-color: #36363b36;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
}
    .addrequest .learn-detail-sec2 .table select.select-multilevel {
        height: 150px;
        background-image: none;
    }
#SrRoutingDialog select
{
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    background-image: url(../images/arrow.png);
    border-color: #36363b36;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 400px;
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-top:4px;
    padding: 0px 15px!important;
}

    #SrRoutingDialog select option {
        color: #36363B;
        font-size: 14px;
        padding: 5px 10px;
        display: block;
        width: 100%;
    }


.wo_add_new_dependencies .addrequest .learn-detail-sec2 .table select {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../images/arrow.png);
    font-size: 12px;
    border-color: #36363b36;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 12px;
}
.wo_add_new_dependencies .view-estimates-filter .WO-User-Settings.wo_new_project .addrequest .learn-detail-sec2 select {
    color: rgba(54, 54, 59, .5);
	background-image: url(../images/arrow.png);
}
.wo_add_new_dependencies .date-group-left1 {
    margin-bottom: 10px;
}

.view-estimates-filter .addrequest .learn-detail-sec2 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #36363B;
}
.view-estimates-filter .addrequest .learn-detail-sec2 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #36363B;
}
.view-estimates-filter .addrequest .learn-detail-sec2 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #36363B;
}
.view-estimates-filter .addrequest .learn-detail-sec2 textarea:-moz-placeholder { /* Firefox 18- */
  color: #36363B;
}

/* Thecheklabel_custom */
.wo_add_new_dependencies .cheklabel_custom {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}

/* Hide the browser's default checkbox */
.wo_add_new_dependencies .cheklabel_custom input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */

.wo_add_new_dependencies .cheklabel_custom .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.wo_add_new_dependencies .custom_checkbox_design .cheklabel_custom {
    color: #36363B;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 19px;
}

/* On mouse-over, add a grey background color */
.wo_add_new_dependencies .cheklabel_custom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wo_add_new_dependencies .cheklabel_custom input:checked ~ .checkmark {
    background-color: #13A8FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wo_add_new_dependencies .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wo_add_new_dependencies .cheklabel_custom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.wo_add_new_dependencies .cheklabel_custom .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wo_add_new_dependencies .date-group-left_noti {
    margin-top: 16px;
    margin-bottom: 15px;
}
.wo_add_new_dependencies .date_fullc
{
	position:relative;
}
.wo_add_new_dependencies .date_fullc:after
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: rgba(54, 54, 59, .5);
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 16px;
}

/*--------------- popup css ---------------------*/
body .modal .save_c:hover {
    color: #fff;
    background-color: #28282a;
    border-color: transparent;
}
body .modal .cancel_c:hover
{
	color: #fff;
    background-color: #28282a;
    border-color: transparent;
}
body .modal .save_c {
    border: none;
	background: #ffa500;
}
body .modal .cancel_c
{
	background:#616166;
	border: none;
	color:#fff;
}
body .modal a
{
color:#777;
}
body .modal a:hover
{
color:#000;
}
body .modal .colrs {
    height: 50px;
    width: 100%;
	cursor: pointer;
}
#myModal_Setting .modal-dialog {
    width: 300px;
    margin: 144px auto;
}
div#myModal_Setting {
    position: absolute;
    top: 0;
    right: 0;
    bottom: unset;
    left: unset;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	padding-right: 0px !important;
}

#myModal_Setting .modal-content {
    background-color: #222;
    border-radius: 0;
    border: 0;
}
#myModal_Setting .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
}
#myModal_Setting h4.modal-title {
    color: #fff;
}
.back_tools_border a
{
	outline:none;
}
.admin_c  a
{
	outline:none;
}
.back_toolsc  a
{
	outline:none;
}

.nav-tabs {
    margin-bottom: 15px;
}
.sign-with {
    margin-top: 25px;
    padding: 20px;
}
.user_profile {
    position: absolute;
    max-width: 150px;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #e6dede;
	padding: 7px 0px;
    right: 62px;
    top: 45px;
    border-radius: 0px 0px 10px 10px;
}
.user_profile ul.Profile li a {
    padding: 6px 20px;
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.user_profile ul.Profile li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.user_profile ul.Profile li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.badge-success {
    background-color: #66d203;
}
.panel-group .sub_part {
    position: relative;
	cursor: pointer;
}
.panel-group .right_sub {
    position: absolute;
    right: 20px;
}

.panel-group .sub_contentc {
    padding: 0 23px;
    border-bottom: 1px solid #d8d0d0;
    padding-bottom: 10px;
}
.menu-icon .right_menu4_2 ul ul.show_sub li {
    margin-top: 0px;
    padding-left: 5px;
    line-height: 23px;
}

.menu-icon .right_menu4_2 ul li.sub_part {
    margin-top: 0px;
    padding-left: 5px;
    line-height: 23px;
    top: 100%;

}
.pro4_2.menu-icon .right_menu4_2 .panel-body ul.main_sub {
    padding-top: 0px;
    margin-bottom: 0px;
}

.menu-icon .right_menu4_2 ul.main_sub li
{
	    margin-top: 0px;
}


.sub_active .right_sub .minus_mark_c
{
	display:block !important;

}
.sub_active .right_sub .plus_mark_c
{
display:none;
}
.pro4_2.menu-icon .right_menu4_2 ul.show_sub {
    padding-top: 0px;
	   }


.pro4_2.menu-icon .right_menu4_2 .sub_active ul.show_sub
{
  display:block !important;
  top: 100%;
  position: relative;
  transition: all .9s ease-out;

}
.sub_active .right_sub .minus_mark_c {
    display: block !important;
    float: right;
    font-size: 22px;
    font-weight: 500;
    width: 9px;
}

/*--------------- popup css end ---------------*/

/*-----------------------------mycss_ak end -----------------------*/

@media(min-width:1500px){
.home-table1 .table .project {
    min-width: 645px;
}
.home-table1 .table .status {
    min-width: 348px;
}
.home-table1 .table .lifecycle-stage {
    min-width: 463px;
}
.home-table1 .table .project-end {
    min-width: 426px;
}
.home-table2 .project1 {
    min-width: 450px;
}
.home-table2 .status1 {
    min-width: 156px;
}
.home-table2 .project-end1 {
    min-width: 202px;
}
.home-table2 .due-end1 {
    min-width: 117px;
}
.home-table2 .due-end11 {
    min-width: 110px;
}
.home-table2 .remain-end11 {
    min-width: 125px;
}
.home-table2 .esti-end11 {
    min-width: 100px;
}
.home-table2 .project-end11 {
    min-width: 172px;
}
.home-table2 .pane--table4 .project1 {
    min-width: 329px;
}
/*--- --------------------------- wo_homescreen_my_reports start ----------------------------*/
.wo_homescreen_my_reports .home-table2 .status1 {
    min-width: 310px;
}
.wo_homescreen_my_reports .home-table2 .project-end11 {
    min-width: 200px;
}
.wo_homescreen_my_reports .home-table2 .due-end11 {
    min-width: 120px;
    padding-left: 14px;
}
.wo_homescreen_my_reports .home-table2 .due-end1 {
    min-width: 120px;
    text-align: center;
}
.wo_homescreen_my_reports .home-table2 .table_rightc .project-end11 {
    min-width: 189px;
}
/*--- --------------------------- wo_homescreen_my_reports end----------------------------*/
.home-table2 .pane--table5 .project1 {
    min-width: 332px;
}
.pane--table6 .status6{
    min-width: 177px;
}
.spilitscreen-inner.table .pane--table7 thead tr.bg2 th, .spilitscreen-inner.table .pane--table9 thead tr.bg2 th{
	    padding: 10px 54.5px;
	}
.table1 .pane--table7 table tbody tr td:after{
	    left: 45.7%;
	}
.pane--table8 .name66 {
    min-width: 350px;
}
.pane--table8 .person66 {
    min-width: 295px;
}
.pane--table8 .primary66 {
    min-width: 284px;
}
.pane--table9 .july {
    min-width: 131px;
}
.pane--table9 .august {
    min-width: 147px;
}
.pane--table9 .september {
    min-width: 168px;
}
.pane--table9 .october{
	min-width: 152px;
	}
.pane--table9 .november {
    min-width: 165px;
}
.pane--table9 .december {
    min-width: 164px;
}
.header-bottom .pull-left {
	width: 60%;
	text-align: left;
	padding-left:10px;
}
}
@media(max-width:1600px)
{
.table_requestc .header-bottom .pull-left {
    width: 50%;
    text-align: left;
}
.WO-Team-Assignments-Assign-modal .header-bottom  .pull-left {
    width: 50%;
}
.WO-ChangeLog-Bulk-Editor .header-bottom  .pull-left {
	width: 50%;
}
.WO-Filter-Builder-modal .header-bottom  .pull-left {
	width: 50%;
}
.request_value_AssessmentMain .header-bottom .pull-left {
	width: 50%;
    text-align: left;
}



}

@media(max-width:1200px)
{
.wo_add_attachment_main .Show-Columns-Settings .By-Week-Report-Popup .pop-bg {
    width: 90%;

}
}



@media(max-width:1170px)
{
.table_requestc .header-bottom .header-bottom  .pull-left {
	width: 100%;
	text-align: left;
}
.table_requestc .header-bottom  .header-bottom  .pull-right {
	width: 100%;
	text-align: left;
}
.WO-Team-Assignments-Assign-modal .header-bottom  .pull-left {
    width: 100%;
	text-align: left;
}
.WO-Team-Assignments-Assign-modal .header-bottom  .pull-right {
    width: 100%;
	text-align: left;
}
.WO-ChangeLog-Bulk-Editor .header-bottom  .pull-left {
	width: 100%;
	text-align: left;
}
.WO-ChangeLog-Bulk-Editor .header-bottom  .pull-right {
	width: 100%;
	text-align: left;
}
.WO-Filter-Builder-modal .header-bottom  .pull-left {
	width: 100%;
	text-align: left;
}
.WO-Filter-Builder-modal .header-bottom  .pull-right {
	width: 100%;
	text-align: left;
}
.request_value_AssessmentMain .header-bottom .pull-left {
	width: 100%;
    text-align: left;
}

}




@media(max-width:1080px) {
.work2, .work3-top {
	overflow-x: auto;
}

}
@media(max-width:1080px) {
.table-responsive1 {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
}
}
@media(max-width:1060px) {
.header-bottom .pull-left {
	width: 100%;
	text-align: left;
}
.header-bottom .pull-right {
	width: 100%;
	text-align: left;
}
.project2 .header-bottom .pull-left {
    width: auto;
}
.project2 .header-bottom .pull-right{
	margin-top:15px;
	}
.project2 .header-bottom h6 {
    margin-bottom: 0;
}
.active-work .header-bottom h2{
	 margin-bottom:10px;
	}
.project4 .header-bottom .pull-left {
    width: auto;
}
/*----------------------------wo homescreen my reports start ---------------------------------*/
.wo_homescreen_my_reports .programme-home-sec2 li {
    margin-bottom: 12px;
}
.wo_homescreen_my_reports .programme-home-sec2 ul {
    padding-left: 0px;
    list-style: none;
    display: block;

}
/*----------------------------wo_homescreen_my_reports ---------------------------------*/
}
@media(max-width:991px)
{
body .modal .margin_bottomc {
    margin-bottom: 15px;
}
}


@media(max-width:900px) {
.table-time-sec12 ul {
    flex-direction: column;
}
.table-time-sec1 li {
    margin: 13px 15px;
}
.table-time-sec11{
	    padding-bottom: 0;
	}
.ui_sidebar .panel-group {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 15px;
    background-color: #505054;
}
/*------------mycss css ak start -------- */
.active-project4_2 {
    display: block;
    border-top: 1px solid #D4D8DF;
}
.pro4_2.menu-icon ul {
    padding-top: 22px;
    width: 25%;
    float: left;
}
.right_menu4_2 {
    border-left: 1px solid #D4D8DF;
    text-align: left;
    float: left;
    width: 75%;
    padding: 19px 8px;
    }
.project4_2 .right-content {
    background: #f9fafc;
    border-left: 1px solid #D4D8DF;
    width: 100%;
}
.project4_2 .menu-icon {
    width: 100%;
}
.right_head.spe3 {
    margin-top: 26px;
    padding-bottom: 6px;
    padding-right: 6px;
}
.active-project4_2 a.icon-angle {
    display: none;
}

.res_mar_c {
    margin-top: 30px;
}

/*-------------------ui sidebar -------------------------------*/
.ui_sidebar.project4_2 .menu-icon {
    width: 100%;
	float:left;
   }
.ui_sidebar.project4_2 .right-content {
    background: #ffffffed;
    width: 100%;
	float:left;
}

/*---------------no Record ----------------*/
.No_reocod_main .no_records_left {
    width: 100%;
    background-color: rgba(70, 70, 76, 0.97);
    border: 0;
    margin-right: 0;
    padding-bottom: 0;
}
.no_records_con {
    max-width: 890px;
    margin: 14px auto;
    width: 96%;
}
.No_reocod_main .right_menu4_2 .right_head {
    margin-bottom: 0px;
}
/*------------------------- wo homescreen my reports ------------------------------*/

.wo_homescreen_my_reports .ui_sidebar.project4_2 .right-content {
    background: #ffffffed;
    border-left: 1px solid #D4D8DF;
    width: 100%;
    padding-top: 22px;
}
.ui_sidebar.project4_2 .menu-icon {
     padding-bottom: 2%;
}

/*------------------------------------ WO-ChangeLog-Bulk-Editor ---------------------------*/
.Show-Columns-Settings .bulk_editor_pop .pop-bg {
    width: 90%;
}
.bulk_editor_pop .pop-body {
    width: 890px;
}


.Show-Columns-Settings .By-Week-Report-Popup .pop-bg {
    width: 90%;
}

.Show-Columns-Settings .By-Week-Report-Popup .popup_out {
    width: 100%;
    overflow-x: auto;
}
.Show-Columns-Settings .By-Week-Report-Popup .popup_in {
    width: 840px;
}

/*-------------------------------------------Wo Add Attachement -------------------------------------------*/
.Show-Columns-Settings .By-Week-Report-Popup.wo-add-attachmentpop .popup_in {
    width: 100%;
    overflow-x: hidden;
}

}
@media(max-width:800px)
{
	.top-header .form form input[type="text"] {
    width: 230px;
	}
}







@media(max-width:768px) {
/*---------- navebar start ----------*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #ffa700;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #ffa700;
}
.responow {
	display: none;
}
.worktop {
	width: 100%;
	overflow-x: auto;
}
.work1 {
	width: 690px;
}
.work-trst-top ul {
	width: 600px;
	overflow-x: auto;
}
.work-trst-top {
	overflow-x: auto;
}
.commonproject {
	width: 100%;
	margin-bottom: 20px;
}
.add-project:after {
	content: none;
}
.right-content{
	    width: 88%;
	}
.menu-icon {
    width: 12%;
}
.logo{
	    display: block;
	}
.top-header .form {
    margin-left: 0;
    margin-top: 15px;
}
.top-header .form form{
	display: flex;
	}
.column_setting .table-responsive
{
border: 0;
}

/*------------------wo homescreen my_reports ---------------------- */
.wo_homescreen_my_reports .add-project {
    margin-right: 1%;
    position: relative;
    width: 100%;
}

/*---------- navebar end----------*/
/*--------------------------WO-Filter-Builder-modal----------------*/
.Show-Columns-Settings .fuilter_builderc .pop-bg {
    max-width: 502px;
	width: 90%;
    float: none;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 5px;
    height: 603px;
    margin: 15% auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.pop-bg {
    max-width: 502px;
    width: 90%;
}
.Show-Columns-Settings .fuilter_builderc .pop-body {
    padding-left: 0%;
    padding-right: 0;
    width: 502px;
}

.WO-Team-Assingments_pop .inner_head .fullc {
    max-width: 440px;
    margin: 0 auto;
    display: block;
    align-items: center;
    width: 100%;
}

.WO-Team-Assingments_pop .inner_head .fullc .right {
    width: 100%;
    margin-top: 8px;
}
.WO-Team-Assingments_pop .inner_head .fullc .left {
    width: 100%;
    align-items: center;
}
.WO-Team-Assingments_pop .popup-head .inner_head .right_cross {
    float: right;
    position: relative;
    top: -38px;
}

}
@media(max-width:767px) {
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-bottom .pull-left, .header-bottom .pull-right {
	float: none;
}
.header-bottom .leftform select.form-control, .header-bottom .leftform input[type="text"] {
	width: auto;
}
.header-bottom .pull-left:after, .header-bottom .pull-right:after {
	content: '';
	clear: both;
	display: block;
}
.leftform {
	float: none;
	margin-bottom: 20px;
}
.active-work .leftform,.active-work1 .leftform{
    float: none;
    margin-bottom: 5px;
}
/*.add-new {
    float: none;
} */
.add-new select {
	margin-left: 0;
	width: auto;
}
.header-bottom .leftform input[type="text"] {
	min-width: 0;

}
.active-work .btn-primary,.active-work1 .btn-primary{
	margin-left:0px;
	}
.active-work .header-bottom h2 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.active-work .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.add-new {
	float: left;
}
.home_iconc span {
	display: none;
}
.admin_c span {
	display: none;
}
.back_tools_border span {
	display: none;
}
.navbar-nav>li.back_tools_border a img{
	margin-left: 0px ;
}
.navbar-nav>li.back_toolsc a {
	padding: 0px 2px;
	margin-bottom: 12px;
}
.pop-bg {
	width: 75%;
}
.nav>li{
	border-bottom:1px #ddd solid;
	}
.header .fa-angle-down {
    float: right;
}

.navbar .navbar-right .dropdown-submenu>.dropdown-menu li {
    border-bottom: 1px #ddd solid;
	 padding-left: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px 8px 25px;
}
.navbar .open>.dropdown-menu>li{
	 border-bottom: 1px #ddd solid;
	}
.nav>li.open{
	    border-bottom: 0px #ddd solid;
	}
.navbar-default .navbar-nav .open .dropdown-menu>li>a.test .fa-angle-right:before{
	content: "\f107";
	}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover{
    background-color: #ffa700;
    color: #fff;
    border: 0px;
}
.open .fa-angle-down,.navbar-default .navbar-nav>.open>a:focus .fa-angle-down, .navbar-default .navbar-nav>.open>a:hover .fa-angle-down{
	color:#fff;
	}
.navbar .open>.dropdown-menu>li.dropdwn{
    border-bottom: 0px #ddd solid;
	}

}


@media(max-width:667px) {
.table-time-sec11 ul {
    flex-direction: column;
}
/*------------------------------------WO-Show-Columns-Settings start-------------------------------------*/
.Show-Columns-Settings .pop-bg {
    width: 90%;
}
.header-bottom h6 {
    line-height: 1.7;
}

}
@media(max-width:626px)
{
.project4 .header-bottom h6 {
       margin-left: 16px;
}
.Show-Columns-Settings .WO-Request-Org-Estimates_pop .pop-bg {
  	width: 90%;
}

.Show-Columns-Settings .WO-Request-Org-Estimates_pop .pop-body {
    padding-left: 0;
    padding-right: 0;
    width: 626px;
}

}

@media(max-width:600px) {
.additional-control ul{
	display: block;
	    text-align: center;
	}
.additional-control ul li .btn{
	min-width:248px;
	}
.additional-control ul li {
    margin-right: 0;
    margin-bottom: 10px;
}
.top-header .form form select{
	background-position: 80% 54%;
	}
.top-header .form form input[type="submit"]{
	background-color: #f2f6fc;
    top: 45px;
    position: absolute;
    right: 0;
    height: 40px;
	}
.top-header .form form .form-control {
    height: 40px;
    margin-bottom: 5px;
	    background: #f2f6fc;
}
.top-header .form form input[type="text"]{
	padding-left:12px;
	border-right:0px;
	}
.top-header .form form {
    background: transparent;
    border-radius: 30px;
    display: block;
    position: relative;

}
/*------------------------------------WO-Show-Columns-Settings start-------------------------------------*/
.Show-Columns-Settings .pop-footer ul {
    padding-left: 0px;
    list-style: none;
    display: block;
}
.Show-Columns-Settings .pop-footer .work-save ul li {
    margin: 15px 10px;
    text-align: center;
}
.pop-footer a {
      margin: 0 auto;
}
.table1.tbl_left_pop {
    width: 50%;
}
.table1.tbl_right_pop {
    width: 50%;
}
.programme-home-sec1 ul {
      display: block;
  }

.wo_homescreen_project_main .programme-home-sec1 ul {
    width: 100%;
    margin-left: 10px;
}

.wo_homescreen_project_main .programme-home-sec1 li:first-child {
    margin-left: 0;
    margin-bottom: 15px;
}
.wo_homescreen_project_main .programme-home-sec1 li {
    margin: 0px 0px 15px;
}
.wo_homescreen_project_main .programme-home-sec1 li:last-child {
    margin: 0px 0px 0px;
}




}
@media(max-width:551px)
{
.project4 .header-bottom h6 {
    margin-left: 0px;
}

.res_mar_c h2.pull-left {
    margin-bottom: 6px;
}
.res_mar_c h6.pull-left {
    margin-bottom: 10px;
}

}
@media(max-width:500px) {
.top-header .form form input[type="text"]{
	width:100%;
	}
.top-header{
	flex-direction: column;
	}
.WO-Request-Org-Estimates_pop .work-save ul li {
    margin: 15px 10px;
    text-align: center;
}
.Show-Columns-Settings .WO-Request-Org-Estimates_pop .pop-bg {
    width: 90%;
    min-height: 640px;
}
.work-save ul {
    padding-left: 0px;
    list-style: none;
    display: block;
    align-items: center;
    justify-content: center;
}


}
@media(max-width:414px) {
.header-bottom .leftform select.form-control, .header-bottom .leftform input[type="text"] {
	width: 100%;
	margin-bottom: 10px;
}
.header-bottom .leftform select.form-control, .header-bottom .leftform .form-control {
	border-left: 1px #ccc solid;
	border-radius: 4px;
}
.header-bottom .leftform input[type="submit"] {
	border-radius: 4px;
}
.leftform {
	float: none;
	margin-bottom: 20px;
	position: relative;
}
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 82% 54%;
}
.leftform input.btn.btn-default {
	position: absolute;
	top: 50px;
	right: 0px;
}
.header-bottom select.form-control.second_c {
	height: 40px;
	padding: 6px 35px 6px 7px;
	background-position: 92% 55%;
}
.work-save .btn {
	padding: 7px 21px;
}
.work-save ul li {
	margin: 0 5px;
}
.work-save {
	margin-top: 40px;
}
.enter-submit ul{
	flex-direction:column;
	display:block;
	}
.enter-submit ul li .btn.btn-submit,.table-time-sec12 ul li .btn.btn-submit{
	margin-left:auto;
	}
.enter-submit ul li .btn,.table-time-sec12 ul li .btn{
	display:block;
	width:80%;
	margin:0 auto;
	}
.enter-submit ul li .btn.btn-save,.table-time-sec12 ul li .btn.btn-save{
	margin-bottom:10px;
	}
.table-time-sec12 li:last-child{
	width:100%;
	margin:0;
	margin-top:13px;
	}
.resorce_second_top .table-time-sec12 li:last-child {
    width: auto;
    margin: 0 auto;
    margin-top: 13px;
    text-align: center;
}
.Show-Columns-Settings a.mycls {
    display: none;
}
.Show-Columns-Settings .mar_rightc
{
	display:none;
}

.WO-Team-Assingments_pop .popup-head .inner_head .right_cross {
    float: right;
    position: relative;
    top: -53px;
    right: -5px;
}
.WO-Team-Assingments_pop .inner_head .fullc .right {
    width: 100%;
    margin-top: 8px;
    text-align: left;
}
.WO-Team-Assingments_pop .inner_head .fullc .left {
    width: 100%;
    align-items: center;
    text-align: left;
}

}
@media(max-width:344px) {
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 80% 54%;
}
}
@media(max-width:325px) {
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 79% 54%;
}
}
@media(max-width:300px) {
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 76% 54%;
}
.additional-control ul li .btn{
	min-width:100%;
	}
}
@media(max-width:266px) {
.header-bottom select.form-control.first_c {
	height: 40px;
	padding: 6px 24px 6px 7px;
	background-position: 73% 54%;
}
}


 /* New added */

 .RightSideTable table {
width: 100%;
}

.tbl_img_style {
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 15px;
    border-bottom: 2px #ececec solid;
    padding-bottom: 15px;
    background-color: #F9F9F9;
}

table.tbl_img_style td {
    float: none;
    display: inline-block;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:4px;
    padding-right:4px;
    font-size: 13px;
}

.tbl_img_style select ,.tbl_img_style input {
    background: transparent;
    color: #36363B;
    padding: 3px 9px;
    border-radius: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 96% 9px;
    -webkit-appearance: none;
    font-size: 13px;
    border: 1px solid #e2dfdf;
    background-color:#FFF;
}

.tbl_img_style input {
    background: transparent;
    color: #36363B;
    padding: 3px 9px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 96% 9px;
    -webkit-appearance: none;
    font-size: 13px;
    border: 1px solid #e2dfdf;
}

.width_cntrl span.nsmall{
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

span.nsmall{
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.innerGridTable span.nsmall {
    display: inline-block;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 5px;
}


.width_cntrl
{
    display:inline-block; text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    width:100%;
}

.width_cntrl .GridControls td
{
    display:inline-block; text-align:center;
    padding-top:10px;
    padding-bottom:10px;

}
.width_cntrl a.red span.nsmall {
    background: #f44522;
}

.innerGridTable a.red span.nsmall {
    background: #f44522;
}

.width_cntrl a.green span.nsmall {
    background:#04d13b;
}


.width_cntrl a
{
  color:White;
  font-size:14px;
}

.width_cntrl a:hover, width_cntrl a:focus {
    color:White;
  font-size:14px;
    text-decoration: none;
    outline: none;
}

.width_cntrl img
{
   width:14px;
   height:14px;
}

.innerGridTable img
{
   width:14px;
   height:14px;
}

.width_cntrl .GridControlsimg
{
   width:14px;
   height:14px;
}

.table {
    background-color: #fff !important;
    border:none !important;
}

.tblecenter .DetailSectionHeader
{
    background-color: #46464C;
    color: #fff;
    font-weight: 500;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border-left:1px solid #46464C;
    border-right:1px solid #46464C;
    border-bottom:1px solid #46464C;
    text-align:center;
}

.DetailDataCell
{
    background-color: rgba(217, 217, 217, .15);
    border: 0 !important;
    padding: 5px 2px !important;
    border-right: 2px Solid #fff !important;
    border-left: 2px Solid #fff !important;
    border-top: 1px solid #FFF !important;
    border-bottom: 1px solid #fff !important;
    height: 28px;
}

table.tblecenter tr td.DetailDataCell.DetailDataCellEmpty,
td.DetailDataCellEmpty
{
    background-color: transparent;
}

.DetailHeader, .GridHeader
{
    border: 0 !important;
    color:#333;
    font-weight:500;
    border-left: 2px Solid #fff !important;
}
.tblecenter .GridHeader, .tblecenter .GridHeader a
{
    text-align:left;
    color: #333;
    padding-left:2px;
    font-weight:500;

}
.DetailDataCell a, .DetailDataCell a:hover
{
    color: #337ab7;
    text-decoration: underline;
}

.tblecenter .GridDataCell
{
    font-weight:300 !important;
    text-align:left;
    color: #333;
    padding-left:2px;
    border-left:1px solid #ddd;
    background-color: rgba(217, 217, 217, .15);
}

.learn-detail-sec2 .table-common .table .savebtn
{
    background: #ffa500;
    color: #fff;
    padding: 7px 0px;
    font-size: 17px;
}

div.orgTreeSelect {
    max-height: 250px;
    height: 240px;
    overflow: auto;
    border: 1px solid #ADAAAD;
    border-radius: 2px;
    margin-right: 10px;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    overflow: auto;


}

div.orgTreeSelect .orgTreeItem
{
    padding-left:4px;

}

div.orgTreeSelect ul.orgTreeUl {
    list-style: none;
}

.body_bottom {
    margin: 0 auto;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
}

.body_bottom .orgTreeSelect ul {
    display: flex;
    margin: 0 auto;
    margin-bottom: 12px;
    border-right: 1px solid #D9D9D9;
    padding-left: 8px;
    padding-top: 4px;
    margin-right: .5px;
}

.body_bottom select {
    width: 129px;
    margin-right: 0px;
}

.detailsTabPanel input[type="text"].hasDatepicker {
    background: transparent;
    border: 1px solid #D9D9D9;
    text-align: left;
    box-sizing: border-box;
    padding-left: 6px;
    padding-right: 1px;
    -webkit-appearance: none;
    color: #46464C;
    font-size: 13px;
    background: #fefefe;
    background-image: none;
    width: 130px !important;
}

.detailsTabPanel .datepickerInputContainer input[type="text"].hasDatepicker {
    border: none;
}

.body_bottom .cal_icon {
    position: relative;
    margin-right: 4px;
}

.body_bottom ul li {
    margin-right: 0px;
    width: auto;
    border: 0;
    box-shadow: none;
    padding: 13px 9px 2px 8px;
}

span.tbs_c {
    color: #3F3F43;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    word-wrap:break-word;
    display:block;
    width : 200px !important;
}

.body_bottom select, .WO-Request-Org-Estimates_pop .body_top select {
    background-repeat: no-repeat;
    background-position: 97% 51%;
    padding: 0 7px;
    background-image: url(../../images/arrow.png);
    border-color: #36363b36;
    height: 26px;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background-color: #FFFFFF;
    width: 200px;
    color: #36363B;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
}
.ui-dialog-buttonset .cancelbtn
{
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    width: 100px;
    padding: 9px 28px !important;
}

.ui-dialog-buttonset .savebtn
{
    color: #fff !important;
    background-color: #FFA700 !important;
    border-color: #FFA700 !important;
    width: 100px;
    padding: 9px 28px !important;
}

.table th , .table th a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(2555,255,255,.5);
    line-height: 14px;
    text-align:center;
}

.table th
{
    min-width:100px;
}

.tableEstimate th {
    min-width: 0px;
}
.estimateButtons
{
    min-width:80px !important;
}

.table td , .table td a {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.radius {
    border-radius: 4px;
    border: 0px solid #ddd;
}

.table .bg1 th {
    color: #fff;
    font-size: 14px;
}

.imgc {
    width: 25px;
    height:26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 35px;
}

td.imcp {
    text-align: left;
    padding-left: 22px;
    display:flex;
}

 .table>tbody>tr>td {
    line-height: 1.9;
}

span.delete {
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F44522;
    border-radius: 3px;
    margin-right: 0px;
}

span.delete img {
    width: 14px;
}
span.edit {
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffa500;
    border-radius: 3px;
    margin-right: 10px;
}

span.edit img {
    width: 14px;
}

.tblecenter
{
    font-size:14px;
    margin-top:10px;
    background-color: #fff !important;
    border:none !important;
}


.table input[type="radio"]:checked + label:before, .table input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top:2px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    border: 1.5px solid #D9D9D9;
}
.table input[type="radio"]:checked + label:after, .table input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #13A8FF;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.table input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.table input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.table .addrequest .learn-detail-sec2 textarea{
	    resize: auto;
	}

.table label, .label {
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px 0 0;
}
.table .FormDataCell , .table .FormCell  , .table .FormRequiredCell
{
    padding-left:10px;
    HEIGHT: 25px;
}

.table .FormRequiredCell label b::after {
    background: transparent none repeat scroll 0 0;
    color: red;
    content: "*";
    display: inline-block;
    font-size:16px;
    font-weight: bold;
    height: auto;
    right: -10px;
    top: -5px;
    width: auto;
}

.learn-detail-sec2 label m {
    color: #EE2D1B;
}



.table .radio-inline {
    margin-bottom: 10px;
}
.table .radio-inline {
    top: 0px;
}

.table .radio-inline {
    margin: 0;
    position: relative;
    top: -10px;
}
.table .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    margin-left: -13px;
    padding-right: 20px;
    color: #36363B;
}

.table .date-group .date-group-right:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f133";
    color: rgba(54, 54, 59, .5);
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 16px;
}

.learn-detail-sec2 .vender-section
{
    width:75%;
}

.learn-detail-sec2 select.multipe option {
    padding: 3px 5px;
}

.learn-detail-sec2 .vender-middile {
    margin: 0 15px;
    margin-top: 60px;
    width: 10%;
    text-align: center;

}

.learn-detail-sec2 select.multiple {
    height: 120px;
    background-image: none;
    padding: 10px 10px;
    min-width: 450px;
    border: 1px solid #D9D9D9;
    margin: 0px 6px;
}

.learn-detail-sec2 .btn-orange {
    color: #fff;
    background-color: #ffa500;
    border-color: #ffa500;
    margin: 0px 6px;
}

.learn-detail-sec2 .vender-middile ul {
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
    display:block;
}

.learn-detail-sec2 .vender-middile ul li {
    margin-bottom: 12px;
}

.learn-detail-sec2 .vender-middile img {
    width: 80%;
}

.learn-detail-sec2 label m {
    color: #EE2D1B;
}

.cssloader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-right: 16px solid #F9F9F9;
  border-left: 16px solid #F9F9F9;
  border-top: 16px solid #FFA500;
  border-bottom: 16px solid #FFA500;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;

    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
.cssloaderOverlay{
  position: fixed;
  left: 10%;
  top: 5%;
  width: 80%;
  height: 90%;
  z-index: 9999;
  background-color:rgba(140, 137, 133, 0.8196078431372549);
}
.loadingText {
    position: absolute;
    top: 65%;
    left: 46%;
    /*margin: -50px 0px 0px -50px;*/
    font-size:24px;
    font-weight:500;
    color:#F9F9F9;
    width: 100%;
    height: 100%;
}

.cssSaveSubmitDiv{
  position: fixed;
  left: 35%;
  top: 20%;
  width: 30%;
  height: 40%;
  z-index: 9999;
  background-color:#f9f9f9;
  text-align:center;
  vertical-align:middle;
  border: 2px solid rgba(54, 54, 59, 0.5);
}
.cssSaveSubmitDiv span {
    height:40px;
    width:250px;
    font-size:20px;
    color:#08be1c;
    position: absolute;
    top: 40%;
    left: 25%;
}
.timeUserLoginDiv{
    position: fixed;
    right: -1%;
    top: 0px;
    width: fit-content;
    height: 40px;
    z-index: 99;
    vertical-align: middle;
    color:#000;

}

.timeUserLoginDiv ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 25px 0 0;
}
.timeUserLoginDiv li {
    margin: 0px 10px;
    line-height: 20px;
    height: 20px;
}
    .timeUserLoginDiv li.wider {
        width: 160px;
    }

.timeUserLoginDiv ul li a span.nsmall {
    height: 20px;
    width: 18%;
    display: flex;
    align-items: center;
    padding-right:1px;

}

.timeUserLoginDiv ul li a  {

    display: flex;
    font-size:14px;
    color:#000;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


body.new_login {
    background: url(../images/login-background.png);
    text-align: center;
    background-position: center;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.71);
}
.new_login .login-form {
    width: 500px;
	margin: 0 auto;
    border-radius: 5px;
    padding: 40px 0;
    padding-bottom: 20px;
	position: relative;
}
.new_login .login-form .close-new {
    position: absolute;
    right: 0;
    top: 15px;
    right: 15px;
	    cursor: pointer;
}
.new_login .login-form h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
}
.new_login .login-form form {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}
body.new_login label {
    color: #737373;
	    margin-bottom: 3px;
}
body.new_login .login-form .form-control {
    border: 2px solid #D9D9D9;
    color: #000;
    padding: 10px 20px;
    height: auto;
    font-size: 16px;
}
body.new_login .form-group {
    margin-bottom: 30px;
}
body.new_login .login-form .btn-orange {
    background-color: #fc9900;
    border-color: #fc9900;
    font-size: 18px;
    border-radius: 22px;
    padding: 13px 20px !important;
    margin-top: 45px;
    text-transform: uppercase;
}
body.new_login .login-form .btn-orange:hover {
    background-color: #36363B;
    border-color: #36363B;
    color: #fff;
}
body.new_login button:focus,body.new_login input:focus{
	outline:none !important;
	}
body.new_login button:focus{
	color:#fff !important;
	}
body.new_login .form-control:focus{
	    border-color: #fc9900;
	}
body.new_login .has-error .form-control{
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	}
body.new_login .footer-bottom ul li a{
	    color: #ebebec;
	}
body.new_login .copy{
	color: #ebebec;
	}
body.new_login .footer-bottom {
    padding-top: 20px;
    padding-bottom: 5px;
}
body.new_login .footer-bottom ul li {
    border-left: 1px #ebebec solid;
    line-height: 12px;
    padding: 0 20px;
    margin-right: 0;
	display: inline-block;
}
body.new_login .footer-bottom ul li:first-child{
	border-color:transparent;
	}
body.new_login .copy {
    color: #ebebec;
    font-size: 14px;
    margin-top: 12px;
}
.new_login_center .forget {
    float: right;
    color: #36363B;
    font-size: 16px;
    margin-top: -6px;
}
.new_login_center .help-block{
	    margin-top: 2px;
		    font-weight: 500;
	}
.new_login .login-form h3 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 400;
    color: #36363B;
}
body.new_login .login-form .forgot-pass .btn-orange {
    margin-top: 120px;
}
.forgot-pass {
    padding-top: 60px;
}
.forgot-pass img{
	cursor:pointer;
	}
.forgot-pass .input-group {
    width: 100%;
}
.forgot-pass .input-group-addon {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    z-index: 9;
    padding: 0;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 18px;
    color: #b7b6b6;
}

 .businessRule
{
    margin:0;
	font-size: 13px;
}

.businessRule .businessRuleHeader th a,
.businessRule .businessRuleHeaderAudit th a
{
	padding: 15px 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    background-color: #46464C;
	text-align: center;
	color: white;
	pointer-events: none;
    display: flex;
    justify-content: center;
}

.businessRule .businessRuleHeaderAudit {
	padding: 5px;
	opacity: 0.8;
}

.businessRule .businessRuleContent,
.businessRule .businessRuleInputContent
{
	display: flex;
	/*it's row-reverse to potentialy handle bad html injection on a business_rules.asp*/
	flex-direction: row-reverse;
	border-bottom: 1px solid #46464C;
	padding: 15px 20px;
}
.businessRuleTooltip {
	vertical-align: middle;
    justify-content: left;
    align-items: center;
	text-align: left;
}
    .businessRuleTooltip ul {
        display: block;
        padding-inline-start: 20px;
    }
    .businessRuleTooltip li {
        list-style: disc;
    }

.businessRuleAudit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 30px 30px;
}

.businessRuleAuditHeader {
	grid-row: 1;
	display: flex;
    align-items: center;
    font-weight: bold;
    padding: 0 10px;
}

.businessRuleAuditContent {
	grid-row: 2;
    padding: 0 10px;
	display: flex;
    align-items: center;
}

form[name='EDFORM_BUSINESS_DEFINITIONS'] {
	margin-bottom: 0;
}

form[name='EDFORM_BUSINESS_DEFINITIONS'] textarea {
	/* We can't skip important due to other style that already uses important there...*/
	resize: vertical !important;
	line-height: 1.5;
}


form[name='EDFORM_BUSINESS_DEFINITIONS'] .work-save.profile_buttons_c {
    margin: 0 auto;
}

td .GridControls a
{
    margin-right: 5px;
}
.fieldInfo {
    vertical-align: middle;
    cursor: pointer;
    height:12px;
    width:12px;
	margin-left: 5px;
}

/**
 * Created to make sure that the the text box and Copy button never go on multiple lines on "Global Settings/URL for Unauthenticated Requests"
 * property
 */
.FormDataCell.KeepTogether {
    white-space: nowrap;
    min-width: 42em;
}
.FormDataCell textarea
{
    resize:both !important;
    background-color: #fff;
    border: 0;
    display: inline-flex;
    padding: 4px 10px;
    border: 1px solid #46464c2e;
    border-radius: 4px;
}

.FormDataCellExp select, .FormDataCellExp input[type="text"], .FormDataCellExp textarea, input[type="text"], select, .hasDatepicker {
    border-radius: 3px ! important;
    border: 1px solid #D2DAE2;
    padding:5px;
}

.norecordDiv {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: red;
    font-size: 20px;
    font-weight: 700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}
.colorWhite {
    color:#FFF;
}

.colorRed {
    color:red;
}

TD.DetailHeader {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px 2px !important;
    color: #36363B;
}

div#topNavWrap
{
    width: 100%;
}

#RightSideTable td table#topNavTable, #RightSideTable td table#topNavTable tr td table
{
    white-space: nowrap;
    width: auto;
    margin-left: 0;
}
.priorityLinks a {
    line-height:1.8 !important;
}
.priorityLinks{
    text-align:left !important;
    padding-left:5px !important;
}

table.project-status-details {
    margin-top: 0px;
}


/*IE 10/11 specific*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    #RightSideTable td table#topNavTable td, #RightSideTable td table#topNavTable tr td table td
    {
        padding: 5px 0 5px 10px;
    }

    #RightSideTable td table#topNavTable td:nth-child(odd), #RightSideTable td table#topNavTable tr td table td
    {
        padding-left: 0;
    }

    .table-time-sec1 select {
        background: none;
    }
}

/*Edge specific*/
@supports (-ms-ime-align:auto)
{
    #RightSideTable td table#topNavTable td, #RightSideTable td table#topNavTable tr td table td
    {
        padding: 5px 0 5px 10px;
    }

    #RightSideTable td table#topNavTable td:nth-child(odd), #RightSideTable td table#topNavTable tr td table td
    {
        padding-left: 0;
    }
}

.estimate-modal-dialog #srEstimateModal {
    height: calc(100vh - 215px)
}

.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel  {
    background-color:#FFF;
    border-radius:7px;
    padding:15px 15px 0 15px;

    overflow-y: auto;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel  .filter-properties-container {
    margin: 0 0 10px 0;
    display: block;
    height: 80%;
    flex: 0 1 162px;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel .filter-properties-container .due-date-container {
    vertical-align: top;
    padding-right: 80px;
    padding-left: 20px;
    font-weight:bold;
    display: inline-block;
}
.estimate-modal-dialog .modal-footer button.action-button {
    margin: 5px;
}

.estimate-modal-dialog button,
.estimate-modal-dialog button:focus,
.estimate-modal-dialog button:hover {
    color: #FFFFFF;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel .filter-properties-container .due-date-container .datepickerInputContainer > input {
    width: 120px !important;
    font-weight: normal;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel .filter-properties-container .button-container {
    vertical-align: top;
    font-weight:bold;
    display: inline-block;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel .filter-properties-container .inlineOrgTreeSelect {
    width:55%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    height: 100%;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel .filter-properties-container .inlineOrgTreeSelect .orgTreeSelect {
    height: 100%;
}
.estimate-modal-dialog #srEstimateModal #srEstimateModalContainer.detailsTabPanel #srEstimateModalContent {
    overflow: auto;
    flex: 1 1 auto;
}

.estimate-modal-dialog #srEstimateModal .body_bottom {
    margin-top: 8px;
}
.estimate-modal-dialog #srEstimateModal .body_bottom ul {
    margin: 0;
    padding: 0;
}
.estimate-modal-dialog #srEstimateModal .body_bottom #ba-tab-del {
    padding: 0 0.8em;
}
.estimate-modal-dialog #srEstimateModal .body_bottom #ba-tab-del .cal-sec  .ottericon-action {
    padding: 0;
}
.estimate-modal-dialog #srEstimateModal .body_bottom #ba-tab-del .cal-sec {
    display: flex;
    align-items: center;
    height: 100%;
    width:  100%;
}
.estimate-modal-dialog #srEstimateModal .button-container {
    margin-top: 8px;
}
.estimate-modal-dialog #srEstimateModal .body_bottom li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.estimate-modal-dialog #srEstimateModal .body_bottom li .cal-sec.datepickerInputContainer {
    padding: 0 0.5em 0 0;
    border-color: rgb(217,217,217);
}
.estimate-modal-dialog #srEstimateModal .body_bottom li .cal-sec.datepickerInputContainer input {
    width: 8em !important;;
}

.estimate-modal-dialog #srEstimateModal .body_bottom li .tbs_c {
    padding-top: 0.4em;
}
.estimate-modal-dialog #srEstimateModal .body_bottom li.expand-with-space {
    width: 100%;
}

.estimate-modal-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .action-button.btn {
    padding-top: 0.4em !important;
}

table.compact tr td.DetailHeader {
    height: 2.0em;
    line-height: normal;
    vertical-align: bottom;
    padding: 0 2px 0 2px !important;
    background-color: #ffffff;
}

table.compact tr td.DetailDataCell {
    vertical-align: middle;
    background-color: #f2f2f2;
}
table.compact tr td.DetailHeader.center {
    vertical-align: middle;
}
table.compact tr.one-line-field td.DetailHeader {
    white-space: normal;
    vertical-align: middle;
    width: 25%;
}
table.compact td.DetailHeader img {
    margin-bottom: 1px;
}

table.compact td.compact-container {
    padding: 0;
}
table.compact td.quarter-column {
    border: none;
    margin-bottom: 0.2em;
}
table.compact td.quarter-column div.DetailContainerNarrow {
    width: 25%;
    display: inline-block;
}
table.compact td.quarter-column div.DetailContainerNarrow .DetailHeaderNarrow {
    min-height: 1.8em;
}
table.compact td.quarter-column div.DetailContainerNarrow .DetailDataNarrow span.rygStatus {
    vertical-align: middle;
    display: inline-block;
}
table.compact td.quarter-column div.DetailContainerNarrow .DetailDataNarrow {
    background-color: #f2f2f2;
    padding: 6px 2px 5px 2px !important;
    border-right: 2px Solid #fff !important;
    border-left: 2px Solid #fff !important;
    border-top: 1px solid #FFF !important;
    border-bottom: 1px solid #fff !important;
    height: 2.4em;
    vertical-align: middle;
}

table.compact div.DetailContainerNarrow {
    width: 33.33%;
}
table.compact div.DetailContainerNarrow .DetailDataNarrow {
    background-color: #f2f2f2;
}
table.compact div.DetailContainerNarrow .DetailHeaderNarrow {
    font-weight: 500;
    text-indent: 0;
    line-height: normal;
    vertical-align: bottom;
    padding: 8px 0 0 2px;
    margin-bottom: 2px;
}
table.compact div.DetailContainerNarrow .DetailHeaderNarrow img {
    margin-bottom: 1px;
}

.ui-datepicker-calendar td.ui-datepicker-week-col {
    color: #777;
    font-size: 12px;
    text-align: center;
    font-family: 'Roboto';
}

.ui-datepicker-calendar th.ui-datepicker-week-col {
    color: #777;
    font-size: 14px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: bold;
}
