.container-general {
    position: relative;
}

.container-general > div > div {
    border: solid #384498;
    border-width: 7px 0 0 0;
}

#loader {
    position: absolute;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
}

#loader > div {
    width: 100px;
    height: 100px;
    margin:auto;
    display: table-cell;
    vertical-align: middle;
}


#stepContainer {
    min-height: 466px;
    border-radius: 0 10px;
    box-shadow: -1px 3px 12px 0px #aaa;
    overflow: hidden;
}

#stepContainer div.step {
    height: 466px;
    min-height: 466px;
}

.step {
    background-image: url('../images/background_vocabFlashcards.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#step1 {
    display: table;
}

#step1 div.title {
    font-size: 3em;
    color: #2D3C75;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}

#step2 .btns-cards {
    margin: 10px auto 10px auto;
}

#step2 .listTerms, #modalCreateCard .listContent > div {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    overflow-y: scroll;
}

.font1{
	font-size: 19px;
}
.font_orange{
	color: #F67224;
}

.background_div{
	-webkit-box-shadow: -1px 7px 31px 0px rgba(153,153,153,1);
	-moz-box-shadow: -1px 7px 31px 0px rgba(153,153,153,1);
	box-shadow: -1px 7px 31px 0px rgba(153,153,153,1);
	background: #F7F5EB;
    margin-left: 39px;
    padding: 36px;
    height: 380px;
    overflow: auto;
}
#cardList .display, #modalCreateCard .display, #step2 .testExec > div > div:nth-child(2) {
    border: 1px solid #F4722A;
    border-radius: 8px;
    padding: 10px;
}

#cardList .display .image, 
#modalCreateCard form.createCard .image, 
#step2 .testExec > div > div:nth-child(2) .image{
    width: 90px;
    height: 90px;
    border: 1px solid #F4722A;
    border-radius: 8px;
    margin-top: -20px;
    margin-right: 20px;
}

#cardList .display:parent {
    box-shadow: -1px 2px 3px 3px #000;
}

.listTerms {
    border-radius: 5px;
}

.listTerms::-webkit-scrollbar, .listContent > div::-webkit-scrollbar {
    width: 1em;
}

.listTerms::-webkit-scrollbar-track, .listContent > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 10px -3px rgba(0,0,0,0.6);
    width: .9em;
}

.listTerms::-webkit-scrollbar-thumb, .listContent > div::-webkit-scrollbar-thumb  {
    background-color: #F99F1B;
    outline: 1px solid slategrey;
    border-radius: 3px;
}

.listTerms .list-group-item {
    padding: 8px 15px;
}


/* Create Card */
#modalCreateCard .listContent {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 6px 0 0 6px;
}

#modalCreateCard .tagmyCard {
    background-image: url('../images/tagup.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 52px;
    color: #fff;
    font-size: 17px;
}

#modalCreateCard .cardsCounterContainer, .cardsCounterTestContainer {
    background-image: url('../images/tagdown.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 160px;
    height: 70px;
    color: #fff;
    font-size: 17px;
}

#modalCreateCard .listContent .image {
    width: 142px;
    height: 142px;
    border: 1px solid #F4722A;
    border-radius: 8px;
    margin: 3px;
}

#modalCreateCard .cardContent {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    border-radius: 8px;
}


/* Test me*/
.testExec {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.testExec > div {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
}


/* Sidebar*/
#sidebarContainer{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 13px;
    z-index: 1000;
}


#sidebarContainer .tools {
    background-color: #E5E5E5;
    border-radius: 0 0 0 30px;
    border: solid #B7B7B7;
    border-width: 0 0 1px 1px;
    height: 290px;
    padding: 30px 5px 0 5px;
    width: 60px;
}

#sidebarContainer .stepNavigator {
    width:65%;
    background-color: #E5E5E5;
    height: 176px;
    border: solid #B7B7B7;
    border-width: 0 0 0 1px;
    z-index: 100;
}

#sidebarContainer .stepNavigator > div{
    box-shadow: -5px 6px 16px -8px #888;
}

#sidebarContainer .stepNavigator > div:first-child {
    cursor: pointer;
}

#sidebarContainer .stepNavigator > div:last-child{
    box-shadow: none;
    cursor: pointer;
}


.testMe {
    height: 0px;
    max-height: 380px;
    overflow: hidden;
    display: grid;
}

.testMe .panel {
    vertical-align: middle;
}

.contentCreateCard {
    background-color: #F6F4E8;
    margin-left: -18px;
    border: 1px solid #ddd;
    border-bottom: transparent;
}

.contentCreateCard a, .contentCreateCard a:hover{
    background-color: unset !important;
    border-radius: 0;
    border-bottom: transparent;
}

.next {
    margin-top:20px;
}

.min-h50{
    min-height: 50px;
}

.nav:after, .nav:before{
    display: inline-flex;
    padding: 8px;
}

.nav > li > a{
    padding: 2px 35px 0px 35px;
}

.nav-tabs >li > a {
    border-radius: 22px 22px 0 0;
}

.no-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pointer {
    cursor: pointer !important;
}

.bg-color-transparent {
    background-color: transparent;
}

.bg-color-default {
    background-color: #F6F4E8;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #F6F4E8;
}

.color-orange {
    color: #F67325;
}

hr.color-orange {
    border: 1px solid #F67325;
    border-bottom: none;
}

.color-black {
    color: #000;
}

.btn-warning {
    background: #f7984a; /* Old browsers */
    background: -moz-linear-gradient(top, #f7984a 0%, #f66116 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f7984a 0%,#f66116 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f7984a 0%,#f66116 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7984a', endColorstr='#f66116',GradientType=0 );
}

.btn-circle-sm {
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 2px 1px #555;
    padding: 3px;
    margin: 3px;
    background-color: #959595;
}

.btn-circle-md{
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    margin: 3px;
    background-color: #959595;
}

.padding20{
    padding: 20px;
}

.border-radius10 {
    border-radius: 10px;
}

.display-table {
    display: table;
}

.v-align-middle {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.h370 {
    height: 370px;
}

.h100percent {
    height: 100%;
}

.h95percent {
    height: 95%;
}

.z-idx-100 {
    z-index: 100;
}

.margin-top-15 {
    margin-top: -15px;
}

.margin-top-18 {
    margin-top: -18px;
}
.margin-top-30{
    margin-top: -30px;
}

.margin-right-50{
    margin-right:50px;
}

.margin-r-45{
    margin-right: -45px;
}

.margin-l-15 {
    margin-left: -15px;
}

.margin-l-45{
    margin-left: -45px;
}

.noresize {
    resize: none; 
}

.no-border{
    border: none;
    box-shadow: unset;
}

.no-padding {
    padding: 0;
}