body {
	height: 100%;
}
.pcy_filter_content_container { 
    height: calc(100% - 108px);
}
.TextColor_red { 
    font-size: 15px;
    color: #31708f;
}
.user-select {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.heightFull {
	height: 100%
}
 
.main_heading {
	font-size: 24px;
	font-weight: 600;
}
.full_container {
	position: relative;height: calc(100% - 60px)!important;
	 
}
.page_heightFull {
	height: calc(100% - 106px)!important;
}
 
.heading_2 {
	color: #000000;
	padding: 14px 10px 8px 10px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e2;
}
.filter-content {
	padding: 10px;
	padding-top: 2px;
}
.filter-name-section {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	padding: 9px 8px;
	font-weight: bold;
	color: #ff8502;
}
.filter-content {
	padding: 2px 10px 4px 10px;
	border-bottom: 1px solid #e2e2e2;
}
.filter-content:last-child {
    border-bottom: 0;
}
.pcCheckbox  input[type=checkbox] {
    display: none;
}

.pcCheckbox input[type=checkbox]+label:before  {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;    
    vertical-align: top;    
    padding: 3px 2px;
    background: #E2E8F0;
    width: 15px;
    height: 15px;
    border: unset;
    border-radius: 4px;
    display: inline-block;
    content: " ";
    margin-right: 5px;
    border: 2px solid  #a1a1a1;
}
.pcCheckbox label {
    transition-duration: 0.2s;
    
    cursor: pointer;
    color: #3f3f3f;
	/*margin-top: 8px;*/
    margin-top:5px;margin-bottom:0px;
}
.pcCheckbox input[type=checkbox]:checked+label:before {
    color: #6d6d6d;
   /* content: "\f00c";*/
    font-family: FontAwesome;
    font-size: 10px;
    border-color: #9e9e9e;
    background-color: #212121;
    line-height: 6px;
}
.form-control-icon {
    position: relative;margin-bottom: 10px;
}
.form-control-icon .form-control{ 
    padding-right: 25px;
}
.form-control-icon .fa{
    position: absolute;
    right: 6px;
    top: 7px;
    color: #337ab7;
    font-size: 14px;
}
.filters-list .form-control {
    height: 28px;
    border-color: #b5b5b5;
}
/************************************/

table.striped_grid tbody tr.selected,table.dataTable tbody tr.selected:hover {
    background-color: #ededed !important;
    color: #595959;
}
table.striped_grid tbody tr {
    transition: background-color .2s;
    cursor:default;
}
table.dataTable tbody tr:hover {
     background-color: #f7f7f7;      
}
table.striped_grid thead th {
    color: #757575;
    font-weight: 600; border-bottom:0;
}
table>tbody>tr.selected>td{
    border-top:1px solid #cecece;
}
.striped_grid.dataTable tbody th, .striped_grid.dataTable tbody td {
    padding: 8px 10px;
    word-break: break-all;
}
 
div#appDataTable_filter {
    display: none;
}

 
.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
	height: 100%;
}
.dataTables_wrapper .dataTables_scroll {
    height: 100%;
}
.dataTables_scrollBody {
    /*height: calc(100% - 38px)!important;*/
    border-bottom: 0 !important;
    /*border-bottom: 1px solid #bbb !important;*/
}
.striped_grid .btn-xs {
    margin: 0 2px;font-size: 12px;
	 overflow: hidden;
 }
 .striped_grid .btn-xs.btn-danger{
     color: #ff8502;
    background-color: #ffffff;
    border-color: #cc6a00;
 }
 
.striped_grid .btn-xs.btn-danger:hover,
 .striped_grid tr:hover .btn-xs.btn-danger {
    color: #fff;
    background-color: #ff8502;
    border-color: #cc6a00;
}

.pcy_datatable_btn {      
    color: #444;
    border: none;
    background-color: #fafafa;    
    box-sizing: border-box;
    border-radius: none;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%), 0 2px 3px rgb(0 0 0 / 5%);
}

.pcy_datatable_btn + .pcy_datatable_btn{
    margin-left:10px;
}

.pcy_datatable_btn:hover {
    color: #444;
    border-color: #ebebeb;
    background-color: #ebebeb;
    box-shadow: 0 2px 6px rgba(0,0,0,.2), 0 2px 3px rgba(0,0,0,.05);
}

.striped_grid .btn-xs.btn-primary {
    color: #63686a;
    background-color: #fff;
    border-color: #0e1519;
}

 .striped_grid .btn-xs.btn-primary:hover,
 .striped_grid tr:hover .btn-xs.btn-primary {
    color: #fff;
    background-color: #63686a;
    border-color: #0e1519;
}

.striped_grid .btn.btn_with_image_for_Instrumentation {
    background-image: url('../images/instrumentationApkGrey.png');
    width:40px;
    height:40px;
    background-size: cover;
}

 .striped_grid .btn.btn_with_image_for_Instrumentation:hover, .striped_grid tr:hover .btn.btn_with_image_for_Instrumentation {
    background-color: transparent;
    background-image: url('../images/instrumentationApk.png');
}

.striped_grid tr:hover .btn-xs:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
    display: block;
}

.dataTables_length{
    display:none;
}
 
 @-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}


/***************************************/
 .AppDataBtn {
    margin-right: 5%;
}
/*.AppDataBtn .dropdown { display:inline-block}
*/.btn.pcy-btn-style {
    margin: 8px 0 0px 0;
    margin-right: 6px;
    min-width: 115px;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 0;
    background-color: #0e1519;
    color: #e6e6e6;
    border-color: #000000;
}
.btn.pcy-btn-style:hover,
.btn.pcy-btn-style:active:focus,
.btn-default.disabled:focus,
.open>.dropdown-toggle.pcy-btn-style{
	 background-color: #ff8502 !important;
     border-color: #e77700 !important;
    color: #fff !important
	}
 

.pcy-btn-style i.fa { margin-right:5px;}

/*************************************/

.op-modal-footer {
background-color: #e7e7e7;
    padding: 8px 15px;
    border-top: 4px solid #0e1519;
    height: 65px;
}

.op-modal-footer p {
    line-height: normal;
    font-size: 13px;
    margin-bottom: 0;
}

/*********************************************************************/
section#User_ProfileContent {
    
}
.pcy_main_content_container .Left_SideTabs h3 {
    color: #4e4e4e;    margin-bottom: 25px;
}
/*
.Left_SideTabs {
    background: #f8f8f8;
    width: 250px;
    padding-top: 30px;
     border-top: 1px solid #ececec; 
    border-right: 1px solid #eaeaea;
 }
.Left_SideTabs .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
     border-radius: 0;
}
.Left_SideTabs .btn-default:hover, .Left_SideTabs .btn-default:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #fc8302;
}*/
.userDP {
    width: 60%;
    /*height: 180px;*/
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #dedede;
    position: relative;    background: #fff;
}
.userDP img {
    /*max-*/width: 100%;
    height: auto;
}
 
 
.paddingTop_50 {
     padding-top: 50px;
}
/*.Right_SideTabs {
    width: calc(100% - 250px)!important;
 }*/

.userProfileDet .form-group strong.col-sm-3 {
    width: 230px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 500;
}
.userProfileDet .form-group span.col-sm-9 {
    width: calc(100% - 230px)!important;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.userProfileDet .form-group span.col-sm-9 .form-control {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.userProfileDet {
    width: 570px;
}

#Session_HistoryData_filter,#Test_Runs_Data_filter ,div#UDID_Data_filter{
    display: none;
}
.pcy_button_dropdown.fa:before {
    content: "\f0ac";
    font-family: FontAwesome;
    margin-right: 7px;
}

.upload_btn{
    border:0px;
    border-radius: 2px;
    background: #88a0b9;
    color: white;
    width: 49%;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate{
     padding-top: 0.5em !important;
 }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{

    background:#F7F8FB; 
    border:1px solid #1f354c !important;
    color: #212121;

}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    border-radius:3px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#FCFCFD; 
    border:1px solid #1f354c !important;
    color: #212121;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    //border: 1px solid #ececec !important;
    //background: #f9f9f9 !important;
    border: 1px solid #fff !important;
    background: #fff !important;
}

.pcy_delete_report_btn{
    z-index: 999;
}
