@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('/css/font-awesome.min.css');

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #c52d2f;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover, a:focus {
    color: #d43133;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.header {
    background: #222;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.header .fa {
    margin-right: 5px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu ul li {
    display: inline-block;
    border-right: 1px solid #ddd;
}

.menu ul li a {
    color: #222;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
}

.menu ul li a:hover {
    background: #f9f9f9;
}

.menu ul li a .fa {
    margin-right: 3px;
}

.basic_hed {
    padding: 20px 60px;
    background: #eee;
    font-size: 18px;
    color: #555;
}

.basic_hed .fa {
    margin-left: 10px;
}

.menu {
    box-shadow: 0 0px 25px #c5c5c5;
    position: relative;
}

.midcont {
    padding: 20px 60px;
}

.bradcum {
    padding: 0 0 20px;
    font-size: 13px;
}

.bradcum a {
    color: #0066CC;
}

.bradcum .fa {
    margin: 0 5px;
}

.menu ul li a.active {
    background: #f9f9f9;
}

.midcont .form-group p {
    margin: 0 0 5px;
}

.midcont .form-group p em {
    color: #FF0000;
}

.midcont .form-group textarea {
    min-height: 250px;
}

.min80 {
    width: 60%;
}

.form-group button {
    border-radius: 30px;
    padding: 7px 30px;
    border: 1px solid #ccc;
    margin: 10px 10px 20px 0px;
    background: #f6f6f6;
}

.save {
    background: #0033FF !important;
    border: 1px solid #0033FF !important;
    color: #fff;
}

.form-group button:hover {
    background: #ccc;
}

.save:hover {
    background: #222 !important;
    border: 1px solid #222 !important;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 10px 15px;
    color: #555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading {
    padding: 5px 10px;
    border: 1px solid #eee;
    background: #f6f6f6;
}

.accordion-heading a {
    color: #333;
}

.panel-heading {
    border-radius: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-heading a:before {
    float: left;
    margin-right: 10px;
    font-weight: 100;
    font-size: 10px;
    margin-top: 2px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f9f9f9;
    border-color: #eee;
}

.panel-default {
    border-color: #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
    background: #eee;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
    background: #eee;
    box-shadow: 0 0 5px #ccc inset;
}

.removecol {
    background: #fff;
    padding: 10px;
    width: 60%;
    overflow: hidden
}

.img_removecol {
    float: left;
    width: 40%;
    border-right: 1px solid #ddd;
    text-align: center;
}

.del_remove {
    float: right;
    width: 47%;
    padding: 20px 0 0;
}

.del_remove button {
    padding: 4px 15px;
    border-radius: 20px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #ccc;
}

.panel-default > .panel-heading.active {
    background: #eee;
    box-shadow: 0px 3px 6px #ccc inset;
    position: relative;
    z-index: 6;
}

.in {
    margin-top: -5px;
}

.tabin a {
    background: #fff;
    padding: 7px 30px;
    display: inline-block;
    color: #069;
    font-size: 14px;
    margin: 10px 0 0px;
    position: relative;
    bottom: -20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ddd;
    border-width: 1px 1px 0;
}

.addcontnt a {
    display: inline-block;
    background: #3a47f5;
    padding: 6px 30px;
    border-radius: 25px;
    color: #fff;
}

.addcontnt {
    margin-bottom: 25px;
}

.padt20 {
    padding-top: 15px;
}

.padt10 {
    padding-top: 10px;
}

.addcontnt_sub a {
    display: inline-block;
    background: #e2e2e2;
    padding: 6px 30px;
    border-radius: 25px;
    color: #222;
    border: 1px solid #c5c5c5;
}

.addcontnt_sub {
    margin-bottom: 25px;
}

.table {
    padding: 0px 0;
    font-size: 12px;
}

.table th {
    background: #f6f6f6;
    padding: 8px 20px;
    border: 1px solid #eee;
}

.table td {
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #f6f6f6;
}

.table a {
    color: #0066CC;
}

.table td button {
    display: inline-block;
    background: #e2e2e2;
    padding: 4px 20px;
    border-radius: 25px;
    color: #222;
    border: 1px solid #c5c5c5;
}

.midcont_inner {
    padding: 0px 0;
}

.nomargin {
    margin: 0 !important;
}

.rightcont {
    background: #fff;
    background: url(../images/leftbg.png) no-repeat 0 0 #fff;
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tree ul {
    margin-left: 1em;
    position: relative
}

.tree ul ul {
    margin-left: .5em
}

.tree ul:before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid
}

.tree li {
    margin: 0;
    padding: 0 0;
    line-height: 2em;
    color: #222;
    position: relative
}

.tree ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid;
    margin-top: -1px;
    position: absolute;
    top: 1em;
    left: 0
}

.tree ul li:last-child:before {
    background: #fff;
    height: auto;
    top: 1em;
    bottom: 0
}

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

.tree ul:before {
    display: none;
}

.tree ul li:before {
    display: none;
}

.tree li ul ul li {
    padding: 0 0 0 20px;
}

.login {
    padding: 10px 20px;
    background: #10181a;
    text-align: right;
    border-bottom: 2px solid #fff;
}

.login a {
    color: #fff;
    font-size: 12px;
}

.logocol {
    padding: 10px 20px;
    background: url(../images/logobg.png) repeat-x;
}

body {
    background: #fbfbfb;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.bradcumin {
    background: #bebec0;
    position: absolute;
    top: -44px;
    left: 9px;
    right: 9px;
    padding: 9px 30px;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ebebec;
}

.bradcumin a {
    font-size: 12px;
    color: #555;
}

.rightcont {
    position: relative;
}

.tree, .tree ul {
    font-size: 13px;
    line-height: 32px;
}

.glyphicon-record {
    margin-right: 5px;
}

.tree li ul ul li {
    padding: 0 0 0 10px;
}

input[type="text"] {
    min-height: 35px;
}

input[type="password"] {
    min-height: 35px;
}

.normalbtn {
    display: inline-block;
    background: #e2e2e2;
    padding: 6px 30px;
    border-radius: 25px;
    color: #222;
    border: 1px solid #c5c5c5;
}

.text-center {
    text-align: center;
}

.pad_t5_pad_5 {
    padding: 5px 0;
}

.shadowright {
    background: url(../images/rightbg.png) no-repeat right 0;
    padding: 20px 40px;
}

.tree li {
    line-height: 35px;
}

.bradcumin {
    font-size: 12px;
}

.bradcumin .fa {
    margin: 0 5px;
}

.viewbtn {
    padding-left: 40px;
    font-size: 13px;
    font-weight: normal;
}

.viewbtn .normalbtn {
    display: inline-block;
    background: #e2e2e2;
    padding: 3px 20px;
    margin-left: 10px;
}

.viewbtn a {
    color: #000;
}

.starin {
    color: #FF0000;
}

.description {
    font-size: 10px;
    margin-top: -10px;
}

.star {
    color: #FF0000;
}

.widthauto {
    width: auto;
    min-width: 200px;
}

.widthauto50 {
    width: auto;
    min-width: 50%;
}

.font10 {
    font-size: 10px;
}

.subcont_col {
    margin-top: -25px;
    padding-left: 20px;
}

.mar_t-15 {
    margin-top: -15px;
}

.mar_t-25 {
    margin-top: -25px;
}

.imgepath {
    padding: 0 10px;
    background: #ddd;
    margin: -15px 0 10px;
}

.btmbtns {
    padding: 30px 0;
}

.btmbtns button {
    margin: 0 5px;
}

.btmbtns button {
    display: inline-block;
    background: #3a47f5;
    padding: 6px 30px;
    border-radius: 25px;
    color: #fff;
    border: none;
}

.btmbtns a {
    color: #000;
}
.padl20 {
    padding-left: 15px;
}
.form-control-date{width:98px !important;}