 
 
@media screen and (min-device-width: 320px) and (max-device-width: 480px) 
{
	body, .footer {
    background-color: #fff !important;
}
	.head-n {     
    display: block !important;  
    height: auto !important; 
    text-align: center !important;  position: relative !important;
     
}
.main-container {
        margin-top:auto !important; 
    }
.head-n .left, .head-n .right {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.navbar { display: block !important;     width: 100% !important;}	
.head{display: block !important;}
.navbar li {width: 26% !important;}
   .user-detail {
        float: right !important;
        width: 55% !important;
        /* margin-top: 20px; */
        margin-left: 15px;
        position: absolute;
        top: 30%;
        z-index: 9999;
        right: 0;
    }
}

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
}

 

    body {
      margin: 0;
      font-family: "Roboto", sans-serif  !important;
      /* background-color: #fff8d8; */
    }

    .header {
    text-align: center;
    padding: 35px 10px;
    height: 150px;
}

   .header-txt {
    width: 70%;
    text-align: center;
    float: left;
    margin-top: 20px;
}

    .header h1 {
      font-size: 20px;
      color: #4b004b;
      margin: 5px 0;     font-weight: 700;
    }

    .header p {
      margin: 0;
      font-size: 14px;
      color: #666;     font-weight: 500;
    }
.header .sub {
    margin: 0;
    font-size: 20px;
    color: #666;
    font-weight: 700;
}
 .login-container {
    background: #470452;
    color: white;
    padding: 20px 20px;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly; */
     min-height: 435px;  
	width:40%;
	float:left;
}
    .login-box {
    background: transparent;
    padding: 0 30px;
    border-radius: 8px;      
    color: #333;
    width: 100%;
      max-width: 400px; 
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */ margin: 0 auto;      
}

    .login-box h2 {
      text-align: center;
      margin-bottom: 20px; margin-top: 0px;
      color: #fff;
    }

    .login-box input[type="text"],
    .login-box input[type="password"] {
    
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 5px;
    padding-top: 20px;
    min-height: 34px;
    font-size: 14px;
    color: #666;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    

  .captcha {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 0;
    align-content: stretch;
}
   .captcha-box {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    font-weight: bold;
    background: #eee;
    padding: 10px 10px;
    margin-right: 7px;
    border: 1px solid #ccc;
    height: 44px;
}
	
 .captcha-box1 {
      
      margin-right:20px;
       
    }
    .login-box button {
      width: 100%;
      background: #f7941d;
      color: white;
      padding: 12px;
      border: none;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 10px;
    }

    .footer {
      float: left;
      justify-content: space-between;
      padding:  0px 20px;
      font-size: 13px;
    }

    .footer .left {
      text-align: left;
    }

    .footer .right {
      text-align: right;
    }
	.footer .center {
     justify-content: center;
  align-items: center;
    }

.disclaimer {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0px 0;
  /*   margin-left: 345px; */
    /* float: left; */
    margin: 0 auto;
    width: auto;
}
 
 
 

    /* Header */
    .head {
      background-color: #fff8d8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 30px;
      border-bottom: 4px solid #660066;
    }

    .head .left,
    .head .right {
      display: flex;
      align-items: center;
    }

    .head .left img,
    .head .right img {
      height: 75px;
    }

    .head .center {
      text-align: center;
      flex: 1;
    }

.head .center h1 {
    font-size: 33px;
    color: #490455;
    margin: 0;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.head .center h2 {
    font-size: 12px;
    margin: 2px 0px 5px;
    color: #666;
    font-weight: 700;
}
   /* Header n*/
.head-n {
    background-color: #fff8d8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 4px solid #660066;
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;     z-index: 1025;
}
.head-n .left,
    .head-n .right {
      display: flex;
      align-items: center;
    }

    .head-n .left img,
    .head-n .right img {
      width:200px;
    }

    .head-n .center {
      text-align: center;
      flex: 1;
    }

    .head-n .center h1 {
      font-size: 33px;
      color: #490455;
      margin: 0;
      font-weight: bold; font-family: "Roboto", sans-serif;
    }

  .head-n .center h2 {
    font-size:12px;
    margin:5px 0px 5px;
    color: #666;
    font-weight: 700;
}
 

    /* Navigation Bar */
.navbar {
    background-color: #eee;
    padding: 0;
    border: 0;
    text-align: center;
    margin: 0 auto;
    width: 65%;
}

    .nav-tabs > li{
      text-align: center;
      margin: 0;
    padding: 2px 0px;
      border-right: 1px solid #ccc;
      color: #666;
      cursor: pointer;
      transition: 0.3s;
	      min-height: 115px;
    }

    .nav-item:last-child {
      border-right: none;
    }

    .nav-tabs > li.active  > a{
     background: #4B0556 !important;
	background: linear-gradient(180deg, rgba(75, 5, 86, 1) 0%, rgba(167, 34, 144, 1) 50%) !important;
	color:#fff !important;
	border: 0 !important;
	margin: 0;
    padding: 2px 0px;
	height: 110px;
	text-align:center; font-weight: 600;
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.75);
    }
	
 .nav-tabs > li.active > a > p{color:#fff;
	margin: 0;
    padding: 2px 0px;
	text-align:center; font-weight: 600; filter: contrast(0%) brightness(200%);}  
	
	 .nav-tabs > li.active > a > img{ filter: contrast(0%) brightness(200%);}  
	
	.nav-tabs > li > a:hover{background:transparent;     border: none;}
	
    .nav-item img {
      display: block;
      margin: 0 auto 5px;
      height: 30px;
    }

    .nav-item span {
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }

    /* Main Content Placeholder */
    .tab-content {
      padding: 40px;
      text-align: center;
      font-size: 18px;
      color: #999;
    }
 
 .navbar li{
    width: 140px; /* height:110px; */
    text-align: center;
}
.nav-tabs > li > a{color: #666;     padding: 0;}

/*text box floating */

.form-area {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 16%);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-group{
    position: relative;
    margin-bottom: 30px;
}
.floating-group {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
        padding: 2px 5px;
    padding-top: 20px;
    min-height:44px;
    font-size: 14px;
    color: #666;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
select.form-control{
    padding-top: 5px;
    transition: 0.15s;
}
.form-control:focus {
    color: #666;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: none;
}
.floating-label {
    font-size: 13px !important;
    font-weight: 400;
    color: #8c8c8c;
    opacity: 1;
    top: 14px;
    left:8px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}
.floating-diff .floating-label{
    opacity: 0;
}
.floating-diff.focused .floating-label{
    opacity: 1;
}
.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 5px;
    font-size: 10px !important;
}
.form-group.focused select.form-control{
    padding-top: 21px;
}
.float-checkradio{
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    padding: 8px 19px;
    transition: 0.3s;
    min-height: 55px;
}
.float-checkradio.focused{
    padding-top: 21px;
}

.user-detail{
    float: left !important;
    width: 15%;
    margin-top: 10px; margin-left:15px;
}
.user-icon{margin-right:15px;     margin-top: 10px;}
.sub-header{background:#eee;     margin-top:120px;}
.logout a{color:#0066ff !important; font-weight: 700; font-size: 10px;}
.user-name{margin-top: 20px;}
.protal-name {
    color: #490455;
    font-size: 15px;
    font-weight: 600;
}
.user-de {margin:10px; display:block;}
.user-de p {
    color: #fff;
    font-size: 12px;
    margin-left: 42px;
}
.user-de img {
    margin-right: 0px;
    margin-top: 10px;
    width: 24px;
    margin-bottom: 5px;  float:left;
}
.navigation-small .user-de .u-name {
    margin: 0px;
    display:none;
}
.sub {
    color: #333333;
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}
.astix{color:red;}
.tnc{margin-left:10px; font-size:12px; padding-top:3px;}
.default-btn {
    background-color: #490455;
    border-color: #490455;
    color: #ffffff !important;
}
.default-btn:hover, .default-btn:focus, .default-btn.focus, .default-btn:active, .default-btn.active, .open .dropdown-toggle.default-btn  {
    color: #FFF !important;
    text-decoration: none;
    background: #ff9200 !important;
    border: 1px solid #ff9200;
}
.btn-danger {
    background: #ff4d53  !important; 
    border-color: #ff4d53  !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #d43f3a  !important;
    border-color: #d43f3a  !important;
    color: #FFFFFF;
}
.btn {     border-radius: 0px !important;}
.panel {margin-bottom:0 !important;}
.pagination {
    display: inline-block !important;
    padding-left: 10px !important;
    margin: 0px 0 !important;
    border-radius: 4px !important;
}
.sort {
    background: #ff4d53;
}

.header1{height: 130px;}
.pm-pic{  width: 60%; float:left;   }
.pm-pic img{
    width: 100%;
    float: left; 
}

.outer-body{background:#470453;float:left;margin: 0 auto;width: 100%; min-height: 435px;   }
	
	.commit-main-h{font-size:30px; text-align:left; color:#333;}
	.commit-main-h h2{font-weight:700;}
	.commit-section{min-height:100px; }
.commit{    margin-left: 75px; min-height: 95px;}
.commit-img img{  float:left;}
 .commit h2{font-size:14px; text-align:left; font-weight:700; color:#333333;}
 .commit p{font-size:12px; text-align:left; color:#999999; font-style: italic; }
 .commit-img {float:left;}