/*=:project
    toolbox.orchesterarbon.ch
	
  =:editor extension

  =:graphic design, scripting and programming
    Copyright: Rimensberger Graphic Services, CH-2525 Le Landeron, Switzerland
    Author: Christof Rimensberger, <http://www.rimensberger.net/>
*/

.tt-page-wrap {
    min-height: 60% !important;
}

.tt-mr-15 {
	margin-right: 15px !important;
}

.tt-h-38 {
	height: 38px !important;
}

.tt-w-140 {
	width: 140px !important;
}
.tt-w-240 {
	width: 240px !important;
}

.tt-e-rounded {
	border-radius: 5px;
}

.tt-e-rounded-min {
	border-radius: 3px;
}

.tt-e-rounded-tiny {
	border-radius: 2px;
}

.tt-e-white {
	background-color: #ffffff;
}

.tt-e-green {
	background-color: #9cca6c;
}

.tt-e-red {
	background-color: #d94322;
}

.tt-e-orange {
	background-color: #ffb402;
}

.tt-e-blue {
	background-color: #7dbae8;
}

.tt-e-action-box {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 240px;
    text-align: center;
    line-height: 38px;
}

.tt-e-action-box-inner {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 240px;
    text-align: center;
    line-height: 38px;
}

.tt-e-action-box a {
    font-family: 'LatoLatinWebLight', sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    color: #000000;
    font-size: 20px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.tt-e-action-box a:hover {
	background: #cccccc;
	color: #ffffff;
}

.tt-e-action-box-right {
	margin: 0 0 0 15px;
    float: right;
}

#unset-clse-bttn {
	display: none;
}


@media all and (max-width: 542px) {
	
	.tt-e-action-box {
    	margin-top: 20px;
	}

}