@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Medium.eot');
    src: url('Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('Raleway-Medium.woff2') format('woff2'),
        url('Raleway-Medium.woff') format('woff'),
        url('Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLight.eot');
    src: url('Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('Raleway-ExtraLight.woff2') format('woff2'),
        url('Raleway-ExtraLight.woff') format('woff'),
        url('Raleway-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Bold.eot');
    src: url('Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('Raleway-Bold.woff2') format('woff2'),
        url('Raleway-Bold.woff') format('woff'),
        url('Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Light.eot');
    src: url('Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('Raleway-Light.woff2') format('woff2'),
        url('Raleway-Light.woff') format('woff'),
        url('Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraBold.eot');
    src: url('Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Raleway-ExtraBold.woff2') format('woff2'),
        url('Raleway-ExtraBold.woff') format('woff'),
        url('Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Regular.eot');
    src: url('Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('Raleway-Regular.woff2') format('woff2'),
        url('Raleway-Regular.woff') format('woff'),
        url('Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
margin:0;
padding:0;
font-family: 'Raleway';
font-size:16px;
line-height:24px;
 
}

/*Login form*/
.login{
	color:#fff;
	width:350px;
	min-height:300px;
	background-color:#1d89e4;
	padding:40px;
	margin:auto;
	margin-top:15%;
	border-radius: 14px;
	 background-image: url('../img/footer.png');
    background-repeat: no-repeat;

    background-position: center 300px; 

}

.login a{
	color:#fff;
	text-decoration:none;
	
}
.login a:hover{
	color:#000;
	text-decoration:none;
	
}

.login h2{
	text-align:center;
	color:#fff!important;
	margin:0;
	padding:0;
	font-size:28px;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
	
}
.form-group {
    margin-bottom: ;
    margin-bottom: 10px;
}
.login .btn{
width:100%;
margin-bottom:10px;
    background: #085262!important;
	
}
/*login form end*/


/*Dashbaord*/
.dashboard{
	background-color:#eee;
	
}
.header{
	width:100%;
	height:70px;
	background-color:#fff;
	line-height: 70px;
	
}
.header a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	
}
.header a:hover{
	color:#085262;
	text-decoration:none;
	font-weight:bold;
	
}
.navbg{
	width:100%;
	height:72px;
	background-image: url("../img/btnbg.jpg");
	
	
}
.header .btn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc5f40+1,fc5f40+50,e2623b+100 */
background: #fc5f40; /* Old browsers */
background: -moz-linear-gradient(top, #fc5f40 1%, #fc5f40 50%, #e2623b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fc5f40 1%,#fc5f40 50%,#e2623b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fc5f40 1%,#fc5f40 50%,#e2623b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f40', endColorstr='#e2623b',GradientType=0 ); /* IE6-9 */
border-radius: 20px;

}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.bruser{
	min-height:80px;
	border-left:solid 6px #dd220a;

	font-weight:normal;
	padding:5px 0;
}


.bruser1{
		border-left:solid 6px #ec7002;
}


.bruser2{
		border-left:solid 6px #fc0d2f;
}

.bruser3{
		border-left:solid 6px #1d89e4;
}
.bruser4{
		border-left:solid 6px #ed5f00;
}
.bruser5{
		border-left:solid 6px #ed0064;
}
.bruser6{
		border-left:solid 6px #00ed06;
}
.bruser7{
		border-left:solid 6px #0070ed;
}
.bruser8{
		border-left:solid 6px #fd5f41;
}
.bruser9{
		border-left:solid 6px #b841fd;
}
.bruser10{
		border-left:solid 6px #04203f;
}
.bruser11{
		border-left:solid 6px #660808;
}
.bruser12{
		border-left:solid 6px #6b6b6b;
}

.bruser13{
		border-left:solid 6px #1d89e4;
}

.bruser14{
		border-left:solid 6px #3f173d;
}
.bruser15{
		border-left:solid 6px #958994;
}
.bruser16{
    border-left:solid 6px #7a4277;
}
.bruser17{
    border-left:solid 6px #8b6a7d;
}
.bruser18{
    border-left:solid 6px #5a0d27;
}
.bruser19{
    border-left:solid 6px #b28159;
}
.bruser20{
    border-left:solid 6px #759359;
}
.bruser21{
    border-left:solid 6px #1a6236;
}
.bruser22{
    border-left:solid 6px #808e88;
}


.partiesRight tr:hover{
	 background-color: #eee;
	 cursor:pointer;
}
.partiesLeft tr:hover{
	 background-color: #eee;
	 cursor:pointer;
}

.brdreports{
	border-left:solid 6px #ed5f00;
}
.brdreports1{
	border-left:solid 6px #2bc707;
}
.brdreports3{
	border-left:solid 6px #e78505;
}
.brdreports4{
	border-left:solid 6px #0698b2;
}
.brdreports5{
	border-left:solid 6px #7306b2;
}
.brdreports6{
	border-left:solid 6px #b2063b;
}
.brdreports7{
	border-left:solid 6px #707112;
}
.clear{
	clear:both;
}

.box{
    width: 98%;
    background-color: #fff;
    padding: 20px;
    border-radius: 14px;
   height:auto;
    border: solid 1px #dedede;
	margin:auto;
	text-align:center;
	
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.box table {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px
}
.dashboard h2{
	text-align:center;
	font-size:24px;
}
h1{
	text-align:center;
	font-size:24px;
	margin-bottom: 30px!important;
}
.divsearchbox{
	width:100%;
	height:50px;
	background-color:#fff;
	border:solid 1px #b7b6b6;
	margin:auto;
	-webkit-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.20);
line-height:50px;
padding:0 10px;
font-weight:bold;
	
}
.divsearchbox input {
	width: 62%;
    float: right;
    margin-top: 3px;
    height: 40px;
    border: solid 1px #d6d3d3;
	margin-bottom:30px;
	-webkit-box-shadow: none;
	
}
.mytable{
	width:100%;
	margin:auto;
}

.mytable table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
 margin-bottom:15px;
 width:100%;
 float:left;
     background: #fff;
}

.mytable th{
    padding: 1em;
    background: #29aad4;
    color: #fff;
    border-bottom: 2px solid white;
    /*padding: 15px 10px!important;*/
	font-size:12px;
	font-weight:bold;
  
}
.head{
	  background: #1a1f25;
	  /*height:52px;*/
	  color:#fff;
	  text-align:center;
	  
	  
	  
}
td{
	border-right:solid 1px #fff;
	 padding:5px;
}
.secondrow{
	  background: #ccc;
	  height:52px;
	  color:#000;
	  text-align:center;
	  font-weight:bold;
	  
	  
	  
}
/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #1a1f25;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #02cf32;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
td, th {
    padding: 3px!important;
}
.white{
	background-color:#ffffff;
	font-weight:bold;
	border-right:solid 1px #eee;
	text-align:center;
}
.mytable .btn-warning {
    color: #fff;
    background-color: #ed5f00;
    border-color: #ed5f00;
    border-radius: 68px;
}
.navbtr
{
	text-align:center;
	margin-top:250px;
}

.navbtr .btn-info {
color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    width: 40px;
 
    border-radius: 28px;
    display: block;
	margin:auto;
	margin-bottom: 5px;
}
.result{
	width:100%;
	margin:auto;
	text-align:center;
	float:right;
	
	
}
.result .btn-warning {
    color: #fff;
    background-color: #1a1f25;
    border-color: #1a1f25;
    border-radius: 28px;
}

.result table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
 margin-bottom:15px;
 background-color:#fff;
}

.col-md-1 {
    width: 6.33333333%!important;
}
.sb-container{
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}
.sb-content {
  height:100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing:border-box;
}
.sb-scrollbar-container {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: 5px;
    width: 10px;
}
.sb-container-noscroll .sb-scrollbar-container {
    right: -20px;
}



/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.scrollbar
{
     padding-right: 2px;
	height:500px;
	width: 98%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
    overflow-x: hidden;
}

.force-overflow
{
	min-height: 450px;
}




#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 8px;

	height:546px;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #423838;
}


.new table{
	width:100%;
}

/* Create a custom radio button */
.checkround {

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff ;
    border-color:#f8204f;
    border-style:solid;
    border-width:2px;
     border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
     left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#f8204f;
    
 
}

/* The check */
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 8px;
    height: 20px;
    width: 25x;
    background-color: #00bb08;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
       left: 7px;
    top: 0px;
    width: 8px;
    height: 13px;
    border: solid;
    border-color: #4CAF50;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;

}
#main select{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#footer {
    width: 100%;
    float: none;
    position: fixed;
	color:#fff;
    bottom: 0;
    z-index: 999999;
    background-color: #1cbfe2;
    padding: 3px;
}
#footer td{
	    border-right: solid 0px #fff;
}
/*dashboard End*/

#header {
	width: 100%;
	position: inherit;

}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 100%;
 
	/* font-size: 1em; */
	
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
	/*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
padding: 7px 28px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    border-right: solid 1px #59a4e4;
	line-height: 42px;
}
ul.subnav li a{
    padding: 3px 28px;
    box-shadow: inset 0px 0px 25px -9px rgba(15, 19, 216, 0.55);
    line-height:200%;
}
ul.subnav li a:hover{
    background-color: #e0e0e0;
}


ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 20px;
	float: left;
	
	
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    left: 0;
    top: 56px;
    background: #fff;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 318px;
    border: 1px solid #eee;
	background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	z-index: 99999;
}

ul.topnav li ul.subnav li {
    margin: 0;
    padding: 0;
    border-top: 0px solid #252525;
    border-bottom: 0px solid #444;
    clear: both;
    width: 100%;
    border-right: 0;
	border-bottom: 1px solid #bbb;
	
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 100%;
		border-right:0;
color:#676767;
	/*	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;*/

	/*	padding-left: 20px; */
}

ul.topnav li ul.subnav li:hover>ul {
	/*--Hover effect for subnav links--*/
	left: 190px;
	/*background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;*/
	top: -2px;
}

ul.topnav li:hover>ul {
	display: block;
	/*background: url(../images/topnav_hover.gif) no-repeat center top;*/
}
#main{
	width:98%;
	margin:auto;
    display:inline-block;
	/* background-color:#fff;
	border-radius:4px;
	padding:20px;
	background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    min-height: 550px; */
	
}
input,textarea,select  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}




 .noprint{
	display:none;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-transform: uppercase;
}
table.dataTable td {
border-bottom: solid 1px #d2cfcf;
    border-right: solid 1px #d2cfcf;
    border-left: solid 1px #ccc;
}
table thead tr {
    background-color: #c8def4;
    border: solid 1px #000;
}
table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    border-right: solid 1px #000;
}
table.dataTable tr.odd {
    background-color: #F8FFFF;
    border-left: solid 1px #acaeb3;
}
table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100%;
    margin-bottom: 20px!important;
}
table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    border-left: solid 1px #000!important;
    border-right: solid 1px #000!important;
}
#wrapper br{
	display:none;
}
.mtable{
	margin:auto;
}
.mtable td {
    border-right: solid 0px #fff;
    padding: 5px;
}
.head1 th {
   background-color: #1a1f25;
   line-height:20px;
   /*height:52px;*/
}
 #wrapper{
	 width: 100%;
    margin: auto;
 }
 h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
	
 }
 input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 18px;
    height: 18px;
    background: #000;
    border: solid 1px #000;
}
.clearfix{
	clear:both;
}
h1 {
    font-size: 22px!important;
    font-weight: bold!important;
  
	padding:0!important;
	text-transform:uppercase;
	margin-bottom:25px;
}
.boxwhite{
	background: #fff;
    padding: 20px;
    border-radius: 0px;
    border: solid 1px #eee;
}
.bgwhite{
		background: #fff;
    padding: 20px;
	  border: solid 1px #eee;
    -webkit-box-shadow: -1px 1px 29px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -1px 1px 29px 10px rgba(0, 0, 0, 0.05);
    box-shadow:-1px 1px 29px 10px rgba(0, 0, 0, 0.05);
	margin-top:20px;
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 99%;
}
.overflox{
overflow-x:scroll;
height:100vh;
}
#myModal_message{
	margin-top:20%;
}
.manage fieldset
{
  background-color:#fff;
  max-width:100%;
  padding:16px;	
  border: 1px solid #09F!important;
  margin: 10px!important;
}
.manage  .legend1
{
  margin-bottom:0px;
  margin-left:16px;
}

.manage fieldset input[type=checkbox], input[type=radio] {
    margin: 4px 5 0 0;
    margin-top: 1px\9;
    line-height: normal;
    width: 20px;
    float: left;
	
}
.ui-dialog .texttable {
	font-size:14px!important;
	   
}

.texttable table {
	 border-radius: 28px;
	 padding-bottom:10px;
}

.texttable table thead tr {
    background-color: #29aad4;
    color: #fff;
    border-radius: 74px;
}
.confrim .btn-success {
    color: #fff;
    background-color: #297d04;
    border-color: #297d04;
    width: 120px;
	border-radius:28px;
}
.show{
	background:#000;
	opacity:.5;
}
.fullscreen{
    width: 100%;
    height: 100vh;
     background: rgba(0, 0, 0, 0.68);
    position: fixed;
    z-index: 9;
	display:none;
}
#popupsplit{
	z-index: 9;
}
.ui-icon-closethick {
    display: block;
    margin: 1px;
	display:none;
}
.mclose{
position: absolute;
    margin-top: -6px;
    z-index: 0;
    margin-left: 808px;
    background: #fc5f40;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: CENTER;
    line-height: 30px;
    cursor: pointer;
    float: right;
}
.btn{
	outline:none;
}
.comrecord{
	    background: #fff;
    padding: 20px;
    border-radius: 32px;
	border: solid 1px #dadada;
		
}
.comrecord h3{text-align:center; font-weight:bold;}
.comrecord table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid black;
    font-weight: bold;
    cursor: pointer;
    border-left: solid 1px #000!important;
    border-right: solid 1px #fff7f7!important;
}
.comrecord th {
    padding: 1em;
    background: #333;
    color: #fff;
    border-bottom: 2px solid white;
    padding: 15px 10px!important;
    font-size: 18px;
    font-weight: bold;
}
#myModalpopup .modal-dialog {
    width: 670px;
    margin: 30px auto;
}
#myModalpopup .modal-content {
    padding: 0px;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 35px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	padding-bottom:20px;
}
#myModalpopup .modal-header {
  color:#fff;
  text-align:center;
  border-bottom: 0px solid #e5e5e5;
  background: #15556a;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
      padding-top: 12px;
}
#myModalpopup .modal-header .close {
    margin-top: 2px;
    margin-right: 16px;
}
#myModalpopup .close:focus, .close:hover {
    color: #ff2b00;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}
.ppdispaly{
	width:100%;
	margin:auto;
}
#myModalpopup table{
	    border-radius: 1em;
}
.ppdispaly  td {
    border: 1px solid #3d454e;
	padding:4px!important;
}
#myModalpopup table thead tr {
    background-color: #1a1f25;
    color: #fff;
}
#myModalpopup .modal-footer {
    padding: ;
    text-align: right;
    border-top: 0px solid #e5e5e5;
}
.modal-body h1{
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	background: #000;
    color: #fff;
    padding: 8px 0!important;
	 border-top-left-radius: 24px;
	 border-top-right-radius: 24px;
	 margin-bottom:0!important;
}
.downloadbtn{
    border: 1px solid #9FAFD1;
    border-radius:5px;
    padding:5px;
    margin:20px;
    clear:both;
}