/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #eee;
}
/*---------------------------------------------*/
a {
    font-family: 'Open Sans', sans-serif;
    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: #57b846;
    }
/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}
/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
    background: #e6e6e6;
    width: 100%;
}

    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;
}
/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #6b56cb;
}

.txt2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #6b56cb;
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 95vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: -webkit-linear-gradient(-135deg, #6b56cb87, #ffeb3bbf);
    background: -o-linear-gradient(-135deg, #6b56cb87, #ffeb3bbf);
    background: -moz-linear-gradient(-135deg, #6b56cb87, #ffeb3bbf);
}

.wrap-login100 {
    position: relative;
    width: auto;
    /*width: 1024px;*/
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
    margin: 100px 0 20px;
}
/*------------------------------------------------------------------
[  ]*/
.login100-pic {
    width: 316px;
}

    .login100-pic img {
        max-width: 100%;
    }
/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 380px;
}

.login100-form-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
	background: #337ab7b3;
}

.radio {
    text-align: center !important;
}
/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 93%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 0px;
	margin: 0 auto;
	padding: 10px;
}

.user input{
	
	
}
.apply-now {
    padding: 15px;
    margin: 100px 0 20px;
}

.apply {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: rgba(45, 180, 210, 0.7) !important;
}

label.field sup {
    font-size: 18px;
    color: red;
}

label.field {
    font-size: 14px;
}

.modal-content {
    border: none !important;
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgb(156, 83, 197);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.navbar .nav {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.2rem;
}

.navbar-inverse {
    background-color: #fdfe00;
}
    /*
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #002200
}
*/
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #003300;
    }

.dropdown-menu {
    background-color: #006B00;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #002200;
    }

.navbar-inverse {
    background-image: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
}

.navbar-inverse {
    border-color: #003300;
}

    .navbar-inverse .navbar-brand {
        color: #FFFFFF;
    }

        .navbar-inverse .navbar-brand:hover {
            color: #FFCC00;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #333;
        font-weight: 500;
        font-size: 30px;
        text-transform: capitalize;
        letter-spacing: 0px;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #FFCC00;
    }

        .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color: #FFCC00;
        }

.dropdown-menu > li > a {
    color: #FFFFFF;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #FFCC00;
    }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-bottom-color: #FFFFFF;
}

.center input {
    text-align: center;
    margin: 0 auto;
}

.menu {
    float: right;
    display: inline-block;
}

    .menu li {
      float: left;
}

.menu li:nth-child(2){
	    margin-left: 15px;
		position:relative;
}

.menu li:nth-child(2) a{
	padding-left: 15px;
}

        .menu li:hover a {
            color: #6b56cb !important;
        }
		
		.menu li:nth-child(2):after{
			content: "";
    top: 6px;
    position: absolute;
    height: 40px;
    border: 1px solid #b8b913;
			
		}

.home-icon {
    font-size: 22px;
    margin-left: 25px;
}

.menu li a i {
    font-size: 36px !important;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 120px;
    border-radius: 4px !important;
    height: 40px;
    border-radius: 0px;
    /* background: #6b56cb;*/
    background: #337AB7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover {
        background: #333333;
    }

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

    .logo a {
        display: block;
    }

    .logo img {
        height: 50px;
    }

.fixed-top {
    background-color: #fdfe00;
}

.submit_cancel {
    position: relative;
    text-align: center;
    display: block;
}

/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic {
        width: 35%;
    }

    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic {
        display: none;
    }

    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}
/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    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: 8px;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    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: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

.white {
    color: #fff;
}

.in {
    padding: 3px;
    border: 1px solid #b7b7b7;
    width: 250px;
    font-size: 14px;
}

.head {
    color: #000;
    position: relative;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 35px;
}

    .head span {
        color: #17a2b8;
    }

    .head:after {
        content: "";
        position: absolute;
        top: 40px;
        left: 50%;
        width: 120px;
        height: 2px;
        background: #17a2b8;
        transform: translate(-50%,-50%);
        z-index: 2;
    }

.main {
    position: relative;
    top: 80px;
    background: #eee;
    height: auto !important;
    overflow: hidden;
    padding-bottom: 45px;
}

.my-sec {
    background: #fff;
    padding: 20px;
        margin-bottom: 40px;
}

.user-name {
    float: right;
    padding-bottom: 20px;
}

    .user-name span {
        color: #17a2b8;
        font-size: 17px;
    }

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 1px solid #eee;
}


#NicId input, #NicId select {
    width: 100%;
    padding: 10px;
}

#NicId select {
    padding: 7px;
}

#NicId .sel {
    padding: 5px;
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block;
	width: 100%;
}

#NicId .col-md-12 {
    padding-bottom: 15px;
}



.user-name h5 {
    font-size: 14px;
}

#NicId span {
    padding-bottom: 27px;
    display: inline-block;
    font-size: 14px;
}

.logouticone a{
		font-size:25px;
	}

.login100-form-btn {
    padding: 10px 25px !important;
}


.my-row{
	min-height:65px;
}

.my-row a{
	border: 1px solid;
    padding: 4px 10px;
    border-radius: 3px;
    background: #e9ecef;
    color: #585858;
}
.mb-35 {
    margin-bottom: 35px;
}

.my-tab span {
    font-size: 14px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
}

.vc{
	margin: 20px 15px 0px 15px;
}
.logouticone{
    width: 33px;
    margin-top: 3px;
	font-size: 22px;
    font-weight: bold;
}


