﻿body {
   font-family: Arial, sans-serif!important;
    font-size:13px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Arial, sans-serif!important;
}
.dl-horizontal dt {
    white-space: normal;
}
a, a:hover{
    text-decoration:none!important;
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
}
.breadcrumb a {
	color: #333!important;
}
a:focus {
	outline: 0!important;s
	outline: 0!important;
	outline-offset:0!important;
} 
.pt20{
    padding-top:20px;
}
label {
	font-weight: normal!important;
}
.transition {
    transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -webkit-transition: .5s all
}
.back_image {
    background: url('../images/login_image.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width:100%;
}
.full_vh{
    height:100vh;
}

.login_form{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:380px;
    background:#fff;
    border-radius:10px;
}
.login_form h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	background: #000;
	color: #fff;
	padding: 11px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.login_form_block{
    padding:20px;
}
input[type=text], input[type=password] {
	border-radius: 0;
	background: #eee;
	border: 0;
	height: 38px;
	box-shadow: none;
	min-width: 100%!Important;
}
.login_form_block .btn.btn-default {
	background: #000;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	box-shadow: 0px 5px rgba(0, 0, 0, 0.4);
}
.bw{
    background:#fff;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.fl{
    float:left;
    width:100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header_block {
	padding: 10px;
    position:relative;
}
.header_details {
	border-left: 1px solid #8a8a8a;
	padding-left: 10px;
	margin-left: 21%;
}
.header_details_block label {
	color: #fff;
    margin:0;
}
.header_details_block label:first-child {
	color: #fff;
	width: 62px;
    font-weight:bold!important;
}
.header_details_block span {
	color: #fff;
	font-weight: bold;
}
.fb{
    font-weight:bold!important;
}
.panel-title a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
}
.min_plus .fa {
	font-size: 11px;
	font-weight: normal !important;
	color: #7e8897;
}
.min_plus {
	position: absolute;
	right: 10px;
}

.panel-group .panel + .panel {
	margin-top: 0!important;
}
.panel-default > .panel-heading {
	background-color: #fff!important;
}
.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 0!important;
	border: 0!important;
	box-shadow: none;

}
.panel-heading {
	padding: 0!important;
}

#errmsg {
	background: red;
	
}
#errmsg {
  -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
  color: #fff !important;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 50px;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: #d40000;
  }
  50%, 100% {
    background-color: #a00707;
  }
}

/* Popup CSS */
.popup_area {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.popup_block {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 1px 1px 18px rgba(255,255,255,0.3);
    border-radius:10px;
}
.pp400{
    min-width:400px;
}
.pp450{
    min-width:450px;
}
.popup_data{
    padding: 15px;
}
.pbtn {
	background: #000;
	padding: 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
    box-shadow:0px 5px rgba(0, 0, 0, 0.4);
    border-radius:4px;
}
.pbtn:hover {
	background: #000;
	color: #fff;
}
.popup_header {
	padding:10px 15px;
	background: #000;
	color: #fff;
    font-family: Arial, sans-serif;
	font-size: 16px;
    text-transform:uppercase;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

/* Popup CSS */

.popup_data a, button{
    cursor:pointer;
}


/*Responsive*/
@media  (max-width: 1199px) {
    body{
        font-size:13px;
    }
   .listing li a {
	    height: 187px;
    }
   .listing li a:hover .shadow.transition {
	    bottom: -18px;
    }
   .right_menu_outer{
       width:22% !important;
       z-index:9999999999 !important;
   }
}
@media  (max-width: 992px) {
   .listing li a:hover .shadow.transition {
	    bottom: -14px;
    }
   .listing li a h4 {
	    font-size: 14px;
    }
}
@media  (max-width: 767px) {   
   .listing li:nth-child(3n){
        margin-right: 5%;
    }
   .listing li:nth-child(2n){
        margin-right: 0;
    }
   .listing li {
	    width: 47.5%;
    }
   .listing li a h3 {
	    font-size: 18px;
    }
}
@media  (max-width: 520px) {   

   .listing li {
	    width: 100%;
        margin-right:0;
    }
   .listing li:nth-child(3n){
        margin-right: 0;
    }
   .breadcrumb li a {
	    padding: 6px 9px !important;
    }
   .pp450 {
	    min-width: 380px;
    }
}

@media  (max-width: 400px) {
   .login_form {
	    width: 300px;
    }
   .pp450 {
	    min-width: 300px;
    }
   .popup_header {
	    font-size: 13px;
    }
}
/*Responsive*/
.das_back {
	background: url('../images/back_opacity.jpg') no-repeat center center ;
	position: relative;
	background-position-y: 30px;
	border: 1px solid #ddd;
	
    background-size: contain;
}
/*.dash_data {
	padding: 10px;
}*/
.das_heading {
	padding: 10px;
	background: #f5f5f5;
	border-bottom: 1px solid#ddd;
	display: none;
}
/*.bgrey{
    background:grey;
}*/
.menu_left, .menu_rght {
	border: 1px solid #ddd;
	height: calc(100vh - 164px);
	background: #fff;
}
.menu_left{
    overflow:auto;
}
.panel-title > a {
	color: inherit;
	background: #00a9ce;
    padding:10px;
    color:#fff!important;
    font-family: Arial, sans-serif;
}
.panel-title > a.collapsed {
	color: inherit;
	background: #fff!important;
    color:#4a3e38!important;
}
.panel-title > a .min_plus .fa{
    color:#fff!important;
}
.panel-title > a.collapsed .min_plus .fa{
    color:#4a3e38!important;
}
.dash_inner {
	float: left;
	width: 98%;
	margin: 0 15px;
    position:relative;
    overflow:hidden;
}
.div1_20 {
	float: left;
	width: 12%;
	margin-right: 5px;
}
.div60 {
	float: left;
	width: 87%;
	margin-right: 0;
}
.div2_20 {
	float: left;
	width: 12%;
	position: absolute;
	right: -12%;
}
#arrow_name {
	overflow: auto;
	height: calc(100vh - 209px);
	overflow: auto;
}
#arrow_link {
	float: left;
	width: 100%;
	padding: 10px;
}
#arrow_link li {
	float: left;
	margin-right: 10px;
	margin-left: 13px;
	margin-bottom: 10px;
}



.link_right:hover .arrow-left{
    border-right: 16px solid #003f88;
}
.dot {
	display: inline-block;
	height: 7px;
	width: 7px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 12px;
	left: -4px;
}
.active_a{
    padding:100px;
}
.collapsed.sss .more-minus {
	display: none;
}
.collapsed .more-minus {
	display: block;
}
.collapsed.sss .more-plus {
	display: block;
}
.sss .more-plus {
	display: none;
}
.btn_area a {
	display: inline-block;
	padding: 7px 20px;
	background: #00a9ce;
	border-radius: 5px;
	margin-right: 4px;
	color: #fff;
}
.btn_area a:hover {
    color:#fff;
    background:#0091b1;
}
.panel-title strong {
	margin-right: 10px;
	font-weight: normal;
}


/*search_area*/
.search_area_block {
	width: 650px;
	margin: 0 auto;
	position: relative;
}
.search_area_block input {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	border-radius: 41px;
	height: 45px;
    padding:0 40px 0 20px;
}
.search_icon {
	position: absolute;
	top: 12px;
	right: 20px;
	color: #1751A8;
    cursor:pointer;
}
.new_listing {
	margin-top: 60px;
}
.new_listing li {
	display: inline-block;
	width: 16%;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: top;
}
.icons {
	/*background: rgba(206, 202, 202, 0.5);*/
	width: 50px;
	display: inline-block;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #fff;
}
/*.icons {
	background: rgba(24, 106, 183, 0.5);
	width: 50px;
	display: inline-block;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #fff;
}*/


.heading_name {
	display: block;
	width: 100%;
	margin-top: 5px;
	color: #333;
	font-size: 13px;
	height: 37px;
}
.new_listing a {
	display: block;
	padding: 10px;
    border-radius:4px;
}
.new_listing a:hover{
    background:#e8e8e9;
}



.search_area_block .form-control:focus {
    border:0!important;
    outline: none!important;
}
.short_logo {
	text-align: center;
	margin-bottom: 20px;
}
.short_logo img {
	width: 180px;
}
.breadcrumb {
	border-radius: 0!important;
    margin-bottom:10px!important;
}
.breadcrumb .fa.fa-home {
	color: #000;
}
.breadcrumb_area {
	position: relative;
}
.menu_left_area a {
	padding: 10px;
	display: block;
	color: #333;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    position:relative;
}
.menu_left_area a:hover{
    background: #F5F5F5;
}

.left_active {
	color: #fff !important;
	background: #186AB7 !important;
}


.dn {
	display: none;
}
.search-result_area {
	
}

.search-results {
	background: #f6f6f6;
	box-shadow: 2px 3px 3px rgba(0,0,0,0.1);
	top: 45px;
	position: absolute;
	width: 92%;
	height: 200px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.search-results li a {
	padding: 10px;
	color: #000;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size:13px;
}
.search-results li a span {
	display: block;
}
.search-results li a:hover {
	background: #333;
    color:#fff;
}
.menu_rght_area{
    position:relative;
}
.close_btn {
	position: absolute;
	left: -30px;
	background: grey;
	height: 30px;
	text-align: center;
	width: 30px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	top: 0;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	padding-left: 3px;
}
.close_btn:hover {
    background-color:#186AB7;
}
.right_menu li a {
	display: block;
	padding: 8px 15px;
	background: #ddd;
	border-bottom: 1px solid #cacaca;
	color: #333;
}
.right_menu li a:hover{
    background:#333;
    color:#fff;
}
.right_menu_block h4 {
	margin: 0;
	padding: 15px 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #f5f5f5;
	color: #333;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.right_menu_block h4 .fa {
	font-size: 18px;
	position: absolute;
	left: 9px;
	top: 10px;
    display:none;
}
.table_area_inner {
	overflow: auto;
	height: calc(100vh - 165px);
}
.table_area_inner .table {
    background:none!important;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td{
     vertical-align:middle!important;
}
.table thead {
	background: #186AB7;
	color: #fff;
}
.table thead > tr > th {
    padding:5px!important;
    color:#fff!important
}
.Search_block img {
	width: 76px;
}
.search_area_block input {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	border-radius: 41px;
	height: 45px;
	padding: 0 40px 0 20px;
}
.Search_block.search_area_block {
	margin: 0;
	margin-top: 6px;
}
.Search_block.search_area_block input {
	border: 1px solid #ddd;
}
.search_screen_area {
	padding-bottom: 15px;
	padding-top: 10px;
	width: 100%;
	z-index: 1;
	background: #fff;
	/*border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;*/
    position:sticky;
}
.search_data h3 a {
	font-size: 15px;
	color: #000;
	display: block;
}
.search_data h3 a:hover{
    color:#1751A8;
}
.search_data p {
	font-size:13px;
    text-align:justify;
}
.right_menu_outer{
    width: 12%;
    right: 4px;
}
.full_div {
	width: 75%!important;
}
.bottom_links {
	margin-top: 20px;
}
.bottom_links span {
	display: block;
	font-size: 12px;
	color: #333;
	margin-bottom: 3px;
	background: #f6f6f6;
	padding: 6px 5px;
}
.bottom_links span:last-child{
    margin-bottom:0!important;
}
.bottom_links span a {
	color: #186AB7;
}
.search_result h3 {
	margin: 0;
	color: #1a0dab;
	font-size: 20px;
	margin-bottom: 5px;
}
.search_result p {
	margin-bottom: 0;
	color: #4d5156;
	font-size: 14px;
}
.search_result {
	padding: 10px;
	margin-bottom: 20px;
}
.search_result a:hover h3{
    text-decoration:underline;
}
/*.search_result:hover {
	background: #f5f5f5;
}*/
/*.search_result:nth-child(2n+1) {
	background: #f9f9f9;
}*/

.login_heading {
	position: absolute;
	top: -82px;
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: bold;
	color: #ffd966;
}
.triage_assessment_area.das_back {
	background-position-y: 30px;
	height: calc(100vh - 164px);
	border: 0 !important;
	margin-top: 70px;
}
#tHeadLab th {
	padding: 11px;
	text-align: left !important;
}

.sm_area {
	position: absolute;
	right: 0;
	top: 17px;
}
.sm_area a {
	color: #fff !important;
	height: 35px;
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
}
.sm_area a:hover {
    opacity:0.8;
}
.linkedin{
    background:#0077b5;
}
.twitter{
    background:#00a2f3;
}
.power{
    background:#cc0000;
}
.sm_area li {
	display: inline-block;
}
.search_screen_area.fixed {
	position: fixed;
	top: 0;
	box-shadow: 1px 0px 7px rgba(0,0,0,0.2);
}

.triage {
	border-bottom: 1px solid #ddd;
}
.jira img {
	width: 16px;
}
.jira {
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	top: 1px;
}
.jira_2.jira {
	background: #32B4F5;
	border: 0;
}
.breadcrumb_search {
	width: 240px;
	position: absolute;
	right: 30px;
	top: 4px;
}
.breadcrumb_search input {
	background: #fff;
	border: 1px solid #ddd;
	height: 28px;
	border-radius: 4px;
	display: inline-block;
	max-width: 213px !important;
	min-width: 110px !important;
}
.breadcrumb_search .fa.fa-search {
	font-size: 18px;
	color: #186AB7;
	margin-left: 5px;
    cursor:pointer;
}




#arrow_link {
	padding: 0;
}
.arrow-left, .dot {
	display: none;
}
#arrow_name li {
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	display: block;
	width: 100%;
}
#arrow_name li a{
    display: block;
    background: #fff;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#arrow_name li a:hover {
    background: #F5F5F5;
}

#arrow_name li a.rgt_active{
    display: block;
    background: #186AB7 ;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.table{
    overflow-wrap: anywhere!important;
}
#tBodyData tr td {
	min-width: 250px;
	overflow-wrap: anywhere!important;
}
#tBodyData tr td:nth-child(3), #tBodyData tr td:nth-child(4), #tBodyData tr td:nth-child(5) {
	min-width: 107px;
}
.horza_pin {
	display: block;
	margin-top: 8px;
}
.pin{
    display:none;   
	margin: 0 auto;
    margin-top: 4px!Important;
}
.div2_20.transition.right_menu_outer .pin {
	display: block;
	
}
.div2_20.transition.right_menu_outer .horza_pin{
    display:none
}
.username label {
	font-size: 12px;
}
.username label:last-child {
	font-weight:bold!important;
}
.sm_area ul {
	margin-bottom: 4px;
}
.color_logo img {
	cursor: pointer;
}
.close_btn .fa {
	font-size: 23px;
	position: relative;
	top: -1px;
}
.close_btn .horza_pin {
	position: relative;
	top: -5px;
}