usp@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/roboto-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-regular.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/roboto-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/roboto-medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-medium.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/roboto-medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-medium.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-bold.woff2') format('woff2'), /* IE6-IE8 */
    url('../fonts/roboto-bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-bold.svg#svgFontName') format('svg');
    /* Legacy iOS */
}
	/* multiselect styles */
	.multiselect {
		width: 460px;
		height: 200px;
	}
	
	#switcher {
		margin-top: 20px;
	}
	
	form {margin: 0; padding: 0;}

	/* multiselect styles */

.ui-widget-header {
    background: #2b4054 !important;
    color: #fff;
    font-size:15px;
}

.ui-widget-header a{
	color:#ffff !important;
}

.custom-submit-btn {
   background-color:#2b4054;
padding: 6px 28px;
color: white;
border-radius: 0px;
opacity: .8;
transition: all .5s;
border-radius: 50px;
border:1px solid white;
}

.custom-submit-btn:hover{
	opacity:1;

}

.new-item-btn{
    background: #2b4054;
padding: 6px 28px;
color: white;
border-radius: 0px;
opacity: .8;
transition: all .5s;
border-radius: 50px;
}

.new-item-btn:hover{
opacity:1;
box-shadow: 0px 0px 10px #05003266;
}

.new-item-btn-sec{
	background-color: white;
	padding: 26px 31px;}

.plugin-head{
	background-color:#2b4054;
	padding:15px;
	border-radius: 8px 8px 0px 0px;
}


.nopadding{
	padding: 0px;
}


.custom-multi-select{
	background-color:#373942;
	padding: 30px;
}

body{
	background-color: #f1f1f1;
}


.list-close{
	color:#f45a4a;
}

.list-close:hover{
	color: #c00000;
	transition: all .2s;
}



/* custom radio button start */

.custom-radio .btn
{
	border:0px;
}

.custom-control {
    padding-left:0px;

}

.custom-radio .btn-secondary:not(:disabled):not(.disabled).active{
	background-color: #2b4054;
}

.custom-radio .btn-secondary.focus, .btn-secondary:focus{
	box-shadow: none;
}
/* custom radio button end */




#table-section{
	padding: 20px;
	background-color: #2b4054;
	border-radius: 0px 0px 10px 10px;
}

#table-section tbody{
	background-color: #ffff;
}

#table-section .table .thead-dark th {

    color: #fff;
    background-color: #373942;
    }

  .short-code-plugin #delete-btn{
  	color:grey;
  }
 .short-code-plugin #delete-btn:hover{
  	color:red;
  }
  .short-code-plugin{
    margin-top: 10px;
  }

  /* generate short code popup start */

  .short-code-plugin .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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 */
 .short-code-plugin .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}

/* The Close Button */
 .short-code-plugin .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

 .short-code-plugin .close:hover,
 .short-code-plugin .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#gen-short-code-btn{
	color:grey;
}
#gen-short-code-btn:hover{
	color:#2b4054 !important;
}

  /* generate short code popup send*/



/* responsive start */

@media only screen and (max-width: 768px) {

     .ui-multiselect .ui-widget-header {
    height: 132px;  
}

	.ui-multiselect input.search {
    width:80%;
}


 .short-code-plugin .table .thead-dark th {

    font-size: 12px !important;

}

}

/* responsive start */

.mrg-10{
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    padding: 3px 0px 0px 0px;
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}
.edit-top{
    top:-91px;
}

.list-box-info i.green {
    color: #EFB509;
}


.ui-widget-header {
    background: #2b4054 !important;
    color: #fff;
    font-size:18px;
}

a.custom-submit-btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
a.custom-submit-btn:hover {
    background: #fff;
    color: #333;
}


.usp-admin-table td{
    vertical-align: middle;
}
.usp-admin-table{
    background: #fff;
}
.usp-admin-table th {
    padding: 15px 10px !important;
}

.usp-admin-table thead {
    background: #2b4054;
    color: #fff;
}

.usp-plugin-head{
    display: flex;
    justify-content: space-between;
    background: whitesmoke;
    padding: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 2rem;
    align-items: center;
}

.usp-plugin-head h1{
    font-size: 26px;
    margin: 0;
    font-weight: bold;
}
.usp-add-new-btn{
    color: #fff !important;
    background: #2b4054;
    padding:8px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: .25rem;
}

.usp-plugin-body {
    background: whitesmoke;
    padding: 20px;
}

div#add-new-sec {
    background: #fff;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 7px;
    border: 1px solid #ebebeb;
}

#add-new-sec select{
    max-width: 100%;
}
#add-new-sec label {
    margin-bottom: 5px;
}
#add-new-sec input, #add-new-sec select{
    margin-bottom: 15px;
    height: 35px;
}

i.fa.fa-trash:hover {
    color: red;
}
i.fa.fa-edit:hover {
    color: #00c700;
}