﻿/*a{
    color:#dd0049 !important;
}*/
.main-login {
    background-color: #040b15;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 40px 28px;
    display: inline-block;
    width: 100%;
}

.main-center {
    margin: 0px auto;
    max-width: 330px;
    padding: 30px 0px 20px 0px;
    margin-top: 0px;
}

.login-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #dd0049;
    color: #dd0049;
    padding-top: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.login-icon:hover {
    background: #dd0049;
    color: #212529;
}

.login-icon i {
    font-size: 55px;
}

.tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 25px 0px 25px 0px;
}

.btn-custom {
    background-color: #dd0049;
    border-color: #dd0049;
    border: 2px solid #dd0049;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.btn-custom:hover, .btn-custom:focus {
    background-color: #dd0049;
    color: #fff;
}

.resposive-table table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    /*font-family: initial;*/
}

.resposive-table table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

.resposive-table table th, .resposive-table table td {
    padding: 10px;
    text-align: left;
    min-height: 36px;
    font-size: 13px;
    word-break: break-all;
}

.resposive-table table th {
    /*text-transform: uppercase;*/
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #dd0049;
    color: #fff !important;
}

    .resposive-table table td a {
        color: #dd0049;
    }

@media screen and (max-width:980px) {

    .resposive-table table {
        border: 0;
    }

    .resposive-table table thead {
        display: none;
    }

    .resposive-table table tr {
        margin-bottom: 10px;
        display: block;
        /*border-bottom: 2px solid #ddd;*/
    }

    .resposive-table table td {
        display: block;
        text-align: right;
        font-size: 13px;
        /*border-bottom: 1px dotted #ccc;*/
    }

    .resposive-table table td:last-child {
        border-bottom: 0;
    }

    .resposive-table table td:before {
        content: attr(data-label);
        float: left;
        /*text-transform: uppercase;*/
        font-weight: bold;
    }
}

ul.move_step {
    list-style: none;
    margin: 20px 0 10px 0;
    padding: 0;
    float: right;
}

ul.move_step li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.move_step li button.btn_1 {
    font-size: 13px;
    background: #f58021;
    color: #fff;
    font-weight: 600;
    padding: 9px 20px;
}

ul.move_step li button.btn_1:hover {
    background: #f58021;
}

ul.move_step li a.btn_1 {
    font-size: 13px;
    background: #f58021;
    color: #fff;
    font-weight: 600;
    padding: 9px 20px;
}

ul.move_step li a.btn_1:hover {
    background: #f58021;
}

ul.move_step li a.btn_2 {
    font-size: 13px;
    background: #f58021;
    color: #fff;
    font-weight: 600;
    padding: 9px 20px;
}

ul.move_step li a.btn_2:hover {
    background: #f58021;
}

.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #dd0049;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;
}

.go-top:hover {
	background-color: #dd0049;
}

.go-top:hover i {
	color: #fff;
}

.board-inner
{
    margin-top:25px;
}

.jumbotron
{
    padding:10px !important;
}

.form-control:disabled,
.form-control[readonly] {
 background-color:#FFF !important;
 opacity:1
}

div.dataTables_wrapper div.dataTables_filter input{
    background-color:transparent !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width:170px;
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 0px;
    /*min-width: 80px;*/
    width: 100%;
    height: 150px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 18px;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
}

.btn-app:hover {
    background-color:#dd0049;
    border: 1px solid #dd0049;
    color:white;
}

.a_submit_ul{
    color:#000;
}

.modal-title
{
    color:#000;
}

.btn-default {
    background-color: #ccc;
}

.login {
    padding: 36px 20px;
    margin: 42% 0;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #dd0049;
}

    .login h1 {
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        color: #dd0049;
    }

.btntheme, .btntheme:active, .btntheme:focus, .btntheme:hover {
    display: block;
    border: 0px;
    border-radius: 4px;
    width: 100%;
    color: #ffffff;
    background: #dd0049;
}

    .btntheme, .btntheme:active, .btntheme:hover, .btntheme:focus {
        color: #ffffff;
        font-weight: 600;
        background-position: center;
        background-size: contain;
        padding: 8px 80px;
        background-repeat: no-repeat;
        text-align: center;
        text-decoration: none;
    }

.main-footer {
    background-color: #171133
}
    .main-footer .footer-content {
        padding: 15px 0px 1px 0px !important;
    }

.form {
    padding: 10px 20px;
    margin: 13% 0;
    border-radius: 10px;
    /*background: #01265a;*/
    border: 2px solid #dd0049;
    background: #fff;
}

/* @font-face {
    font-family: 'Stencilia-Bold';
    src: url('../fonts/stencilia/Stencilia-Bold.ttf');
  } */

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1em;
    color: #212639;
    font-weight: 800;
    padding-bottom: 30px;
    z-index: 2;
    font-family: 'Stencilia-Bold', serif;
    text-transform: uppercase;
}

.Commitee1 {
    width: 60%;
}

.text {
    font-size: 18px;
    color: #272a3b;
}

.heading h2 {
    font-family: 'Stencilia-Bold', serif;
    color: #d7004b;
}


.heading {
    font-family: 'Stencilia-Bold', serif;
    font-size: 19px;
    color: #d7004b;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Stencilia-Bold', serif;
    color: #d7004b;
}



@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');



#pricing {
    width: 989px;
    margin: 55px auto;
    font-family: 'Open Sans', Helvetica;
}

.price_card {
    border-radius: 35px;
    width: 300px;
    background: rgb(255, 255, 255);
    display: inline-table;
    top: 0;
    box-shadow: 0px 2px 10px 5px #e5e5e5;
    transform: translateY(0px);
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.5, 1), transform .3s ease-out, opacity .2s ease-out;
    box-sizing: border-box;
}

    .price_card:hover {
        box-shadow: 0px 35px 60px 0px rgba(0,0,0,0.15);
        transform: translateY(-10px);
    }

.header {
    width: 0;
    height: 20px;
    border-radius: 35px;
    border-left: 150px solid #d7004b;
    border-right: 150px solid #d7004b;
    border-top: 50px solid #212638;
}


.alpha .header {
    background: rgb(245, 166, 35);
}

.bravo .header {
    background: rgb(246, 77, 77);
}

.charlie .header {
    background: rgb(48, 219, 181);
}

.price {
    color: #dd0049;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 20px 0 10px;
}

.name {
    color: #212638;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0;
}

.subscription {
    list-style: none;
    text-align: center;
    font-weight: 700;
    color: rgb(138, 138, 138);
    margin: 0;
    padding: 0;
}

    .subscription li {
        margin: 0 35px;
        padding: 21px 0px;
        width: 230px;
        font-size: 18px;
        color: #212638;
    }

/*button {
    color: rgb(255, 255, 255);
    border: 0;
    border-radius: 25px;
    height: 50px;
    width: 200px;
    display: block;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    margin: 20px auto 35px;
    box-shadow: 0px 3px 0px 0px #e5e5e5;
}*/

.alpha button {
    background: #dd0049;
}

.bravo button {
    background: rgb(246, 77, 77);
}

.charlie button {
    background: rgb(48, 219, 181);
}

.tip {
    font-family: 'Indie Flower';
    position: absolute;
    color: rgb(117, 117, 117);
    margin: 10px 5px;
}

.cminds img {
    width: 30px !important;
    border-radius: 50% !important;
}

.cminds span {
    display: inline-block;
    opacity: 0.8;
    color: #ffffff;
    animation: pulse 0.4s alternate infinite ease-in-out;
}

    .cminds span:nth-child(odd) {
        animation-delay: 0.4s;
        z-index: 1100;
    }


.feature-block-two .inner-box {
    position: relative;
    padding: 40px 30px;
    padding-left: 100px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgb(230 118 62 / 48%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    border-radius: 27px;
}

.feature-block-two .icon-box {
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
    margin-bottom: 30px;
}