/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

#newBody {
	background-color: #D2D5D9 !important;

}

#wrapper {
    width: 100%;
	padding-top:10px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size: 14px  !important;
	line-height: 1.42857143  !important;
	color: #333  !important;
}

#page-wrapper {
 
    min-height: 568px;
    background-color: #fff !important;
}
.addthis_floating_style.addthis_32x32_style {
width: auto;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        /*margin: 0 0 0 250px;*/
     
        /*border-left: 1px solid #e7e7e7;*/
    }
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent !important;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.user-info {
    text-align: center;
}
.c-user-info {
	height: 60px ! important;
    text-align: center;
}
.c-user-info .c-user-img{
    margin: 10% 20%;
}
.c-user-info .c-user-img img{
	border-radius: 50px;
	height: 45px !important;
}
.user-info .user-img{
height: 144px;
}
.user-info .user-img img {
   /* border-radius: 50px;width: 100%;*/
}
.userImgEdit
{
	display:none;
	height:100px;
   background:black;
   width:100px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    background: #4679BD;
	

}
.user-info .user-img:hover .userImgEdit 
{
   /* border-radius: 50px;*/
	display:block; 
	margin-left: 22px;
	padding-top: 29%;
	text-align: center;
}
.user-info .user-img:hover .userImgEdit a 
{
cursor:pointer;color:white !important;
}
.user-info .user-img:hover img
{
display:none;
}
.user-info .user-name {
    font-weight: bold;
    margin-top: 10px;
}
.user-info .user-loc {
    color: #8c8c8c;
}
.btn-round
{
	border-radius: 20px !important;
}
.mWidth {
    width: 50%;
}

.bottom-divider {
    border-bottom: 1px solid #f1f1f1;
}
.right-divider {
    border-right: 1px solid #f1f1f1;
}
.left-divider {
    border-left: 1px solid #f1f1f1;
}
.user-info .user-img img {
border-radius: 50px;width: 100px;
}
.user-info .user-img1 img {
border-radius: 50px;width: 100px;
}
.user-info .user-img img.defaultImg {
border-radius: 50px;width: 100px;
}
.extra-links {
    color: #8c8c8c;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}
.extra-links a {
    color: #8c8c8c;
    padding-left: 10px;
}
.counter-div
{
	float:left;
	padding:10px;
}
.nopadding
{
padding:0;
}
.counter-div-count
{
	font-weight: bold;
}
.counter-div-name
{
	color: #8c8c8c;
}
.padd5 {
    padding: 5px;
}
.padd15 {
    padding: 15px;
}
.navbar-static-top
{
	background: #fff;
}
.noborder {
    border: none !important;
}
.noleftborder {
    border-left: none !important;
}
.norightborder {
    border-right: none !important;
}
.noboxshadow {
    box-shadow: none !important;
}
.top-search-div input
{
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}
.top-search-div button
{
	border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.top-search-div
{
	width: 160px;
}
.nav-top-menu
{
	width:45%;
}
.nav-top-menu ul {
    list-style-type: none !important;
}
.nav-top-menu ul li {
    float: left;
    padding: 4%;
}
.nav-top-menu ul li a{
    color: #777;
}
.transparent-background
{
	background: none repeat scroll 0 0 transparent;
}
.userViewdLists > ul {
    list-style-type: none;
	padding: 0;
}
.userViewdLists > ul li{
    float: left;
	margin: 10px auto;
}
.userViewdLists li .user-img {
    float: left;
    width: 20%;
}
.userViewdLists li .user-details {
    float: left;
    padding-left: 10px;
    width: 75%;
}
.userViewdLists li .user-img img {
    border-radius: 30px;
    width: 100%;
}
.userViewdLists .user-details .user-occ {
    color: #c0c0c0;
    font-size: 13px;
}
.nomargin
{
	margin:0;
}
.nav-second-top-menu
{
    float: left;
	height:5px !important;
	width:100%;
}
.nav-second-top-menu ul {
    float: left;
    list-style-type: none !important;
    padding: 0 !important;
    width: 100%;
}
.nav-second-top-menu ul li {
    float: left;
    padding: 1% 4% 0;
}
.nav-second-top-menu ul li.active {
    float: left;
    padding: 1% 4% 0;
}
.nav-second-top-menu ul li a{
    color: #cacaca;
}
.nav-second-top-menu ul li.active a{
    color: #777;
}
.timeline-heading2 {
    margin-bottom: 10px;
	text-transform: uppercase;
}
.timeline-body2 {
    color: #8c8c8c !important;
    padding-left: 30px;
}
.timeline-heading2 > span {
    padding-left: 10px;
}
.nobackground,.nobackground:before
{
	background:none !important;
}
.newtimeline .timeline-panel
{
	width: 100% !important;
}
.panel-bodyNew
{
padding-top:5px !important;
}
	.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn
	{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(http://www.jssor.com/img/a03.png) no-repeat;
	overflow:hidden;
	}
	.jssora03l { background-position: -3px -33px; }
	.jssora03r { background-position: -63px -33px; }
	.jssora03l:hover { background-position: -123px -33px; }
	.jssora03r:hover { background-position: -183px -33px; }
	.jssora03ldn { background-position: -243px -33px; }
	.jssora03rdn { background-position: -303px -33px; }\
	/* jssor slider bullet navigator skin 03 css */
	/*
	.jssorb03 div           (normal)
	.jssorb03 div:hover     (normal mouseover)
	.jssorb03 .av           (active)
	.jssorb03 .av:hover     (active mouseover)
	.jssorb03 .dn           (mousedown)
	*/
	.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av
	{
	background: url(http://www.jssor.com/img/b03.png) no-repeat;
	overflow:hidden;
	cursor: pointer;
	}
	.jssorb03 div { background-position: -5px -4px; }
	.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
	.jssorb03 .av { background-position: -65px -4px; }
	.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }


	.slider-body
	{
	padding-top:14px;
	}
.sliderTabDiv {
padding: 5px;
text-align: left;
background-color: #000;
border-top: 1px solid #111;
bottom: 0;
opacity: 0.8;
text-align: left;
height: 40px;
margin-top: 109px;
overflow: hidden;
font-size: 10px;
color: #EEE;
}
#slideShowProfile img,.sliderTabDiv
{
cursor:pointer !important;
}
#wrapper .panel {
margin-bottom:0px !important;
}
#wrapper .sent-message-upper-div
{
height:55px !important;


}
.slider-body
{
	display:none;
}
#dvLoading

{
   background:#000 url(/images/load.gif) no-repeat center center;
   height: 100px;
   width: 100px;

   position: fixed;

   z-index: 1000;

   left: 50%;

   top: 50%;

   margin: -25px 0 0 -25px;

}
.msgComposeIn
{
background: none repeat scroll 0 0 #ffffff;
float: left;
height: 25px;
margin-top: 0;
width: 46px;
padding-top: 6px;
}
#wrapper .newsTitle
{
font-size:13.5px;
}
.ui-dialog
{
	top: 201px !important;
	width: 400px !important;
	height:200px !important;
}
.ui-button-icon-only .ui-icon
{
	left:0% !important;
	top:0% !important;
}

.ui-dialog-titlebar{
	color: #FFF !important;
	background: #428BCA !important;
	border-color: #428BCA !important;
}

.profileExpEdit
{
float: right !important;
}
.col-lg-3
{
	width: 20% !important;
	padding-right:1% !important;
	padding-left:1% !important;
}
.col-lg-9
{
	width: 78% !important;
	padding-right:0px !important;padding-left:0px !important;
}
.row 
{
	margin-right: -0px !important; 
	margin-left: -0px !important;margin-top: 10px !important;
}
.slider-body {
padding-left: 2px !important; ;padding-right: 2px !important; 
}
.panel {
margin-bottom: 20px;
background-color: #FFF;
border: 0px solid rgba(0, 0, 0, 0) !important; 
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important; 
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05) !important; 
/*border: 6px solid #0076ba !important;*/
}
a.btn-roundResume
{
text-decoration:none !important;
/*margin-left: 3%;*/
}
a.btn-roundResume:hover
{

text-decoration:underline !important;

}
#wrapper  #deleteMessage {
background: url("/usersprofile/img/Delete_Icon.png") no-repeat;
height: 26px;
opacity: 0.35; margin-left:0px !important;
width: 40px;
}
#wrapper  #composeMessage {
background:url("/usersprofile/img/email.png") no-repeat scroll 0 0 / 31px auto rgba(0, 0, 0, 0);
height: 26px;
opacity: 0.35;
width: 40px;margin-left:0px !important;
}
.panelFancyBOx 
{
padding-bottom:0px !imnportant;
}
#avatarformId
{
margin-bottom:0px !important;
}
.messagePanelheader
{
width: 49px !Important;float:left;
}
.userProExp
{
margin-left:10px !important;
}
.usersprofileEdit
{
margin-right:35px !important;
}
.userProMsgSetting
{
float:left !important;/*
margin-right: 21px !important;*/margin-left:0px !important;float: right !important;
}
.message_type {
/* background: none repeat scroll 0 0 #0076BA; */
color: #FFFFFF;
font-family: verdana;
font-size: 9px;
padding: 1px 2px;
background-color: #2ba9e1;
}
.headerPanelDesign
{
height:30px !important;
}
.btn-block {
display: block;
width: auto !important;
}
.btn-block+.btn-block {
 margin-top: 0px !important; 
}
.multiple-delete-checkbox
{
height:auto !important;
}



.messagePanelheader {
	background: none repeat scroll 0 0 #ffffff;
	float: left;

	
	width: 50px;
	padding-top: 4px;
}
a.envlop:hover
{
text-decoration:none;
}
.envlop
{
color:gray;
background: no-repeat scroll -63px -42px transparent;									
font-size:20px;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale

}
.nomessage {
padding-top: 15px;border-bottom: 1px solid #7FCEFE;
}
.scheduleShow {

padding: 7px 3 8 24px !important;

}
.classroomTitle
{
margin-bottom:0px !important;
}

.submitButton {
-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
box-shadow: inset 0px 1px 0px 0px #FAFAFA;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #F0F0F0) ) !important;
background: -moz-linear-gradient( center top, #FFFFFF 5%, #F0F0F0 100% )  !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF, endColorstr='#F0F0F0)  !important;
background-color: #FFFFFF  !important;
color:#353535 !important;
}
#profileUserResume .panel-body {
padding-bottom: 27px !important;
}
#key {
font-size: 19px !important;
}
#profileUserExpeditions .pagination
{
	margin-left: 39% !important;
}

#expeditionFormProfile input{
margin: 7px 8px 8px 17px;
}
#expeditionFormProfile td
{
 vertical-align: middle !important; 
}
#expeditionFormProfile .alert
{
margin-bottom: 20px;
}

#expeditionFormProfile
{
border-color: #428bca !important; 
}
.btnWidh
{
width:28%;
}
.messageDesc .message_type
{
	margin-right:10px;
}
.submitButton12 {
    background: #79bbff -moz-linear-gradient(center top , #79bbff 5%, #2b329e 100%) repeat scroll 0 0;
    border: 1px solid #84bbf3;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #bbdaf7 inset;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 6px 14px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #528ecc;
}
.submitButton12:hover {
    background: #2b329e -moz-linear-gradient(center top , #2b329e 5%, #79bbff 100%) repeat scroll 0 0;
}