#valerrbox{margin: 5px auto;width: 100%;}
#succid{margin: 5px auto;width: 100%;}
#errorid{margin: 5px auto;width: 100%;}
.highlight
{
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 20px;
	margin: 0;
	width: 100%;
}
.highlight h4
{
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
	text-align: left;
}
.highlight h5
{
	display: block;
	padding: 0;
	width: 100%;
	margin: 15px 0;
	font-size: 14px;
	color: #202020;
	opacity: .65;
	font-weight: 700;	
}
.highlight p
{
	color: #3ca6db;
	max-width: 100%;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.frmbtnbox {
    padding-top: 20px;
    text-align: right;
    width: 100%;
}
.succanderrbox {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.valerr_msg {
    background: rgba(238, 89, 33, 0.65) none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}
.error_msg {
    background: rgba(238, 89, 33, 0.65) none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}
.succ_msg {
    background: rgba(150, 201, 80, 0.65) none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    margin-bottom: 20px;
    padding: 5px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}
a.addnewcls::before {
    background: rgba(0, 0, 0, 0) url("../images/addnew.png") no-repeat scroll 0 0 / 25px 25px;
    content: " ";
    display: block;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 25px;
}
.listingborder {
	border: 1px solid #999999;
}
.listingborder thead tr th{
    border: 1px solid #999999;
}
.listheaderbg {
    border-bottom: medium none;
    color: #636363;
}
.listingborder tbody tr td{
    border: 1px solid #999999;
	color: #636363;

}
a.addnewcls {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0;
    box-shadow:0 3px 8px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 13px;
    height: auto;
    margin: 13px 15px 15px;
    padding: 7px 10px 7px 35px;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 5px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
   z-index: 900; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding:0px;
    border:5px solid #2d3e50;
    width: 80%;
}
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding:0px 0px 0px;
    border:5px solid #2d3e50;
    width: 300px;
	position: fixed;
}
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding:0px 0px 0px;
    border:5px solid #2d3e50;
    width: 100%;
	z-index: 1191;
}
.modal-content2 h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 9px;
    margin: 0px;
        margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 4px solid #2d3e50;
    background: rgb(255,25,25);
    background: -moz-linear-gradient(top, rgba(255,25,25,1) 0%, rgba(153,3,3,1) 83%);
    background: -webkit-linear-gradient(top, rgba(255,25,25,1) 0%,rgba(153,3,3,1) 83%);
    background: linear-gradient(to bottom, rgba(255,25,25,1) 0%,rgba(153,3,3,1) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1919', endColorstr='#990303',GradientType=0 );
}
.btn_cl_span{position: absolute;top: 10px;right: 15%;z-index: 99}
.btn_cl_spanc{position: absolute;top: 24px;;right: 15px;z-index: 99}
.btn_cl_span_red{position:absolute;top: 10px;right: 15%;z-index: 99}
.btn_cl{ padding:7.1px 9px;font-size: 22px;line-height: 1.5;border-radius: 2px;}




.nolistfound{color:red;}
a.backtolist::before {
    background: rgba(0, 0, 0, 0) url("../images/backlist.png") no-repeat scroll 0 0 / 25px 25px;
    content: " ";
    display: block;
    height: 25px;
    left: 5px;
    position: absolute;
    top: 4px;
    width: 25px;
}
a.backtolist {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0;
	box-shadow:0 3px 8px 0 rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 13px;
    height: auto;
    margin: 13px 15px 15px;
    padding: 7px 10px 7px 35px;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 5px;
}
.greencolor{color:#2b9b0c;}
.redcolor{color:red;}
.active_icon{background: rgba(0, 0, 0, 0) url("../images/active.png") no-repeat scroll 0 0 / 20px 20px;position:relative;}
.cancelbtn{position:absolute;right:10px;}
div.pagination 
{
	padding: 3px;
	margin: 3px;
}

div.pagination a 
{
	padding: 1px 8px 4px;
	margin: 2px;
	border: 1px solid #58AED6;
	text-decoration: none; /* no underline */
	color: #58AED6;	
}

div.pagination a:hover, div.pagination a:active
 {
	border: 1px solid #73C1EB;
	color: #FFFFFF;	
	text-shadow:0px 0px 1px #333333;
	box-shadow:0 1px 2px 0px #000000;
	color: #fff;
	background: #259bdb;
	background-image: -webkit-linear-gradient(top, #44c5ec, #259bdb);
	background-image: -moz-linear-gradient(top, #44c5ec, #259bdb);
	background-image: -o-linear-gradient(top, #44c5ec, #259bdb);
	background-image: linear-gradient(to bottom, #44c5ec, #259bdb);
}
.tr_row{background:#1297ea;}
.tr_row1{background:#ffffff;}
div.pagination span.current 
{
	padding: 1px 8px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #73C1EB;
	color: #FFFFFF;	
	text-shadow:0px 0px 1px #333333;
	box-shadow:0 1px 2px 0px #000000;
	background: #259bdb;
	background-image: -webkit-linear-gradient(top, #44c5ec, #259bdb);
	background-image: -moz-linear-gradient(top, #44c5ec, #259bdb);
	background-image: -o-linear-gradient(top, #44c5ec, #259bdb);
	background-image: linear-gradient(to bottom, #44c5ec, #259bdb);
}

div.pagination span.disabled 
{
	padding: 1px 8px 4px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.selectdelete {
    background: rgba(0, 0, 0, 0) url("../images/delete.png") no-repeat scroll 1px 0px / 25px 25px;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 13px;
    height: auto;
    margin: 0 0 15px;
    padding: 7px 10px 7px 34px;
    position: relative;
    width: auto;
}
.page-header a:hover{text-decoration:none;}
a.addnewcls1 {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #5e99ce 0%, #5c9dce 47%, #306ba0 100%) repeat scroll 0 0;
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin: 0 0 15px;
    padding:5px 15px;
    position: relative;
    text-align: center;
    width: 50%;
}
.selectbox{width:65%;float:left;font-size:13px;font-weight:400;font-family:arial;}
.sortname{float:left;margin: 6px 5px 0px 0px;}
.txt:focus {
    outline: none;
    border: 1px solid #29A0DD;
    box-shadow: 0px 0px 2px 0px #29A0DD;
}
.txt {
     width: 145px;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: 'metrophobic', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    transition: all .20s linear;
}
.red_bold_text{font-size:15px;font-family: arial;}

.callout {
    border-left: 5px solid #6e6e6e
    border-radius: 3px;
	margin: 10px 0;
    padding: 15px;
}
.callout .callout-info {
    border-color: #0097bc;
	background-color: #00c0ef;
}

.herf_link a{
	color: #337ab7;
    text-decoration: none;
}
.herf_link a:hover{
	color: #428BCA;
    text-decoration: none;
}
.alert{
	margin: 0 auto;
    padding: 8px 15px;
    width: 97%;
}
.ace-thumbnails {
    list-style: outside none none;
	margin: 15px;
    padding: 0;
}
.ace-thumbnails > li > *:first-child > .text::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}
.ace-thumbnails > li {
    border: 2px solid #333;
    float: left;
    margin: 7px;
    overflow: hidden;
	box-shadow: 0 4px 6px #6f6f6f;
	width:240px;
}
.ace-thumbnails > li, .ace-thumbnails > li > *:first-child {
    display: block;
    position: relative;
}
.ace-thumbnails > li > *:first-child > .text > .inner {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 4px 0;
    vertical-align: middle;
}
.ace-thumbnails > li > *:first-child > .text {
    color: #fff;
}
.ace-thumbnails > li > .tools, .ace-thumbnails > li > *:first-child > .text {
    text-align: center;
}
.ace-thumbnails > li .tags {
    background-color: transparent;
    border-width: 0;
    bottom: 0;
    direction: rtl;
    display: inline-block;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    vertical-align: inherit;
    width: auto;
}
.tags {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    color: #777;
    display: inline-block;
    padding: 4px 6px;
    vertical-align: middle;
    width: 206px;
}
.ace-thumbnails > li .tags > .label-holder {
    direction: ltr;
    display: table;
    margin: 1px 0 0;
    opacity: 0.92;
    text-align: left;
}
.ace-thumbnails > li > .tools.tools-bottom {
    bottom: -30px;
    height: 28px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
}
.ace-thumbnails > li > .tools {
    bottom: 0;
    left: -30px;
    top: 0;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 24px;
}

.ace-thumbnails > li > .tools, .ace-thumbnails > li > *:first-child > .text {
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    text-align: center;
}
.ace-thumbnails > li .tags > .label-holder:hover {
    opacity: 1;
}
.ace-thumbnails > li > .tools {
    bottom: 0;
    left: -30px;
    top: 0;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    width: 24px;
}
.ace-thumbnails > li > .tools.tools-right {
    left: auto;
    right: -30px;
}
.ace-thumbnails > li > .tools.tools-bottom {
    bottom: -30px;
    height: 28px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
}
.ace-thumbnails > li > .tools.tools-top {
    bottom: auto;
    height: 28px;
    left: 0;
    right: 0;
    top: -30px;
    width: auto;
}
.ace-thumbnails > li:hover > .tools {
    left: 0;
    right: 0;
}
.ace-thumbnails > li:hover > .tools.tools-bottom {
    bottom: 0;
    top: auto;
}
.ace-thumbnails > li:hover > .tools.tools-top {
    bottom: auto;
    top: 0;
}
.ace-thumbnails > li:hover > .tools.tools-right {
    left: auto;
    right: 0;
}
.ace-thumbnails > li > .in.tools {
    left: 0;
    right: 0;
}
.ace-thumbnails > li > .in.tools.tools-bottom {
    bottom: 0;
    top: auto;
}
.ace-thumbnails > li > .in.tools.tools-top {
    bottom: auto;
    top: 0;
}
.ace-thumbnails > li > .in.tools.tools-right {
    left: auto;
    right: 0;
}
.ace-thumbnails > li > .tools > a, .ace-thumbnails > li > *:first-child .inner a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 0 4px;
}
.ace-thumbnails > li > .tools > a:hover, .ace-thumbnails > li > *:first-child .inner a:hover {
    color: #c9e2ea;
    text-decoration: none;
}
.ace-thumbnails > li .tools.tools-bottom > a, .ace-thumbnails > li .tools.tools-top > a {
    display: inline-block;
}
.ace-thumbnails > li > *:first-child > .text {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
}
.dialogs, .itemdiv {
    position: relative;
}
.ace-thumbnails > li > *:first-child > .text::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}
.ace-thumbnails > li > *:first-child > .text > .inner {
    display: inline-block;
	background: none;
    border:none;
    margin: 0;
    width: 100%;
    padding: 64px 0;
    vertical-align: middle;
	position:relative;
	top:-150px;
}
.ace-thumbnails > li:hover > *:first-child > .text {
    opacity: 1;
}
.pg-normal {
    cursor: pointer;
    font-weight: normal;
    padding: 7px 12px;
    text-decoration: none; 
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;	
	font-weight:bold;
}
.pg-normal1 {
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000000;	
    cursor: pointer;
    font-weight: normal;
    padding: 7px 12px;
    text-decoration: none;
	margin: 0 4px 0 0;	
	font-weight:bold;
}
.pg-selected {
	border-radius: 20px;
    color: #fff;
	cursor: pointer;
    font-weight: bold;
    padding: 7px 12px;
    text-decoration: none;  
	 background-color: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 4px 5px 0 rgba(0, 188, 212, 0.14), 0 1px 10px 0 rgba(0, 188, 212, 0.12), 0 2px 4px -1px rgba(0, 188, 212, 0.2);
}
.pg-selected1 {
	background: #000 none repeat scroll 0 0;
    border-color: #444;
    box-shadow: 0 3px 5px 0 #868686;
    color: #fff;
	border-radius: 20px;
	cursor: pointer;
    font-weight: bold;
    padding: 7px 12px;
	margin: 0 4px 0 0;	
    text-decoration: none;  
}
.ace_img img{width:236px;height:150px;}
.inputfile-6 + label strong {
    height: 39px;
    color: #f1e5e6;
    background-color: #4caf50;
    display: inline-block;
}
.inputfile + label {
    max-width: 80%;
    font-size: 15px;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}
.video_ctr{width: 28.5%; height: 163px;border:1px solid #a8a8a8;padding:3px;}
.video_ctrs{width: 100%; height: 155px;border:1px solid #a8a8a8;background:#000;}
.box{margin:10px 0px 0px}
.box input[type="file"]
{
  opacity: 0;
  position: absolute;
  top: 170px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 100;
  height:50px;
}
.pdf_box input[type="file"]
{
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 100;
  height:50px;
  cursor:pointer;
}
.inputfile-6 + label
{ 
    padding: 0;
	height:40%;
	border-radius:4px;
	box-shadow:0 2px 7px #606060;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #9127AC;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding:8px;
    /* 10px 20px */
}
.inputfile-6 + label span
{
	min-width: 130px;
    height: 39px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}
.inputfile-6:focus + label span,
.inputfile-6.has-focus + label span,
.inputfile-6 + label:hover span {
	border: 1px solid #9127AC;
}
.error_border{ border-color: red;border: 2px solid red;}
.succes_border{ border-color: red;border: 2px solid green;}
.form-contro{border: 1px solid #ccc; width:100%; height:35px; border-radius:4px; margin-top:20px;background-color:#f2f1f1; padding-left:6px;}
.form-contr{border: 1px solid #ccc; width:100%; border-radius:4px; margin-top:20px;background-color:#f2f1f1; padding-left:6px;}
.control-labe{margin-top:20px; font-weight:5px; color:#000000;}
.midel{margin-top:30px;}
.botuam{background-color: #9c27b0; color: #FFFFFF; width:73px;height:38px;border:1px solid;border-radius:5px; margin-top:10px; margin-right:-2px;}
.bottuam{background-color: #9c27b0; color: #FFFFFF; width:73px;height:38px;border:1px solid;border-radius:5px; margin-top:10px; margin-right:16px;}
.bottuam:hover{background-color:#777171;}
.botuam:hover{background-color:#777171;}


p.vertical {
    background: #952cae none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 1px 2px #535353;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-style: oblique;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    overflow-wrap: break-word;
    padding: 15px 19px 12px 11px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 1em;
}
p.vertical :hover{background: #1B6B09;}
.padding{font-size:15px;}
.clearfix{clear:both;}
.clt{padding:20px;}
.clt ul, { margin-top: -16px;}

.clt li {
	   border-left: 4px solid #dddddd;
		list-style: outside none none;
		padding-top: 15px;
}
.clt li .toolbar-handle {
	margin-left: 10px;
    position: relative;
}
.clt li .toolbar-handle a::before{
	 background: #dddddd none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 4px;
    left: -10px;
    position: absolute;
    top: 12px;
    width: 10px;
}
.clt ul {
    list-style: none;
    padding-left: 32px;
}
.clt li::before, .clt li::after {
    content: "";
    position: absolute;
    left: -12px;
}
.clt li::before {
    border-top: 1px solid #000;
    top: 9px;
    width: 8px;
    height: 0;
}
.clt li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 2px;
}
.clt ul > li:last-child::after {
    height: 8px;
}

.panel-heading{font-weight:bold;font-size: 13px;text-transform: uppercase;}
.panel-default > .panel-heading{background-color: #ADD8E6;border-color: #ADD8E6;}
.list-group{margin-bottom:0px;}

@media only screen and ( min-width: 980px ) and ( max-width: 1169px ) {

}

@media only screen and ( min-width: 768px ) and ( max-width: 979px ) {
.ace_img img{width:213px;height:150px;}
.ace-thumbnails > li{width:213px}
}

@media only screen and ( min-width: 520px ) and ( max-width: 767px ) {
.red_bold_text{font-size:15px;}
.video_ctr{width:50%;}
.inputfile + label{max-width:90%;}
.ace_img img{width:213px;height:150px;}
.ace-thumbnails > li{width:213px}
}

@media only screen and ( min-width: 420px ) and ( max-width: 519px ) {
.video_ctr{width:100%;}
.inputfile + label{max-width:100%;}
.ace_img img{width:213px;height:150px;}
.ace-thumbnails > li{width:213px}

}

@media only screen and ( min-width: 360px ) and ( max-width: 419px ) {

.card-titles{font-size:17px;}
.form-group{margin: 15px 0 0;}
.input-group .input-group-addon{font-size: 22px;padding: 6px 6px 0;}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label{font-size: 12px;line-height: 1.42857;top: -3px;}
.ace_img img{width:236px;height:150px;}
.video_ctr{width:100%;}
.inputfile + label{max-width:100%;}
.light-theme a, .light-theme span{margin:0 5px 6px 0;}

}

@media only screen and ( min-width: 320px ) and ( max-width: 359px ) {
.card-titles{font-size:17px;}
.form-group{margin: 15px 0 0;}
.input-group .input-group-addon{font-size: 22px;padding: 6px 6px 0;}
.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label{font-size: 12px;line-height: 1.42857;top: -3px;}
.ace_img img{width:236px;height:150px;}
.video_ctr{width:100%;}
.light-theme a, .light-theme span{margin:0 5px 6px 0;}
}