.notificationsList li {
    width: 500px;
    cursor: pointer;
    padding: 2px;
}

.notificationsList span.badge {
    float: right;
    margin-right: 10px;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-left: 20px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    filter: invert(100%);
}

.backstretch{
    width: 100% !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}

#menuBtn {
    display: none;
    font-size: 1.5em;
    margin-left: 20px;
    margin-top: 10px;
}

/*************************************************************************************************************************************/
.modalCustom{
    text-align:center;
    padding:0!important;    
    background-color: rgba(0,0,0,0.7);     
}

.modalCustom:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
    margin-right: -4px;
}

.sessionSecondsTimer{
    position: relative;
    width: 50px;
    height: 80px;
    margin: 0 auto;
}

.sessionSecondsTimer svg {
    height: 50px;
    width: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sessionSecondsTimer .circle_animation {
    stroke-dasharray: 440;
    /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 300;
    transition: all 1s linear;
    stroke-width: 3;
    fill:none;
    cy:25;
    cx:25;
    r:20;
    stroke:#F45354;
}

.sessionSecondsTimer .secondsTime{
    display: block;
    position: absolute;
    width: 50px;
    text-align: center;
    height: 50px;
    top: 18px;
    font-size:14px;
    margin:auto !important;
}

.sessionSecondsTimer .secondsLabel {
    font-size: 12px;
    text-transform: uppercase;
}

.smallText{
    line-height: 22px !important;
    margin-top: 10px;
}

.primaryBtn{
    margin-bottom: 20px;
    margin-left: 38px;
}

.primaryBtn{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #F45354;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
    height: 33px;
    text-align: center;
    border: none;
    display: block;
    -moz-border-radius: 3px;
	border-radius: 3px;
}

.globalLink{
    float: left;
    padding-right: 5px;
    font-weight: bold
}

.globalLink a{
    font-size: 13px !important;
    font-family: Helvetica,Arial,sans-serif;
    color: #0071bc !important;
    display:block;
    padding-right: 5px;
}
 
.globalLink a:hover{
    text-decoration: none;
    color: #394457 !important;
}

.closeSessionButtons{
    margin-top: 20px;
}

.closeSessionButtons button[type=button]{
    width: 210px;
    margin: 0 auto;
}

.closeSessionButtons a{
	margin-top: 15px;
    padding-left: 140px;
    font-size: 14px;
}
 
.closeSessionMessage{
     position: fixed;
    /* Stay in place */
     z-index: 1;
    /* Sit on top */
    /* Full width */
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
    /* Fallback color */
    /* Black w/ opacity */
     background: white;
     width: 408px;
     left: 35%;
     top: 25%;
     border: 1px solid #c1c1c1;
     text-align: center;
     padding: 20px;
}

.closeSessionMessage h3 {
	margin-top: 10px !important;
    color: #394457;
    font-size: 14px;
    font-weight: bold;
    margin-top: 35px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 499px) {
	.closeSessionMessage{
    	width: 95% !important;
     	left: 3% !important;
	}
}

@media only screen and (max-width: 823px) and (min-width: 500px) and (min-height: 400px) {
	.closeSessionMessage{
    	left: 25% !important;
    	top: 15% !important;
	}
}

@media only screen and (max-width: 823px) and (min-width: 500px) and (max-height: 400px) {
	.closeSessionMessage{
    	left: 15% !important;
    	top: 5% !important;
	}
}
/*************************************************************************************************************************************/

.btn-menu{
    background-color: #cf0404;
    color: #ffffff;
}

.btn-menu{
    background-color: #cf0404;
    color: #ffffff;
    display: none;
}

.btn-menu:hover{
    background-color: #FFFFFF;
    color: #cf0404;
    border-color: #cf0404;
}

.btn-menu:focus{
    background-color: #FFFFFF;
    color: #cf0404;
    border-color: #cf0404;
}


/*****************************************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#menu ul.dropdown-menu img {
    float: right;
    margin-top: 3px;
}


/* CUSTOM NAV*/
.navbar-nav.navbar-right:last-child {
	margin-right: 0px !important;
}

.menuCustom{
	min-width: 100% !important;
}

.dropdownCustom{
	padding: 20px 5px !important;
	margin: 5px 5px !important;
	min-width: 99% !important;
}

.mega-dropdown-menu:before {
	top: -10px !important;
	left: 25px !important;
}

.mega-dropdown-menu:after {
    border-bottom: none !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}