@font-face {
    font-family: Museo;
    src: url(../fontsAz/MuseoCyr_300.ttf);
}

@font-face {
	font-family: MuseoGL;
	src: url(../fontsAz/Museo_Cyrl_700.ttf);
}

@font-face {
	font-family: MuseoGLL;
	src: url(../fontsAz/Museo_Cyrl_800.ttf);
}

@font-face {
	font-family: MuseoIT;
	src: url(../fontsAz/RobotoAZ-Italic.ttf);
}




input[type="text"], textarea {
outline: none;
border-top: 1px solid #ccc !important;
border-left: 1px solid #ccc !important;
border-bottom: 1px solid #ccc !important;
border-right-style: none;
}

ul {
  list-style-type: none;
  padding: 0 !important;
}

.row-fluid {
	
}

.com-reserved {
}

.main-app {

}

.head-area {

}

.navigation-area {
	margin-top: 5px;
}

.body-area {
	margin-top: 25px;
}

.logo-area {
    width: 300px;
    height: 140px;
    margin-top: 45px;
    margin-left: 10%;
    margin-bottom: 10px;
    background: url(../media/img/logo-min_2.png) no-repeat;
	background-size: 100%;
	image-rendering: -webkit-optimize-contrast;
}

/*DECORATE LANGUAGE SWITCHERS AND NAVIGATION*/
.list-lang-item {
	font-family: MuseoGLL;
	color: #727171;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}

.list-lang-item a {
	color: #727171;
}

.list-lang-item a:hover {
	color: #15648B;
}

.list-lang-item:hover {
	color: #15648B;
}

.active-link {
	color: #15648B !important;
	text-decoration: underline;
}

.list-navi-item {
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	cursor: pointer;
}

.list-navi-item a{
	font-family: MuseoGLL;
	text-transform: uppercase;
	color: #727171;
}

.list-navi-item a:hover{
	color: #15648B;
}

.nav-act-button {
	font-family: MuseoGLL;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	color: white;
    background-color: #15648B;
    border-radius: 5px;
}

.nav-act-button:hover {
	color: white;
    background-color: #15648B;
}

.header-bckg-pseudo {
	background: url(../media/img/header_bckg_hr-min.jpg) no-repeat;
	background-size: cover;
}

.dict-search {
	margin-bottom: 25px;
}

.word-search-input {
	    height: 50px;
    border-radius: 7px;
        box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4) !important;
    font-family: MuseoGL;
    font-size: large;
    color: #15648B;

}

#lang-dir-dropdown {
    height: 50px;
    min-width: 125px;
    border: none;
    background-color: white;
    color: #949494;
    border: 1px solid #949494;
      box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4) !important;
    border-right: none;
    padding: 0px;
    font-size: large;
    border-left: none;
    border-radius: 0px;
}

#form-submit-btn {
	   width: 65px;
    height: 50px;
    border: none;
    color: white;
        box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.4) !important;
    border-right: none;
    background-color: #15648B;
    padding: 0px;
    font-size: large;
    border-left: none;
    border-radius: 0px;
}

.dict-search {
	font-family: MuseoGL;
}

.serch_button {
	background: url(../media/img/serach_button.png) no-repeat;
	background-size: 100%;
	background-position: 1px -3px;
}

.fa-arrow-right {
	color: #15648B;
}



.promo-text {
	font-family: Museo;
	color: #727171;
	font-size: 18px;
}

.social-links {
	display: inline-block;
    height: 35px;
    width: 35px;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 15px;
    color: #15648B;
}

.facebook_link {
	background: url(../media/img/facebook_ico.png) no-repeat;
	background-size: 100%;
}

.instagram_link {
	background: url(../media/img/instagram_ico.png) no-repeat;
	background-size: 100%;
}

.linked_link {
	background: url(../media/img/linkedin_ico.png) no-repeat;
	background-size: 100%;
}

.social-row {
	margin-bottom: 10px;
}

.promo-element-group {
	font-family: MuseoGL;
	color: #727171;
}

.promo-element-item {
	font-family: MuseoGL;
	text-transform: lowercase;
	color: #15648B;;
	border: none;
	text-decoration: underline;
	cursor:pointer;
	padding: 10px 0px !important;
}

.promo-element-item:hover {
	color: #727171;
}

.info-input {

}

.info-input-label {
	color: #15648B;
}


input[type='text']:disabled {
    cursor: default;
}

.info-input-large:disabled {
	cursor: default;
}

.btn-info {
	background-color: #15648B;
	border-color: #15648B;
}

.btn-info:hover {
	background-color: #15648B;
	border-color: #15648B;
}

.btn-info:visited {
	background-color: #15648B;
	border-color: #15648B;
}

.del-btn {
	background-color: #dc4040 !important;
}

[hidden] {
  display: none !important;
}

.has-edit .form-control-feedback{
	color: #15648B;
	pointer-events: auto;
}


.edt-input:hover {
	cursor: pointer;
}

.del-input:hover, .submit-input:hover {
	cursor: pointer;
}

.edt-input {
	
}


.del-input {
	color: #dc4040 !important;
	display: none;

}

.submit-input {
	color: green !important;
	right: 35px;
	display: none;
}

.target-word {
	font-family: MuseoGLL;
    background-color: #F1F2F4;
    font-size: x-large;
    color: #646464;
    /* height: 50px; */
    /* padding: 2px; */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 40px;
}

.original-word {
	display: inline-block;
}

.transkript {
	 display: inline-block;
    color: #9b9898;
    margin-left: 15px;
  }

 .typeSpeech {
 	font-family: MuseoIT;
	display: inline-block;
    color: #9b9898;
    margin-left: 15px;
}

.field {
	font-family: MuseoGL;
    font-size: x-large;
    display: inline-block;
    float: right;
    color: #15648B;
    margin-right: 10px;
}

.author {
	font-family: Museo;
    font-size: x-large;
    display: inline-block;
    float: right;
    color: #15648B;
    margin-right: 10px;
}

.word-transkript {
	padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 40px;
    font-size: large;
}

.word-translations {
	font-family: MuseoGLL;
    padding-left: 40px;
    color: #15648B;
    font-size: larger;
}

.word-phrases {
	font-family: MuseoGLL;
	padding-left: 70px;
    font-size: medium;
}

.word-examples {
	font-family: MuseoIT;
	padding-left: 90px;
	font-size: medium;
}

.no-m {
	margin-bottom: 0px !important;
    min-width: 900px;
}

.examples {
	padding-left: 70px;
}

.modal {
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}

.magic-links {
	font-family: MuseoGL;
	text-transform: lowercase;
	color: #15648B;
	font-size: 17px;
	border: none;
	text-decoration: underline;
	cursor:pointer;
	text-align: left;
}

.magic-links:hover {
	color: #727171;
}

.magic-links-2 {
	font-family: MuseoGL;
	text-transform: lowercase;
	color: #15648B;
	font-size: 18px;
	border: none;
	text-decoration: underline;
	cursor:pointer;
	text-align: left;
}

.magic-links-2:hover {
	color: #727171;
}

.fa-arrow-right {
	-webkit-text-stroke: 2px white !important;
}

.lang-menu > li > a:hover {
    background-color: white;
    background-image: none;
}

.userAddedWords {
	margin-top: 25px;
}

.userAddedItem {
	font-family: MuseoGLL;
    display: inline;
    text-transform: lowercase;
    color: #15648B;
    border: none;
    font-size: 18px;
    /* text-decoration: underline; */
    cursor: pointer;
    padding: 0px 5px !important;
}

.userAddedItemTrans {
	font-family: MuseoGL;

    text-transform: lowercase;
    color: #15648B;
    border: none;
    font-size: 18px;
    /* text-decoration: underline; */
    cursor: pointer;
    padding: 0px 5px !important;
}

.userAddedItemDate {
	font-family: MuseoGLL;
    /* text-transform: lowercase; */
    color: #727171;
    border: none;
    font-size: 18px;
    /* text-decoration: underline; */
    cursor: pointer;
    padding: 5px 5px !important;
}

.userAddedItemNote {
    font-family: MuseoGL;
    /* text-transform: lowercase; */
    color: #727171;
    border: none;
    font-size: 16px;
    /* text-decoration: underline; */
    cursor: pointer;
    padding: 5px 5px !important;
}

.addWordDivs {
	padding-left: 0;
}

.statusIcon {
	margin-left: 10px;
}

.addGroup {
	margin-bottom: 20px;
    margin-top: 15px;
}

.pendingModeration {
	color: #f8e936;
}

.approvedModeration {
	color: #07ef25;
}

.declinedModeration {
	color: #dc4040;
}

.btn-add-ctrl {
	padding: 2px 10px !important;
    margin-top: 2px !important;
    margin-left: 10px;
}

.quest_glyph {
    margin-left: 3px;
    top: 2px;
    color: #15648b;
}

.edit-word {
    display: none;
    margin-bottom: 15px;
}

.edit-entity {
    width: 100%;
}

/*.tooltip-inner {
    white-space:pre-wrap !important;
}
*/

/*MEDIA QUERRY FOR MOBILE AND NON STANDART SCREENS SIZES*/

/*IPHONE 5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	
	.social-links {
	display: inline-block;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    padding-left: 10px;
    margin-left: 12px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    -moz-border-radius: 50%;
    border: 3px solid #15648B;
    border-radius: 50%;
    color: #15648B;
	}	
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    
    .header-bckg-pseudo {
     background: none; 
	}
	
	.logo-area {
		width: 52%;
	}

	.navigation-area {
		width: 485px;
		margin-left: 280px;
	}

	.dict-search {
		width: 86%;
		margin-left: 3.3%;
	}

	.social-area {
		width: 235px;
		margin-left: 6.3%;
	}

	.last-searched, .last-added {
		    width: 250px;
	}

}

.no-border {
	border: none;
}

.add-word {
	width: 180px;
    height: 46px;
    border-color: #15648B;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

.add-word:active {
	 background-color: #15648B !important;
 	 border-color: #15648B !important;
 	 color: white !important;
}

.add-word:focus {
 background-color: #15648B !important;
 border-color: #15648B !important;
 color: white !important;
}


/* REMOVE AND REMAKE LATER */

.sbmt-btn {
	font-family: MuseoGLL;
	margin-top: 15px;
    color: white;
    background-color: #15648B;
    border-radius: 5px;
}

.sbmt-btn:hover {
    color: white;
    background-color: #15648B;
    border: 1px solid #15648B;
   
}

.profile-img {
	border: 2px solid grey;
	width: 35%;
}


.ntt:hover {
	color: #15648B;
}

.nt:hover {
	cursor: pointer;
}

.sbmt-btn2 {
	margin-top: 15px;
    color: white;
    background-color: #c72929;
    width: 165px;
    border-radius: 5px;
}

.sbmt-btn2:hover {
    color: white;
    background-color: #c72929;
   
}

.numberCircle {
        border-radius: 50%;
    width: 25px;
    /* height: 36px; */
    /* padding: 8px; */
    /* background: #fff; */
    border: 2px solid #3ec82e;
    color: #3dd930;
    text-align: center;
    display: inline-block;
    margin-left: 18px;
}

.mdr-button {
	width: 100%;
}