/* input[type="password"] {
  color: transparent;
} */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
  font-family: glyphicons;
  src: url('../fonts/glyphicons-halflings-regular.eot,glyphicons-halflings-regular.svg,glyphicons-halflings-regular.ttf,glyphicons-halflings-regular.woff'); 
}
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}
@font-face {
font-family: 'Roboto Regular';
font-style: normal;
font-weight: normal;
src: local('Roboto Regular'), url('../fonts/Roboto-Regular.woff') format('woff');
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Roboto Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Roboto Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #fec01d;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #999999;}
input:-moz-placeholder {color: #999999;}
input::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder {color: #999999;}

textarea::-webkit-input-placeholder {color: #999999;}
textarea:-moz-placeholder {color: #999999;}
textarea::-moz-placeholder {color: #999999;}
textarea:-ms-input-placeholder {color: #999999;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}
.clear{clear:both;}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: transparent;
}


.wrap-login100 {
  max-width: 550px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/*==================================================================
[ Title form ]*/
.login100-form-title {
    background-image: url(../images/bg-01.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login100-form-title-1 {
  font-family: Poppins-Bold;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

.login100-form-title::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
background-color: rgba(251, 177, 2, 0.5); 
}


/*==================================================================
[ Form ]*/

.login100-form {
  background-color:#272678;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:50px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #b2b2b2;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-align: right;

  position: absolute;
  top: 14px;
  left: -105px;
  width: 80px;

}

/*---------------------------------------------*/
.input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #fec01d;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

  background: #fec01d;
}


/*---------------------------------------------*/
input.input100 {
  height: 45px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Roboto Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #341417;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 100%;
  height: 50px;
  background-color: #fec01d;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #131037;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #dda20a;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding: 43px 15px 57px 117px;
  }
}

@media (max-width: 480px) {
  .login100-form {
    padding: 43px 15px 57px 15px;
  }

  .label-input100 {
    text-align: left;
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 5px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
/*------------------------------------------------------------------
[ login logo ]*/
.logo{max-width:142px;margin:0 auto; padding:35px 0;}
.logo img{max-width:142px;border-radius: 50%;}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.cp{background-image:linear-gradient(to bottom, rgba(177, 121, 121, 0.62), rgb(212, 251, 255,0.3)),url('../images/1.jpg');background-repeat:no-repeat;background-size:cover;}
.navbar-default{background-color: #06063c;border-color: transparent;margin-top:40px;border-radius:0px;min-height: 49px;}
.navbar-default .navbar-brand {color: #fff;padding: 13px 15px;}
.navbar-default .navbar-brand:hover{color: #fedb1d;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #35171a;
background-color: #fedb1d;
	margin-top: -5px;
padding-top: 17px;
min-height: 59px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fedb1d;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 15px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #fedb1d;
background-color: #111151;
}
.navbar-default .navbar-toggle{border-width:0px;}
.navbar-default .navbar-toggle:hover ,.navbar-default .navbar-toggle:focus{background-color:transparent;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fedb1d;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    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;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.dropdown-menu > li > a:focus {
color: #fedb1d;
text-decoration: none;
background-color: #35171a
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #fff;
text-decoration: none;
background-color: #111151;
}
.dropdown-menu .divider {
    background-color: #111151;
}
.dropdown-menu > li > a {
    color: #06063c;
}
.wrapper{min-height:100%;}
.holder{padding:20px;min-height:500px;background-color: rgba(255, 255, 255, 0.85);transition:0.9s;border-radius: 3px;min-width:100%;margin-top: 30px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);}
.footer{position: relative;bottom: 0;color: #141311;margin: 25px 0px;}
.hw{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(173, 8, 0, 0.75);
background-image: url('../images/hw.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.hw:hover , .hw:focus ,.hw a,.hw a:hover ,.hw a:focus{text-decoration:none;background-color: rgba(173, 8, 0, 0.9);transition:0.5s;}
.cr{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(0, 86, 228, 0.75);
background-image: url('../images/cr.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.cr:hover , .cr:focus ,.cr a,.cr a:hover ,.cr a:focus{text-decoration:none;background-color: rgba(0, 86, 228, 0.9);transition:0.5s;}
.gr{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(2, 41, 95, 0.75);
background-image: url('../images/gr.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.gr:hover , .gr:focus ,.gr a,.gr a:hover ,.gr a:focus{text-decoration:none;background-color: rgba(2, 41, 95, 0.9);transition:0.5s;}
.ac{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(21, 106, 1, 0.75);
background-image: url('../images/ac.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.ac:hover , .ac:focus ,.ac a,.ac a:hover ,.ac a:focus{text-decoration:none;background-color: rgba(21, 106, 1, 0.9);transition:0.5s;}
.ex{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(52, 2, 166, 0.75);
background-image: url('../images/ex.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.ex:hover , .ex:focus ,.ex a,.ex a:hover ,.ex a:focus{text-decoration:none;background-color: rgba(52, 2, 166, 0.9);transition:0.5s;}
.bu{min-height: 165px;background-size:75px;width:90%;
background-color: rgba(71, 18, 0, 0.75);
background-image: url('../images/bu.png');
background-position: center top 55px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.bu:hover , .ex:focus ,.ex a,.ex a:hover ,.ex a:focus{text-decoration:none;background-color: rgba(71, 18, 0, 0.9);transition:0.5s;}
.sc{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(1, 53, 50, 0.75);
background-image: url('../images/sc.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.sc:hover , .sc:focus ,.sc a,.sc a:hover ,.sc a:focus{text-decoration:none;background-color: rgba(1, 53, 50, 0.9);transition:0.5s;}
.ev{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(112, 0, 103, 0.75);
background-image: url('../images/ev.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.ev:hover , .ev:focus ,.ev a,.ev a:hover ,.ev a:focus{text-decoration:none;background-color: rgba(112, 0, 103, 0.9);transition:0.5s;}
.br{min-height: 165px;background-size:55px;width:90%;
background-color: rgba(9, 140, 168, 0.75);
background-image: url('../images/br.png');
background-position: center top 40px;
background-repeat: no-repeat;
margin-bottom: 30px;
font-size: 21px;
color: #fff;
text-align: center;
padding-top: 99px;}
.br:hover , .br:focus ,.br a,.br a:hover ,.br a:focus{text-decoration:none;background-color: rgba(9, 140, 168, 0.9);transition:0.5s;}
.icon-holder{margin-top:40px;}
@media (max-width: 767px){.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{display:none;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
background-color: #111151;
margin-bottom: 3px;
color: #fedb1d;
}
.navbar-nav {
    margin:0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover ,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #fedb1d;
    background-color: #45131b;
}
.dropdown-menu .divider {
background-color: #fff;
}
.hw , .cr , .gr, .ac ,.ex , .bu , .sc , .ev , .br{width:100%;}
}
.holder label{font-family: Roboto Regular;font-weight:normal;font-weight: normal;margin-top: 10px;color: #555;height: 34px;}
.holder .form-control, .holder .select2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #111151;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition:none;
    transition: none;
	border-bottom:1px solid #111151;
}
.holder .form-control:focus{transition:0.3s; background-color:#fff; height: 34px;}
.holder .input-group-addon {
    padding:0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: transparent;
    border: 0px solid #ccc; 
    border-radius: 0px;

}
.separate-line{height:20px;border-bottom:1px #555 dashed;margin:20px auto;width:98%;margin-bottom:30px;}

.holder .btn-default {color: #fff;background-color: #06063c;border-color: transparent;border-radius:0px;min-width:75px;}
.holder .btn-default:hover ,.holder .btn-default:focus{color: #fff;background-color: #131368;border-color: transparent;transition:0.4s;}
.cb{background-color:#3c3c79 !important;border-radius:0px;min-width:75px;}
.cb:hover ,.cb:focus{background-color:#1a1a46 !important;}
.b-holder{text-align:right;}
/*===========Title==============*/
.title {
  position: relative;
  -webkit-perspective: 400;
          perspective: 400;
  padding-left: 17px;
  font-size: 29px;
  /*text-transform: uppercase; */
  color: #111151;
  margin-bottom:30px;
}
.title:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 6px;
  background: #12126c;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  -webkit-animation: title-border-slide-in 0.35s ease-out forwards;
          animation: title-border-slide-in 0.35s ease-out forwards;
}
.title .title-word {
  opacity: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}
.title .title-word span {font-size:23px;color:#12126c;}
.title .title-word:nth-child(1) {
  -webkit-animation: roll-in 0.15s 0s ease-out forwards;
          animation: roll-in 0.15s 0s ease-out forwards;
}
.title .title-word:nth-child(2) {
  -webkit-animation: roll-in 0.15s 0.175s ease-out forwards;
          animation: roll-in 0.15s 0.175s ease-out forwards;
}
.title .title-word:nth-child(3) {
  -webkit-animation: roll-in 0.15s 0.35s ease-out forwards;
          animation: roll-in 0.15s 0.35s ease-out forwards;
}
.title .title-word:nth-child(4) {
  -webkit-animation: roll-in 0.15s 0.525s ease-out forwards;
          animation: roll-in 0.15s 0.525s ease-out forwards;
}
@-webkit-keyframes title-border-slide-in {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes title-border-slide-in {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes roll-in {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes roll-in {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
/*===========================================*/
/*----------------data Table GridView Css----------------------*/
        .EU_TableScroll
        {
          margin-left: 15px;
            overflow: auto;
            border:0 ;
           margin-bottom: 10px;
        }
        .EU_DataTable
        {
            border-collapse: collapse;
            width:100%;
        }
            .EU_DataTable>tbody>tr>th
            {
               background-color:#06063c;
                color: #ffffff;
                padding: 10px 5px 10px 5px;
                border: 1px solid #fff;
                
                font-size: 14px;
                font-weight: normal;
                text-transform:capitalize;
				text-align:center;
				max-height:33px !important;
            }
			 .EU_DataTable>tbody>tr>th:first-child{ background-color:#06063c;}
			 .EU_DataTable>tbody>tr>th:nth-child(2n+2){ background-color:#111151;}
            .EU_DataTable>tbody>tr:nth-child(2n+2)
            {
                background-color: #f3f4f5;
            }

            .EU_DataTable>tbody>tr:nth-child(2n+1)>td
            {
                background-color: #ebebeb;
                color: #454545;
            }
            .EU_DataTable>tbody>tr>td
            {
                padding: 5px 10px 5px 10px;
                color: #454545;
                border: 0;
                vertical-align: middle;
				background-color:#fff;
                font-size: 14px;
				text-align: center;
            }
			
                .EU_DataTable >tbody>tr>td:first-child
                {
                    text-align: center;
                }
.EU_DataTable a {
    color: #09095e  !important;
    border-right: solid 1px #111151;
    padding-right: 10px;
    padding-left: 10px;
}
.EU_DataTable a:hover{color:#070775    !important;transition:0.3s;}
.EU_DataTable a:last-child{border-right: solid 0px #111151;}
.btn-grid{background-image:none;background-color:transparent;color:#06063c;border-style:none;}
.btn-grid:hover{color:#a20c38;}
.EU_TableScroll .btn-default{margin-bottom:5px;}
.EU_DataTable .checkbox{ height:0 !important;}
.EU_DataTable .checkbox input{ margin-top: -10px !important;}
/*-----------------------------------------------------------------*/
select.form-control {
    padding-right: 12px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    background: url(../images/select-arrow.png) no-repeat; /* add custom arrow */
    padding: 0;
    background-color: #fff;
    background-position: right 5px center;
}

select.form-control:focus {
  background: url(../images/select-arrow1.png) no-repeat; /* add custom arrow */
  background-color: #fff;
  border-style:none;
  background-position: right 5px center;
}

select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

.holder .form-group .col-sm-3{padding-left:6px !important; padding-right:6px !important;}
.b-margin{margin-top:20px;}
/*****Alerts******/
.validation-summary-valid {display: none;}
.validation-summary-errors {display: block;}
.alert ul {list-style: inside disc;}
/*.alert li {margin-bottom: 5px; font-size: 12px;}*/
/*****Paging*****/
.pagination-container{text-align:center;}
.pagination-container a {color:#111151 !important;}
.pagination-container .active a {background-color:#111151; color:#fff !important;}
.img-grid{width:100px; height:100px;}
.ved-grid{height:100px !important;}
/***Custom****/
.select2-selection, .select2-selection:focus{
    border-style: none !important;
    background-color: transparent !important;
    margin-left:0 !important; padding-left: 0 !important;
}
.select2-selection__rendered{padding-left:0 !important;}
table .select2{width:100% !important;}
/***Exam Custom***/
.div-Question{background-color: white; padding: 10px; border-radius: 8px;}
.div-Question .btn{margin:10px;}
.progress-bar{background-color:#0f48a8 !important;}