﻿padding: 7px 12px; /*@font-family-sans-serif:  							"Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*
ACI Blue

RGB: 38, 34, 123
CMYK: 69, 72, 0, 52
HEX: 26227B
Pantone: 2748

ACI Orange

RGB: 252, 69, 19
CMYK: 0, 73, 92, 1
HEX: FC4513
Pantone: 172C

*/
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    /*font-size: 13px;*/
    line-height: 1.5384616;
    /*color: #333333;*/
    /*background-color:lightgray;*/
    font-size: 12px;
}

.form-group {
    margin-bottom: 10px !important;
}


.panel-body {
    padding: 10px;
}

.panel-heading {
    padding: 5px 10px;
}

h6.panel-title, .h6.panel-title {
    font-size: 12px;
}

.content {
    padding: 0 10px 60px 10px;
}

.select2-results__option[aria-selected=true] {
    background-color: gray;
    color: #fff;
}

/* Data Tables */
.datatable-header, .datatable-footer {
    padding: 10px 10px 0 10px;
}

.dataTables_filter {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 10px 10px;
}

.dataTables_length {
    float: right;
    display: inline-block;
    margin: 0 0 10px 10px;
}

.dataTables_info {
    float: left;
    margin-bottom: 20px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    margin: 0 0 10px 10px;
}

/* Data Tables */

/*********************************************************/
.navbar-nav {
    margin-left: 11.5px;
}

/*.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 15px;
}*/


/* Side Bar User Panel */
.sidebar-user {
    /*background-color:transparent;*/
    border-bottom: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
}
/*********************************************************/

/* Theme Colors */
/*.theme-backgroundcolor
{
    background-color:rgba(56, 56, 56, 0.8);
}

.theme-border-color
{
    border-color:rgba(56, 56, 56, 0.8);
}

.theme-color
{
    color:rgba(56, 56, 56, 0.8);
}*/


.navigation > li.active > ul > li.active > a.has-ul {
    background-color:rgba(0, 0, 0, 0.2);
}
/*Title/Breadcrumb bottom color*/
.border-bottom-primary {
    border-bottom-color: transparent;
}

/*File Browse button*/
.bg-pink-400 {
    background-color: rgba(56, 56, 56, 0.8);
    border-color: rgba(56, 56, 56, 0.8);
    color: #fff;
}

/*CheckBox*/
.checker span {
    color: rgba(56, 56, 56, 0.8);
    border: 2px solid rgba(56, 56, 56, 0.8);
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

/* DataTable Pagination number BG */
.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: rgba(56, 56, 56, 0.8);
    background-color: rgba(252, 69, 19, 1);
}

/* Footer Border Top */
.navbar-default.navbar-fixed-bottom {
    border-top-color: rgba(56, 56, 56, 0.8);
    border-bottom-color: #fff;
    padding-top: 4px;
}

/* Radio Button */
.choice span {
    border: 2px solid rgba(56, 56, 56, 0.8);
    display: -moz-inline-box;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

/* Label */
label {
    margin-bottom: 7px;
    font-weight: 600;
}

.text-semibold {
    font-weight: 700;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid gray;
}

legend {
    font-size: 13px;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
}

/* hr */
.hr-style {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
}

/*  Left Menu  */

/*@media (min-width: 769px) 
{
  .sidebar 
  {
    display: table-cell;
    vertical-align: top;
    width: 164px;    
  }
}*/

/*.sidebar {
    display: table-cell;
    vertical-align: top;
    width: 164px;
    width: 20%;
}*/

/*.sidebar-fixed .sidebar-content 
{
    position: fixed;
    width: 164px;
    max-height: 100%;
    overflow: auto;
    top: 48px;
    bottom: 48px;
    margin-bottom: 0px;
}*/

/*.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus 
{
  background-color: #26A69A;
  color: #fff;
}*/

/*.sidebar-xs .sidebar-main .navigation > li > a > span {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    background-color: rgba(60, 60, 123, 1);
    border: 1px solid rgba(60, 60, 123, 1);
    padding: 12px 20px;
    width: 260px;
    text-align: left;
    color: RGBA( 252, 69, 19, 1);
    cursor: pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}*/

/*.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus 
{
    background-color:  #ff1a1a;
    color:#ffffff;
}*/




.bg-blue {
    background-color: rgba(56, 56, 56, 0.8);
    border-color: rgba(56, 56, 56, 0.8);
    color: #fff;
}

div.dropdown_container {
    width: 200px;
}

select.cboSearchColumn {
    width: auto;
}

/*IE FIX */
select#cboSearchColumn {
    width: 100%;
}

select:focus#cboSearchColumn {
    width: auto\9;
}

.sidebar-xs .sidebar-main .navigation > li > ul {
    background-color: #3c3c7b;
}

.sidebar-xs .sidebar-main .navigation > li:hover:not(.active) > a {
    background-color: #f44336;
}

.table td {
    color: black;
    font-size: small;
}

.breadcrumb > .active {
    color: #333333;
}


.customclear {
    background: #999999;
}

.customedit {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/*
    */
#loading {
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px; /* -1 * image width / 2 */
    margin-top: -100px; /* -1 * image height / 2 */
}

.loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.3;
    background-color: black;
    z-index: 99;
    text-align: center;
    -webkit-user-select: none; /* Chrome/Safari/Opera */
}
/*/loader*/
/* Clear Button */
.btn-clear {
    color: #fff;
    background-color: rgba(56, 56, 56, 0.8);
    border-color: rgba(56, 56, 56, 0.8);
}

/* pagination */
/*#pagination a {
  color: black;
    float: left;   
    border: 1px solid #ddd;
    font-size: 14px;   
    font-weight: 700;
    padding: 10px 20px;
}
    #pagination a.current {
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;
        color: #fff;
        background-color: #fc4513;
        border-color: #fc4513;
        cursor: default;
        border: 1px solid #fc4513;
    }

    #pagination a:hover:not(.current) {
        background-color: #ddd;
    }*/

/* /pagination */


/*fixed sidebar*/
/*.sidebar-xs .sidebar-main .sidebar-category-visible {
    position: fixed !important;
    width: 56px;
}*/

/* Remove Sub Menu header background */
/*.sidebar-xs .sidebar-main .navigation > li > a > span {
    background-color: rgba(60, 60, 123, 1);
    border: 1px solid rgba(60, 60, 123, 1);
}*/


/* Drop Down List item hover color*/
.select2-results__option:hover {
    background-color: gray;
    color: white;
}


/*.navigation > li > ul li.active > a,
.navigation > li > ul li > a:hover {
    background-color: rgba(60, 60, 123, 1);
}*/



/* For Rendering Matrix Question */

.table-bordered tr:first-child > td, .table-bordered tr:first-child > th {
    border-top-color: lightgray;
}

/*Radio Button Style Width and Height*/

.choice {
    margin-right: 5px;
}

    .choice, .choice span, .choice input {
        width: 18px;
        height: 18px;
    }

/*Combo Box Style Width and Height*/

.checker {
    margin-right: 5px;
}

    /*.checker, .checker span, .checker input {
        width: 18px;
        height: 18px;
    }*/



.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

    .list-group-horizontal .list-group-item:first-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }



/*StyleSheet For This Page*/
/* Header */
.Header {
    min-height: 56px;
    padding: 10px;
    /*border-bottom: 1px solid #dddddd;*/
}

#cboSearchDiv {
    padding: 0px;
    margin: 0 2px 2px 0;
}

#txtSearchDiv {
    padding: 0px;
}

#txtSearch {
    padding-left: 12px;
    border-right-width: 1px;
    margin-bottom: 2px;
}

#btnSearchDiv {
    padding: 0px;
}

#btnSearch {
    margin-left: 4px;
}

#cboPageSizeDiv {
    padding: 0px;
    float: right;
    text-align: right;
    /*width: 70px;*/
    margin-bottom: 4px;
}

li .select2-results__option {
    width: 63px;
}

/*.select2-results > .select2-results__options {
    overflow-y: hidden;
}*/

/*table {
    table-layout: fixed;
}*/

/*tr:nth-child(even) {
    background-color: rgba(235, 231, 231,0.8);
}

table tbody tr:hover {
    background-color: lightgray;
    color:white;    
}*/

.dataTables_wrapper .table-bordered {
    border-top: 1px solid lightGray;
}

/* Content */

#linkEdit {
    color: black;
}

#linkDelete {
    color: black;
    margin-left: 10px;
}

#linkDetails {
    color: black;
    margin-left: 10px;
}


/* Footer */
.pagination {
    float: right;
    text-align: right;
}

.custom-footer {
    padding: 10px;
    min-height: 53px;
}

.select2-container {
    outline: 0;
    position: relative;
    vertical-align: middle;
    text-align: left;
}

#paginationNav {
    padding: 1px 10px 0 10px;
}

#pageShowingDiv {
    margin-top: 0px;
    padding: 7px 10px 0 10px;
}


.PasswordRules {
    line-height: 3;
}

/* Modal for Password Rules*/

/* Wizard */

.wizard > .content > .body {
    padding: 0 10px 0px 10px;
}

.wizard > .actions {
    padding: 10px 10px 10px 10px;
}

/* /Wizard */

/* Change grey color for cancel button on all simple create page*/
.btn-warning {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
}
/* Change grey color for cancel button on all simple create page*/

/*To rotate the caret when li is not active - sidebar navigation*/
.navigation li.non-active > .has-ul:after {
    -webkit-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*To change the width and color*/
/*.sidebar {
    width: 199.3px;
    overflow-y: auto;
    height: 100%;
    position: absolute;
}*/

/*To rotate the caret when li is not active - sidebar navigation*/

.linkColor
{
    color : rgb(38, 34, 123);
	font-size:smaller;
}

.linkColor:hover
{
    color : rgb( 252, 69, 19);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:gray;
}

.select2-selection--multiple .select2-selection__choice
{
    background-color:gray;
}
.select2-selection--single .select2-selection__placeholder {
     color: Black; 
}
/*.chat-list, .chat-stacked {
    max-height: 270px;
    overflow: auto;
}*/
.box-solid2 {
    border-top: 0;
	position: relative;
    border-radius: 3px;
    background: #bec2f4;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px #e8e9f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

/*  For text overflow : Give this ID 'textOverflow' for div */
#textOverflow{
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }
/* End of For text overflow : Give this ID 'textOverflow' for div */


/*choose file text overflow */
.filename {
  max-width:12vw;
}
/*End of choose file text overflow */


/*case file stream page*/
   #divLayoutPartialViewer {
        height:auto;
        /*/*overflow-y:auto;*/*/
    }

    #second {
        height: 0px;
        min-height: calc(100% - 239px);
        bottom: 16px;
    }

    #secondTable {
        height: calc(100% - 48px);
        bottom: 0px;
    }

    #tablefirstHead {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
 
    #firsttbody {
        display: block;
        max-height: 61px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        #firsttbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

    #secondtbody tr, #secondthead {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #secondtbody {
        display: block;
        
        overflow-y: auto;
        overflow-x: hidden;
    }

    #seconDTable {
        height: 96%;
        width: 100%;
    }

@media (max-width: 1024px),(max-height:569px) {
   #caseContent{
    height:auto;
      padding: 0 10px 60px 10px !important;
  }
     #tablefirstHead{
       display: table;
        width: 200vw;
        table-layout: fixed;
    }
    #secondTable {
     height:auto;
     padding-bottom:6px;
    }
  #firsttbody {
    display: block;
     width: 200vw !important;
    max-height: 61px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #firsttbody  tr{
    display: table;
     width: 200vw !important;
   table-layout: fixed;
  }
  #secondtbody tr,#secondthead{
     display: table;
     width: 200vw !important;
     table-layout: fixed;
  }
  #secondtbody {
     display: block;
     width: 200vw !important;
     height:50vh;
     overflow-y: auto;
     overflow-x: hidden;
  }
  #second{
    height:auto !important;
  }
    }


/* Query replay page responsive @media Query */

@media (min-width: 1025px) and (min-height:590px){
 #queryindexConvResponsive{
   height: calc(100vh - 168px);
   display:flex;
   flex-direction:column;
   padding:0 10px 0px 10px;
}
#queryindexConvResponsivCenter{
    height: 100%;
    display: flex;
    flex-direction: column;
}
#queryindexConvResponsivCenter > .panel-body{
    height: 100%;
    display: flex;
    flex-direction: column;

}
#queryindexConvResponsivCenter > .panel-body > ul{
   height: calc(100vh - 510px);
}

}

@media (max-width: 1024px),(max-height:589px){
 #queryindexConvResponsive{
    height:  auto;
    padding: 0px 10px 60px 10px;
}
#queryindexConvResponsivCenter{
    height:auto;
}
#queryindexConvResponsivCenter > .panel-body{
    height: auto;
}
#queryindexConvResponsivCenter > .panel-body > ul{
   max-height: 50vh;
}
} 
/* End of Query replay page responsive @media Query */




/* list page responsive @media Query */

/*largee devices*/
      .content-wrapper {
        height: calc(100vh - 190px);
        padding-bottom: 0px;
    }

    #divLayoutPartialViewer {
        height:auto;
        /*overflow-y:auto;*/
    }
    #contentResponsive {
     height:calc(100vh - 170px);
     padding-bottom:0px;
    }   
   div.contentResponsive div.panel-flat:nth-of-type(1)#contentDivResponsive {
        height:100% !important;
    }
    div.contentResponsive div.panel-flat:nth-of-type(2)#contentDivResponsive {
            height:calc(100% - 49px);
    }
     div#contentResponsive div.panel-flat:nth-of-type(1)#contentDivResponsive {
               height:calc(100% - 63px);
      }
    div#contentResponsive div.panel-flat:nth-of-type(2) {
       height: calc(100% - 117px) !important;
    }
    div#contentResponsive div#contentdiv {
        height: calc(100% - 52px);
        width: 100%;
    }
  
      div#contentResponsive div.dataTables_wrapper{      
        height: calc(100% - 56px); 
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv{        
        height: 100%;
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive {
        height: 100%;
        overflow-y:hidden;
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered {
        height: 100%;
        display:block;       
        overflow: auto;
        overflow-y: hidden;
    }
    #tblDistributionUser {
          height: 100%;
        display:block;       
        overflow: auto;
        overflow-y: hidden;
    }
     #tblDistributionUser > thead,   #tblDistributionUser > tbody > tr{
          display: table;
        width: 100% ;
        table-layout:fixed;
    }
       #tblDistributionUser tbody{
            display: block;
        height:calc(100% - 32px);
        width:100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered thead,div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered tbody tr{
        display: table;
        width: 100% ;
        table-layout:fixed;
    }
div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered tbody {
    display: block;
    height: calc(100% - 35px);
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered thead {
    width: calc(100% - 12px) !important;
}


/* End of largee devices*/

/* small devices*/
@media (max-width: 1042px),(max-height:541px) {
    .content-wrapper {
            height:auto !important;
       }
#contentResponsive {
    padding-bottom: 60px;
    height:auto;
}
div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered {
        height: 100%;
        display: block;
        width:calc(100vw + 682px);
        overflow: auto;
        overflow-y: hidden;
        
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered thead,div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered tbody tr{
        display: table;
        width:100% !important;
        table-layout: fixed;
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered tbody {
        display: block;
        height: 50vh !important;
        width:100% !important;
        min-height: calc(100% - 31px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered thead {
        width: calc(100% - 12px) !important;
    }
}
/*End of small devices*/




/* End of list page responsive @media Query */

/*votingform*/

    .content-wrapper {
        height: calc(100vh - 190px);
        padding-bottom: 0px;
    }

    #divLayoutPartialViewer {
        height: auto;
        /*overflow-y:auto;*/
    }

    #votecontentResponsive {
        height: calc(100vh - 170px);
        padding-bottom: 0px;
    }
    div#votecontentDivResponsive {
        height: calc(100vh - 320px);
    }
    div#votecontentDivResponsive div.panel-group{
    height:0px !important;  
    min-height:100%;
    }


@media (max-width: 768px),(max-height: 500px)
 {
    #votecontentResponsive {
        height:auto !important;
        padding-bottom: 60px !important;
}
 #votecontentDivResponsive {
            height:50vh !important;
}
}
/*votingform*/
/*votingform*/

/*tr td:first-child, tr th:first-child {
    max-width:180px
}
th, td {
   min-width:280px;
   max-width:280px;
}*/

/*split view page*/

@media (max-width: 1199px),(max-height: 500px) {
   
  #splitViewContent{
   height:auto; 
   padding:0px 10px 60px 10px;

   }
  #accordion-styled{
	  height: calc(100vh - 91px);
	  overflow-x:hidden;
	  overflow-y:auto;
  }
  .splitViewVertical{
      display: block;margin-top: 5px;
  	  height: auto;
  }
	.splitViewSubParentDiv{
	border: 1px solid lightgray;
	padding: 5px;
	padding-bottom: 0%;
	height: auto;
	}
	#VerticalVoting{		
		height:100vh;
		padding-bottom: 0%;
	}
	#VerticalVotingRow{
		margin: 5px;
		margin-bottom: 0%;
		height:calc(100vh - 43px);		
	}
    #VerticalpdfViewer {
     height:100vh;
    }
    #VerticalPDFRow {
         height:auto;

    }
     div#VerticalpdfViewer > div#pdfverticalDiv {
        height:calc(100vh - 225px);		
    }

     #VerticalDicomViewer {
     height:100vh;
    }

    #VerticalDicomRow {
         height:auto;
    }

  }

/*#myModal div#Zoom {
  overflow:overlay;
  overflow-x:hidden;

}*/
@media (min-width: 1200px) AND (min-height: 500px) {
    .modal-content {
    height: 100%;
    width: 100%;
    }  
  #splitViewContent{   
   height:calc(100vh - 172px); 
   padding:0px 10px 0px 10px;
   }
  .splitViewVertical{
  display: block;margin-top: 5px;height: calc(100% - 44px);
  }
	.splitViewSubParentDiv{
	border: 1px solid lightgray;
	padding: 5px;
	padding-bottom: 0%;
	height: 100%;
	}
	#VerticalVoting{		
		height:100%;
		padding-bottom: 0%;
	}
    #VerticalDicomViewer{		
		height:100%;
		padding-bottom: 0%;
	} 
    #dicomPanel-body{
        height:calc(100vh - 240px);
    }
	#VerticalVotingRow{
		margin: 5px;
		margin-bottom: 0%;
		height: calc(100% - 42px);
		
	}
	#VotingForm{
		height: 100%;
	}
	  #accordion-styled{
	  height: 0 !important;
	  min-height: calc(100% - 51px) !important;
	  overflow-x:hidden;
	  overflow-y:auto;
  }
    /*div#VerticalpdfViewer > div#pdfverticalDiv {
        /*height:calc(100vh - 229px) !important;
        height:calc(100vh - 218px);		*/

   
    #VerticalpdfViewer {
        height:100%;
    }
}
/*End Of split view page*/



.bg-JacksonsPurple {
    background-color: #3c3c7b;
    border-color: #3c3c7b;
    color: #fff;
}
.border-top-JacksonsPurple {
    border-top-color:#3c3c7b;
    opacity:0.96;
}

.border-top-logoCustom {
    border-top-color: rgba(60, 60, 123, 1);
}
/*Seach page media Query*/
@media (max-width: 1199px){
    #queryContent{
    height: auto;
     padding:0px 10px 60px 10px;
    }
    #row{
        height:auto;
        margin:0px;
    }
    #responsive{
        height:auto;
    }
    #longDiv{
    margin-top:10px;height:auto;
    }
    #sublongDiv{
    height: auto;margin-bottom:10px;
    }
    #SubblongDiv{
    height: 80vh;overflow:auto;display:block;
    }
    #builder-import_export {
     height: 50vh;
    }
    #builderResponsive{
    margin-top:10px;height:auto;
    }
    #DisplayCheckboxIdResponsive{
    height: 50vh;

    }
    #MoveDisplayCheckboxIdResponsive{
    height: 50vh;
    }
    #queryDivResponsive{
    height: auto;margin-top:12px;
    }

}
@media (min-width: 1200px){

       #queryContent{

        height: calc(100vh - 161px);
        padding:0px 10px 0px 10px;
    }
    #row{

        height: calc(100vh - 230px);
        margin:0px;

    }
    #responsive{
        height: calc(100vh - 239px);

    }
    #longDiv{
    margin-top:10px;height: calc(100vh - 249px);
    }
    #sublongDiv{
    height: calc(100vh - 260px);margin-bottom:10px;
    }
    #SubblongDiv{
    height: 100%;overflow:auto;display:block;
    }
    #builderResponsive{
    margin-top:10px;height: calc(100vh - 249px);
    }
    #DisplayCheckboxIdResponsive{
    height: 232px;

    }
    #MoveDisplayCheckboxIdResponsive{
    height: 232px;
    }
    #queryDivResponsive{
    height: calc(100% - 259px);margin-top:12px;
    }
    #builder-import_export{
    height:calc(100vh - 572px);
    }
    }
    .ui-fancytree fancytree-container fancytree-plain {
    overflow:hidden;
    }
    #DisplayCheckboxId span.displayColumn{
    background:lightgray;
    }

/*End of Seach page media Query*/


/*Batch upload media Query*/

@media(min-width: 769px) and (min-height:542px) {
    #batchUpload {
    height: calc(100vh - 333px);
    }

    #batchUpload div#DataTableRoles_wrapper {
    height: calc(100vh - 352px);
    }
    #batchUpload div#DataTableRoles_wrapper #ChooseFile {
    margin-left: 0px;
    margin-bottom: 2px;
    }
    #batchUpload div#DataTableRoles_wrapper #contents {
    height: calc(100% - 71px);
    }

    #batchUpload div#DataTableRoles_wrapper #contents #tableBordered {
          overflow: auto ;
          overflow-y: hidden;
    }     
    #batchUpload div#DataTableRoles_wrapper #contents #tableBordered thead,#batchUpload div#DataTableRoles_wrapper #contents  #tableBordered tbody tr{
        display: table!important;
        width: 100% !important;
        table-layout:fixed !important;
    }   
     #excelValidatedContentsTable thead,#excelValidatedContentsTable tbody tr{
        display: table!important;
        width: 100% !important;
        table-layout:fixed !important;
    }
    #excelValidatedContentsTable thead {
        width: calc(100% - 12px) !important;
    }

    #excelValidContentsTable thead,#excelValidContentsTable tbody tr{
        display: table!important;
        width: 100% !important;
        table-layout:fixed !important;
    }
    #excelValidContentsTable thead {
        width: calc(100% - 12px) !important;
    }

        #excelOriginalTbody {
            height: calc(100vh - 495px) !important;
            display: block !important;
            width: 100% !important;
            overflow: auto;
            overflow-x: hidden;
        }
    #excelValidatedContentsTbody {
        height: calc(100vh - 429px) !important;
        display: block !important;
        width:100% !important;
        overflow: auto;
        overflow-x: hidden;
    }
    #excelValidContentsTbody {
        height: calc(100vh - 398px) !important;
        display: block !important;
        width:100% !important;
        overflow: auto;
        overflow-x: hidden;
    
    }
}


@media (max-width: 768px),(max-height:541px) {
#batchUpload {
height: auto;
}

#batchUpload div#DataTableRoles_wrapper {
/*height: auto;*/
}

#batchUpload div#DataTableRoles_wrapper #ChooseFile {
    margin-left: 0px;
    margin-bottom: 2px;
}

#batchUpload div#DataTableRoles_wrapper #contents {
height: auto;
}

/*#batchUpload div#DataTableRoles_wrapper #contents div#insideContents #table {
height: 50vh;
width: 1061px !important;
}*/
#excelValidatedContentsTable{
    width: calc(100vw + 682px) !important;
}   
#excelValidContentsTable{
    height: auto;
    width: calc(100vw + 682px) !important;
}
#ExcelOriginalDataDiv {
        height:auto !important;
}
#excelValidatedContentsDIV {
    height:auto !important;
}
#excelValidContentsTableDIV {
    height:auto !important;
}
div#contentResponsive div#batchUpload div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered thead,div#contentResponsive div.dataTables_wrapper div#dataTableDiv div.table-responsive #tableBordered tbody tr{
    display: table;
    width:100% !important;
    table-layout: fixed;
}

#excelValidatedContentsTable thead, #excelValidatedContentsTable tbody tr {
    display: table;
    width:100% !important;
    table-layout: fixed;
}

#excelValidatedContentsTable thead {
    width: calc(100% - 12px) !important;
}
#excelValidContentsTable thead, #excelValidContentsTable tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#excelValidContentsTable thead {
    width: calc(100% - 12px) !important;
}

#FinalValidation {
    padding: 0px 0px 0px 12px;
}
#batchUpload div#DataTableRoles_wrapper #contents div#insideContents #table thead,#batchUpload div#DataTableRoles_wrapper #contents div#insideContents #table tbody tr{
    display: table;
    width: 100% !important;
}
/*div#contentResponsive div#batchUpload div.dataTables_wrapper div#ExcelOriginalDataDiv div#dataTableDiv div.table-responsive table#tableBordered {
height: 50vh !important;

}*/
div#contentResponsive div#batchUpload div.dataTables_wrapper div#ExcelOriginalDataDiv div#dataTableDiv div.table-responsive table#tableBordered #excelOriginalTbody {
    height: 50vh !important;
    display: block !important;
    width:100% !important;
    overflow: auto;
    overflow-x: hidden;
}
#excelValidatedContentsTbody {
    height: 50vh !important;
    min-height: 50vh !important;
    display: block !important;
    width:100% !important;
    overflow: auto;
    overflow-x: hidden;
}
#excelValidContentsTbody {
    height: 50vh !important;
    display: block !important;
    width:100% !important;
    overflow: auto;
    overflow-x: hidden;
    
}
#MissingData {
    padding:15px 13px 0px 15px;
    height:auto !important;
}
#MissingDataValues{
    height:auto !important;
}
#validdata , #missing {
    padding-left:calc(100vh - 725px) !important;
}
}

/*End of Batch upload media Query*/
   
   .splitViewContent > #Horizontal{
    height:calc(100% - 118px);
    margin-bottom:9px;
    }
    .splitViewContent{
    height:calc(100vh - 172px);
    }
    .splitViewContent > #Horizontal >#HorizonRow{
    padding:0px 5px 0px 4px;
    }

    #content {
        height: 100%;
        margin: 0px !important;
        padding:0px 5px 0px 6px;
    } 

    #HorizonVoting > #VerticalVotingRow   > #VotingForm  > #accordion-styled
    {
        min-height:calc(100% - 50px) !important;
        margin-bottom:10px;
    }
    #HorizonVoting > #VerticalVotingRow  > #accordion-styled {
        height: calc(100% - 40px) !important;
    }
    #HorizonVoting > #VerticalVotingRow {
        height: calc(100% - 42px);
    }

    @media (max-width: 1093px), (max-height: 500px){

        #HorizonRow {
            height:100vh !important;
            border: 1px solid lightgray !important;
            border-bottom: 1px solid rgba(60, 60, 123, 1)  !important;     
        }
        #SecondHorizonRow {
            height:100vh !important;
        }
        .splitViewContent {
        height:auto !important;
        }
    #HorizonVoting > #VerticalVotingRow   > #VotingForm  > #accordion-styled
        {
        min-height:calc(100vh - 73px) !important;
        margin-bottom:10px;
        }
        #Row {
        height:calc(100vh - 46px) !important;
        overflow:auto;
        }
        #content {
         margin:0px !important;
         padding:0px 5px 0px 6px
        }
        .splitViewContent > #Horizontal{
          margin-bottom:8px;
        }

        }

    /*PDF viewer page*/
    #pdfverticalDiv {
        /*height: calc(100% - 44px);*/
        height: calc(100% - 0px);
    }
    @media (max-width: 768px),(max-height: 500px){
    #pdfverticalDiv {
    height: calc(100vh - 20px);
    }  
    }
   /* End of PDF viewer page*/

   /* Locked Icon Style*/
   .locked-icon-style{
       color:red;
       margin-left:10px;
       cursor:default;
   }
   .locked-icon-style:hover
   {
       color:red;
   }
   /* \Locked Icon Style*/

   /* Style for Display mode Vertical(In Form Page)*/
   .list-group-vertical {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #ddd;
  padding: 7px 0px 18px 0px;
  border-radius: 3px;
}
   /*Style for Date Picker*/ 
   .ui-datepicker{
       z-index: 9999 !important; 
   }

   /*style for Dicom*/
   @media (max-width:750px), (max-height:500px){

        #content > .panel-flat {
       height:calc(100vh - 25px) !important;
   }
   #dicomPanel-body {

       height:calc(100vh - 25px) !important;
   }
   #tabContent{
       height:calc(100vh - 200px) !important;
   }
   }

  #dicomMain > .nav-tabs > li > a:hover {
      color:black;
  }
  /*style for select on focus*/
  .select2-selection--single:not([class*=bg-]):not([class*=border-]):focus {
  border-color: darkgray;
}
 
@media (max-width: 750px), (max-height: 500px){
    #alertForESign > .modal-dialog > .modal-content {
        height:calc(100vh - 158px) !important;
        overflow-x:hidden !important;
        overflow-y:auto !important;
    }
}

 /*style for Toggle button color*/
#toggleButton
{
    transition:all .6s ease;
}
 /*End style for Toggle button color*/

/*style for PDF Viewer tool bar buttons color*/


#RedactAnnotation:hover,
#ApplyRedaction:hover,
#SaveDocument:hover,
#PageRotateP90:hover, 
#PageRotateN90:hover,
#PageRotate180:hover,
#DeletePage:hover{
      border: 1px solid rgb(220, 220, 220) !important
    }

.dv-button1{
    padding:4px;float:left;cursor:pointer;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
}
/* End of style for PDF Viewer  tool bar buttons color*/

/* Style For Tab action*/
.wizard > .actions > ul > li > a:focus,
table > tr > td > a:focus, table > tr > td > a:hover{
   border-color:black;
}/*next previous button*/
.wizard > .actions > span > a#custombuttons:focus{
  border: 1px solid black;
}/*Cancel , clear button*/

input:focus {
     border:1PX solid darkgray !important;
}

/* End of Style For Tab action*/

/* Style for PDF VIewer*/
#Vertical > #VerticalPDFRow > #VerticalpdfViewer > #pdfverticalDiv {
    height:calc(100vh - 218px);
}

#PDFViewer > .panel-body > .row > .col-md-12 >  #VerticalPDFRow > #VerticalpdfViewer > #pdfverticalDiv {
    height:calc(100vh - 480px);
}

#divModalBody2 > #caseContent > .panel > .panel-body {
    max-height:calc(100vh - 199px);
}
/* Normal Dicom*/
#Vertical > #VerticalDicomRow {
    height:calc(100vh - 216px);
}

#Vertical > #VerticalDicomRow > #VerticalDicomViewer > div > #content > .panel-flat {
    height:calc(100vh - 242px);
}
#Vertical  > #VerticalDicomRow > #VerticalDicomViewer > div > #content > .row {
   padding-top: 4px;
}
#Vertical > #VerticalDicomRow > #VerticalDicomViewer > div > #content > .panel-flat > #dicomPanel-body{
    height:calc(100vh - 244px);
}
/* End Normal Dicom*/
#divModalBody2 > #caseContent > .panel > .panel-body > #DicomViewer{
  height:calc(100vh - 445px);
}

#divModalBody2 > #caseContent > .panel > .panel-body > #DicomViewer > .panel-body > .row > div > #VerticalDicomRow{
  height:calc(100vh - 460px);
}
#divModalBody2 > #caseContent > .panel > .panel-body > #DicomViewer > .panel-body > .row > div > #VerticalDicomRow > #VerticalDicomViewer >
 div > #content > .panel-flat > #dicomPanel-body{
  height:calc(100vh - 494px) !important;
}
#divModalBody > #caseContent > .panel > .panel-body > #DicomViewer > .panel-body > .row > div > #VerticalDicomRow > #VerticalDicomViewer >
 div > #content > .panel-flat > #dicomPanel-body{
  height:calc(100vh - 495px);
}

.hasPtTimeSelect{
    background-color: #fff !important;
}
/*style for PDF viewer and Dicom Viewer*/
 #myModal > #Zoom > #VerticalDicomViewer > div > #content > .panel-flat > #dicomPanel-body {
          height: calc(100vh - 30px) !important;
        }

 /*style for DateTime Picker*/
 .ui-datepicker-div > span.select2-container {
     width: 37% !important;
 }

@media(max-width: 768px), (max-height: 600px) {
     #FileDetailsCenterResponsive {
        height: 100vh !important;
    }
}


    #FileDetailsCenterResponsive {
        height: calc(100vh - 360px);
    }

.form-control[readonly] {
    cursor: not-allowed;
}