@font-face {
  font-family: mydontz;
  src: url(../fonts/Montserrat-Regular.ttf);
}

body {
    font-family: mydontz;
}

body table th a{
	color:#fff;
}

.app .block {
    padding: 10px 30px 30px;
}

.app .block > .app-heading:first-child {
	margin-bottom:0;
}

.relative{
	position:relative;
}

.delgall {
    position: relative;
    width: auto;
    float: left;
	height:100%;
}

.mb15{
	margin-bottom:15px !important;
}

.delgall img{
    padding:4px 2px;
}

.cont_img{
	padding: 0 15px;
}

.delgall:hover .delabs {
	opacity:1;
}

.delabs{
	position:absolute;
	opacity:0;
	top:4px;
	bottom:4px;
	left:2px;
	right:2px;
	background:rgba(255,255,255,.5);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.delabs span {
    position: absolute;
    right: 0;
    bottom: 20px;
	-webkit-transition: all .5s; /* Safari */
    transition: all .5s;
}

.app-navigation nav > ul > li a span.nav-icon-hexa {
    font-size: 8px;
    line-height: 30px;
}

.delabs span h6, .delabs span a, .delabs span a:hover {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing:1px;
    border-radius: 3px 0 0 0;
    padding: 5px 15px;
	background:#f04e51;
}

.peditg a{
	position: absolute;
    left: 0;
    top: 4px;
}

.form-group .btn.pull-right{
    margin-right: 15px;
    margin-bottom: 15px;
}

.form-group .control-label {
    margin: 0;
    min-height: 38px;
    padding: 12px;
    color: #fff;
    margin-top: 1px;
    background: #2d3349;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-transform: uppercase;
    font-size: 10px;
    opacity: .9;
	line-height:1.2;
	-webkit-transition: all .4s;
    transition: all .4s;
}

.form-group:hover .control-label {
    opacity: 1;
}

.block ul.side-nav {
    list-style: none;
    padding: 0;
}

.block ul.side-nav a {
    background: transparent;
    color: #76AB3C;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #76AB3C;
    white-space: nowrap;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.block ul.side-nav a:hover {
    color: #FFF;
    background: #76AB3C;
    border-color: #76AB3C;
}

.ititle{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    padding-top: 15px;
    margin-bottom: 0;
}

.ititle span{
    font-weight: 300;
}

#log{
	background-image:url('/img/bg/bg.jpg');
	background-size:cover;
}

#log.app .app-container {
    background: transparent;
}


.mylog{
	background:rgba(255,255,255,.7);
	border:solid 1px rgba(255,255,255,.9);
	-webkit-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mylog h1{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
}

.mylog input{
	width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    border: 0;
	border-radius:3px;
}

.app-login-box-footer{
	text-align: center;
    padding: 15px;
    padding-bottom: 5px;
	font-weight:600;
}

.secaside .app-sidebar{
	height:100% !important;
}

.block h3 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d3349;
    border-bottom: solid;
    padding-bottom: 15px;
}

.index.block h3 {
    margin-bottom: 15px;
}

.block h3 span{
    font-weight:100;
}

.block td.actions a.btn-warning, .block td.actions a.btn-danger{
    padding: 0px 10px;
    line-height: 2;
    font-size: 11px;
    text-transform: uppercase;
}

.btn.btn-success.btn-glow {
    -webkit-box-shadow: 0 0 0 3px rgba(118,171,60,.3);
    -moz-box-shadow: 0 0 0 3px rgba(118,171,60,.3);
    box-shadow: 0 0 0 3px rgba(118,171,60,.3);
}

.index .actions .btn {
    padding: 0;
    width: 48%;
    font-size: 60%;
    min-width: 91px;
    max-width: 160px;
}

.index .actions .btn:first-child{
	margin-right:1%;
}

.related h4 {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
}

ul.editlist{
	list-style: none;
    padding: 10px 0;
}

ul.editlist li{
	padding: 8px 15px;
}

ul.editlist li span{
	margin-right:8px;
}

ul.editlist li a{
	margin-left:8px;
}

.titledesc{
	margin-bottom: 0;
    font-weight: 600;
}

.textblock h3, .textblock .singDesc p{
	margin-bottom:15px;
}

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

.textblock .btn {
    padding: 0px 20px;
	margin-bottom:15px;
}

.redz{
	color:#BA1B1D;
}

select[multiple] {
	width:100%;
	border:0;
	overflow:visible;
}

select[multiple] option {
    float: left;
    height: 40px;
    color: #454545;
    padding: 10px;
    font-size: 13px;
    line-height: 1.42857143;
    margin-right: 5px;
}

.staffs.block select[multiple] {
    width: 100%;
    border: 0;
    overflow: visible;
    height: 420px;
}

.mb30{
	margin-bottom:30px !important;
}

.img_col{
	padding:0;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2d3349;
}

.app-navigation nav > ul > li a {
    padding: 7px 30px 7px 15px;
}

.alert.alert-warning {
    background: #F04E51;
	border-radius: 3px;
    border: 1px solid #fff;
	line-height: 1.5;
}

.alert.alert-warning.alert-icon-block .alert-icon {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background: #404E4D;
    border-right: 1px solid #fff;
	padding: 20px 0;
}

.table .icon-checkmark-circle{
	color:#76AB3C;
}

.table .icon-cross-circle{
	color:#F04E51;
}

.showeditimg{
	margin-bottom:-10px;
}

.showeditimg .relative{
	display: inline;
}

.showeditimg img{
	max-width:100%;
}

.showeditimg .delabs {
    opacity: 1;
    top: 0;
	right:15px;
    height: 0;
    width: 100%;
}

.showeditimg .delabs span {
    bottom: 0;
    display: block;
    left: 0px;
    top: -15px;
}

.delabs span h6 {
    background: #2D3349;
    border-bottom: solid 3px #F04E51;
    width: auto;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:9999999999999999999999999999;
	background:#fff;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #292f43;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #444;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ddd;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.acticon{
	width:25px;
}

.googlefields{
	position: relative;
	display: block;
	height: 60px;
	margin-bottom: 10px;
}

.googlefields.bott{
	height: 25px;
}

.googlefields img{
	height: 40px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 33px;
}

.googleline {
    position: absolute;
    width: calc(100% - 15px);
    height: 2px;
    bottom: 18px;
    z-index: 0;
	background: #2d3349;
}

.addz .btn.btn-success, .editz .btn.btn-success {
    margin-top:45px;
}

.app .contact .contact-container{
	text-align: right;
}

.bordrad5{
	border-radius:5px;
}

.color {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
	-webkit-transition: all .3s; /* Safari */
	transition: all .3s;
}

.color:hover, .color.selected {
    cursor:pointer;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.7);
}

.color i {
    color: #fff;
    padding-left: 5px;
    padding-top: 5px;
	opacity:0;
	-webkit-transition: all .3s; /* Safari */
	transition: all .3s;
}

.color.selected i {
	opacity:1;
}

.showlogo img{
    background: rgba(0,0,0,.3);
}

.homepages img{
    padding-right: 15px;
}

.homepages img.bordrad5{
    padding-right: 0;
}

.gpreview{
	margin-top: 15px;
	margin-bottom: 25px;
}

.gpreview h2.seot{
	color: #1a0dab;
	line-height: 18px;
	font-size: 18px;
	font-family: arial,sans-serif;
	margin: 0;
	margin-bottom:2px;
}

.gpreview p.url{
	color: #006621;
	line-height: 1.2;
	font-family: arial,sans-serif;
	font-size: 14px;
    padding-top: 1px;
	margin: 0;
	margin-bottom:4px;
}

.gpreview #seodtext{
	line-height: 1.4;
	font-family: arial,sans-serif;
	color: #545454;
    font-size: small;
	margin: 0;
}