.theme-1 {
    background: #34495E;
}
.theme-color-1 {
    color: #34495E;
}
.theme-logo {
    background: #233779;
}
.theme-border-1 {
    border: 1px solid #34495E;
}
.theme-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    min-width: 100px;
    text-transform: uppercase;
}
.save {
    background: #22B14C;
}
.cancel {
    background: #ED1C24;
}
*,
html {
    margin: 0;
    padding: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}
.m-10 {
    margin: 10px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-b-10 {
    margin: 10px 0;
}
.m-t-20 {
    margin-top: 20px;
}
.m-tb-20 {
    margin: 20px 0;
}
.p-lr-10 {
    padding: 0 10px 0 10px;
}
body {
    font-family: 'Roboto REG', Arial, San Serif;
}
.wrapper .login-form {
    width: 38%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.wrapper .input-group-addon {
    background-color: #cccccc;
    border-radius: 0;
}
.marvel-logo {
    width: 200px;
    height: 75px;
}
.login-form-box {
    background: #eee;
    padding: 15px;
    margin-top: 30px;
}
.login-form-box .signin {
    color: #233779;
}
.login-form-box .forgotPass {
    color: #233779;
}
.login-form-con {
    padding: 10px 0;
    width: 80%;
    margin: auto;
}
.login-form-con input {
    height: 42px;
}
.login-form-con .form-btn {
    padding: 10px 0;
}
.login-form-con .theme-btn:hover {
    text-decoration: none;
    color: #fff;
}

/* modlal popup*/
.modal-content {
    border-radius: 0;
}
.modal-content .close {
    color: #fff;
}
.modal-content .modal-header {
    color: #fff;
}
.modal-content .modal-title {
    text-transform: uppercase;
    font-size: 14px;
}
.modal-content .modal-body .form-con .fp {

    width: 100%;
}
.modal-content .modal-body .form-con input,
.modal-content .modal-body .form-con select {
    width: 100%;
    height: 45px;
    color: #000;
}
.modal-content .modal-body .modal-btns {
    margin-top: 15px;
    text-align: center;
}
.modal-content .modal-body .modal-btns .save {
    margin-right: 15px;
}

.header {
    color: white;
    height: 75px;
}
.header .diamond-logo {
    padding-left: 20px;
}
.header #diamond {
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-bottom-color: #fff;
    position: relative;
    top: -15px;
}
.header #diamond:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 25px;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: #fff;
}
.header .logo {
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 20px;
}
.header .log-info {
    padding: 5px;
    margin-right: 15px;
    margin-top: 20px;
}
.header .theme-dropdown {
    padding-right: 10px;
}
.header .user-name {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.header .dropdown-content {
    color: black;
    padding: 5px;
    text-decoration: none;
}
.header .dropdown-content a:hover {
    background-color: #f1f1f1;
}
.header .user-name:hover .dropdown-content {
    display: block;
}
.header .thems-con {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 30px;
    right: 0px;
    padding: 5px;
    background: #f9f9f9;
    min-width: 130px;
    border-top: 1px solid #ccc;
}
.header .thems-con > i {
    position: absolute;
    right: 7px;
    color: #ccc;
}
.header .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 30px;
}
.header .dropdown-content2 {
    color: black;
    padding: 5px;
    text-decoration: none;
    z-index: 9;
}
.header .dropdown-content2 a:hover {
    background-color: #f1f1f1;
}
.header .thems-con:hover .dropdown-content2 {
    display: block;
}
.theme-list-dropdown {
    list-style: none;
}
.theme-list-dropdown > li {
    padding: 1px;
    border-top: 1px solid #ccc;
}
.menu-ul {
    background: #E4E4E4;
    list-style: none;
}
.menu-ul > li {
    color: #000;
    display: inline-block;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-ul li:last-child {
    border-right: 0px;
}
.menu-ul > li a {
    color: black;
        padding: 4px 25px 4px 8px;
}
.menu-ul a:hover {
    text-decoration: none;
}
.menu-ul .menu-text {
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
}
.table-bordered {
    border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0;
}
table.dataTable.no-footer {
    border-bottom: 0;
}
.page-content {
    padding: 1px;
    width: 96%;
    margin: auto;
}
.page-content .mange-btn-con {
    position: relative;
    padding: 15px 0;
}
.page-content .mange-btn-con .add-user-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
}
#example thead {
    background: #C3C3C3;
}
#example thead tr th {
    padding-left: 10px;
}
#example tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#example tbody tr:nth-child(odd) {
    background: #FFF;
}
#example tbody tr td a {
    color: #000;
    cursor: pointer;
}
#example1 thead {
    background: #C3C3C3;
}
#example1 thead tr th {
    padding-left: 10px;
}
#example1 tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#example1 tbody tr:nth-child(odd) {
    background: #FFF;
}
#example1 tbody tr td a {
    color: #000;
    cursor: pointer;
}
#trackdatatable thead {
    background: #C3C3C3;
}
#trackdatatable thead tr th {
    padding-left: 10px;
}
#trackdatatable tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#trackdatatable tbody tr:nth-child(odd) {
    background: #FFF;
}
#trackdatatable tbody tr td a {
    color: #000;
    cursor: pointer;
}
#subbdmdatable thead {
    background: #C3C3C3;
}
#subbdmdatable thead tr th {
    padding-left: 10px;
}
#subbdmdatable tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#subbdmdatable tbody tr:nth-child(odd) {
    background: #FFF;
}
#subbdmdatable tbody tr td a {
    color: #000;
    cursor: pointer;
}
#admindatatable thead {
    background: #C3C3C3;
}
#admindatatable thead tr th {
    padding-left: 10px;
}
#admindatatable tbody tr:nth-child(even) {
    background: #EFEFEF;
}
#admindatatable tbody tr:nth-child(odd) {
    background: #FFF;
}
#admindatatable tbody tr td a {
    color: #000;
    cursor: pointer;
}


.theme-dropdown {
    display: none;
}
#theme-dropdown {
    color: black;
    min-height: 30px;
    min-width: 135px;
    border: 0px;
}

.theme-tab {
    min-width: 130px;
    text-align: left;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-right: 14px;
    color: white;
    text-decoration: none;
    display: inline-block;
}
/*form container */
.form-con {
    width: 90%;
    margin: auto;
    position: relative;
}
.form-con .header-title {
    font-weight: bold;
}
.form-con .f-body {
    font-size: 12px;
    margin-top: 30px;
}
.form-con hr {
    margin: 0;
}
.form-con .fp {
    width: 33%;
    float: left;
    margin-top: 25px;
}
.modal-content .form-con .fp:first-child{
    margin-top: 0;
}
.form-con select,
.form-con input[type='text'],
.form-con textarea {
    height: 32px;
    min-width: 200px;
    padding: 5px;
}
.form-con textarea {
    height: 120px;
    width: 250px;
    padding: 5px;
}
.form-con .hr {
    border-top: 1px solid;
}
.form-con .btn-con {
    margin-top: 20px;
}
.form-con .city {
    padding-left: 10px;
}
.form-con .glabel { 
    position: relative;
    display: inline-block;
    bottom: 7px;
    padding-right: 15px;
}
.f-body label{
    display: block
}
/*login page */
.box{
    width:500px;
    height:400px;
}
.cm{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;


}
.clearfix{
    clear:both;
}.left{
    float:left;
}
.border-line-left {
    border:1px solid #233779;
    width:30%;

    margin:10px;
}
.one-line {
    margin-left:10%;
}  
.signin-con{
    padding-top: 20px;
    width: 80%;
    margin: auto;
} 
.signin-con h3{
    margin-top:0px; }
@media (max-width:1200px){
    .signin-con{
        padding-top: 20px;
        width: auto;
    }

}
@media (max-width:560px){
    .border-line-left{
        visibility:hidden;
    }
    .box{
        width:85%;
        height:400px;
    }
}
@media (max-width: 768px) {
    .header {
        height: auto;
    }
}
@media (max-width: 800px) {
    .form-con .fp {
        width: 50%;
    }
}
@media (max-width: 520px) {
    .form-con .fp {
        width: 100%;
    }
}

ul {
  list-style: none;
}
.menu li ul { display: none; border: 1px solid #fff}

.menu li:hover > ul {
  display: block;
  position: absolute;
}
.menu li:hover li { float: none; }


.menu li ul li { border-top: 0;border-top: 0;
                 border-top: 1px solid #fff;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    width:150px;
    text-align: center;
}
.menu li ul li:first-child{
    border-top:0;
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}
.menu ul:before,
.menu ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.menu ul:after { clear: both; }
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li>ul li a{
    padding: 0;
}
.menu ul li {
  display: block;
  position: relative;
  float: left;
  background: #E4E4E4;
}
.menu ul li i{
    padding-left: 10px;
}
/* This hides the dropdowns */


li ul { display: none;z-index: 999; }

ul li a {
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  line-height: 38px;
}