.login-bg{background-image:url(../images/login-bg.jpg); background-repeat:repeat-x !important;   width:100%; height:800px !important; }
@media (max-width: 767px)
 {
	 .login-bg{background-image:url(../images/login-bg.jpg); background-repeat:repeat-y; width:100%; height:600px !important; }
	 .dashboard-bg{background-image: url(../images/login-bg.jpg); background-repeat:repeat-x !important; background-repeat:repeat-y !important; height:600px; !important;}
}
.tittle{margin-top:10%; margin-bottom:5%;  }
.tittle h2{ font-size:40px; font-weight:700; color:#fff; text-align:center;}

.spanDetails {
    background-color: #e4e4e4;
    padding: 5px;
    width: 100%;
    float: left;
    margin-top: 4px;
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not([disabled]):not(.disabled).active,.btn-outline-dark:not([disabled]):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}
.btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-primary.focus,.btn-outline-primary:focus{-webkit-box-shadow:0 0 0 2px rgba(2,117,216,.5);box-shadow:0 0 0 2px rgba(2,117,216,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0275d8;background-color:transparent}.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}
.required {
    color: #FF3B3B;
    margin: 4px;
    font-size: 20px;
    vertical-align: middle;
}
li a {
    color: #333333;
}
.page-lnk{
    color: #eee;    
}
.page-lnk:hover{
    color: #97cdfc;
    text-decoration: none;
}
/*
 * Card component
 */
.color-ref{
    text-align:center; margin-bottom:10px;color:#2E4154 !important;
}
.color-ref:hover{
    color:#fff !important;
}
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}


.dashboard-bg{background-image: url(../images/login-bg.jpg); background-repeat:repeat-x !important; background-repeat:repeat-y !important; height:auto!important; min-height:775px !important;}
.tittle2{margin-top:5%; margin-bottom:5%;  }
.tittle2 h2{ font-size:40px; font-weight:700; color:#fff; text-align:center;}


.card-container.card {
    max-width: 400px;
    padding: 40px 40px;
   /* margin-bottom: 16%;*/
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}


/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

/*satrt of dashboard*/

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
    margin-top:10px;
}
.circle-tile  a:hover{  box-shadow: 0 0 11px rgba(33,33,33,.2); }
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;

}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color:#fff;
    font-size:16px;
    font-weight:500;
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    /* background-color:#20a9d7;*/
    background-color:#DF3D82;
}

.text-faded {
    color:#fff;
    font-size:18px;
}


.dark-blue1 {
    /* background-color:#20a9d7;*/
    background-color:#186262;
}
.circle-tile-content1 {
    margin-top:10px;
    padding-top:10px;
}

.registration-bg{ background-image:url(../images/login-bg.jpg); background-repeat:repeat-x;  background-repeat:repeat-y; height:100%}
.tittle1{margin-top:5%; margin-bottom:0%;  }
.tittle1 h2{ font-size:40px; font-weight:700; color:#fff; text-align:center;}
.label-color { color:#fff !important;}
.contact-form{ padding-top:40px; padding-bottom:40px;}
.contact-wraper .form-control{  color:#000; border-radius:0px; border:solid 1px #39aea9;}
.inner h3{ font-size:22px; line-height:24px;}
.inner p{ text-align:justify; padding-left:0px;}
.inner h2{ margin-bottom:15px; color:#557b83;}
.btn-color1{ background-color: #557b83 !important; color:#fff;}
/*.container-bg{ background-color:#47424299; border-radius:25px; padding:30px; }*/



.panel-body { padding:0px; }

.panel .glyphicon,.list-group-item .glyphicon { margin-right:5px; }
.panel-body .radio, .checkbox { display:inline-block;margin:0px; }
.panel-body input[type=checkbox]:checked + label { text-decoration: line-through;color: rgb(128, 144, 160); }
.list-group-item:hover, a.list-group-item:focus {text-decoration: none;background-color: rgb(245, 245, 245);}
.list-group { margin-bottom:0px; }
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-left:2%; margin-right:2%;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 12px 15px 0px;
    margin-bottom: -1px;
    background-color: #fff;
    /* border: 1px solid #ddd;*/
}

.badge{margin-bottom: 3px;background-color: #8a0404;border: 1px solid #fedfdf;}
.marg-alert{margin: 15px}
.rd-b {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
}
@media (min-width: 767px) {
    .marg-top{ margin-top: 6px;}

}
@media (max-width: 767px) {
    .marg-sp{
        margin-top: 5px;
    }
    .marg-20{
        margin-bottom: 30px;
    }
    .tittle h2{ font-size:24px !important; font-weight:500; color:#fff; text-align:center;}
    .tittle2 h2{ font-size:24px; font-weight:500; color:#fff; text-align:center;}
    .text-faded {color: #fff; font-size: 18px; text-align:center !important;}
    .circle-tile-description {  text-transform: uppercase; text-align:center !important;}
    .notice h2{font-size: 20px;}
	.tittle1 h2{ font-size:24px; font-weight:500; color:#fff; text-align:center;}
}

@media (min-width: 992px) {
    .container{ width:100% !important; height:100% !important; }

}