﻿body {
}

div.terakki_topcontainer
{
 height: 120px;
}

div.terakki_topcontainer-fixed
{
 position: fixed;
 background: url(/Content/images/header-container.jpg) white 0 40px repeat-x;
 height: 120px;
 width: 100%;
 z-index: 150;
 left: 0;
 top: 0;
} 

div.logo-terakki {
    position: absolute;
    left: 50%;
    top: 0;
    /*margin-left: -76px;*/
    margin-left: -56px;
    width: 120px;
    height: 125px;
    z-index: 110;  
}
div.logo-terakki_img {

display: block;
width: 100%;
height: 100%;

 /*background: url(/Content/images/logo.png) 0 0 no-repeat;*/
 
}

.text-terakki_green {
    color: #164d2c !important;
}

.text-terakki_yellow {
    color: #fcc917 !important;
}

.text-terakki_red {
    color: #FF2A00 !important;
}

.text-terakki_red a {
    color: #FF2A00 !important;
}

.text-terakki_background{

   background-color: #f3ebd2 !important;
}

.radio-terakki input {
 margin-left: 20px !important; 
}
.radio-terakki label {
 margin-left: 10px !important; 
}

.table-terakki td
{
padding: 3px;
}

.panel-heading-terakki
{
padding: 2px 15px !important;
}

.input-terakki  
{
height : 15px !important;
width: 15px !important;
}

.input-label label  
{
font-weight:100 !important;
}

#content_chkisNewsPermission{
height : 20px !important;
width: 20px !important;

}

.form-group-terakki{
    margin-bottom: 0px !important;
}

/*    --------------------------------------------------
	:: Inputs & Buttons
	-------------------------------------------------- */

.btn-custom {
    color: #fff;
	/*background-color: #1fa67b !important;*/
    background-color: #164d2c !important;

    
}

.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
}

.btn-default.active {
    background-color: #7BA9D0;
    /*background-color: limegreen;*/
    color: white;
}


