
@import url('https://fonts.googleapis.com/css?family=Lobster+Two|Macondo');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
@import url('https://fonts.googleapis.com/css?family=Bevan');
@import url('https://fonts.googleapis.com/css?family=Chewy');
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@import url('https://fonts.googleapis.com/css?family=Bungee');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Londrina+Solid');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*{
	padding:0;
	margin:0;
	border:0;
}

html{
	width:100%;
	height:100%;
}

.winner a,
.winner{
    background:#fcb15c !important;
    color:#FFF !important;
    font-weight: bold;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    font-size:1em !important;
}

  ::placeholder {
    font-size:0.9em !important;
  }

.type{
      background: #01CDFF !important;
      background: #5bc0de !important;
  }

.status:not(.header .status){
    background: #06FFA1 !important;
    background: #337ab7 !important;
}

.pincode{
    background: #FFFB97 !important;
    background: #f0ad4e !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin:10px auto;
    animation: spin 2s linear infinite;
  }

input{
    font-size:14px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

body{
	position:relative !important;
	width:100%;
	height:100%;
	min-height:100vH;
	font-family:'Comfortaa' !important;
	position:relative;
	overflow: hidden;
}


a,
a:hover{
    text-decoration: none !important;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.fixed{
    position: fixed;
}

.no-data{
    text-align: center;
    font-weight: bold;
    font-size:0.9em;
    clear: both;
    margin-top:10px;
}

::-webkit-scrollbar {
    width: 0.5em !important;
  }

  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(185, 176, 176, 0.3);
  }

  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0.7px solid slategrey;
  }

.mobile-view,
#mobile-view{
    display: none;
}

.mobile-view{
    margin:10px 4px;
}

.work .amount{
    font-size:0.8em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;

}

span.official{
    display: inline-block;
    font-size:1em;
    letter-spacing: 0.4px;
    color: #da3c19;
    margin:0px 0px 0px 0px;
    padding:2px 1px 2px 1px;
}

.registered{
    font-size:1.2em;
    letter-spacing: 0.3px;
    color:#FFF;
    color:#05a80d;
    padding:2px 3px;
    float:right;
}

.search-util{
    margin:10px 0px 20px 0px;
    min-height: 50px;
}

.explore-show .search-util{
    margin-top:100px;
}
/*
.report-post:hover,
.report-post{
    color:#ffF  !important;
    background:#da3c19 !important;
    padding:2px 4px !important;
    float:right;
    margin-top:50px;
    margin-right: -10px;


}

.report-post .fa{
    font-size:1.1em;
    font-weight: bold;

} */

/* .feed-body{
    position:relative;
}
.feed-body .action-drawer{
    font-size:2em;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    position:absolute;
    right:0px;
    top:0px;
    bottom:0px;
} */

 /* .feed-body .action{ */
     /* top:40px !important; */
    /* right:40px !important; */
/* }

.feed-body .action a{ */
    /* display: block !important;
    margin-bottom: 5px; */
/* } */

.feed-action-head{
    position:relative;
}

.feed-action-head .feed-action{
    position: absolute;
    right:0px;
    top:0px;
}

.feed-action-head .feed-action .dropdown-toggle{
    background:transparent;
    color:#000;
}

.feed-action-head .feed-action .dropdown-menu.show {
    min-width: inherit;
}

.feed-action-head .feed-action .dropdown-item{
    display: block;
    padding:5px 10px;
    color:#ff5e3a !important;
    font-weight: bold !important;
    font-size:0.7em !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.feed-action-head .feed-action .dropdown-item.disabled{
    pointer-events: none;
    cursor: default;
    color:#CCC !important;
}


.feed-action-head .feed-action .dropdown-item .fa{
    font-size:1.7em !important;
}

.dropdown-left-manual {
    right: 0;
    left: auto !important;
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

.mobile-view .action{
    text-align: right;
}

.mobile-view .action a.btn:not(.symbol){
    background: #ff5e3a;
    color:#FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.7em;
    margin:2px 0px;
}

.mobile-view .action a.symbol{
    float:left;
    background:#FFF;
    margin:0px 4px;
}

.mobile-view .action a.symbol .fa{
    font-size:1.2em;
    color:#ff5e3a;
}

a,a:hover,a:active,a:focus{
	text-decoration:none;
	outline:none;
}

.group .delete{
	font-size:1.5em;
	margin-left:10px;
	margin-top:25px;
}


.no-message{
    font-size:0.8em;
    text-align: center;
}

textarea{
    resize:none;
}

.modal-title{
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
}

.div-title{
    text-align: center;
    font-size:1.1em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding:15px 0px;
    letter-spacing: 1.3px;
}

.div-title:before{
    position: absolute;
    top:0;
    left:45%;
}

.div-title:after{
    position: absolute;
    bottom:0;
    left:45%;
}

.div-title:before,
.div-title:after{
    content:' ';
    width:100px;
    height:5px;
    border-bottom:5px dotted #17202A;
    text-align: center;
}

form button,
form input[type="submit"]{
	text-transform:uppercase;
	font-weight:bold !important;
    font-size:0.7em !important;
}

form button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
}

form button .fa,
form input[type="submit"] .fa{
    margin-right:5px;
}

form label{
    font-size:0.9em;
}

.form-group{
    margin:10px 0px;
}

.tab-content{
	padding:20px 15px;
}

.nav-tabs.hori > li {
	float:none;
	width:150px;
	height:80px;
	border:1px solid #f7f7f7;

}


.line{
	margin:40px 0px !important;
	background:#e0e0e0;
	height:4px;
	width:100%;
}

.tab-content{
	min-height:100px;
}

h3.duplicate{
    color:#444;
    font-size:0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

h3.resolved{
    color:#777;
    font-size:0.8em;
    font-weight: bold;
    text-transform: uppercase;
    text-align:right;
    padding-right:5px;
    animation: resolvedAnim 2s infinite;
}

@keyframes resolvedAnim {
    0%   { opacity: 0.1; }
    50%   { opacity: 0.5; }
    100% { opacity: 1; }
}


.reject{
    color:#CD0615;
    font-size:0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.action-btn{
    text-align:right !important;
    margin:10px 0px;
}

.action-btn a,
.action-btn a:hover,
.action-btn a:focus,
.action-btn a:active,
.action-btn button,
.action-btn button:hover,
.action-btn button:focus,
.action-btn button:active{
	font-weight:bold;
    text-transform:uppercase;
    background:#3f4257;
    color:#FFFF;
    padding:3px 6px;
    font-size:0.7em;
}

.action-btn .fa{
	font-size:1.2em;
	margin-top:5px;
	margin-right:8px;
}

.group .delete{
	font-size:1.5em;
	margin-left:10px;
	margin-top:25px;
}

.info-text{
    font-size:0.8em;
    text-align: left;
}

#go-up{
	background:#ff5e3a;
	color:#FFF;
	border-radius: 10px 5px;
	font-size:2em;
	position:fixed;
	bottom:38px;
	right:20px;
    z-index:100;
    cursor:pointer;
	padding:5px 10px;
	animation: bounce 0.5s infinite alternate;
}

#translate{
	background:#ff5e3a;
	color:#FFF;
	border-radius: 10px 5px;
	font-size:0.7em;
	position:fixed;
	bottom:38px;
	right:70px;
    z-index:100;
    cursor:pointer;
	padding:5px 10px;
	animation: bounce 0.5s infinite alternate;
}

.search-string{
    font-weight: bold;
    font-size:0.8em;
    text-align: left;
    padding-left: 50px;
}

@keyframes bounce {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-15px);
	}
  }

.modal form button[type="submit"]{
    color:#FFF;
    background:#ff5e3a;
    font-weight: bold;
    font-size:1em;
    letter-spacing: 1px;
}

/******** INFO ***********/

.info-parent{
    position:relative;
}

.info-child-text{
    position: absolute;
    background:#FFF;
    color:#000;
    border:1px solid #666;
    font-size:10px;
    z-index:100;
    height:auto;
    min-width:30px;
    max-width:250px;
    text-align: left;
    padding:2px 4px;
    margin-top:1px;
    font-family: 'Comfortaa';
    display:none;
}

.info-parent:hover .info-child-text{
    display:block;
}


/**** TAG ***/

.tagged{
    margin-top: 10px;
}



.tagged .people{
    color:#666;
    border:0.5px solid #CCC;
    background:#FFF;
    padding:4px 7px;
    border-radius: 10px;
    margin-left:5px;
}

.tagged .people .close{
    float:right;
    font-size:1.1em;
    vertical-align: middle;
    margin-left:10px;
    margin-top:2px;
}

.tag{
    display: inline-block;
    position: relative;
    width:150px;
    vertical-align: top;
}

.tag .tag-input{
    border:1px solid #CCC;
    height:32px;
    font-size:0.9em;
    margin-top:0px;

}

.tag .people-list{
    background:#FFF;
    z-index:1000;
    text-align: left;
    position: absolute;
    width:100%;
    border:1px solid #F7F7F7;
    display:none;
}

div.tag .people-list .name:not(:first-child){
    border-top:1px solid #F7F7F7;
}

div.tag .people-list .name{
    font-size:0.9em;
    padding:10px 6px;
    margin:1px 0px;
    line-height:35px;
    cursor:pointer;
}

div.tag .people-list .name img{
    height:25px !important;
    width:25px !important;
    border-radius: 50%;
    margin-right:5px;
    margin-top:5px;

}

/********** INFO ********/

section#info{
    overflow:auto;
    height:100vH;
    padding-bottom: 50px;
}

section#info .head #logo{
    width:60px;
    height:auto;
    margin:10px auto;
    display:block;
}

section#info .head #title{
    text-align:center;
    font-size: 1.2em;
    font-weight: bold;
}

/***** AUTH *****/

section#auth #intro{
    position:fixed;
    left:0;
    right:0;
    width:50%;
    top:0;
    bottom:0;
    border-right: 15px solid #FFF;
    text-align: center;
    background-image: linear-gradient( rgb(253, 75, 34),rgba(253, 75, 34, 0.2));
}

section#auth #intro iframe{
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    width:500px;
    height:350px;
    border:10px solid #FFF;
    border-radius: 5px;
}

section#auth #auth-form{
    position:fixed;
    background-image: linear-gradient( rgba(253, 75, 34, 0.2),rgba(253, 75, 34, 1));
    left:50%;
    width:50%;
    right:0;
    top:0;
    bottom:0;
    text-align: center;
}

section#auth #register .info{
    font-size:0.8em;
}

section#auth #auth-form{
    padding-top:30px;
}

section#auth #auth-form #img-holder{
    width:220px;
    height:220px;
    display:block;
    margin:100px auto 50px auto;
    background: #FFF;
    border-radius: 20px;
    transform: rotate(45deg);

}


section#auth #auth-form #logo{
    width:150px;
    height:auto;
    display:block;
    position: relative;
    margin:0px auto 0px auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    /* top: 50%;
    transform: translateY(-50%); */
}

section#auth #auth-form #welcome{
    margin-bottom:10px;
    margin-top:-10px;
    display: none;
}

section#auth #auth-form #desc{
    max-width:400px;
    display:block;
    display: none;
    margin:10px auto;
    background:#FFF;
    color:#ff5e3a;
    border-radius: 5px;
    padding:5px 10px;
    font-weight: bold;
}

section#auth #auth-form a:not(.forgot){
    border-radius:10px;
    color:#17202A;
    background:#FFF;
    color:#ff5e3a;
    text-transform: uppercase;
    font-weight: bold;
    min-width:180px;
    letter-spacing: 1px;
    font-size:0.9em;
    margin:10px 20px;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}

section#auth #auth-form a.forgot{
    border-radius:10px;
    color:#17202A;
    text-transform: uppercase;
    font-weight: bold;
    min-width:180px;
    letter-spacing: 0.8px;
    font-size:0.7em;

}



/*******SIDEBAR********/

#sidebar{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
    background: #FFF;
    color: #ff5e3a;

    transition: all ease-in 0.1s;
}


#sidebar .company{

	color:#ff5e3a;
	margin:0px;
	height:69px;
	font-size:1.2em;
	font-weight: bold;
	text-align:left;
	padding:12px 7px;
}

#sidebar .company .fa{
	font-size:1em;
    margin-right:5px;
    border-radius: 5px;
    padding:5px 2px;

}

#sidebar .company #logo{
    width:50px;
    height:auto;
    margin:0px auto;
    margin-top:-20px;
    display:block;
}

#sidebar .welcome {
	text-align: center;
	font-weight: bold;
    font-size:0.9em;
    text-transform: uppercase;
	border-bottom:1px ridge #f7f7f7;
    padding-bottom: 15px;
    color:#da3c19;
}

#sidebar .welcome .fa{
	display:block;
	font-size:5em;
    margin:5px 0px 15px 0px;
}

#sidebar nav ul{
	width:100%;

}

#sidebar nav ul li{
	list-style:none;
	width:100%;
	display:block;
	text-align:left;
    padding:10px 10px;
    border-bottom:1px solid #F7F7F7;
}

#sidebar nav ul li a{
    color:#17202A;
    color:#9a9fbf;
	font-weight: bold;
}

#sidebar nav ul li a:hover{
    color:#515365;
}

#sidebar nav ul li a .fa{
	margin-right:5px;
    font-size:1.3em;
    width:20px;
}

#sidebar nav ul li a span{
    font-size:1em;
}


/**********MAIN**********/

#main{
	position: absolute;
    top: 0;
    left: 150px;
    right: 0;
    bottom: 0;
    transition: width 0.3s ease;
    height: 100%;
    padding: 0;
    background: #edf2f6;
    transition: all ease-in 0.1s;
}

#main header{
	height: 50px;
    padding: 15px 5px;
    border-bottom: 2px solid #F7F7F7;
    border-right: 2px solid #F7F7F7;
    margin: 0;
    text-align: center;
	background:#3f4257;
	color:#fff;
    position:relative;
}

#main header .name{
    display:inline-block;
    margin:-4px 4px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size:1.1em;
    text-transform: uppercase;
    position: absolute;
    top: 50%; left: 45%; bottom: 0; right: 0;
    transform:translateX(-40%);
    width:250px;
}

#main header #user-config{
    float:left;
    font-size:1.8em;
    font-weight: bold;
    margin-left:10px;
    margin-top:-8px;
    color:#ff5e3a;
}

#main header .action{
	float:right;
}

#main header #notification.unread{
    color:#ff5e3a;
    font-weight: bold;
    font-size:1.2em;
    position: relative;
}

#main header #notification span{
    position: absolute;
    top:-10px;
    right:0px;
    font-size:0.8em;
}

#main header .action .fa{
    margin-right:3px;
}

#main header .action a{
    color:#FFF;
    margin-right:10px;
    font-size:0.9em;

}

#nav-toggle{
    float:left;
    font-size:1.8em;
    margin:-4px 3px 0px 3px;
    color:#FFF !important;
}


#main .content{
	padding:10px 10px 100px 10px;
	overflow-y:auto;
	width:100%;
    height:100%;
}

#sidebar{
    overflow-y: auto;
}

footer{
    position: absolute;
    bottom:0px;
    right:0px;
    left:0px;
    width:100%;
    min-height:10px;
    background:#FFF;
    border-top:1px solid #ff5e3a;
    text-align: center;
    padding-bottom:2px;
    z-index:100;
    font-family: 'Comfortaa';
    font-size:0.7em;
}

footer ul#help-links,
footer .misc-text{
    width:49%;
    display:inline-block;
    margin:3px 0px;
}

footer ul#help-links{
    text-align: right;
}

footer ul#help-links li{
    list-style:none;
    display:inline-block;
    padding:2px 10px;
}

footer .misc-text{
    font-size:0.9em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

/***MOBILE***/

#sidebar.mobile{
    width: 80px !important;

}


#main.mobile{
    left:80px !important;
}



/*******SMALL NAV******/

#sidebar.small-nav{
    width: 80px;
}


#main.small-nav{
    left:80px;
}

#sidebar.small-nav .company span,
#sidebar.small-nav .welcome{
    display:none
}

#sidebar.small-nav nav ul li a,
#sidebar.small-nav .company{
    width:100%;
    text-align: center;
}


#sidebar.small-nav nav ul li a span{
    display:block;
    font-size:0.7em;
    margin-top:5px;
}

#sidebar.small-nav nav ul li{
    padding:8px 0px;
}

#sidebar.small-nav .company .fa{
    font-size:2em;
    margin-top:-8px;
    border:0;
}

#sidebar.small-nav nav ul li a .fa{
    display: block;
    margin:0px;
    font-size:1.8em;
    width:auto;
}





/***************MESSAGE*************/

.has-error{
	border:1.5px solid red;
	border-radius:5px;

}

.error-help-block{
	color:red;
	margin-top:5px;
	font-weight: bold;
	font-size:0.9em;
}

span.alert-success,
span.alert-error,
span.alert-danger{
	display:table;
	margin:10px auto;
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	font-weight: bold;
}

.message{
	position:fixed;
	left:0;
	right:0;
	margin:0 auto;
	top:-100px;
	z-index:200;
	pointer-events: none
}

.message span.alert-success{
	background:#ff5e3a;
	color:#FFF;
}

.message span.alert-danger{
	background:#CD5C5C;
	color:#FFF;
}


/*******DELETE DIALOG*********/

div#delete-dialog .modal-title{
	font-size:0.8em;
	font-weight:bold;
}

/*** CUSTOM POLL ******/
 .poll-chart{
    padding-top:10px;
}

.poll-chart .poll-title{
    text-align: center;
    padding:7px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size:0.9em;
    margin:10px 0px 5px 0px;
}

.poll-chart .poll-desc{
    text-align: center;
    font-size:0.9em;
    margin:2px 0px;
}


 .poll-chart .poll-row .option-text{
    font-size:0.9em;
    color:#666;
    margin-top:5px;
    padding:5px 2px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.poll-chart .progress{
    height:1.2rem;
    width:85%;
    display: inline-block;
    margin-bottom:2px !important;
}

.poll-chart .percent{
    display:inline-block;
    margin:0;
    vertical-align: top;
    color:#C5BCC5;
    color:#666;
    letter-spacing: 0.5px;
    font-size:1em;
    margin-left:5px;
    font-weight: bold;
    text-align:right;
    width:30px;
}



/**** POLL ***/

.no-poll{
  padding:0px 15px 10px 15px;
  color:#ff5e3a;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height:30px;
}

section#polls .poll{
    background:#FFF;
    padding:8px 8px 18px 8px;
    border-radius: 10px;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

}

section#polls .poll .title{
    text-align: left;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    border-bottom:1px dotted #17202A;
}

section#polls .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#polls .poll .analysis{
    max-height: 300px !important;
}

section#polls .poll .action{
    padding:2px;
    text-align:right;
}

section#polls .poll .action .btn{
    padding:2px 4px;
}

section#polls .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#polls .poll .vote label{
    display:block;
    font-weight: bold;
}

section#polls .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}


/********CANDIDATE****/
section#candidates{
    padding:10px 0px;
}
/*
section#candidates .candidate{
    background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:2px 8px;
    padding:10px 4px;
    border-radius: 10px;
}

section#candidates .candidate img{
    display:block;
    height:250px;
    width:95%;
    margin:5px auto;
}

section#candidates .candidate .name{
    text-align: center;
    font-weight: bold;
    font-size:1em;
} */

section#candidates #search{
    margin-bottom:20px;
    min-height:30px;
}

section#candidates #search form input{
    height:28px;
}

section#candidates .candidate{
    background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 8px;
    padding:10px 4px;
    border-radius: 10px;
    height:100px;
    display:block;
}

section#candidates .candidate .col{
    padding:2px;
}

section#candidates .candidate .col:last-child{
    padding-left:10px;
    padding-top:5px;
}

section#candidates .candidate img{
    display:block;
    width:100%;
    height:auto;
    border-radius: 10px;
}

section#candidates .candidate .name{
    text-align: left;
    font-weight: bold;
    font-size:1em;
    margin:2px;
}

section#candidates .candidate .data{
    text-align: left;
    font-size:0.9em;
    margin:5px 2px;
}



/****** SINGLE CANDIDATE *******/

section#candidate #head{
    border-radius: 10px;
    position: relative;
    display:block;
    min-height:100px;
    background:#FFF;
    border:1px solid #e6ecf5;
}

section#candidate #misc{
    text-align: right;
    margin:2px 0px 10px 0px;
}

section#candidate #misc .user-follow{
    font-weight: bold;
    padding:4px 8px;
    min-width:80px;
    border-radius: 4px;
    font-size:1em;
    background:#FFF;
    color:#ff5e3a;
    text-align: left;
    border: 1.7px dotted #ff5e3a;
}

section#candidate #misc .user-follow .text{
    font-size:0.75em;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 1px;
}

section#candidate #misc .user-follow .count{

    color:#FFF;
    background:#ff5e3a;
    border-radius: 10px;
    padding:4px 8px;
    font-size:0.7em;
    vertical-align: middle;
}



section#candidate #about video{
    width:100%;
    height:300px;
    background:#CCC;
    border:none !important;
    margin-bottom: 10px;
}


section#candidate #head #top{
    height:200px;
    position: relative;
}

section#candidate #head #bottom{
    padding:10px 3px;
}

section#candidate #head #bottom ul li.active a{
    background:#ff5e3a !important;
    color:#FFF !important;
}


section#candidate #head img#wall{
    width:100%;
    height:100%;
    background:#CCC;
    border:none !important;
}


section#candidate #head img#wall{
    width:100%;
    height:100%;
    object-fit: cover;
    border:none !important;
    position: relative;
}

section#candidate #head #top:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#CCC;
    opacity: 0.3;
    box-shadow: inset 0px -120px 55px -30px rgba(0, 0, 0, 0.5);
}

section#candidate #head .person{
    position: absolute;
    left:50%;
    transform: translate(-50%, 0);
    bottom: 13px;
    text-align: center;
    max-width: 200px;
    z-index: 14;
}

section#candidate #head .person #name{
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    margin:0;
    font-size:1.1em;
    color:#515365;
    text-align: center;
}

section#candidate #head .person img#profile{
    width:100px;
    height:100px;
    border-radius: 50%;
    border:6px solid #FFF;
    margin:0 auto;
    margin-bottom:5px;
    background:#CCC;
    outline:0;
}

section#candidate #head  > ul li,
section#candidate #head > ul li a,
section#candidate #head > ul li a:hover,
section#candidate #head > ul li a:focus{
    outline:0;
    border:0;
    background:#FFF;
    color:#515365;
}

section#candidate #candidate-analysis{
    background:#FFF;
    padding:10px 15px;
    border-radius: 10px;
    margin:20px auto;
    text-align: left;
    overflow: hidden;
    display: block;
    position: relative;


}

/* section#candidate #candidate-analysis .party{ background:#ec5460; }
section#candidate #candidate-analysis .election{ background:#784eec; }
section#candidate #candidate-analysis .asset{ background:#4ae96c; }
section#candidate #candidate-analysis .liability{ background:#fcb15c; } */

section#candidate #candidate-analysis .party{ background:#DA281C; }
section#candidate #candidate-analysis .asset{ background:#EC8A01; }
section#candidate #candidate-analysis .liability{ background:#FEB81C; }
section#candidate #candidate-analysis .election{ background:#FDE000; }


section#candidate #candidate-analysis #tag{
    text-align: center;
    margin-top:-20px;
}

section#candidate #candidate-analysis #tag h3{
    font-size:1.1em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:10px;
}

section#candidate #candidate-analysis #tag label{
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    border-radius: 5px;
    padding:5px 10px;
}

section#candidate #candidate-analysis .data-analysis{
    background:#FFF;
    padding:10px 15px;
    margin:20px auto;
    width:auto;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    position: relative;
}

section#candidate #candidate-analysis .data-analysis::-webkit-scrollbar{
    width:0.5em;
    height:5px;
}


section#candidate #candidate-analysis ul{
    display:inline-block;
    list-style: none;
    max-width:200px;
    min-width:230px;
    vertical-align: top;
    height:100%;
}

section#candidate #candidate-analysis ul{
    border-right:1px dotted #666;
    padding:2px 6px;
}

section#candidate #candidate-analysis ul li{
    text-align: left;
}

section#candidate #candidate-analysis ul li label{
    border-radius: 5px;
    white-space: normal;
    padding:5px 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    color:#FFF;
    font-weight: normal;
    vertical-align: middle;
}

/* section#candidate #candidate-analysis ul:first-child{
    position: sticky;
    background:#FFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
    padding:10px;
    padding-bottom:20px;
    padding-left:20px;
    margin-left:-20px;
}


section#candidate #candidate-analysis ul:first-child li{
    font-weight: bold;
    text-transform: uppercase;
    font-size:0.9em;
    letter-spacing: 1px;
    text-align: left;
} */

section#candidate #candidate-analysis ul li:last-child{
    font-weight: bold;
    color:#666;
    font-weight: bold;
    text-align: center;
    font-size:1.2em;
    letter-spacing: 2px;
}

section#candidate #candidate-analysis ul li{
    display:block;
    padding:5px;
    min-height:50px;
}


section#candidate #data{
    margin:15px 0px;
}

section#candidate .sidebar{
    min-height:200px;
    background:#FFF;
    border-radius: 10px;
    padding:10px;
}

section#candidate .tab-content{
    padding:0;
}

section#candidate .tab-pane{
    overflow-y:auto;
    min-height:200px;
    background:#FFF;
    border-radius:10px;
}

section#candidate .sidebar{
    margin-top:10px;
}

section#candidate .sidebar .title{
    font-weight: bold;
    font-size:1.1em;
    padding-left:5px;
}

section#candidate .sidebar .data-block{
    margin:5px 0px;
}

section#candidate .sidebar .data-block .data-text{
    width:50%;
    margin-left:5px;
    font-size:0.9em;
}

section#candidate .sidebar .data-block .fa{
    width:40px;
    color:#ff5e3a;
    padding:10px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size:1.2em;
    vertical-align: top;
    margin-top:5px;
    text-align: left;
}

section#candidate .sidebar .data-block .fa,
section#candidate .sidebar .data-block .data-text {
    display:inline-block;
}

section#candidate .sidebar .data-block .data-text .data-title{
    font-weight: bold;
    color:#CCC;
    display:block;
    text-transform: uppercase;
    font-size:0.8em;
    letter-spacing: 1px;
    margin-bottom:5px;
}

section#candidate .sidebar .data-block .data-text a{
    font-size:0.9em;
}

section#candidate .tab-pane{
    padding:10px ;
}

section#candidate .tab-pane .panel-group{
    border-radius: 20px;
}

section#candidate .tab-pane .panel-heading{
    background:#ff5e3a;
    color:#FFF;
}

section#candidate .tab-pane .panel-heading .panel-title{
    font-size:0.9em;
}

section#candidate .tab-pane .panel-body{
    font-size:0.9em;
}

section#candidate .tab-pane .panel-body .misc{
    font-size: 1em;
}

section#candidate .tab-pane .panel-body .no-message{
    font-size:0.8em;
}

section#candidate .tab-pane .panel-body .grid-item{
    width: 44.303%;
    float: left;
    margin: 10px 10px;
    overflow: hidden;
    color: #000;
    border: 8px solid #FFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .20);
    transition: all 0.5s;
}

section#candidate .tab-pane .panel-body .grid-item .data{
    font-size:0.9em;
}

section#candidate .tab-pane .panel-body .analysis{
    max-height:300px;
}

section#candidate .tab-pane.work .analysis{
    height:300px;
}

section#candidate .tab-pane.work .amount{
    font-size:0.8em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


section#candidate .tab-pane.work .data{
    border:1px solid #edf2f6;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding:10px;
    margin-top:20px;
}

section#candidate .tab-pane.work .desc{
    text-align: justify;
    font-size:0.9em;
}

section#candidate .tab-pane.work > .title{
    border:none;
}

section#candidate .tab-pane.work  .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase;
}


section#candidate #newsfeed .feed{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin-top:1px;
    margin-bottom:10px;
    font-size:0.9em;
    position:relative;
    box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

section#candidate #newsfeed .feed .type{
    margin:0;
    font-size:0.8em;
    background:#CD0615;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#candidate #newsfeed .feed .share{
    font-size:0.9em;
}

section#candidate #newsfeed .feed .status{
    margin:0;
    font-size:0.8em;
    background:#ec9017;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#candidate #newsfeed .feed .pincode{
    margin:0;
    font-size:0.8em;
    background:#1737ec;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}



section#candidate #newsfeed .feed .feed-head,
section#candidate #newsfeed .feed .comment-head,
section#candidate #newsfeed .feed .feed-footer .reply{
    padding:10px 15px 0px 15px;
}

section#candidate #newsfeed .feed .feed-body,
section#candidate #newsfeed .feed .comment-body{
    padding:2px 15px;
}

section#candidate #newsfeed .share .head img,
section#candidate #newsfeed .feed .feed-head img,
section#candidate #newsfeed .feed .comment-head img,
section#candidate #newsfeed .feed .reply img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#candidate #newsfeed .share .head img,
section#candidate #newsfeed .share .head .user,
section#candidate #newsfeed .share .head .when,
section#candidate #newsfeed .feed .feed-head img,
section#candidate #newsfeed .feed .feed-head .user,
section#candidate #newsfeed .feed .feed-head .when{
    display:inline-block;
}

section#candidate #newsfeed .share .head .user,
section#candidate #newsfeed .feed .feed-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
}

section#candidate #newsfeed .feed .feed-head .user:hover{
    color:#ff5e3a;
}

section#candidate #newsfeed .share .head .when,
section#candidate #newsfeed .feed .feed-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#candidate #newsfeed .feed .feed-body{
    margin-top:15px;
    padding-top:10px;
    padding-bottom:10px;
}

section#candidate #newsfeed .share .body .text,
section#candidate #newsfeed .feed .feed-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
    resize:none;
}

section#candidate #newsfeed .share .body .text,
section#candidate #newsfeed .feed .feed-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#candidate #newsfeed .share .body p.text,
section#candidate #newsfeed .feed .feed-body p.text,
section#candidate #newsfeed .feed .feed-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#candidate #newsfeed .feed .feed-body .poll .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    display:none;
    border-bottom:1px dotted #17202A;
}

section#candidate #newsfeed .feed .feed-body .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#candidate #newsfeed .feed .feed-body .poll .analysis{
    max-height: 300px !important;
}

section#candidate #newsfeed .feed .feed-body .poll .action{
    padding:2px;
    text-align:right;
}

section#candidate #newsfeed .feed .feed-body .poll .action .btn{
    padding:2px 4px;
}

section#candidate #newsfeed .feed .feed-body .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#candidate #newsfeed .feed .feed-body .poll .vote label{
    display:block;
    font-weight: bold;
}

section#candidate #newsfeed .feed .feed-body .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}

section#candidate #newsfeed .feed .feed-body .work .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase;
}


section#candidate #newsfeed .feed .feed-body .work .desc{
    text-align: justify;
    font-size:0.9em;
}

section#candidate #newsfeed .feed .feed-footer{
    margin-top:10px;
    padding-bottom:10px;
}

section#candidate #newsfeed .feed .feed-footer > .action{
    padding:5px 10px;
}

section#candidate #newsfeed .feed .feed-footer > .action a{
    width:32.5%;
    text-align: center;
}

section#candidate #newsfeed .feed .feed-footer > .action a.post-like.liked .fa{
    color:#ff5e3a;
    font-weight: bold;
}

section#candidate #newsfeed .feed .feed-footer .reply{
    margin-top:10px;
}

section#candidate #newsfeed .feed .feed-footer .reply img{
    vertical-align: top;
}

section#candidate #newsfeed .feed .feed-footer .reply img,
section#candidate #newsfeed .feed .feed-footer .reply textarea{
    display:inline-block;
}

section#candidate #newsfeed .feed .feed-footer .reply textarea{
    width:80%;
    margin-left:10px;
    border:1px solid #CCC;
    resize:none;
    padding:5px;
}

section#candidate #newsfeed .feed .feed-footer .reply .action{
    text-align: right;

}

section#candidate #newsfeed .feed .feed-footer .reply .action button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
    padding:5px 10px;
}

/***************FEED COMMENTS*****************/

section#candidate #newsfeed .feed .comments{
    margin-top:10px;
}

section#candidate #newsfeed .feed .comment{
    background:#F7F7F7;
    padding:10px;
    margin-top:2px;
}

section#candidate #newsfeed .feed .comment .comment-head img,
section#candidate #newsfeed .feed .comment .comment-head .user,
section#candidate #newsfeed .feed .comment .comment-head .when{
    display:inline-block;
}


section#candidate #newsfeed .feed .comment .comment-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;

}

section#candidate #newsfeed .feed .comment .comment-head .user:hover{
    color:#ff5e3a;
}

section#candidate #newsfeed .feed .comment .comment-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#candidate #newsfeed .feed .comment{
    position: relative;
}

section#candidate #newsfeed .feed .comment .comment-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
}


section#candidate #newsfeed .feed .comment-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#candidate #newsfeed .feed .comment-body p.text,
section#candidate #newsfeed .feed .comment-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#candidate #newsfeed .feed .comment-body .action{
    text-align: right;
    margin:2px 5px;
    position: absolute;
    top:2px;
    right:-1px;
}

section#candidate #newsfeed .feed .comment-body .action button,
section#candidate #newsfeed .feed .comment-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;


}

section#candidate #newsfeed .feed .comment-body .action .fa{
    font-size:1.2em;
}

section#candidate #newsfeed .feed .comment-body .action .update-show{
    display:none;
}



/*****HOME*****/


.pincode-set{
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

.pincode-set input[name=pincode]{
    width:100px !important;
    display: inline-block;
    padding:15px 3px;
    height:25px;
    vertical-align: top;
}

.pincode-set #getPincode{
    font-size:1.5em;
    vertical-align: top;
    margin-top: 0px;
    height:33px;
    color:#ff5e3a;
}

section#home{
    overflow:hidden;
}

section#home #home-left,
section#home #home-right{
    border-radius:10px;
    min-height:100px;
    width:100%;
}

section#home #home-left.fixed,
section#home #home-right.fixed{
    width:300px;
}


section#home #home-right .action{
    text-align: right;
}

section#home #home-right .action a.btn{
    background: #ff5e3a;
    color:#FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.6em;
    padding:5px 3px;
    margin:2px 0px;
}

section#home #status{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin-bottom:30px;
    font-size:0.9em;
}


section#home #status textarea,
section#home #status ul.nav li,
section#home #status ul.nav li a{
    border:0;
    outline:0;
    resize:none;
}

section#home #status ul.nav{
    background:#fafbfd;
}

section#home #status ul.nav li a{
    border-right:1px solid #9a9fbf;
    cursor:pointer;
    padding:10px 20px;
    width:100%;
    display:block;
}
section#home #status ul.nav li.active{
    background-color: #FFF;
}

section#home #status ul.nav li:hover,
section#home #status ul.nav li a:hover,
section#home #status ul.nav li a:focus{
    text-decoration: none;
    background:none;
}

section#home #status hr{
    margin:0px 0px 5px 0px;
    border:1px solid #f7D7D7;
}



section#home #status .action-btn{
    padding:6px 10px 10px 10px;
    margin:2px 0px;
}

section#home #status .action-btn button{
    padding:8px 10px;
    font-size:0.7em !important;
    font-weight: bold;
    background-color:#ff5e3a;
    letter-spacing: 1px;
}

section#home #status #complaint .action-btn  button{
    margin-top:10px;
}

section#home #status .tab-content,
section#home #status .tab-pane{
    padding:0px;
}

section#home #status .tab-pane{
    padding:15px 10px;
}

section#home  #status .tab-pane form img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
    vertical-align: top;
}

section#home #status .tab-pane textarea{
    width:80%;
    margin-left:10px;
    resize:none;
    padding:5px;
}

/**************FEED***********/

section#home #newsfeed #myWard
{
    text-align: right;
    font-family: 'Comfortaa';
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
}

section#home #newsfeed #myWard .switch{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    margin-left:8px;
    vertical-align: middle;
  }

  section#home #newsfeed #myWard input {
    opacity: 0;
    width: 0;
    height: 0;
  }


  section#home #newsfeed #myWard .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
  }


  section#home #newsfeed #myWard .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 15px;
    top:2px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
  }

  section#home #newsfeed #myWard input:checked + .slider {
    background-color: #ff5e3a;
  }

  section#home #newsfeed #myWard input:focus + .slider {
    box-shadow: 0 0 1px #ff5e3a;
  }

  section#home #newsfeed #myWard input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }


section#home #newsfeed .feed{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin-top:10px;
    font-size:0.9em;
    position:relative;
}

section#home #newsfeed .feed .type{
    margin:0;
    font-size:0.8em;
    background:#CD0615;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#home #newsfeed .feed .status{
    margin:0;
    font-size:0.8em;
    background:#ec9017;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}


/* section#home #newsfeed .feed .share{
    margin:0;
    font-size:0.8em;
    background:rgb(7, 207, 74);
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
} */

section#home #newsfeed .feed .share{
    font-size:0.9em;
}

section#home #newsfeed .feed .pincode{
    margin:0;
    font-size:0.8em;
    background:#1737ec;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#home #newsfeed .feed .landmark{
    font-size:0.9em;
    text-align: right;
}



section#home #newsfeed .feed .feed-head,
section#home #newsfeed .feed .comment-head,
section#home #newsfeed .feed .feed-footer .reply{
    padding:10px 15px 0px 15px;
}

section#home #newsfeed .feed .feed-body,
section#home #newsfeed .feed .comment-body{
    padding:2px 15px;
}

section#home #newsfeed .share .head img,
section#home #newsfeed .feed .feed-head img,
section#home #newsfeed .feed .comment-head img,
section#home #newsfeed .feed .reply img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#home #newsfeed .share .head img,
section#home #newsfeed .share .head .user,
section#home #newsfeed .share .head .when,
section#home #newsfeed .feed .feed-head img,
section#home #newsfeed .feed .feed-head .user,
section#home #newsfeed .feed .feed-head .when{
    display:inline-block;
}

section#home #newsfeed .share .head .user,
section#home #newsfeed .feed .feed-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
}

section#home #newsfeed .feed .feed-head .user:hover{
    color:#ff5e3a;
}

section#home #newsfeed .share .head .when,
section#home #newsfeed .feed .feed-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#home #newsfeed .feed .feed-body{
    margin-top:15px;
    padding-top:10px;
    padding-bottom:10px;
}

section#home #newsfeed .share .body .text,
section#home #newsfeed .feed .feed-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
    resize:none;
}

section#home #newsfeed .share .body .text,
section#home #newsfeed .feed .feed-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#home #newsfeed .share .body p.text,
section#home #newsfeed .feed .feed-body p.text,
section#home #newsfeed .feed .feed-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#home #newsfeed .feed .feed-body .poll .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    display:none;
    border-bottom:1px dotted #17202A;
}

section#home #newsfeed .feed .feed-body .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#home #newsfeed .feed .feed-body .poll .analysis{
    max-height: 300px !important;
}

section#home #newsfeed .feed .feed-body .poll .action{
    padding:2px;
    text-align:right;
}

section#home #newsfeed .feed .feed-body .poll .action .btn{
    padding:2px 4px;
}

section#home #newsfeed .feed .feed-body .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#home #newsfeed .feed .feed-body .poll .vote label{
    display:block;
    font-weight: bold;
}

section#home #newsfeed .feed .feed-body .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}

section#home #newsfeed .feed .feed-body .work .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase;
}


section#home #newsfeed .feed .feed-body .work .desc{
    text-align: justify;
    font-size:0.9em;
}



section#home #newsfeed .feed .feed-body .action{
    text-align: right;
    margin:2px 5px;

    position: absolute;
    top:2px;
    right:-1px;
}

section#home #newsfeed .feed .feed-body .action button,
section#home #newsfeed .feed .feed-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;

    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    border-radius: 5px;

}

section#home #newsfeed .feed .feed-body .action .fa{
    font-size:1.2em;
}

section#home #newsfeed .feed .feed-body .action .update-show{
    display:none;
}

section#home #newsfeed .feed .feed-footer{
    margin-top:10px;
    padding-bottom:10px;
}

section#home #newsfeed .feed .feed-footer > .action{
    padding:5px 10px;
}

section#home #newsfeed .feed .feed-footer > .action a{
    width:32.5%;
    text-align: center;
}

section#home #newsfeed .feed .feed-footer > .action a.post-like.liked .fa{
    color:#ff5e3a;
    font-weight: bold;
}

section#home #newsfeed .feed .feed-footer .reply{
    margin-top:10px;
}

section#home #newsfeed .feed .feed-footer .reply img{
    vertical-align: top;
}

section#home #newsfeed .feed .feed-footer .reply img,
section#home #newsfeed .feed .feed-footer .reply textarea{
    display:inline-block;
}

section#home #newsfeed .feed .feed-footer .reply textarea{
    width:80%;
    margin-left:10px;
    border:1px solid #CCC;
    resize:none;
    padding:5px;
}

section#home #newsfeed .feed .feed-footer .reply .action{
    text-align: right;

}

section#home #newsfeed .feed .feed-footer .reply .action button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
    padding:5px 10px;
}

/***************FEED COMMENTS*****************/

section#home #newsfeed .feed .comments{
    margin-top:10px;
}

section#home #newsfeed .feed .comment{
    background:#F7F7F7;
    padding:10px;
    margin-top:2px;
}

section#home #newsfeed .feed .comment .comment-head img,
section#home #newsfeed .feed .comment .comment-head .user,
section#home #newsfeed .feed .comment .comment-head .when{
    display:inline-block;
}


section#home #newsfeed .feed .comment .comment-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;

}

section#home #newsfeed .feed .comment .comment-head .user:hover{
    color:#ff5e3a;
}

section#home #newsfeed .feed .comment .comment-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#home #newsfeed .feed .comment{
    position: relative;
}

section#home #newsfeed .feed .comment .comment-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
}


section#home #newsfeed .feed .comment-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#home #newsfeed .feed .comment-body p.text,
section#home #newsfeed .feed .comment-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#home #newsfeed .feed .comment-body .action{
    text-align: right;
    margin:2px 5px;
    position: absolute;
    top:2px;
    right:-1px;
}

section#home #newsfeed .feed .comment-body .action button,
section#home #newsfeed .feed .comment-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;


}

section#home #newsfeed .feed .comment-body .action .fa{
    font-size:1.2em;
}

section#home #newsfeed .feed .comment-body .action .update-show{
    display:none;
}

section#home .data-block{
    padding:10px 5px;
    margin:10px 0px;
    background:#FFF;

    border-radius:10px;
    min-height:100px;
    width:100%;
}

section#home .data-block ul {
    margin-top:15px;
}

section#home .data-block .data-text{
    font-size:0.9em;
}

section#home .data-block ul li{
    list-style: none;
    margin:20px 2px;
    padding:3px 5px;
    font-size: 0.75em;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: bold;
}

section#home .data-block ul li .fa{
    margin-right:10px;
    font-size:1.3em;
    color:#ff5e3a;
}


section#home .data-block ul li a:hover{
    color:#ff5e3a;
}

section#home .data-block .follow{
    background:#ff5e3a;
    color:#FFF;

}

section#home .data-block .follow .fa{
    color:#ff5e3a;
    color:#FFF;


}

section#home .data-block .title{
    font-size:1em;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin:5px;
    padding:10px 5px;
    border-bottom:1px solid #F7F7F7;
}

section#home .data-block .block{
    display:block !important;
    padding:5px 5px 0px 10px;
    text-align: left !important;
    width:100%;
    margin:5px 0px;
}

section#home .data-block .block > a{
    clear:both !important;
}


section#home  .data-block .block img,
section#home  .data-block .block .text,
section#home  .data-block .block .desc,
section#home  .data-block .block a{
    display:inline-block;
}

section#home .data-block .block img{
    width:30px;
    height:30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right:10px;
}

section#home  .data-block .block .desc{
    vertical-align: top;
    width:80%;
    margin:0;
    line-height: 20px;
    margin-bottom:10px;
}

section#home  .data-block .block .desc,
section#home  .data-block .block .text{
    font-size:0.9em;
    color:#515365;
}

section#home .data-block .block .candidate-follow,
section#home .data-block .block .user-follow{
    color:#ff5e3a;
    border-radius: 5px;
    padding:1px 3px;
    margin-top:15px;
    float:right;
}

section#home .data-block .block .candidate-follow .fa,
section#home .data-block .block .user-follow .fa{
    margin:0px;
    font-size:1.2em;
}

section#home .data-block .block a .fa{
    font-size:1.4em;
    vertical-align: middle;
    margin-top:10px;
}

section#home .data-block  .chart{
    max-height:300px;
    padding:0px 10px;
}


/********* POST ********/

.post-info{
    width:auto;
    height:auto;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    border-radius: 5px;
    padding:2.5px 10px;
    font-size:0.72em;
    margin-right:5px;
    margin-top:-3px;
    vertical-align: top;
}

section#post .landmark{
    text-align: right;
}

section#post .asm .action{
    text-align:right;
}

section#post  .asm .action a{
    font-size:0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding:2px 5px;
}


section#post .post,
section#post .poll,
section#post .work{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin:10px;
    font-size:0.9em;
    position:relative;
    padding:10px 5px;
}

section#post .pincode{
    margin:0;
    font-size:0.8em;
    background:#1737ec;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#post .post .type{
    margin:0;
    font-size:0.8em;
    background:#CD0615;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#post .post .status{
    margin:0;
    font-size:0.8em;
    background:#ec9017;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}


section#post .post .share{
    margin:0;
    font-size:0.8em;
    background:rgb(7, 207, 74);
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#post .post .post-head,
section#post .post .comment-head,
section#post .post .post-footer .reply{
    padding:10px 15px 0px 15px;
}

section#post .post .post-body,
section#post .post .comment-body{
    padding:2px 15px;
}

section#post .post .post-head img,
section#post .post .comment-head img,
section#post .post .reply img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#post .post .post-head img,
section#post .post .post-head .user,
section#post .post .post-head .when{
    display:inline-block;
}


.user > a{
    color: #515365;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    margin-left: 6px;
    vertical-align: middle;
}

.user:hover > a{
    color:#ff5e3a;
}

section#post .post .post-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
}

section#post .post .post-head .user:hover{
    color:#ff5e3a;
}

section#post .post .post-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#post .post .post-body{
    margin-top:15px;
}

section#post .post .post-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
    resize:none;
}


section#post .post .post-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#post .post .post-body p.text,
section#post .post .post-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#post .post .post-body .action{
    text-align: right;
    margin:2px 5px;

    position: absolute;
    top:12px;
    right:10px;
}

section#post .post .post-body .action button,
section#post .post .post-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;

    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;

}

section#post .post .post-body .action .fa{
    font-size:1.2em;
}

section#post .post .post-body .action .update-show{
    display:none;
}

section#post .post .post-footer{
    margin-top:10px;
    padding-bottom:10px;
}

section#post .post .post-footer > .action{
    padding:5px 10px;
}

section#post .post .post-footer > .action a{
    width:24.2%;
    text-align: center;
}

section#post .post .post-footer > .action a.post-like.liked .fa{
    color:#ff5e3a;
    font-weight: bold;
}

section#post .post .post-footer .reply{
    margin-top:10px;
}

section#post .post .post-footer .reply img{
    vertical-align: top;
}

section#post .post .post-footer .reply img,
section#post .post .post-footer .reply textarea{
    display:inline-block;
}

section#post .post .post-footer .reply textarea{
    width:80%;
    margin-left:10px;
    border:1px solid #CCC;
    resize:none;
    padding:5px;
}

section#post .post .post-footer .reply .action{
    text-align: right;

}

section#post .post .post-footer .reply .action button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
    padding:5px 10px;
}

section#post .poll .title{
    text-align: left;
    text-transform: uppercase;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    border-bottom:1px dotted #17202A;
}


section#post .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#post .poll .analysis{
    max-height: 300px !important;
}

section#post .poll .action{
    padding:2px;
    text-align:right;
}

section#post .poll .action .btn{
    padding:2px 4px;
}

section#post .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#post .poll .vote label{
    display:block;
    font-weight: bold;
}

section#post .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}

section#post .work .action{
    padding:2px;
    text-align:right;
}

section#post .work .action .btn{
    padding:2px 4px;
}

section#post .work .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase
}


section#post .work .desc{
    text-align: justify;
    font-size:0.9em;
}


/***************POST COMMENTS*****************/

section#post .post .comments{
    margin-top:10px;
}

section#post .post .comment{
    background:#F7F7F7;
    padding:10px;
    margin-top:2px;
}

section#post .post .comment .comment-head img,
section#post .post .comment .comment-head .user,
section#post .post .comment .comment-head .when{
    display:inline-block;
}


section#post .post .comment .comment-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;

}

section#post .post .comment .comment-head .user:hover{
    color:#ff5e3a;
}

section#post .post .comment .comment-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#post .post .comment{
    position: relative;
}

section#post .post .comment .comment-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
}


section#post .post .comment-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#post .post .comment-body p.text,
section#post .post .comment-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#post .post .comment-body .action{
    text-align: right;
    margin:2px 5px;
    position: absolute;
    top:12px;
    right:10px;
}

section#post .post .comment-body .action button,
section#post .post .comment-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;


}

section#post .post .comment-body .action .fa{
    font-size:1.2em;
}

section#post .post .comment-body .action .update-show{
    display:none;
}

/**** CU-POLL ****/

.cu-poll{
    padding:10px 3px;
}

.cu-poll .col > .col{
    padding:0px 8px 0px 0px;
}

.cu-poll #poll-option label{
    margin:8px 0px 0px 0px;
    display:none;
}

.cu-poll #poll-option .form-group{
    margin-top:9px;
}

.cu-poll #poll-option .form-group input{
    width:90% !important;
    display:inline-block;
}


.cu-poll .remove-poll-option{
    margin-left:5px;
    font-weight: bold;
}

/********ACCOUNT******/
section#account .sidebar{
    min-height:200px;
    background:#FFF;
    border-radius: 10px;
    padding:5px;
}

section#account .sidebar .title{
    font-weight: bold;
    font-size:1.1em;
    padding-left:15px;
    padding-bottom:10px;
    border-bottom:1px dotted;
}

section#account .sidebar .data-block{
    margin:5px 0px;
}

section#account .sidebar .data-block .data-text{
    width:70%;
    margin-left:5px;
    font-size:0.9em;
}

section#account .sidebar .data-block .fa{
    width:40px;
    color:#ff5e3a;
    padding:10px 8px;
    border-radius: 10px;
    font-weight: bold;
    font-size:1.5em;
    vertical-align: top;
    margin-top:5px;
    text-align: left;
}

section#account .sidebar .data-block .fa,
section#account .sidebar .data-block .data-text {
    display:inline-block;
}

section#account .sidebar .data-block .data-text .data-title{
    font-weight: bold;
    display:block;
    text-transform: uppercase;
    font-size:0.8em;
    letter-spacing: 1px;
    margin-bottom:5px;
}

section#account .sidebar .data-block .data-text .data-desc{
    text-align: justify;
    color:rgb(31, 16, 97);
}

section#account .sidebar .data-block .data-text a{
    font-size:0.9em;
}

section#account .pane{
    padding:10px;
    background:#FFF;
    border-radius: 10px;
    margin:10px 0px;
    display:block;
    overflow-y:auto;
    overflow-x: hidden;
}

section#account  #photo-holder{
	width:150px;
	height:150px;
	margin:10px auto;
    display:block;
    background:#CCC;
}


section#account .pane .title{
    font-size:1.2em;
    font-weight: bold;
    padding:5px 10px 10px 15px;
    border-bottom:1px dotted;
    margin-top:8px;
}

section#account .pane .posts-header{
    width:30%;
    display: inline-block;
    vertical-align: top;
    height:70vH;
    overflow-y:auto;
    padding:0px 10px;

}

section#account .pane .posts-detail{
    width:60%;
    display: inline-block;
    vertical-align: top;

    height:70vH;
    overflow-y:auto;
    padding:0px 10px;
}

/****FOLLOW****/

div#account-follow .tab-pane{
    max-height:400px;
    overflow-y: scroll;
}

div#account-follow .block{
    text-align: center;
    margin:10px 0px;
}


div#account-follow .block img{
    width:50px;
    height:50px;
    border-radius: 50%;
    vertical-align: middle;
    margin:10px auto;
}


div#account-follow .block .text{
    font-size:0.9em;
    color:#515365;
    margin:2px 0px;
}

div#account-follow .no-data{
    text-align: center;
    font-weight: bold;
    font-size:1em;
}

div#account-follow  .block .follow{
    background:#ff5e3a;
    color:#FFF;
    color:#ff5e3a;
    border-radius: 5px;
    font-size:1.2em;
    padding:1px 3px;
    margin-top:5px;
}

div#account-follow  .block .follow .fa{
    color:#ff5e3a;
    color:#FFF;
}

/********PROFILE*******/
section#account #nominee .title{
    margin-top:20px;
}

section#account #nominee .nominee{
    text-align: center;
}

section#account #nominee .nominee .text{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    text-transform: uppercase;
}

section#account #nominee .nominee img{
    width:150px;
    height:150px;
    border-radius:50%;
    margin:10px auto;
}

section#account #nominee .nominee .name{
    text-align: center;
    font-size:0.9em;
    text-transform: capitalize;
}


section#account #nominee .people-list{
    background:#FFF;
    z-index:1000;
    text-align: left;
    position: absolute;
    width:100%;
    border:1px solid #F7F7F7;
    display:none;
}

section#account #nominee .people-list .name:not(:first-child){
    border-top:1px solid #F7F7F7;
}


section#account #nominee .people-list .name{
    font-size:0.9em;
    padding:10px 6px;
    margin:1px 0px;
    line-height:35px;
    cursor:pointer;
}

section#account #nominee .people-list .name img{
    height:25px !important;
    width:25px !important;
    border-radius: 50%;
    margin-right:5px;
    margin-top:5px;

}

section#account .profile-action{
    text-align: right;
}

section#account .profile-action a.btn{
    background: #ff5e3a;
    color:#FFF;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:0.6em;
    padding:6px 5px;
}


section#account #nominee  .action{
    text-align:right;
    padding-right:20px;
}

section#account #nominee .nominee .action{
    margin-top:20px;
    text-align: center;
    padding-right:0px;
}

section#account #nominee .no-text{
    font-size:0.8em;
    font-weight: bold;
    text-align: center;
}


/****POST HEADER*****/

section#account .pane .posts-header{
    border-right: 1px solid #F7F7F7;
}

section#account .pane .posts-header .header{
    min-height:100px;
    border-bottom:1px solid #F7F7F7;
    padding-top:8px;
    cursor:pointer;

}

section#account .pane .posts-header .header img,
section#account .pane .posts-header .header img#photo-holder{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}


section#account .pane .posts-header .header .status{
    text-align: right;
    text-transform: uppercase;
    font-size:0.7em;
    font-weight: bold;
    margin:2px 4px 5px 2px;
}

section#account .pane .posts-header .header img,
section#account .pane .posts-header .header .title,
section#account .pane .posts-header .header .when{
    display: inline-block;
}


section#account .pane .posts-header .header .title{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
    border:none;
}

section#account .pane .posts-header .header  .title:hover{
    color:#ff5e3a;
}

section#account .pane .posts-header .header .title .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#account .pane .posts-header .header .desc{
    font-size:0.9em;
    color:#007070;
    text-align: justify;
    padding-left:20px;
    margin-top:5px;
}

/****POST DETAIL****/

section#account .pane .posts-detail .detail{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin:10px;
    font-size:0.9em;
    position:relative;
    width:100%;
}

section#account .pane .posts-detail .detail .pincode{
    margin:0;
    font-size:0.8em;
    background:#1737ec;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#account .pane .posts-detail .detail .type{
    margin:0;
    font-size:0.8em;
    background:#CD0615;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}


section#account .pane .posts-detail .detail .status{
    margin:0;
    font-size:0.8em;
    background:#ec9017;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#account .pane .posts-detail .detail .landmark{
    font-size:0.9em;
    text-align: right;
}


section#account .pane .posts-detail .detail .share{
    margin:0;
    font-size:0.8em;
    background:rgb(7, 207, 74);
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}



section#account .pane .posts-detail .detail .head,
section#account .pane .posts-detail .detail .comment-head,
section#account .pane .posts-detail .detail .footer .reply{
    padding:10px 15px 0px 15px;
}

section#account .pane .posts-detail .detail .body,
section#account .pane .posts-detail .detail .comment-body{
    padding:2px 15px;
}

section#account .pane .posts-detail .detail .head img,
section#account .pane .posts-detail .detail .comment-head img,
section#account .pane .posts-detail .detail .reply img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#account .pane .posts-detail .detail .head img,
section#account .pane .posts-detail .detail .head .user,
section#account .pane .posts-detail .detail .head .when{
    display:inline-block;
}


section#account .pane .posts-detail .detail .head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
}

section#account .pane .posts-detail .detail .head .user:hover{
    color:#ff5e3a;
}

section#account .pane .posts-detail .detail .head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#account .pane .posts-detail .detail .body{
    margin-top:15px;
}

section#account .pane .posts-detail .detail .body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
    resize:none;
}


section#account .pane .posts-detail .detail .body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#account .pane .posts-detail .detail .body p.text,
section#account .pane .posts-detail .detail .body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#account .pane .posts-detail .detail .body .action{
    text-align: right;
    margin:2px 5px;

    position: absolute;
    top:12px;
    right:10px;
}

section#account .pane .posts-detail .detail .body .action button,
section#account .pane .posts-detail .detail .body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;

    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;

}

section#account .pane .posts-detail .detail .body .action .fa{
    font-size:1.2em;
}

section#account .pane .posts-detail .detail .body .action .update-show{
    display:none;
}

section#account .pane .posts-detail .detail .footer{
    margin-top:10px;
    padding-bottom:10px;
}

section#account .pane .posts-detail .detail .footer > .action{
    padding:5px 10px;
}

section#account .pane .posts-detail .detail .footer > .action a{
    width:24.2%;
    text-align: center;
}

section#account .pane .posts-detail .detail .footer > .action a.post-like.liked .fa{
    color:#ff5e3a;
    font-weight: bold;
}

section#account .pane .posts-detail .detail .footer .reply{
    margin-top:10px;
}

section#account .pane .posts-detail .detail .footer .reply img{
    vertical-align: top;
}

section#account .pane .posts-detail .detail .footer .reply img,
section#account .pane .posts-detail .detail .footer .reply textarea{
    display:inline-block;
}

section#account .pane .posts-detail .detail .footer .reply textarea{
    width:80%;
    margin-left:10px;
    border:1px solid #CCC;
    resize:none;
    padding:5px;
}

section#account .pane .posts-detail .detail .footer .reply .action{
    text-align: right;

}

section#account .pane .posts-detail .detail .footer .reply .action button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
    padding:5px 10px;
}

/***************POST COMMENTS*****************/

section#account .pane .posts-detail .detail .comments{
    margin-top:10px;
}

section#account .pane .posts-detail .detail .comment{
    background:#F7F7F7;
    padding:10px;
    margin-top:2px;
}

section#account .pane .posts-detail .detail .comment .comment-head img,
section#account .pane .posts-detail .detail .comment .comment-head .user,
section#account .pane .posts-detail .detail .comment .comment-head .when{
    display:inline-block;
}


section#account .pane .posts-detail .detail .comment .comment-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;

}

section#account .pane .posts-detail .detail .comment .comment-head .user:hover{
    color:#ff5e3a;
}

section#account .pane .posts-detail .detail .comment .comment-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#account .pane .posts-detail .detail .comment{
    position: relative;
}

section#account .pane .posts-detail .detail .comment .comment-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
}


section#account .pane .posts-detail .detail .comment-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#account .pane .posts-detail .detail .comment-body p.text,
section#account .pane .posts-detail .detail .comment-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

section#account .pane .posts-detail .detail .comment-body .action{
    text-align: right;
    margin:2px 5px;
    position: absolute;
    top:12px;
    right:10px;
}

section#account .pane .posts-detail .detail .comment-body .action button,
section#account .pane .posts-detail .detail .comment-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;


}

section#account .pane .posts-detail .detail .comment-body .action .fa{
    font-size:1.2em;
}

section#account .pane .posts-detail .detail .comment-body .action .update-show{
    display:none;
}


section#account .pane .posts-detail .detail .poll .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    display:none;
    border-bottom:1px dotted #17202A;
}

section#account .pane .posts-detail .detail .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#account .pane .posts-detail .detail .poll .analysis{
    max-height: 300px !important;
}

section#account .pane .posts-detail .detail .poll .action{
    padding:2px;
    text-align:right;
}

section#account .pane .posts-detail .detail .poll .action .btn{
    padding:2px 4px;
}

section#account .pane .posts-detail .detail .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#account .pane .posts-detail .detail .poll .vote label{
    display:block;
    font-weight: bold;
}

section#account .pane .posts-detail .detail .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}

section#account .pane .posts-detail .detail .work .action{
    padding:2px;
    text-align:right;
}

section#account .pane .posts-detail .detail .work .action .btn{
    padding:2px 4px;
}

section#account .pane .posts-detail .detail .work .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase
}


section#account .pane .posts-detail .detail .work .desc{
    text-align: justify;
    font-size:0.9em;
}

/*********ASM**********/

section#asm #box{
    background:#FFF;
    border-radius: 10px;
    padding:10px 5px;
    min-height:80vH;
    font-size:0.9em;
}

section#asm #box ul.nav-tabs li{
    text-transform: uppercase;
    font-size:0.8em;
    letter-spacing: 1px;
    font-weight: bold;
}

section#asm #box ul.nav-tabs li.active,
section#asm #box ul.nav-tabs li.active a{
    color:#fff;
    background: #ff5e3a;
    border:0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

section#asm #box > .action{
    text-align: center;
    margin-bottom:10px;
    border-bottom: 1px dotted #ff5e3a;
    padding:5px 5px 10px 5px;
}

section#asm #box .action label{
    display: inline-block;
    border-radius: 10px;
    color:#ff5e3a;
    background: #ffffff;
    border:1px solid #ff5e3a;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.7em;
    padding:5px 10px;
    margin:5px 4px;
    cursor:pointer;

}

section#asm #box .action label.active{
    background:#f88a71;
    color:#FFF;
}

section#asm .posts-header{
    width:30%;
    display: inline-block;
    vertical-align: top;
    height:70vH;
    overflow-y:auto;
    padding:0px 10px;
}

section#asm .posts-header .header{
    margin-top:3px;
}


section#asm .posts-header .header .id{
    margin:3px;
    text-align: right;
    font-size:0.9em;
    font-weight: bold;
}


section#asm .posts-header .header .status{
    text-align: right;
    text-transform: uppercase;
    font-size:0.7em;
    font-weight: bold;
    margin:2px 4px 5px 2px;
}


section#asm .posts-header .header.unread .status{
   color:#CD0615;
}

section#asm .posts-header .header.unread{
    background:#fcddcc;
    color:#FFF;
    border-radius: 10px;
    padding-left: 5px;
}

section#asm .posts-header .header.off,
section#asm .posts-header .detail.off{
    display: none !important;
}


section#asm .posts-detail{
    width:65%;
    display: inline-block;
    vertical-align: top;
    height:70vH;
    overflow-y:auto;
    padding:0px 10px;
}


/****POST HEADER*****/

section#asm .posts-header{
    border-right: 1px solid #F7F7F7;
}

section#asm .posts-header .header{
    min-height:100px;
    border-bottom:1px solid #F7F7F7;
    padding-top:8px;
    cursor:pointer;

}

section#asm .posts-header .header img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#asm .posts-header .header img,
section#asm .posts-header .header .title,
section#asm .posts-header .header .when{
    display: inline-block;
}


section#asm .posts-header .header .title{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
    border:none;
}

section#asm .posts-header .header  .title:hover{
    color:#ff5e3a;
}

section#asm .posts-header .header .title .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#asm .posts-header .header .desc{
    font-size:0.9em;
    color:#007070;
    text-align: justify;
    padding-left:20px;
    margin-top:5px;
}

/****POST DETAIL****/

section#asm .posts-detail .detail{
    background:#FFF;
    border-radius:10px;
    min-height:100px;
    margin:10px;
    font-size:0.9em;
    position:relative;
    width:100%;
}

section#asm .posts-detail .detail .type{
    margin:0;
    font-size:0.8em;
    background:#CD0615;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#asm  .posts-detail .detail .landmark{
    font-size:0.9em;
    text-align: right;
}


section#asm .posts-detail .detail .work .action{
    padding:2px;
    text-align:right;
}
section#asm.posts-detail .detail .work .action .btn{
    padding:2px 4px;
}

section#asm .posts-detail .detail .work .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    margin-top:2px;
    border-bottom:1px dotted #17202A;
    text-transform: uppercase
}


section#asm  .posts-detail .detail .work .desc{
    text-align: justify;
    font-size:0.9em;
}


section#asm .posts-detail .detail .pincode{
    margin:0;
    font-size:0.8em;
    background:#1737ec;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}

section#asm .posts-detail .detail .status{
    margin:0;
    font-size:0.8em;
    background:#ec9017;
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}


section#asm .posts-detail .detail .share{
    margin:0;
    font-size:0.8em;
    background:rgb(7, 207, 74);
    color:#FFF;
    border-radius: 5px;
    padding:5px 10px;
    display:inline-block;
    vertical-align: middle;

    margin-bottom:-10px;
    margin-left:2px;
}



section#asm .posts-detail .detail .head,
section#asm .posts-detail .detail .comment-head,
section#asm .posts-detail .detail .footer .reply{
    padding:10px 15px 0px 15px;
}

section#asm .posts-detail .detail .body,
section#asm .posts-detail .detail .comment-body{
    padding:2px 15px;
}

section#asm .posts-detail .detail .head img,
section#asm .posts-detail .detail .comment-head img,
section#asm .posts-detail .detail .reply img{
    width:40px;
    height:40px;
    border-radius: 50%;
    display:inline-block;
}

section#asm .posts-detail .detail .head img,
section#asm .posts-detail .detail .head .user,
section#asm .posts-detail .detail .head .when{
    display:inline-block;
}


section#asm .posts-detail .detail .head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;
}

section#asm .posts-detail .detail .head .user:hover{
    color:#ff5e3a;
}

section#asm .posts-detail .detail .head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#asm .posts-detail .detail .body{
    margin-top:15px;
}

section#asm .posts-detail .detail .body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
    resize:none;
}


section#asm .posts-detail .detail .body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#asm .posts-detail .detail .body p.text,
section#asm .posts-detail .detail .body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}

/***************POST COMMENTS*****************/

section#asm .posts-detail .detail .comments{
    margin-top:10px;
}

section#asm .posts-detail .detail .comment{
    background:#F7F7F7;
    padding:10px;
    margin-top:2px;
}

section#asm .posts-detail .detail .comment .comment-head img,
section#asm .posts-detail .detail .comment .comment-head .user,
section#asm .posts-detail .detail .comment .comment-head .when{
    display:inline-block;
}


section#asm .posts-detail .detail .comment .comment-head .user{
    color:#515365;
    font-size:1em;
    font-weight: bold;
    margin:0;
    margin-left:6px;
    vertical-align: middle;

}

section#asm .posts-detail .detail .comment .comment-head .user:hover{
    color:#ff5e3a;
}

section#asm .posts-detail .detail .comment .comment-head .when{
    color:#888da8;
    font-size:0.9em;
    margin-top:5px;
}

section#asm .posts-detail .detail .comment{
    position: relative;
}

section#asm .posts-detail .detail .comment .comment-body .text{
    padding:2px 10px;
    color:#515365;
    text-align:justify;
}


section#asm .posts-detail .detail .comment-body .text{
    padding:2px 15px;
    color:#515365;
    width:100%;
    resize:none;
    text-align:justify;
    margin-top:10px;
    background:#FFF;
    margin-top:6px;
    border-radius: 5px;
    padding:5px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

section#asm .posts-detail .detail .comment-body p.text,
section#asm .posts-detail .detail .comment-body .text:disabled{
    background:none;
    border:none;
    padding:0px;
}


section#asm .posts-detail .detail .comment-body .action{
    text-align: right;
    margin:2px 5px;
    position: absolute;
    top:2px;
    right:-1px;
}

section#asm .posts-detail .detail .comment-body .action button,
section#asm .posts-detail .detail .comment-body .action a{
    padding:5px 7px !important;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    font-size:0.75em !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width:22px !important;
    height:22px !important;
    display: inline-block;
    margin:0px;
    border-radius: 5px;


}

section#asm .posts-detail .detail .comment-body .action .fa{
    font-size:1.2em;
}

section#asm .posts-detail .detail .comment-body .action .update-show{
    display:none;
}



section#asm .posts-detail .detail .poll .title{
    text-align: center;
    font-size:1em;
    font-weight: bold;
    padding-bottom:4px;
    display:none;
    border-bottom:1px dotted #17202A;
}

section#asm .posts-detail .detail .poll .desc{
    text-align: justify;
    font-size:0.9em;
}

section#asm .posts-detail .detail .poll .analysis{
    max-height: 300px !important;
}

section#asm .posts-detail .detail .poll .vote{
    margin-top:10px;
    text-align: center;
}

section#asm .posts-detail .detail .poll .vote label{
    display:block;
    font-weight: bold;
}

section#asm .posts-detail .detail .poll .vote a{
    background: #17202A;
    color:#FFF;
    font-size:0.7em;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding:5px 4px;
    text-transform: uppercase;
}

section#asm .posts-detail .detail .delete{
    float:right ;
    position: absolute;
    top:10px;
    right:10px;
}


section#asm .posts-detail .action{
    text-align:right;
}

section#asm .posts-detail .action a{
    font-size:0.82em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}


section#asm .footer .reply{
    margin-top:10px;
}

section#asm .footer .reply img{
    vertical-align: top;
}

section#asm .footer .reply img,
section#asm .footer .reply textarea{
    display:inline-block;
}

section#asm .footer .reply textarea{
    width:80%;
    margin-left:10px;
    border:1px solid #CCC;
    resize:none;
    padding:5px;
}

section#asm .footer .reply .action{
    text-align: right;

}

section#asm .footer .reply .action button[type="submit"]{
    background:#ff5e3a;
    color:#FFF;
    padding:5px 10px;
}


/********CU-SOCIAL-WORK*********/

div#add-social-work #filedrop{
    width:100%;
    height:200px;
    overflow-y: scroll;
    border:1px dashed #CCC;
}

/****UPLOAD FILES***/

.upload-file-toggle{
    font-size:2.8em !important;
    vertical-align: top;
    color:#ff5e3a;
    margin-top:0px !important;
    float:left;
    cursor:pointer;
}

.upload-file{
    position:relative;
    min-height:100px;
    float:none;
    clear:both;
    height:auto;
    width:100%;
    margin:10px 0px;
}

.upload-file .tag{
    position: absolute;
    top:20%;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    text-align:center;
    font-size:1em;
    color:#CCC;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;

}

.upload-file .files{
    float:none;
    clear:both;
}

.upload-file .files .file-container{
    border:1px dashed #CCC;
    width:100%;
    padding:5px;
    min-height:135px;
    display: block;
}

.upload-file .files .file-container.drag{
    border:1px dashed #444;
}

.upload-file .files label{
    width:100%;
    margin:10px auto;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;

}


.upload-file .files .file{
	width:135px !important;
	min-height:135px !important;
	background:#FFF;
	display:inline-block;
	position:relative;
	overflow: hidden;
	margin:5px;
	border-radius:10px;
}

.upload-file .files .file .data{
	width:100% !important;
	height:135px !important;
	object-fit: cover;
	margin:0 !important;
}

.upload-file .files .file .remove{
	width:100%;
	height:100%;
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	color:#FFF;
	position: absolute;
	margin:0;
	top:0;
	left:0;
	text-align: center;
	opacity: 0;
	z-index:-1;
	transition: all ease 0.5s;
}

.upload-file .files .file:hover .remove{
	opacity: 1 !important;
	z-index:1 !important;
}

.upload-file .files .file .remove i.fa{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.upload-file .files .file .progress{
	margin-top:3px;
	margin-bottom:3px;
}

.upload-file .files .file.success .progress .progress-bar,
.upload-file .files .file .progress .progress-bar{
	background:#ff5e3a;
    color:#FFF;
    width:100%;
    text-align:center;
}


.upload-file .files .file.fail .progress .progress-bar{
    background:#CD0615;
}

.upload-file .files .file .name{
    color:#444;
    text-transform: capitalize;
    font-size:0.8em;
}

/*********CHART************/
.doughnut{
    position:relative;
}

.doughnut .chart-center-text{
    position:absolute;
    top: 55%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    text-align: center;
    font-size:2.5em;
    font-weight: bold;
    color:#666;
}

.doughnut .chart-center-text span{
    display: block;
    font-size:0.3em !important;
}

/***MEDIA GALLERY START***/

.media-gallery-info{
    width:100%;
    height:100px;
    position: relative;
    overflow: hidden;
}

.media-gallery-info .count{
    display:none;
    background:#000;
    color:#FFF;
    padding-top:10%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    margin:0;
    opacity:0.3;
    text-align: center;

}

 .media-gallery-info img{
    width:100px;
    height:100px;
    z-index:-1;
}

.media-modal .modal-body{
    padding:0px;
    background:#000;
}

.media-modal .carousel-control{
    height: 80px;
    vertical-align: middle !important;
    margin: 0;
    position: absolute;
    top: 48%;
    -ms-transform: translateY(-47%);
    transform: translateY(-47%);

}

.media-modal .slide-action{
    font-size:2em;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);

}

.media-modal button.close:hover,
 .media-modal button.close{
    position: absolute;
    right:10px;
    top:10px;
    opacity: 1 !important;
    font-weight: bold !important;
    color:#FFF !important;
    z-index:500;
}

 .media-gallery{
    min-height:100px;
    height:auto !important;
    display:block;
}

 .media-gallery .item{
    min-height:100px;
    height:auto !important;
}

.media-gallery .item .name{
    text-align:center;
    font-weight: bold;
    font-size:1.1em;
}

 .media-gallery img.media{
    /* height:100% !important;
    object-fit: cover; */
    width:auto !important;
    height:auto !important;
    margin:0px auto;
    max-width:100% !important;
    max-height:80vH !important;
}

 .media-gallery video.media{
    width:100% !important;
    height:auto !important;
    max-height:80vH !important;
}

.media-gallery audio.media{
    width:300px !important;
    height:50px !important;
    display:block;
    margin:10% auto;
}

.media-gallery .media.application{
    width:100px !important;
    height:200px !important;
    display:block;
    margin:2px auto;
}

/********SEARCH******/

.search.know .modal-header{
    background:#ff5e3a;
    color:#FFF;
}

.search.know .modal-header .modal-title{
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size:0.9em;
}

.search.know input{
    border-radius: 6px;
    margin-bottom:20px;
    height:35px;
}

.search.know .reset{
    text-transform: uppercase;
    background:#ff5e3a;
    color:#FFF;
    font-weight: bold;
    letter-spacing: 1px;
    font-size:0.7em;
}

.data-set{
    max-height:250px;
   overflow-x: auto;
     padding:0px;
   /* border:0;
    height:auto;
    border-color: #FFF;
    display: inline-block;
    width:100%;*/
}

.data-set .data{

  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin:10px 3px;
    padding:3px 5px;
    border-radius: 10px;
    font-size:0.7em;
}

.data-set .data .name{
    font-weight: bold;
    font-size:1.2em;
    margin-bottom:6px;
}

.data-set .data .type{
    font-weight: bold;
    font-size:0.9em;

    color:#CCC !important;
    margin-top:0px;
    background:none !important;

}

.data-set .data .desc{
    font-weight: bold;
    font-size:0.9em;
    text-align: justify;
    color:#CCC;
    margin-top:0px;
}

/**** SEARCH RESULT CANDIDATE ***/
section#result-candidates{
    padding:10px 10px;
    background:#FFF;
    height:auto;
    border-radius:10px;
}

section#result-candidates .tot-rows{
    text-align: left;
    padding-left:50px;
    font-size:1.2em;
    font-weight: bold;
}

section#result-candidates .action{
    margin-right:10px;
}

section#result-candidates #message{
    padding:30px 0px;
    text-align: center;
    font-weight: bold;
}

section#result-candidates #message a{
    margin:15px 5px;
    display: inline-block;

    color:#da3c19;
}

section#result-candidates #message a i.fa{
    display: block;
    margin:5px auto;
    font-size:2em;
}

section#result-candidates .candidate{
    background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 8px;
    padding:10px 4px;
    border-radius: 10px;
    height:100px;
    display:block;
}

section#result-candidates .candidate .col{
    padding:2px;
}

section#result-candidates .candidate .col:last-child{
    padding-left:10px;
    padding-top:5px;
}

section#result-candidates .candidate img{
    display:block;
    width:100%;
    height:auto;
    border-radius: 10px;
}

section#result-candidates .candidate .name{
    text-align: left;
    font-weight: bold;
    font-size:1em;
    margin:2px;
}

section#result-candidates .candidate .text{
    text-align: left;
    font-size:0.9em;
    margin:5px 2px;
}

/***********COMPARE CANDIDATE *************/

div#compare-candidates-modal #add-candidate-to-compare{

    color:#ff5e3a;
    background:#FFF;
    border: 1px solid #ff5e3a;
    padding:5px 10px;
    font-size:0.8em;

}

div#compare-candidates-modal #add-candidate-to-compare .fa{
    margin-right:5px;
    font-size:1em;
}

div#compare-candidates-modal form select{
    width:90%;
    display: inline-block;
}

div#compare-candidates-modal form  .fa{
    font-size:1.4em;
    vertical-align: middle;
    margin-left:5px;
}

/********** EXPLORE *******/

section.explore .action{
    text-align:right;
}

section.explore .action a{
    color:#FFF;
    background-color: #ff5e3a;

}


section.explore #stats{
    margin:10px 0px 20px 0px;
}

section.explore .stat{
	display:block;
	background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 8px;
    padding:10px 4px;
    border-radius: 10px;
}

section.explore .stat .num{
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	margin-top:3px;
    margin-bottom:8px;
    display:inline-block;
    width:45%;
    padding-left:10px;
}

section.explore .stat .name{
	text-align:center;
	vertical-align:middle;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
    margin-top:5px;
    letter-spacing: 1px;
}

section.explore .stat .fa{
	text-align:right;
	font-size:1.8em;
	margin-top:15px;
	margin-bottom:5px;
    display:inline-block;
    width:45%;
    padding-right:10px;
}

section.explore .tab-content{
    background:#FFF;
    min-height:300px;
}

section.explore .data{
    display:inline-block;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    min-height:100px;
    min-width:200px;
    margin:10px 5px;
    padding:10px 15px;
    border-radius: 10px;
    vertical-align: top;
}

section.explore #wards .data{
    min-height:150px;
}


section.explore .data a{
    color:#1a1a1b;
}

section.explore .data:hover a{
    color:#ff5e3a;
}

section.explore .data .name{
    font-weight: bold;
    font-size:1.2em;
}


section.explore .data .text{
    color:#515365;
    font-size:0.9em;
}

/*******EXPLORE SHOW******/

section.explore-show{
    background:#FFF;
    padding:10px 14px;
    border-radius: 10px;
}

section.explore-show .info{
    text-align:center;
}

section.explore-show .info .name{
    display:inline-block;
    margin-bottom:1px;
}

section.explore-show .info .name:after{
    content:' ';
    width:50px;
    height:1px;
    background:#17202A;
    margin:5px auto;
    display:block;
}


section.explore-show .info .desc{
    text-align:center;
    width:300px;
    font-size:0.8em;
    margin:1px auto 2px auto;
}

section.explore-show #stats{
    margin:10px 0px 20px 0px;
}

section.explore-show .stat{
	display:block;
	background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 8px;
    padding:10px 4px;
    border-radius: 10px;
}

section.explore-show .stat .num{
	text-align:left;
	font-size:1.5em;
	font-weight:bold;
	margin-top:3px;
    margin-bottom:8px;
    display:inline-block;
    width:45%;
    padding-left:10px;
}

section.explore-show .stat .name{
	text-align:center;
	vertical-align:middle;
	font-size:0.9em;
	font-weight:bold;
	text-transform:uppercase;
    margin-top:5px;
    letter-spacing: 1px;
}

section.explore-show .stat .fa{
	text-align:right;
	font-size:1.8em;
	margin-top:15px;
	margin-bottom:5px;
    display:inline-block;
    width:45%;
    padding-right:10px;
}


section.explore-show .tab-content{
    background:#FFF;
    min-height:300px;
}

section.explore-show .data{
    display:inline-block;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    min-height:60px;
    min-width:200px;
    margin:10px 5px;
    padding:5px 15px;
    border-radius: 10px;
    vertical-align: top;
}

section.explore-show .data a{
    color:#1a1a1b;
}

section.explore-show .data:hover a{
    color:#ff5e3a;
}

section.explore-show .data .name{
    font-weight: bold;
    font-size:1.1em;
    margin-bottom:2px;
}


section.explore-show .data .text{
    color:#515365;
    font-size:0.9em;
    margin:2px 0px;
}

section.explore-show .half-width{
    width:45%;
    display:inline-block;
    vertical-align: top !important
}

section.explore-show .quarter-width{
    width:28%;
    display:inline-block;
    vertical-align: top !important
}

section.explore-show .three-quarter-width{
    width:65%;
    display:inline-block;
    vertical-align: top !important
}

section.explore-show ul.horizontal-statistics-list{
    text-align: center;
}

section.explore-show ul.horizontal-statistics-list li .count{
    font-weight: bold;
}

section.explore-show ul.horizontal-statistics-list li .count{
    font-size:1em;
    font-weight: bold;
    margin-top:2px;
    margin-bottom:1px;
}

section.explore-show ul.horizontal-statistics-list li .name{
    font-size:1em;
    border:1px solid #666;
    text-align: center;
    padding:4px 8px;
    font-weight: bold;
    margin-top:2px;
}

section.explore-show ul.statistics-list{
    vertical-align: bottom !important;
}

section.explore-show ul.statistics-list li{
    display:block;
    margin:2px 0px 10px 0px;
}

section.explore-show ul.statistics-list li:nth-child(1){
    margin-top:30px  !important;
}

section.explore-show ul.horizontal-statistics-list li{
    display:inline-block;
    margin:2px 0px;
}


section.explore-show ul.statistics-list li .name{
    font-size:0.9em;
    margin:2px 0px;
}

section.explore-show ul.statistics-list li .name span{
    width:10px;
    height: 10px;
    border-radius: 50%;
    display:inline-block;
}

section.explore-show ul.statistics-list li .count{
    font-size:2em;
    margin:2px 0px;
}



section.explore-show #analysis{
    margin:20px 0px;
}

section.explore-show .analysis{
    max-height: 300px !important;
    margin:30px 0px;
}

section.explore-show .analysis .data-desc{
    text-align: left;
    font-size:1em;
    padding:20px 10px;
    margin-top:10px;
    font-weight: bold;
}

section.explore-show .analysis .desc{
    text-align: center;
    margin-top:10px;
    font-weight: bold;
}

section.explore-show .analysis .title{
    text-align: center;
    font-weight: bold;
    font-size:1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top:10px;
}

/**********AD*********/

.ad {
    padding:10px 5px;
    color:#444;
}

.feed .ad{
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.ad img{
    width: 100%;
    max-width:100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
    /* max-height: 250px; */
}


.ad .title{
    font-size:1.2em;
    margin-top:5px;
    margin-bottom:5px;
    color:#666;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}



.ad .desc{
    text-align:justify;
    font-size:0.9em;
}

/****** RATING **/
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
}

/****** USERS ***********/

section#users #search form button[type=submit]{
    padding:6px 12px;
    vertical-align: middle;
    height:31px !important;
}

section#users #search{
    display: block;
    min-height:50px;
    margin:20px 0px;

}

section#users #search .search-tag{
    text-align: center;
    font-size:0.9em;
    color:#ff5e3a;
    margin:20px 0px 10px 0px;
    font-weight: bold;
}

section#users #search .search-tag span{
    color:#FFF;
    background:#ff5e3a;
    border-radius: 5px;
    padding:5px 10px;
}

section#users .user{
    background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 8px;
    padding:5px 4px;
    border-radius: 10px;
    min-height:100px;
    display:block;
}

section#users .user .col{
    padding:2px;
}

section#users .user .col:last-child{
    padding-left:10px;
    padding-top:5px;
}

section#users .user img{
    display:block;
    width:100%;
    height:86px;
    border-radius: 10px;
}

section#users .user .name{
    text-align: left;
    font-weight: bold;
    font-size:1em;
    margin:2px;
}

section#users .user .text{
    text-align: left;
    font-size:1em;
    margin:2px;
}

section#users .user .action{
    text-align:right;
}

/* section#users .user .action .official{

    display: inline-block;
    font-size:1em;
    letter-spacing: 0.3px;
    color: #da3c19;
    margin:0px 0px 0px 0px;
    padding:2px 6px;
} */

section#users .user .action .fa {
    font-size:1.6em;
    font-weight: bold;}


section#users .user .action .follow .fa {
    color:#FFF;
    background:#ff5e3a;
    font-weight: bold;
    padding:1px 5px;
    border-radius: 4px;
}


/****************** NOTIFICATIONS **********/
section#notifications{
    background:#FFF;
    padding:10px 14px;
    border-radius: 10px;
}

section#notifications > .action{
    margin:10px 0px;
}

section#notifications > .action .title{
    font-size:1.2em;
    font-weight: bold;
    text-transform: uppercase;
    float:left;
    letter-spacing: 1px;
}

section#notifications > .action > a{
    font-size:0.9em;
    float:right;
}

section#notifications .notification a{
    color:#666;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    padding:10px 10px;
}

section#notifications .notification img{
    width:60px;
    height:60px;
    display:inline-block;
    border-radius: 10px;
}

section#notifications .notification{
    background:#FFF;
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	color:#17202A;
	margin:10px 10px;
    padding:10px 5px;
    border-radius: 10px;
    height:84px;
    width:100%;
    vertical-align: top;
    font-size:0.9em;
    position:relative;
}

section#notifications .notification.unread{
    background:rgba(185, 176, 176, 0.3);
}

section#notifications .notification .col{
    padding:0;
    height:100%;
}

section#notifications .notification .time{
    text-align:right;
    font-weight: bold;
    font-size:0.9em;
    margin:2px 0px;
    position:absolute;
    bottom:0;
    right:10px;
}

section#notifications .notification .text{
    text-align:left;
    font-weight: bold;
    font-size:1em;
    margin-top:5px;
    line-height: 20px;
    height:80px;
}

section#notifications .notification .msg{
    text-align:right;
    font-style: italic;
    font-size:0.9em;
    margin-right:10px;
}

section#notifications .notification > .action{
    text-align:right;
    font-size:0.9em;
    clear:both;
}

/*********** POLICIES*******************/

 section#policies{
    position:relative;
}

section#policies .policy{

    position:relative;
    min-height:150px;
    padding:10px 10px;
    margin:5px 0px;
    border-radius: 10px;
    display:block;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


section#policies .policy .title{
    text-align: center;
    font-weight: bold;
    font-size:1em;
    text-transform: uppercase;
}

section#policies .policy .desc{
    text-align:justify;
    font-size:0.8em;
}

section#policies .policy .download{
    text-align:right;
    display: block;
    position:absolute;
    bottom:10px;
    right:10px;
}
/* About US css */
.about
{
    position: relative;
    min-height: 125px;
    padding: 10px 10px;
    margin: 5px 0px;
    border-radius: 10px;
    display: block;
    box-shadow: 0 10px 30px -12px rgb(255 94 58), 0 4px 25px 0px #ff5e3a, 0 8px 10px -5px #ff5e3a;
}
.sectionpadding
{
    padding-top: 70px;
    padding-bottom: 20px;
}

.info-title
{
    text-align: center;
}

/* About US css end */

