/* VideoAdder and forms html css are here-------------------------------------------- *//* Video Adder Css--------------------------------------------------------------------------- */#videoAdder {    padding:20px;    background-color: #fff;    color: #333;    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    font-size: 14px;    line-height: 1.42857;}#videoAdder * {    box-sizing: border-box;}#videoAdder p {    margin: 0 0 10px;}#videoAdder img {    vertical-align: middle;}#videoAdder .container {    max-width: 1170px;    margin-left: auto;    margin-right: auto;    padding-left: 15px;    padding-right: 15px;}#videoAdder .panel {    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);    background-color: #fff;    border: 1px solid transparent;    border-radius: 4px;    margin-bottom: 20px;}#videoAdder .panel-default {    border-color: #ddd;}#videoAdder .panel-default > .panel-heading {    background-repeat: repeat-x;    background-color: #f5f5f5;    border-color: #ddd;    color: #333;}#videoAdder .panel-heading {    border-bottom: 1px solid transparent;    border-top-left-radius: 3px;    border-top-right-radius: 3px;    padding: 10px 15px;}#videoAdder .panel-body {    padding: 15px;}#videoAdder .input-group {    border-collapse: separate;    display: table;    position: relative;}/* Form css--------------------------------- */#videoAdder .input-group .form-control, .input-group-addon, .input-group-btn {    display: table-cell;}#videoAdder .input-group .form-control {    float: left;    margin-bottom: 0;    position: relative;    width: 100%;    z-index: 2;}#videoAdder .form-control {    background-color: #fff;    background-image: none;    border: 1px solid #ccc;    border-radius: 4px;    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;    color: #555;    display: block;    font-size: 14px;    height: 34px;    line-height: 1.42857;    padding: 6px 12px;    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    width: 100%;}#videoAdder button, input, select, textarea, optgroup {    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;    font-size: 14px;    line-height: 1.42857;    margin: 0;}#videoAdder input {    line-height: normal;}#videoAdder .form-control::-moz-placeholder {    color: #999;    opacity: 1;}#videoAdder .input-group-btn {    font-size: 0;    position: relative;    white-space: nowrap;}#videoAdder .input-group-addon, .input-group-btn {    vertical-align: middle;    white-space: nowrap;    width: 1%;}#videoAdder .btn-default {    background-color: #f5f5f5;    border-color: #333;    color: #333;}#videoAdder .btn {    -moz-user-select: none;    background-image: none;    border: 1px solid #ddd;    border-radius: 4px;    cursor: pointer;    display: inline-block;    font-size: 14px;    font-weight: 400;    line-height: 1.42857;    margin-bottom: 0;    margin-left:3px;    padding: 5px 12px;    text-align: center;    vertical-align: middle;    white-space: nowrap;}/* Alert Video Boxes----------------------------------------------- */#videoAdder .alert-success {    background-color: #dff0d8;    border-color: #d6e9c6;    color: #3c763d;}#videoAdder .alert {    border: 1px solid transparent;    border-radius: 4px;    margin-bottom: 20px;    padding: 15px;}#videoAdder .alert a {    text-decoration: none;}#videoAdder .box{    position: relative;    display: none;    width: 100%;}#videoAdder a:hover + .box,.box:hover{    display: block;    position: absolute;    top: -140px;    z-index: 100;}#videoAdder iframe {    border:4px solid #ccc;    box-shadow: 10px 10px 5px #888888;}#videoAdder i {    margin:0 10px;    vertical-align: middle;}#videoAdder #msg {    margin:10px 0;    font-size: 10px;    font-style: italic;    color: #888888;}#videoAdder .videobox {    position: relative;    min-height:90px;    border:1px solid #cccccc;}#videoAdder span.closebtn {    position:absolute;    top: 4px;    right: -5px;    color: #333;    cursor: pointer;    width:25px;    border-radius: 50%;    padding-left:2px;}#videoAdder span.closebtn:hover {    color: #888888;}#videoAdder .alert-success {    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);    background-repeat: repeat-x;    border-color: #cccccc;}#videoAdder a {    color: #333333;}#videoAdder .videoThumbnail {    width: 80px;    height: auto;    min-height: 56px;    border:2px solid #ccc;    margin-right: 10px;}#videoAdder a.videoLink {}/* End of video adder--------------------------------------------------------------------------- *//* Post Idea Form Css----------------------- */#postIdeaForm .formpanel {    margin-bottom: 20px;    background-color: #ffffff;    border: 1px solid transparent;    border-radius: 4px;    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}#postIdeaForm .formpanel-body {    padding: 15px;}#postIdeaForm .formpanel-heading {    padding: 10px 15px;    border-bottom: 1px solid transparent;    border-top-right-radius: 3px;    border-top-left-radius: 3px;}#postIdeaForm .formpanel-heading > .dropdown .dropdown-toggle {    color: inherit;}#postIdeaForm .formpanel-title {    margin-top: 0;    margin-bottom: 0;    font-size: 16px;    color: inherit;}#postIdeaForm .formpanel-title > a,#postIdeaForm .formpanel-title > small,#postIdeaForm .formpanel-title > .small,#postIdeaForm .formpanel-title > small > a,#postIdeaForm .formpanel-title > .small > a {    color: inherit;}.formpanel-footer {    padding: 10px 15px;    background-color: #f5f5f5;    border-top: 1px solid #dddddd;    border-bottom-right-radius: 3px;    border-bottom-left-radius: 3px;}#postIdeaForm .formpanel > .list-group,#postIdeaForm .formpanel > .formpanel-collapse > .list-group {    margin-bottom: 0;}#postIdeaForm .formpanel > .list-group .list-group-item,#postIdeaForm .formpanel > .formpanel-collapse > .list-group .list-group-item {    border-width: 1px 0;    border-radius: 0;}#postIdeaForm .formpanel > .list-group:first-child .list-group-item:first-child,#postIdeaForm .formpanel > .formpanel-collapse > .list-group:first-child .list-group-item:first-child {    border-top: 0;    border-top-right-radius: 3px;    border-top-left-radius: 3px;}#postIdeaForm .formpanel > .list-group:last-child .list-group-item:last-child,#postIdeaForm .formpanel > .formpanel-collapse > .list-group:last-child .list-group-item:last-child {    border-bottom: 0;    border-bottom-right-radius: 3px;    border-bottom-left-radius: 3px;}#postIdeaForm .formpanel > .formpanel-heading + .formpanel-collapse > .list-group .list-group-item:first-child {    border-top-right-radius: 0;    border-top-left-radius: 0;}#postIdeaForm .formpanel-heading + .list-group .list-group-item:first-child {    border-top-width: 0;}#postIdeaForm .list-group + .formpanel-footer {    border-top-width: 0;}#postIdeaForm .formpanel > .table,#postIdeaForm .formpanel > .table-responsive > .table,#postIdeaForm .formpanel > .formpanel-collapse > .table {    margin-bottom: 0;}#postIdeaForm .formpanel > .table caption,#postIdeaForm .formpanel > .table-responsive > .table caption,#postIdeaForm .formpanel > .formpanel-collapse > .table caption {    padding-left: 15px;    padding-right: 15px;}#postIdeaForm .formpanel > .table:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child {    border-top-right-radius: 3px;    border-top-left-radius: 3px;}#postIdeaForm .formpanel > .table:first-child > thead:first-child > tr:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,#postIdeaForm .formpanel > .table:first-child > tbody:first-child > tr:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {    border-top-left-radius: 3px;    border-top-right-radius: 3px;}#postIdeaForm .formpanel > .table:first-child > thead:first-child > tr:first-child td:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,#postIdeaForm .formpanel > .table:first-child > tbody:first-child > tr:first-child td:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,#postIdeaForm .formpanel > .table:first-child > thead:first-child > tr:first-child th:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,#postIdeaForm .formpanel > .table:first-child > tbody:first-child > tr:first-child th:first-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {    border-top-left-radius: 3px;}#postIdeaForm .formpanel > .table:first-child > thead:first-child > tr:first-child td:last-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,#postIdeaForm .formpanel > .table:first-child > tbody:first-child > tr:first-child td:last-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,#postIdeaForm .formpanel > .table:first-child > thead:first-child > tr:first-child th:last-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,#postIdeaForm .formpanel > .table:first-child > tbody:first-child > tr:first-child th:last-child,#postIdeaForm .formpanel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {    border-top-right-radius: 3px;}#postIdeaForm .formpanel > .table:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child {    border-bottom-right-radius: 3px;    border-bottom-left-radius: 3px;}#postIdeaForm .formpanel > .table:last-child > tbody:last-child > tr:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,#postIdeaForm .formpanel > .table:last-child > tfoot:last-child > tr:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {    border-bottom-left-radius: 3px;    border-bottom-right-radius: 3px;}#postIdeaForm .formpanel > .table:last-child > tbody:last-child > tr:last-child td:first-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,#postIdeaForm .formpanel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,#postIdeaForm .formpanel > .table:last-child > tbody:last-child > tr:last-child th:first-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,#postIdeaForm .formpanel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {    border-bottom-left-radius: 3px;}#postIdeaForm .formpanel > .table:last-child > tbody:last-child > tr:last-child td:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,#postIdeaForm .formpanel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,#postIdeaForm .formpanel > .table:last-child > tbody:last-child > tr:last-child th:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,#postIdeaForm .formpanel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,#postIdeaForm .formpanel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {    border-bottom-right-radius: 3px;}#postIdeaForm .formpanel > .formpanel-body + .table,#postIdeaForm .formpanel > .formpanel-body + .table-responsive,#postIdeaForm .formpanel > .table + .formpanel-body,#postIdeaForm .formpanel > .table-responsive + .formpanel-body {    border-top: 1px solid #dddddd;}#postIdeaForm .formpanel > .table > tbody:first-child > tr:first-child th,#postIdeaForm .formpanel > .table > tbody:first-child > tr:first-child td {    border-top: 0;}#postIdeaForm .formpanel > .table-bordered,#postIdeaForm .formpanel > .table-responsive > .table-bordered {    border: 0;}#postIdeaForm .formpanel > .table-bordered > thead > tr > th:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr > th:first-child,#postIdeaForm .formpanel > .table-bordered > tbody > tr > th:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr > th:first-child,#postIdeaForm .formpanel > .table-bordered > tfoot > tr > th:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,#postIdeaForm .formpanel > .table-bordered > thead > tr > td:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr > td:first-child,#postIdeaForm .formpanel > .table-bordered > tbody > tr > td:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr > td:first-child,#postIdeaForm .formpanel > .table-bordered > tfoot > tr > td:first-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {    border-left: 0;}#postIdeaForm .formpanel > .table-bordered > thead > tr > th:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr > th:last-child,#postIdeaForm .formpanel > .table-bordered > tbody > tr > th:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr > th:last-child,#postIdeaForm .formpanel > .table-bordered > tfoot > tr > th:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,#postIdeaForm .formpanel > .table-bordered > thead > tr > td:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr > td:last-child,#postIdeaForm .formpanel > .table-bordered > tbody > tr > td:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr > td:last-child,#postIdeaForm .formpanel > .table-bordered > tfoot > tr > td:last-child,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {    border-right: 0;}#postIdeaForm .formpanel > .table-bordered > thead > tr:first-child > td,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr:first-child > td,#postIdeaForm .formpanel > .table-bordered > tbody > tr:first-child > td,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr:first-child > td,#postIdeaForm .formpanel > .table-bordered > thead > tr:first-child > th,#postIdeaForm .formpanel > .table-responsive > .table-bordered > thead > tr:first-child > th,#postIdeaForm .formpanel > .table-bordered > tbody > tr:first-child > th,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr:first-child > th {    border-bottom: 0;}#postIdeaForm .formpanel > .table-bordered > tbody > tr:last-child > td,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr:last-child > td,#postIdeaForm .formpanel > .table-bordered > tfoot > tr:last-child > td,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,#postIdeaForm .formpanel > .table-bordered > tbody > tr:last-child > th,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tbody > tr:last-child > th,#postIdeaForm .formpanel > .table-bordered > tfoot > tr:last-child > th,#postIdeaForm .formpanel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {    border-bottom: 0;}#postIdeaForm .formpanel > .table-responsive {    border: 0;    margin-bottom: 0;}#postIdeaForm .formpanel-group {    margin-bottom: 20px;}#postIdeaForm .formpanel-group .formpanel {    margin-bottom: 0;    border-radius: 4px;}#postIdeaForm .formpanel-group .formpanel + .formpanel {    margin-top: 5px;}#postIdeaForm .formpanel-group .formpanel-heading {    border-bottom: 0;}#postIdeaForm .formpanel-group .formpanel-heading + .formpanel-collapse > .formpanel-body,#postIdeaForm .formpanel-group .formpanel-heading + .formpanel-collapse > .list-group {    border-top: 1px solid #dddddd;}#postIdeaForm .formpanel-group .formpanel-footer {    border-top: 0;}#postIdeaForm .formpanel-group .formpanel-footer + .formpanel-collapse .formpanel-body {    border-bottom: 1px solid #dddddd;}#postIdeaForm .formpanel-default {    border-color: #dddddd;}#postIdeaForm .formpanel-default > .formpanel-heading {    color: #333333;    background-color: #f5f5f5;    border-color: #dddddd;}#postIdeaForm .formpanel-default > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #dddddd;}#postIdeaForm .formpanel-default > .formpanel-heading .badge {    color: #f5f5f5;    background-color: #333333;}#postIdeaForm .formpanel-default > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #dddddd;}#postIdeaForm .formpanel-primary {    border-color: #337ab7;}#postIdeaForm .formpanel-primary > .formpanel-heading {    color: #ffffff;    background-color: #337ab7;    border-color: #337ab7;}#postIdeaForm .formpanel-primary > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #337ab7;}#postIdeaForm .formpanel-primary > .formpanel-heading .badge {    color: #337ab7;    background-color: #ffffff;}#postIdeaForm .formpanel-primary > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #337ab7;}#postIdeaForm .formpanel-success {    border-color: #d6e9c6;}#postIdeaForm .formpanel-success > .formpanel-heading {    color: #3c763d;    background-color: #dff0d8;    border-color: #d6e9c6;}#postIdeaForm .formpanel-success > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #d6e9c6;}#postIdeaForm .formpanel-success > .formpanel-heading .badge {    color: #dff0d8;    background-color: #3c763d;}#postIdeaForm .formpanel-success > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #d6e9c6;}#postIdeaForm .formpanel-info {    border-color: #bce8f1;}#postIdeaForm .formpanel-info > .formpanel-heading {    color: #31708f;    background-color: #d9edf7;    border-color: #bce8f1;}#postIdeaForm .formpanel-info > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #bce8f1;}#postIdeaForm .formpanel-info > .formpanel-heading .badge {    color: #d9edf7;    background-color: #31708f;}#postIdeaForm .formpanel-info > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #bce8f1;}#postIdeaForm .formpanel-warning {    border-color: #faebcc;}#postIdeaForm .formpanel-warning > .formpanel-heading {    color: #8a6d3b;    background-color: #fcf8e3;    border-color: #faebcc;}#postIdeaForm .formpanel-warning > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #faebcc;}#postIdeaForm .formpanel-warning > .formpanel-heading .badge {    color: #fcf8e3;    background-color: #8a6d3b;}#postIdeaForm .formpanel-warning > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #faebcc;}#postIdeaForm .formpanel-danger {    border-color: #ebccd1;}#postIdeaForm .formpanel-danger > .formpanel-heading {    color: #a94442;    background-color: #f2dede;    border-color: #ebccd1;}#postIdeaForm .formpanel-danger > .formpanel-heading + .formpanel-collapse > .formpanel-body {    border-top-color: #ebccd1;}#postIdeaForm .formpanel-danger > .formpanel-heading .badge {    color: #f2dede;    background-color: #a94442;}#postIdeaForm .formpanel-danger > .formpanel-footer + .formpanel-collapse > .formpanel-body {    border-bottom-color: #ebccd1;}.clearfix:before,.clearfix:after,#postIdeaForm .formpanel-body:before,#postIdeaForm .formpanel-body:after {    content: " ";    display: table;}.clearfix:after,#postIdeaForm .formpanel-body:after {    clear: both;}#postIdeaForm .formpanel-heading span {    margin-top: -20px;    font-size: 15px;}#postIdeaForm .row {    margin-top: 40px;    padding: 0 10px;}#postIdeaForm .clickable {    cursor: pointer;}#description_tbl, table {    width: 100% !important;}#postIdeaForm .b-single-post--label {    margin:10px 0;}