/**************** normalize.min.css ***************/

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} main,menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp,.code{font-family:consolas, monospace,courier, 'Lucida Console' !important;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/**************** agreed - http://webdesigncolors.navayan.com/agrid-alternate-grid-system/ ***************/
.c-12{display:block;clear:both}.c-11{width:91.6666%}.c-10{width:83.3333%}.c-9{width:75%}.c-8{width:66.6666%}.c-7{width:58.3333%}.c-6{width:50%}.c-5{width:41.6666%}.c-4{width:33.3333%}.c-3{width:25%}.c-2{width:16.6666%}.c-1{width:8.3333%}@media all and (max-width: 767px){.c-11,.c-10,.c-9,.c-8,.c-7,.c-6,.c-5,.c-4,.c-3,.c-2,.c-1{width:100%}}.c-11,.c-10,.c-9,.c-8,.c-7,.c-6,.c-5,.c-4,.c-3,.c-2,.c-1{float:left}.c-in{display:block;position:relative;margin:10px;text-overflow:ellipsis}.c-12.margin-5 .c-in{margin:5px}.negative-margin{margin:0 -10px}

/**************** Custom style ****************/

html, body, input, select, textarea {
  font: 400 1em/1.5 Roboto, 'Open Sans', Arial, Helvetica, sans-serif !important; /* some JS is over writes the font and font size */
  color: #444;
}
html {
  background-color: #e8e8e8;
}
a {
  color: #18c;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #40a6e0;
  text-decoration: underline;
}
.small {
  font-size: smaller;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0;
  font-size: inherit;
}
table, td, th {
  border: 1px solid #eee;
}
td, th {
  padding: 5px 7px;
  border-bottom-color: #ddd;
}
th {
  font-size: small;
  white-space: nowrap;
}
thead {
  background-color: #ddd;
}
tbody tr {
  background-color: #fff;
}
table.oddeven tbody tr:nth-child(odd) {
  background-color: #fff;
}
table.oddeven tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
tbody tr:hover {
  background-color: #ffc;
}
h1 {
  margin-top: 0;
}

.gray {
  color: #999;
}
.nowrap {
  white-space: nowrap;
}
.admin {
  padding: 10px; 
}


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

iframe,
img {
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
select {
  padding: 5px 3px;
  border: 1px solid #ccc;
}
main, [role='main'] {
  display: block;
  background-color: #f1f1f1;
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.error {
  color: #f00;
}
.success {
  color: #090;
}
.info {
  color: #18c;
}

.container {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
.container-row {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 10px;
}

.inline {
  display: inline;
}

/******** FLEX BOX *******/
.flex-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex: 1 0 0;
  justify-content: flex-end;
}
.flex-column {
  flex-direction: column;
}



.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #eee;
}
.blue-bg {
  background-color: #18c;
  color: #fff;
}
.blue-bg  a {
  color: #fff;
}
.capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.word-wrap {
  word-wrap: break-word;
}
.text-wrap {
  word-wrap: break-word;
  /*word-break: break-all;*/
}
.span100 {
  width: 100%;
}
.content-block {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 5px #ccc;
}
.content-block-title {
  margin-top: 0;
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons.png');
  background-repeat: no-repeat;
}
.icon-whatsapp {
  background-position: 0px -34px;
  background-size: 120px;
}

.fa-spin{
	display:inline-block;
	position:relative;
	width: 1em;
	height: 1em;
  animation: nySpin .8s infinite;
	-moz-animation: nySpin .8s linear infinite;
	-ms-animation: nySpin .8s linear infinite;
	-o-animation: nySpin .8s linear infinite;
	-webkit-animation: nySpin .8s linear infinite;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  
  border: 3px solid #18c;
  border-right-color: transparent;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}

@keyframes nySpin{
	to { transform: rotate(360deg); }
}
@-moz-keyframes nySpin {
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes nySpin {
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes nySpin {
	to { -o-transform: rotate(360deg); }
}
@-webkit-keyframes nySpin {
	to { -webkit-transform: rotate(360deg); }
}

/******** top navigation ***********/
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.justify-content {
  justify-content: space-around;
}
.top-links span {
  margin-left: auto;
}
.top-links a:not(:first-child) {
  margin-left: 15px;
}

.top-nav {
  border-bottom: 1px solid #eee;
}
.top-nav nav {
  position: relative;
  display: flex;
  padding: 0 10px;
}
.site-footer ul,
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*position: relative;*/
}
.top-nav .top-logo {
  text-decoration: none;
  position: relative;
  padding: 8px 0 8px 50px;
  background-image: url(../images/samata-sainik-dal-ssd-logo.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 45px;
  line-height: 1.4;
}
.top-nav .top-logo b {
  font-size: 1.5em;
  /*position: absolute;
  margin-top: -3px;*/
}
.top-nav .top-logo b span {
  width: 220px;
  overflow: hidden;
}
.site-name-marathi,
.top-nav .top-logo:hover b .site-name-english {
  display: none;
}
.top-nav .top-logo:hover b .site-name-marathi {
  display: block;
}


/* SSD logo with CSS only */
/*.css-ssd-logo {
  border: 3px solid #18c;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 5px 10px 2px 0;
}
.css-ssd-logo:before {
  content: '\2022';
  left: 40%;
  top: 12%;
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: .7em;
}
.css-ssd-logo .ssd-logo-line {
  position: absolute;
  left: -5px;
  right: -5px;
  height: 3px;
  background-color: #18c;
  top: 40%;
}
.css-ssd-logo .ssd-logo-line:before,
.css-ssd-logo .ssd-logo-line:after {
  content: '\2022';
  font-size: 1.5em;
  line-height: .2;
  color: #18c;
  margin-left: -6px;
  position: absolute;
}
.css-ssd-logo .ssd-logo-line:after {
  right: 0;
  margin-right: -6px;
}
.css-ssd-logo .ssd-logo-line.line1 {
  transform: rotate(35deg);
}
.css-ssd-logo .ssd-logo-line.line2 {
  transform: rotate(-35deg);
}
.css-ssd-logo .ssd-logo-line.line3 {
  transform: rotate(90deg);
}
*/



.top-nav-toggler {
  display: none;
  margin-left: auto;
}
.toggle-menu {
  /*float: right;*/
  margin-left: auto;
  padding: 5px 10px 3px 30px;
  position: relative;
  margin-top: 8px;
}
.top-nav .top-menu {
  /*float: right;*/
  margin-left: auto;
  z-index: 1;
  /*padding-top: 4px;*/
}
.top-menu li {
  display: inline-block;
}
.top-menu li > a {
  margin-left: 15px;
  position: relative;
  text-decoration: none;
  margin-top: 13px;
  display: inline-block;
}
.top-menu li a.ssd-mobile {
  font-weight: 700;
  padding-left: 25px;
}
.top-menu li .icon-whatsapp {
  position: absolute;
  left: 0;
}

.active {
  color: inherit;
}

/****************** BREADCRUMB ***************/


/****************** CSS ICONS ***************/
.fa {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  color: #555;
  font-style: normal;
}
.fa-video-camera:before {
  content: " ";
  background-color: #555;
  width: 15px;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 3px;
}
.fa-video-camera:after {
  content: "\25C4";
  left: 9px;
  position: absolute;
  font-size: .9em;
  top: -2px;
}
.fa-download:before {
  content: '\21e9';
  position: absolute;
  top: -6px;
  left: 22%;
}
.fa-download:after {
  border: 3px solid;
  content: " ";
  left: 0;
  bottom: -2px;
  position: absolute;
  border-top: 0;
  height: 5px;
  width: 15px;
}


/**************** horizontal tabs *************/
.horizontal-tabs {
  clear: both;
}
.horizontal-tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
	float: left;
  width: 100%;
  border-bottom: 1px solid #18c;
}
.horizontal-tabs > ul li {
  display: inline-block;
	float: left;
}
.horizontal-tabs > ul a {
  display: block;
  padding: 3px 10px;
}
.horizontal-tabs > ul a:hover {
  background-color: #eee;
}
.horizontal-tabs > ul li.active a {
  background-color: #18c;
	color: #fff;
  font-weight: 700;
}
.horizontal-tabs > .tabs-data {
  clear: both;
	padding-bottom: 10px;
}
.horizontal-tabs > .tabs-data > .tab-data {
  display: none;
}
.horizontal-tabs > .tabs-data > .tab-data.active {
  display: block;
}

/******** toggle individual ***********/
.download-list input[type='checkbox'],
.download-list input[type='checkbox'] ~ label ~ ol,
.download-list input[type='checkbox']:checked ~ label i,
.download-list input[type='checkbox'] ~ label b {
  display: none;
}
.download-list input[type='checkbox'] ~ label {
  cursor: pointer;
}
.download-list .content input[type='checkbox'] ~ label:hover {
  color: #18c;
}
.download-list input[type='checkbox']:checked ~ label b {
  display: inline-block;
}
.download-list input[type='checkbox']:checked ~ label ~ ol {
  display: block;
}

/******** toggle all ***********/
.download-list input.toggle-all[type='checkbox'] ~ label {
  display: inline-block;
  outline: none;
  cursor: pointer;
  padding: 5px 15px;
}
/*.download-list input.toggle-all[type='checkbox'] ~ label:hover {
  color: #fff;
  background-color: #18c;
}
*/
.download-list input.toggle-all[type='checkbox']:checked ~ label {
  background-color: #f69b4c;
}
.download-list input.toggle-all[type='checkbox']:checked ~ label:hover {
  background-color: #ee862c;
}
.hide-all {
  display: none;
}
.download-list input.toggle-all[type='checkbox']:checked ~ label .hide-all {
  display: inline-block;
}
.download-list input.toggle-all[type='checkbox']:checked ~ label .show-all {
  display: none;
}
.download-list input.toggle-all[type='checkbox']:checked ~ label ~ .content ol {
  display: block;
}
.download-list input.toggle-all[type='checkbox']:checked ~ label ~ .content label i:before {
  content: "\f0d7";
}


/*************** site footer ************/
.site-footer {
  border-top: 1px solid #ddd;
  clear: both;
}


/*************** form ****************/
form label {
  color: #888;
}
/*.narrow-form .form-field input[type]:invalid,
.narrow-form .form-field textarea:invalid,
.narrow-form .form-field select:invalid {
  border-left-color: #f00;
}
.narrow-form .form-field input[type]:valid,
.narrow-form .form-field textarea:valid,
.narrow-form .form-field select:valid,
.narrow-form .form-field input[type]:focus:valid,
.narrow-form .form-field textarea:focus:valid,
.narrow-form .form-field select:focus:valid {
  border-left-color: #0b0;
}*/

input,
textarea {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.narrow-form {
  max-width: 768px;
  margin: 0 auto;
}
/*.narrow-form form {
  padding: 10px;
}
*/
.narrow-form h3 {
  margin: 0;
}
.narrow-form .form-field {
  position: relative;
  /*margin: 35px 0;*/
}
.narrow-form form .form-field input,
.narrow-form form .form-field textarea {
  width: 93%;
}

/** DEFAULT BUTTON **/
.button {
  border: 1px solid #ccc;
  padding: 4px 15px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #F8F9F9;
  /*background: linear-gradient(to bottom,#fff 0,#F8F9F9 100%);*/
  /*border-bottom-color: #CDD2D4;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: inherit;
}
.button:hover {
  background-color: #eee;
  /*background: linear-gradient(to bottom,#F8F9F9 0,#eee 100%);*/
  /*border-color: #ccc;*/
  text-decoration: none;
  color: inherit;
}

/** PRIMARY BUTTON **/
.button-primary {
  background-color: #40a6e0;
  /*background: linear-gradient(to bottom, #1af 0, #18c 100%);*/
  border-color: #18c;
  color: #fff;
}
.button-primary:hover {
  background-color: #18c;
  /*background: linear-gradient(to bottom, #18c 0, #1af 100%);*/
  border-color: #18c;
  color: #fff;
}

/** SECONDARY BUTTON **/
.button-secondary {
  background-color: #f70;
  /*background: linear-gradient(to bottom, #FF9800 0, #f70 100%);*/
  border-color: #e40;
  color: #fff;
}
.button-secondary:hover {
  background-color: #FF9800;
  /*background: linear-gradient(to bottom, #18c 0, #1af 100%);*/
  border-color: #e40;
  color: #fff;
}

.button-big {
  font-size: 1.6em;
  font-weight: 400;
}

/** BUTTON GROUP **/
.button-group .button {
  border-left-width: 0;
  border-radius: 0;
  margin: 0;
  float: left;
}
.button-group .button.first-button {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.button-group .button.last-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.button-group input[type='radio'],
.button-group input[type='checkbox'] {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: .9;
}
.button-group input[type='radio']:checked + label,
.button-group input[type='checkbox']:checked  + label {
  background-color: #40a6e0;
  background: linear-gradient(to bottom, #1af 0, #18c 100%);
  border-color: #18c;
  color: #fff;
}

.AjaxActionWrapper input[type=text],
.AjaxActionWrapper input[type=search] {
  padding: 2px 5px;
}
.AjaxActionWrapper .button {
  font-size: small;
  vertical-align: top;
}


/************** videos **************/
.video-trigger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  max-width: 100%;
}
.video-trigger:before {
  content: "";
  /*background-color: rgba(255,255,255,.3);*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.video-trigger:after {
  content: "\2023"; /* filled right arrow symbol */
  position: absolute;
  display: inline-block;
  left: 45%;
  top: 43%;
  padding: 0 20px 5px;
  background-color: rgba(255, 0, 0, .8); /* light transparent red color */
  border-radius: 3px;
  font-size: 2em;
  color: #fff;
  line-height: 1;
  box-shadow: 0px 0px 10px #000;
}
.video-trigger:hover:after {
  background-color: #f00;
}
.video-container iframe,
.video-container.showframe .video-trigger {
  display: none;
}
.video-container.showframe iframe {
  display: block;
  max-width: 100%;
}


blockquote {
  font-size: 1.3em;
  margin: 2em;
  padding: 1em 0 0 1em;
}
blockquote:before {
  content: '\275D';
  position: absolute;
  left: 0;
  top: -.5em;
  font-size: 5em;
  opacity: .5;
}

/***********************************
 * HOME PAGE
 **********************************/
.ssd-goal-quote blockquote {
  margin-top: 0;
}
.landing-new-posts ul {
	padding-left: 15px;
}
.landing-new-posts li {
	margin-bottom: 8px;
}
.landing-new-posts .button {
	font-weight: 400;
}
.home-links .button {
	display: block;
	margin-top: 8px;
}
.home-links .button-primary {
	margin-top: 2em;
}
.home-big-buttons .button {
	margin: 5px;
}


/***********************************
 * PAGES
 **********************************/
.option-page .site-pages {
  display: list-item;
  clear: both;
  font-size: 1.5em;
  margin-left: 2em;
}
footer .site-pages {
    margin-right: 10px;
    position: relative;
}
footer .site-pages:after {
    content: " . ";
    color: inherit;
    position: absolute;
    right: -10px;
}

/* JOIN */
.joinFieldsToggler {
  font-weight: 400;
}
.joinFieldsToggler label {
  cursor: pointer;
}
.joinFieldsToggler label.active {
  font-weight: 700;
  cursor: default;
  color: #444;
}
.formJoinssd.for-ssd {
  max-width: 600px;
  margin: 0 auto;
}
.formJoinssd.for-ssd .c-6 {
  width: 100%;
}
.joinFieldsToggler label input {
  width: 0;
  height: 0;
}
.formJoinssd.for-ssd .for-cc,
.formJoinssd.for-cc .for-ssd {
  display: none;
}

.para-form input,
.para-form select,
.para-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-weight: 700;
  padding: 0 10px;
}

textarea.tinymce {
  height: 300px;
  width: 658px;
}

/* POST - list, detail */
.post-types-buttons a {
  margin-bottom: 9px;
  margin-right: 9px;
}
.single-type-posts .content-block {
  padding-left: 15px;
}
.all-posts > article {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid transparent;
	margin: 0;
	padding: 10px;
	font-size: .8em;
}
.all-posts > article:first-child {
	padding-top: 0;
	border-top: 0;
}
.all-posts > article:nth-child(even) {
  background-color: #eaeaea;
}
.all-posts > article:hover {
  border-left-color: #444;
}

.single-type-posts h2,
.all-posts h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.sidebar-right h3 {
  margin-top: 0;
}
.post-details {
  padding: 10px 20px;
}

.user-role-circle {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 0px 5px;
}
.user-role-superadmin {
  background-color: #0b0;
}
.user-role-admin {
  background-color: #f70;
}
.user-role-organizer {
  background-color: #1af;
}

/* PROFILE UPDATE */
.profile form label {
  width: 125px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.profile p input,
.profile p textarea {
  width: 60%;
}
.status-draft,
.status-pending {
  background-color: #f0f8ff;
}
.status-activated {
  background-color: #e8ffe9;
}
/*.status-approved {
  color: #0b0;
}
*/
.status-deleted {
  background-color: #ffebeb;
}
/*.status-row td:first-child {
  
}
*/
.status-draft td:first-child,
.status-pending td:first-child {
  border-left-color: #18c;
}
.status-deleted td:first-child {
  border-left-color: #f00;
}
.status-activated td:first-child {
  border-left-color: #0b0;
}


.AjaxList table {
  font-size: .85em;
}
.AjaxList table select {
  padding-top: 0;
  padding-bottom: 0;
}
.AjaxList table .session-key {
  white-space: nowrap;
}
.AjaxList table .session-key input {
  width: 90px;
  text-align: center;
  padding: 0 5px;
  margin-top: 5px;
  font-size: 1.25em;
}

/********** SORTABLE TABLE **********/
.sortable thead th {
  cursor: pointer;
  transition: ease-in-out .3s all;
}
.sorttable_sorted_reverse,
.sorttable_sorted {
  background-color: #18c;
  color: #fff;
}
#sorttable_sortfwdind,
#sorttable_sortrevind {
  transform: scale(2);
  display: inline-block;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: "\25B4"; /* \25B4\25BE */
  transform: scale(1.5);
  display: inline-block;
  margin-left: 5px;
  color: darkgray;
}
  


/* STATS */
.css-bar-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.css-bar-chart {
  width: 228px;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  box-shadow: 0px 0px 2px #ccc;
  white-space: nowrap;
}
.css-bar-wrapper.top-list .css-bar-chart {
  width: auto;
  white-space: normal;
}
.css-bar-chart > strong {
  margin-bottom: 10px;
  display: block;
}
.bar-row {
  background-color: #f9f9f9;
  position: relative;
  margin-top: 2px;
}
.bar-row > div {
  padding: 3px 0;
}
.bar-caption {
  position: absolute;
  top: 0;
  right: 5px;
}

.bar-Public,
.bar-Published,
.bar-Program,
.bar-SuperAdmin,
.bar-Approved {background-color: #c2ffc2;}

.bar-Trans,
.bar-Private,
.bar-Draft,
.bar-Counselling,
.bar-Member,
.bar-CareerCounselling,
.bar-Pending {  background-color: #e6e2e2;}

.bar-Male,
.bar-SSD,
.bar-Organizer,
.bar-Meeting,
.bar-Activated {  background-color: #d5f0ff;}

.bar-Female,
.bar-Admin,
.bar-Article,
.bar-Deleted {  background-color: #ffcece;}

.bar-Job {background-color: #ffa;}
.bar-Other {background-color: #ffcf88;}


/* uploaded files listing */
#UploadedFilesTR {
  display: flex;
  flex-wrap: wrap;
}
#UploadedFilesTR figure {
  margin: 5px;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #ddd;
  text-align: center;
  box-shadow: 0px 0px 15px #ccc;
  transition: all .2s ease-in-out;
}
#UploadedFilesTR figure:hover {
  border-color: #888;
  background-color: #f5f5f5;
}
#UploadedFilesTR figure.deleting {
  transform: scale(.1);
}
#UploadedFilesTR figure.view {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  margin: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .8);
  transition: all .2s ease-in-out;
}

/*#UploadedFilesTR figure.view figcaption {
  display: none;
}
/
#UploadedFilesTR figure.view img {
  max-width: 100%;
  border-color: #666;
  margin: 0;
}
    
#UploadedFilesTR figure img {
  max-width: 120px;
  margin-top: 5px;
  border: 1px solid #fff;
  cursor: pointer;
}
#UploadedFilesTR figcaption {
  display: flex;
  justify-content: space-between;
  font-size: small;
}
#UploadedFilesTR figcaption a.delete-image {
  color: #f00;
}




/* card style */
/*
<section class="cards negative-margin">
  <section class="card">
    <div class="content-block card-status status-activated" data-statu="activated">
      <div class="card-head">
        <a href="profile.php?id=20" target="_blank">user name</a>
        <ul>
          <li style="transform: rotate(90deg)">&#10095;</li>
        </ul>
      </div>
      
      <div><b>&#9990;</b> <a href="tel:mobile">mobile</a> <b><br>&#9993;</b> <a href="mailto:email">email</a></div>
      <strong>Counselling</strong>
      <p>Posts: 0</p>
      <p><small>Login: 04-05-2017, Joined: 04-02-2017</small></p>
      <div class="action-buttons negative-margin" data-type="user">
        <span class="action-button" href="#" data-action="approved" data-id="20">Approve</span>
        <span class="action-button" href="#" data-action="deleted" data-id="20">Delete</span>
      </div>
    </div>
  </section>
</section>
*/
.cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: flex;
  
  /*justify-content: space-around;*/
  flex-direction: row;
  align-content: stretch;
  flex-flow: row wrap;  
}
.card {
  font-size: small;
  width: 300px;
  margin: 8px;
}
.card .card-status:before {
  content: attr(data-status);
  /*color: #fff;*/
  background-color: #fff;
  display: block;
  padding: 5px 10px;
  margin: -10px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
}
.card .card-status.status-draft:before,
.card .card-status.status-pending:before {
  background-color: #eee; /* light gray */
}
.card .card-status.status-activated:before {
  background-color: #bdf5cb; /* light green */
}
.card .card-status.status-deleted:before {
  background-color: #ffdede; /* light red */
}
.card .action-buttons {
  /*display: -webkit-flex;
  display: flex;*/
  text-align: center;
  font-weight: 700;
}
.card .action-buttons .action-button {
  margin: 5px;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #f8f8f8;
}
.card .action-buttons .action-button:hover {
  box-shadow: 0 0 7px #aaa;
}
.card .action-buttons .action-button[data-action="approved"] {
  background-color: #7adc85;
  color: #fff;
}
.card .action-buttons .action-button[data-action="deleted"] {
  background-color: #ff2052;
  color: #fff;
}


.card h4 {
  margin-top: 0;
  text-transform: capitalize;
}
.card address {
  font-style: normal;
  text-transform: capitalize;
}


/***************** SOCIAL SHARE BUTTONS ****************/
.social-share h4 {
  margin-bottom: 5px;
}
.social-share a {
  width: 33px;
  height: 33px;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin: 5px;
}
.share-whatsapp {
  background-position: 0px -58px;
}
.share-twitter {
  background-position: -37px -58px;
}
.share-facebook {
  background-position: -76px -58px;
}
.share-gplus {
  background-position: -117px -58px;
}

.aptitude .question-list {
  margin: 0;
}
.aptitude .question-list li {
  clear: both;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.aptitude .question-list li:hover {
  background-color: #f8f8f8;
}
.aptitude table {
  table-layout: fixed;
  width: 100%;
}
.aptitude table td:first-child {
  width: 45px;
  text-align: right;
}
.aptitude .answer-options {
  width: 300px;
}
#ResetAptitude {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
}
.ShowAptitudeResult.hideme {
  display: none;
}

.aptitude.result-done form,
.aptitude.result-done .form-message,
.AptitudeResultWrapper {
  display: none;
}
.aptitude.result-done .AptitudeResultWrapper {
  display: block;
}

.AptitudeResult dl {
  margin:0;
  display:flex;
}
.AptitudeResult .dl-0 {
  background-color:#fff
}
.AptitudeResult .dl-0 dt {
  background-color:#0c0
}
.AptitudeResult dl dt {
  padding:10px 15px;
  white-space:nowrap;
  text-align:center;
  color:#fff
}
.AptitudeResult dl dt strong {
  display: none;
  text-transform: capitalize;
}
.AptitudeResult .dl-1 dt {background-color:#1aa0ec}
.AptitudeResult .dl-2 dt {background-color:#2da7ed}
.AptitudeResult .dl-3 dt {background-color:#40afef}
.AptitudeResult .dl-4 dt {background-color:#52b7f1}
.AptitudeResult .dl-5 dt {background-color:#65bff2}
.AptitudeResult .dl-6 dt {background-color:#78c7f4}
.AptitudeResult .dl-7 dt {background-color:#8bcff5}
.AptitudeResult dl dt * {display:block}
.AptitudeResult dl dt big{font-weight:700;font-size:2em}
.AptitudeResult dl dd{margin-left:20px}
.AptitudeResult dl dd .career-type{margin-top:0;text-transform:capitalize}


/*************** media query ***********/
@media all and (max-width: 479px) {
  .css-bar-chart {
    width: 100%;
  }

	.AptitudeResult dl {
    flex-wrap: wrap;
  }
  .AptitudeResult dl dt {
    padding: 2px 15px;
    text-align: left;
    width: 100%;
  }
  .AptitudeResult dl dt *,
  .AptitudeResult dl dt strong  {
    display: inline-block;
    margin-right: 10px;
  }
  .AptitudeResult dl dt big {
    font-size: 1em;
  }
  .AptitudeResult dl dd {
    margin: 0;
    padding: 15px;
  }
  .AptitudeResult dl .career-type {
    display: none;
  }
}

.ToggleFormQuestion {
  font-size: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#FormQuestion,
.ToggleFormQuestion:checked + p {
  display: none;
}
.ToggleFormQuestion:checked + p + #FormQuestion {
  display: block;
}

@media all and (max-width: 767px) {
  .non-mobile {
    display: none !important;
  }
  .top-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #fff;
    box-shadow: -5px 5px 8px #ddd;
    border: 1px solid #eee;
    padding: 5px 0;
  }
  .toggle-menu:before {
    content: "\2261"; /* 2261 | 2630 */
    padding-right: 5px;
    font-size: 2em;
    line-height: 1;
    position: absolute;
    left: 5px;
    top: 0;
  }
  .toggle-menu:after {
    content: "Menu";
  }
  .top-nav-toggler:checked ~ .toggle-menu {
    background-color: #eee;
  }
  .top-nav-toggler:checked ~ .toggle-menu:before {
    content: "\2716"; /* 2716 | 2573 */
    font-size: 1.5em;
    top: 5px;
  }
  .top-nav-toggler:checked ~ .toggle-menu:after {
    content: "Close";
  }
  .top-nav-toggler:checked ~ .toggle-menu ~ .top-menu {
    display: block;
  }
  .top-menu li > a {
    display: block;
    clear: both;
    padding: 8px 15px;
    margin: 0;
    border-top: 1px solid #eee;
  }
  .top-menu li > a:hover {
    background-color: #f5f5f5;
  }
  .top-menu li > a i {
    width: 25px;
  }
  .top-menu li a.ssd-mobile {
    padding-left: 35px;
  }
  .top-menu li a.ssd-mobile b {
    left: 12px;
  }
  .top-menu .button-group {
    display: table;
    width: 100%;
  }
  .top-menu .button-group span {
    display: table-cell;
    padding: 10px 15px 10px 0;
  }
  .top-menu .button-group span:first-child {
    padding: 10px 0 10px 15px;
  }
  .top-menu .button-group a.button {
    clear: none;
    display: block;
    float: none;
  }
  
  .profile form label {
    width: 100%;
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .profile p input,
  .profile p textarea {
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
  }

	.aptitude table {
    border: 0;
  }
  
  .aptitude table td {
    display: block;
    border: 0 !important;
  }
  .aptitude table td.question {
    border-top: 1px solid #ddd !important;
  }
  .answers-group {
    margin-bottom: 5px;
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  .mobile {
    display: none;
  }
  
  .top-menu .button-group .button {
    margin-top: 12px;
  }

	.aptitude .question-list li .question {
    display: inline;
  }
  .aptitude .question-list li .answer-options {
    float: right;
    margin-top: -2px;
  }
  .questions .button-group {
    display: inline-flex;
    vertical-align: inherit;
  }
}