@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,500,300,700);

/* images */
.mini-logo{
	width: 35px;
	margin:auto;
}

.profile-pic{
	width: 30px;
	height: 38px;
	 border-radius: 50%;
	
}

.first-image-position{
	width: 230px; 
	text-align: center;	
}

.first-image-position .arrow-bottom{
	width: 30px;
}

.badge-commitment{
	height: 50px;
	margin-top: 25px;
	
}

.report-photo{
	width: 140px;
}

/* grids */
.status-grid{
	width: 150px;
	text-align: center;
}

.featured-grid{
	width: 100px;
	text-align: center;
}

.status-info{
    display: inline-block;
    padding: 0px 16px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -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;
}

.status-info-active{
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.status-info-finish{
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;	
}

.status-info-warning{
	color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.status-info-rejected{
	color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.service-info{
	text-align: center;
}

.info-detail{
	padding: 10px 15px;
    margin-bottom: 20px;
    list-style: none;
    
    
    font-weight: 500;
    color: #fff;
    background-color:  #84afd3;
    border-radius: 4px;
    
    /*background-color: #f5f5f5;
    color: #26334e;
    border-left: 10px solid #26334e;*/
    
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid transparent;
    border-color: #337ab7;
    border-top-width: 3px;
    
}

.info-detail-alert{
	
    background-color:  #e89795;
    border-color: #d9534f;
    /*color: #ED4337;
    border-left: 10px solid #ED4337;*/
    
}

.info-detail-mobile-img{
	width: 200px;
}

.wizard-tab{
	padding: 0 50px;
}

.service-info .tip{
	padding-top: 10px;
}

.service-info .tip-click{
	color: white; 
	text-decoration: underline; 
	font-weight: bold;
	cursor: pointer;
}

/* forms */
form div label.control-label.required:after {
  content:" * ";
  color:red;
}   	

form div .form-group.required label.control-label:after {
  content:" * ";
  color:red;
}

.sdg-info{
	background-color: #2A3F54; color: #fff; padding: 15px; opacity: 0.9; text-align: justify; border-radius: 4px;	
}

/* markers */
/* markers */
.title-marker{
    float: left;
    padding-right: 20px;
}

.marker-cat{
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    background-color: #696969;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

.marker-cat span{
	color: #fff;
}

.marker-cat .title{
    display: inline-block;
    padding: 0 7px;
}

.marker-cat .value{
    display: inline-block;
    padding: 0 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.marker-status{
    background-color: orange;
}

.marker-statusACTIVE{
	background-color: #5cb85c;
}

.marker-statusFINISHED{
	background-color: #337ab7;
}

.marker-statusREJECTED{
	background-color: #d9534f;
}

.marker-statusPREACTIVE{
    background-color: orange;
}
.marker-statusSUSPENDED{
    background-color: orange;
}
.marker-statusINVISIBLE{
    background-color: orange;
}
.marker-statusREJECTED{
    background-color: orange;
}
.marker-statusPENDING{
    background-color: orange;
}

.marker-gid{
    background-color: lightskyblue;
}

.marker-points{
    background-color: orange;
}

/* schedule */
.schedule-hours-to{
	float: left; 
	width:20px; 
	margin-left: 5px;
	margin-right: 5px;
}

/* upgrade */
/* service */


#service-welcome h2{
	text-align: center;
}

#service-welcome .info{
	margin-top: 40px;
	font-size: 20px;
}

#service-welcome .info p{
	padding: 5px;
}

#service-welcome .levels{
	text-align: center;
}

.level-boxs{
	/*height: 350px;*/
	margin-top: 20px;
}

.level-box{
	/*height: 340px; 
	width: 300px; */
	text-align: center; 
	color: #fff; 
	padding:10px; 
	margin: auto; 
	margin-bottom: 10px;
	border-radius: 10px;
	font-size: 16px;
}

.level-box h2{
	
    BORDER-BOTTOM: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 10px;
	
}

.level-box .buy{
	padding-top: 10px;
	bottom: 20px;
	/*width: 280px;*/
}

.level-box-left{
	background-color: #cc6633;
}

.level-box-center{
	background-color: #C0C0C0;
}

.level-box-right{
	left: 20px;
	background-color: #DAA520;
}

.level-box .buy .btn{
	width: 100%
}

.level-box .modal-dialog {
	text-align: left;
	color: #888;
}

.place-upgrade{
	padding-bottom: 20px; 
	font-weight: bold;
	text-align: center;
}

.place-upgrade .up-label{
	text-align: right;
}

.place-upgrade .up-link{
	font-size: 22px;
}

.place-upgrade-level .GOLD{
	background-color: #DAA520; 
	color: #fff; 
	border-radius: 4px;
}

.place-upgrade-level .SILVER{
	background-color: #C0C0C0; 
	color: #fff; 
	border-radius: 4px;
}

.place-upgrade-level .BRONZE{
	background-color: #cc6633; 
	color: #fff; 
	border-radius: 4px;
}


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

.info-box{
	border: 1px solid #26334e; 
	background-color: #f5f5f5; 
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 4px;
} 

.info-box-white{
	border: 1px solid #26334e; 
	background-color: #fff; 
	padding: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.rating-stars{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.rating-stars li {
    float: left;
}

.rating-stars li img {
    width: 35px;
}

.rating-stars-small{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.rating-stars-small li {
    float: left;
}

.rating-stars-small li img {
    width: 15px;
}

/* about */
#menu-about-links{
   color: #67b745;
   font-size: 20px;
}

#menu-about-links li a{
   color: #67b745;
}

.about-body{
	line-height: 25px;
	text-align: justify; 
}

/* tab */
.tab-item{
	padding-top: 15px;
}

.sub-services{
    background-color: #f5f5f5;
    padding-bottom: 20px;
    border-radius: 4px	
}

/* dashaboard */
.dash-tile{
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: bold;
}

.dash-tile a{
	color: #fff;
}

.tile-green{
    background-color: #28b779;
}

.tile-green-dark{
    background-color: #10a062;
}

.tile-blue{
    background-color: #27a9e3;
}

.tile-blue-dark{
    background-color: #208dbe;
}

.tile-orange{
    background-color: #ff7e31;
}

.tile-orange-dark{
    background-color: #b94500;
}

.dash-tile .title{
    text-align: center;
    font-size: 24px;
}

.dash-tile .body{
    text-align: center;
    font-size: 44px;
    padding-bottom: 15px;
}

.dash-tile .body span{
    font-size: 12px;
}

.dash-tile .bottom{
    text-align: right;
    margin: -10px;
    padding: 2px 10px;
}

.accord{
    position: relative;
    display: grid;
    color: #fff;
    
}

.accord-green{
    border: 1px solid #28b779;
}

.accord-blue{
    border: 1px solid #27a9e3;
}

.accord .title{
    font-size: 18px;
    padding: 2px 10px;
    font-weight: bold;
    margin-left: -1px;
}

.accord .body{
    padding: 10px;
    color: #5A738E;
}

.accord .sub-title{
    color: #5A738E;
    background-color: #EDEDED;
    padding: 2px 10px;
    border-radius: 4px
}

/* table */
.table_options{
	padding: 2px;
	text-align: right;
	font-size: 14px;
}

.table-content{
	margin-top: 20px;
}

/* guide */
#guide{
    padding-bottom: 20px;
}

#guide .left-side{
    min-height: 100%;
    width: 250px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    background-color: #EDEDED;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

#guide .right-side{
    padding: 10px 20px 0;
    margin-left: 250px;
}

.main-guide{
    text-align: center;
}

.main-guide .body{
    text-align: left;
}

.main-guide h2,h3,h4,h5{
    margin-top: 40px;
}

.sub-guide{
    
}

.sub-guide .title h3{
    margin-top: 10px;
    margin-bottom: 20px;
}

.sub-guide .images{
       text-align: center;
       padding: 20px;
}

.guide-main-print{
    width: 100%;
    padding: 20px;
}

.guide-main-print-mobile{
    width: 200px;
    padding: 10px;
}

.sub-guide ul li{
    margin-bottom: 10px;
}

/* detail view */
table.detail-view th {
	width: 25%;
}

table.detail-view td {
	width: 75%;
}

/* clipboard */
.copy-clip-i{
	float: right;
	cursor: pointer;	
}

/* task */

.task-report > tbody > tr > td:first-child{
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.task-report > tbody > tr > td{
	padding: 5px;
}

.ddn-lang{
	padding-bottom: 10px;
}

/* label */
.grid-label-normal{
	font-weight: normal;
	margin-top: 6px;
}

.info-extended{
   margin-top: 40px;
      font-size: 16px;
      margin-bottom: 20px;
      text-align: justify;
      line-height: 1.7;
}

.status-info-active {
    color: black;
    background-color: white;
    border: 2px solid #4cae4c;
    border-radius: 50px;
}

.status-info-finish {
    color: black;
    background-color: white;
    border: 2px solid #2e6da4;
    border-radius: 50px;
}

.status-info-warning {
    color: black;
    background-color: white;
    border: 2px solid #f0ad4e;
    border-radius: 50px;
}