.box-index {
    height: 100%;
}

.content-index {
    width: 100%;
    height: 100%;    
    background: rgb(17, 17, 22);
}

/**
   JANELA MODAL
**/

.fundo-modal {
	background: #555;
    height: 100%;
	position: fixed;
    z-index: 99;
    width: 100%;
	opacity: 0.5;
    top: 0px;
	left: 0px;
}

.modal-ref {
    margin: 0px 0px 0px 4px;
    width: 98.5%;
    position: absolute;
    top: 2px;
    /*left: 3px;*/
    z-index: 100;
}

.box-modal {
    width: 100%;
    padding: 10px;
    text-align: left;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    z-index: 100;
    box-shadow: 8px 5px 12px #222;
    -moz-box-shadow: 8px 5px 12px #222;
    -webkit-box-shadow: 8px 5px 12px #666;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.tela-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 5px;
    text-align: left;
    background: #111016;
    margin: auto;
    z-index: 200;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.cabecalho-modal {
    height: 43px;
    background: #eee;
    padding: 8px;
    margin-bottom: 20px;
}

.titulo-modal {
    font-size: 14px;
}

.sub-titulo-modal {
    background: #e4e3fd;
    padding: 2px 2px 2px 16px;
    margin: 5px;
}

.show-tela-grande {
    display: inline-block;
}
.show-tela-mobile {
    display: none;
}

.tag-qtd-alertas {	
    width: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    padding-top: 3px;
    background-color: #d46201;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.tag-qtd-alertas span {
    font-size:17px;
    color:#fff;
}

/**
	FEEDBACK SISTEMA  
**/

.background-feedback{
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 200;
    width: 100%;
    opacity: 0.5;
    top: 0px;
    left: 0px;
}

.feedback-loading{
	top: 40%;
	left: 45%;
	width: 100px;
	height: 100px;
	position: fixed;	
	background: url(img/fb-loader.gif); 
	z-index: 1000;	
	background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.box-feedback {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 301;
    padding: 15px;
}

.feedback-mensagem{
    margin: auto;
    margin-top: 1px;
    min-width: 495px;
    max-width: 560px;
    background: #ddd;
    border: 1px solid #eee;
    z-index: 1000;
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 8px #aaa;
    box-shadow: 0px 0px 8px #aaa;
}

.feedback-mensagem span {
	font-size: 18px;
	color: #fff;
}

.fb-ok{background: #4cae4c;}

.fb-alerta{background: #eea236;}

.fb-erro{background: #d43f3a;}

.fb-info{background: #539AD7;}


/*** Login ***/

.content-login {
    color: white;
    height: 100%;
    background-color: #222;
    /*background-image: url(../css/img/fundo2.jpg);*/
    text-align: center;
    background-repeat: repeat-x;
    background-position: top;
    background-size: 70%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item {
    flex-grow: 4; /* default 0 */
  }

.flex-item {
    width: 100%;
    max-width: 314px;
    text-align: center;
}

.flex-item form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.flex-item form input {
    background: rgba(0,0,0,0.1);
    border: 0;
    border-radius: 4px;
    height: 44px;
    padding: 0 15px;
    color: #fff;
    margin: 0 0 10px;
}

.flex-item form button {
    margin: 5px 0 0;
    height: 44px;
    background: #e47a1f;
    font-weight: bold;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.flex-item form a {
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    opacity: 0,8;
}

/*****/

::-webkit-input-placeholder { /* Edge */
    color: #e8bafb;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e8bafb;
  }
  
  ::placeholder {
    color: #e8bafb;
  }

.tag-qtd-ead {
    width: 21px;
    height: 21px;
    z-index: 1;
    text-align: center;
    padding-top: 1px;
    background-color: #d46201;  
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.title-page {
    color:#eee;
    font-family: 'Linux Libertine','Georgia','Times',serif;
}

.tag-qtd-ead span {
    font-size:12px;
    color:#fff;
}

.body-card-ead {    
    max-width: 912px;
    width: 100%;
    height: 100%;
    overflow-y: auto; 
    overflow-x: hidden; 
    background: rgb(41, 41, 46);
    margin-top: 3px;
    margin: auto;
    padding: 6px;
}

.card-box-ead {
    border: 1px solid #CCC;
    margin: 9px 4px;
     -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.17);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.17);
}

.tipo-entrega-ead > div{
    background: #3367d6;
    color: #fff;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    height: 3.25rem;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 1.5rem;
    width: 3.25rem;
    border-radius: 50%;
    display: inline-block;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
}

/* Topico */

.topico-ead {  
    background: #6267a8;
    height: 66px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topico-ead nav {
    display: flex;
    align-items: center;
}

.topico-ead nav span {
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 10px;
    color: #fff;
    font-size: 26px;
    border-right: 1px solid #fff;
}

.topico-ead nav a {
    font-weight: bold;
    color: #7159c1;
}
.topico-ead nav strong {
    display: block;
    color: #fff;
}

.topico-ead nav aside {
    display: flex;
    align-items: center;
}

.topico-btns-ead { 
    min-width: 92px;  
    padding: 0 5px;
}

.topico-btns-ead div {
        text-align: right;
}

.topico-btns-ead div strong {
    display: block;
    color: #fff;
}

.topico-btns-ead div a {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
}
    
.topico-btns-ead div img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.link-ead {
    cursor: pointer;
}

.list-notification-ead {
    width: 95%;
    background: rgb(60, 60, 65);
     border-radius: 50px 5px 5px 50px;
    padding: 7px;
    margin: 10px auto;
    display: flex;
}

.item-flex {
    flex: 1;
}

.icon {
    font-size: 12px;
    color: rgb(236 150 21);
}

.avatar {
    width: 56px;
    height: 56px;
    margin: 0px 14px 0px 4px;
    display: inline-block;
    border-radius: 50%;
    background: #4e4e4e;
    text-align: center;
    overflow: hidden;
}
.avatar img {
    height: 56px;
    position: relative;
    right: 43%;
}

.list-notification-ead strong {
    color: #ddd;
    font-size: 12px;
}

.list-notification-ead time {
    color: #999;
    font-size: 11px;
}

.op-notification-ead {
    text-align: right;
}

.msn-notification-ead {
    border-top: 1px solid #aaa;
    margin: 9px 2px;
    padding: 6px 1px;
}

/**********************************************************************************/

/*REPONSIVIDADE*/

/**********************************************************************************/

/*@media all (max-width: 1024px),
       all and (max-height: 760px) {*/

/*@media (min-height: 760px){*/
@media screen and (max-width: 767px) {
    
    /* TELA MODAL */
    
    .cabecalho-modal {
/*        height: 79px;
        background: #eee;
        padding: 18px;
        margin-bottom: 39px;*/
    }

    .titulo-modal {
        /*font-size: 35px;*/
    }
    
    /******
	   FEEDBACK SISTEMA  
    ******/
    
    .feedback-mensagem{
        top: 19px;
        left: 3%;
        width: 94%
    }
    .feedback-mensagem span {
        /*font-size: 55px;*/
        color: #fff;
    }
    .selo-feedback-msn {
        width: 90px;
        height: 90px;
    }
    .selo-feedback-msn span{
       /*font-size: 55px;*/
    }

}

 

