body
{
background:url(images/bg.jpg) no-repeat center top #d2d1d3;
font-family:Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0 auto;
color: #0e4354;
}
.clear{
clear:both;
}
a{
color:#256c89;
}
h2{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:0px 0 15px 0;
margin:0px;
clear:both;
}
h3{
font-size:18px;
color:#256c89;
font-weight:normal;
padding:15px 0 5px 20px;
margin:0px;
float:left;
clear:both;
}
a.forgot_pass{
float:right;
color:#256c89;
text-decoration:none;
background:url(images/help.png) no-repeat left;
padding:0 0 0 18px;
display:block;
margin:15px 20px 0 0;
}
#main_container{
margin:0 auto;
width:1200px;
padding:0px 0 0px 0;
}
.header{
width:1200px;
height:110px;
position:relative;
}
.header_login{
width:600px;
margin:auto;
}
.logo{
float:left;
padding:15px 0 0 0;
}
.header_menu_wrapper {
    float: right;
    margin-right: -20px;
    margin-top: 14px;
}

.logo2{
float:left;
padding:45px 0 0 0;
}

.logo2 img{
margin-bottom:-15px;
}

#clock_a{
float:right;
padding:15px 0 0 0;
color:#666;
}
.jclock{
color:#666;
float:right;
font-size:22px;
font-weight:bold;
padding:34px 25px 0 0;
}
.right_header{
width:auto;
float:right;
text-align:right;
padding:15px 20px 0 0;
}

.user_info_box {
    display:inline-block;
    background:linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
    border:1px solid #dee2e6;
    border-radius:8px;
    padding:8px 15px;
    box-shadow:0 2px 4px rgba(0,0,0,0.1);
    font-size:12px;
}

.user_greeting {
    color:#6c757d;
    margin-right:5px;
}

.user_name {
    color:#256c89;
    font-weight:600;
    margin-right:12px;
}

.logout_btn {
    display:inline-block;
    background:#dc3545;
    color:#fff !important;
    padding:4px 12px;
    border-radius:4px;
    text-decoration:none !important;
    font-weight:500;
    transition:all 0.3s ease;
    margin-left:8px;
    font-size:11px;
}

.logout_btn:hover {
    background:#c82333;
    box-shadow:0 2px 4px rgba(220,53,69,0.3);
    transform:translateY(-1px);
}

.right_header a.messages{
background:url(images/comment.png) no-repeat right;
padding-right:20px;
}

.main_content{
margin:0 auto;
width:1200px;
height:auto;
padding:10px 10px 60px 10px;
background:#fff;
border-radius:10px;
}
.footer{width:1200px;height:87px;}
.footer_login{width:600px;margin:auto;}

.left_footer{margin:auto; padding:25px 0 0 10px; color:#666; font-size:11px; width:129px;}
.left_footer a{color:#FFFFFF;text-decoration:none;}
.right_footer{float:right;padding:25px 10px 0 0;}

.left_footer_login{float:left; margin-left:220px; padding:15px 0 0 10px;color:#a8549b;font-size:11px; width:129px;}
.left_footer_login a{color:#FFFFFF;text-decoration:none;}
.right_footer_login{float:right;padding:15px 10px 0 0;}
/*---------------- menu----------------------*/
.menu {
    font-size:12px;
    padding:0;
    margin:0;
    float:none;
    display:inline-block;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    height:40px;
    background:linear-gradient(to bottom, #256c89 0%, #1a4d63 100%);
    border-radius:5px;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
    float:left;
    height:40px;
    line-height:40px;
    position:relative;
}

/* style the sub level list items */
.menu ul ul li {
    display:block;
    width: auto;
    height:auto;
    position:relative;
    line-height:1em;
    float:none;
}

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block;
    float:left;
    height:100%;
    font-size:12px;
    font-weight:500;
    text-decoration:none;
    color:#fff;
    padding:0 25px;
    transition:all 0.3s ease;
    border-right:1px solid rgba(255,255,255,0.1);
}

.menu ul li:last-child a {
    border-right:none;
}

.menu a:hover, .menu a.current {
    background:rgba(255,255,255,0.15);
    color:#fff;
}

.menu a.refresh-btn {
    background:rgba(255,255,255,0.1);
    font-weight:600;
}

.menu a.refresh-btn:hover {
    background:rgba(255,255,255,0.25);
}

/* style the sub level links */
.menu ul ul {
    background:#2c5f7a;
    border-radius:0 0 5px 5px;
    box-shadow:0 4px 8px rgba(0,0,0,0.3);
    padding:5px 0;
}

.menu ul ul a, .menu ul ul a:visited {
    display:block;
    background:transparent;
    border-bottom:1px solid rgba(255,255,255,0.1);
    color:#fff;
    width:200px;
    height:auto;
    line-height:35px;
    padding:0 20px;
    font-size:11px;
}

.menu ul ul a:hover {
    background:rgba(255,255,255,0.1);
    padding-left:25px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#2c5f7a;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#2c5f7a;}

/* style the level hovers */
/* first - already defined above */
/* second */
.menu ul ul :hover > a {color:#fff;background:rgba(255,255,255,0.1);}
/* third */
.menu ul ul ul :hover > a {background:rgba(255,255,255,0.1);}
/* fourth */
.menu ul ul ul ul :hover > a {background:rgba(255,255,255,0.1);}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
    visibility:hidden;
    position:absolute;
    height:0;
    top:40px;
    left:0;
    width:200px;
    z-index:999;
    overflow:hidden;
}

/* position the third level flyout menu */
.menu ul ul ul{left:200px;top:0;width:200px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-200px;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
    visibility:visible;
    height:auto;
    padding-bottom:5px;
    background:#2c5f7a;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}







.center_content{
clear:both;
}

.left_content{
width:195px;
float:left;
padding:30px 0 0 20px;
}
.right_content{ 
float:left;
padding:30px 0 0 15px;
width:96%;
}

.sidebarmenu{
margin:0px 0;
padding:0;
width:195px;
}
.sidebarmenu a.menuitem{background:url(images/sidebar_menu_top.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem_green{background:url(images/green_bt.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem_red{background:url(images/red_bt.gif) no-repeat center top;
color: #fff;display: block;position: relative;width:185px;height:31px;margin:0 0 5px 0;line-height:31px;padding:0px 0 0 10px;text-decoration: none;
}
.sidebarmenu a.menuitem:hover{background:url(images/sidebar_menu_top_a.gif) no-repeat center top;}
.sidebarmenu a.menuitem_green:hover{background:url(images/green_bt_a.gif) no-repeat center top;}
.sidebarmenu a.menuitem_red:hover{background:url(images/red_bt_a.gif) no-repeat center top;}

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
color: white;
}
.sidebarmenu a.menuitem .statusicon{
position: absolute;
top:11px;
right:7px;
border: none;
}

.sidebarmenu div.submenu{
background: white;
}
.sidebarmenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 0 0 5px 0;
}
.sidebarmenu div.submenu ul li{
border-bottom: 1px dotted #bfd1d9;
}
.sidebarmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding:5px 0;
padding-left: 10px;
}
.sidebarmenu div.submenu ul li a:hover{
background: #e2f0ff;
color: #0e4354;
}

.sidebar_search{
background:url(images/sidebar_menu_top.gif) no-repeat center;
width:195px;
height:31px;
margin:0 0 5px 0;
}
input.search_input{
width:155px;
height:16px;
margin:5px 0 0 5px;
border:1px #bdebfd solid;
background:#92dbf8;
padding:4px 0 0 2px;
float:left;
color:#096184;
font-size:11px;
}
input.search_submit{
float:left;
background:none;
border:none;
margin:7px 0 0 8px;
}





#rounded-corner
{
margin:0px;
width:625px;
text-align: left;
border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
width:26px;
background: #60c8f2 url('images/left.jpg') left top no-repeat;
}
#rounded-corner thead th.rounded-q4
{
background: #60c8f2 url('images/right.jpg') right top no-repeat;
}
#rounded-corner th
{
padding: 8px;
font-weight: normal;
font-size: 13px;
color: #039;
background: #60c8f2;
}
#rounded-corner td
{
padding: 8px;
background: #ecf8fd;
border-top: 1px solid #fff;
color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
background: #ecf8fd url('images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
background: #ecf8fd url('images/botright.jpg') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
background: #d2e7f0;
}


.question {
position: absolute;
display: inline;
text-align: center;
width: 174px;
height: 78px;
font-size: 13px;
line-height: 1.5em;
background: url('images/bubble.png') left top no-repeat;
padding: 10px 0 0 0;
text-shadow: 0px 1px 0px #fff;
margin-left: -7em;
margin-top: -6em;
opacity: 0;
}

.yes{
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    color: #fff;
    background: #28a745;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(40,167,69,0.2);
    border: none;
    text-decoration: none;
}
.yes:hover {
    background: #218838;
    box-shadow: 0 2px 6px rgba(40,167,69,0.4);
    transform: translateY(-1px);
}
.cancel {
    margin-top: .5em;
    margin-right: .5em;
    cursor: pointer;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
    color: #fff;
    background: #dc3545;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(220,53,69,0.2);
    border: none;
    text-decoration: none;
}
.cancel:hover {
    background: #c82333;
    box-shadow: 0 2px 6px rgba(220,53,69,0.4);
    transform: translateY(-1px);
}

/* Genel buton stilleri */
input[type="submit"],
input[type="button"],
button:not(.menu a),
asp\:Button {
    border: none;
    background: #256c89;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(37,108,137,0.2);
    display: inline-block;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:not(.menu a):hover {
    background: #1a4d63;
    box-shadow: 0 2px 6px rgba(37,108,137,0.4);
    transform: translateY(-1px);
}

input[type="submit"]:active,
input[type="button"]:active,
button:not(.menu a):active {
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(37,108,137,0.3);
}

a.bt_green{
    display:inline-block;
    float:right;
    margin:10px 5px;
    padding:8px 16px;
    text-decoration:none;
    color:#FFFFFF;
    background:#28a745;
    border-radius:4px;
    font-weight:500;
    transition:all 0.3s ease;
    box-shadow:0 2px 4px rgba(40,167,69,0.2);
    border:none;
}
a.bt_green strong{
    display:inline;
    background:none;
    padding:0;
    height:auto;
}
a.bt_green span.bt_green_lft,
a.bt_green span.bt_green_r{
    display:none;
}
a:hover.bt_green{
    background:#218838;
    box-shadow:0 2px 6px rgba(40,167,69,0.4);
    transform:translateY(-1px);
    text-decoration:none;
}

a.bt_blue{
    display:inline-block;
    float:right;
    margin:10px 5px;
    padding:8px 16px;
    text-decoration:none;
    color:#FFFFFF;
    background:#256c89;
    border-radius:4px;
    font-weight:500;
    transition:all 0.3s ease;
    box-shadow:0 2px 4px rgba(37,108,137,0.2);
    border:none;
}
a.bt_blue strong{
    display:inline;
    background:none;
    padding:0;
    height:auto;
}
a.bt_blue span.bt_blue_lft,
a.bt_blue span.bt_blue_r{
    display:none;
}
a:hover.bt_blue{
    background:#1a4d63;
    box-shadow:0 2px 6px rgba(37,108,137,0.4);
    transform:translateY(-1px);
    text-decoration:none;
}

a.bt_red{
    display:inline-block;
    float:right;
    margin:10px 5px;
    padding:8px 16px;
    text-decoration:none;
    color:#FFFFFF;
    background:#dc3545;
    border-radius:4px;
    font-weight:500;
    transition:all 0.3s ease;
    box-shadow:0 2px 4px rgba(220,53,69,0.2);
    border:none;
}
a.bt_red strong{
    display:inline;
    background:none;
    padding:0;
    height:auto;
}
a.bt_red span.bt_red_lft,
a.bt_red span.bt_red_r{
    display:none;
}
a:hover.bt_red{
    background:#c82333;
    box-shadow:0 2px 6px rgba(220,53,69,0.4);
    transform:translateY(-1px);
    text-decoration:none;
}

.sidebar_box{
width:195px;
padding:15px 0 5px 0;
}
.sidebar_box_top{width:195px;height:8px;background:url(images/sidebar_box_top.gif) no-repeat center bottom;}
.sidebar_box_bottom{width:195px;height:8px;background:url(images/sidebar_box_bottom.gif) no-repeat center bottom;}
.sidebar_box_content{width:175px;height:auto;background-color:#ecf8fd; padding:0 10px 0 10px;}

.sidebar_box_content h3{ color:#49bae8; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h4{ color:#f75744; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content h5{ color:#a4bf40; float:left; font-size:18px; margin:0px;padding:0px; font-weight:normal;}
.sidebar_box_content p{padding:5px 0 5px 0; margin:0px; clear:both; font-size:11px; text-align:left; line-height:17px;}
img.sidebar_icon_right{
float:right; padding:0 0 0 0;
}
.sidebar_box_content ul{
list-style:none;
padding:10px 0 10px 0;
margin:0px;
clear:both;
}
.sidebar_box_content ul li{
padding:5px 0 5px 10px;
background:url(images/list_bullet.gif) no-repeat left top;
background-position:0px 10px;
}


.warning_box{width:540px;clear:both;background:url(images/warning.png) no-repeat left #fcfae9;
border:1px #e9e6c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.valid_box{width:540px;clear:both;background:url(images/valid.png) no-repeat left #edfce9;
border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(images/error.png) no-repeat left #fce9e9;
border:1px #eac7c7 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

/*--------------*/
div.pagination {
width:625px;
clear:both;
padding:10px 0 10px 0;
margin:0px;
text-align:center;
float:left;
clear:both;
font-size:11px;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #52bfea;
text-decoration: none; 
color: #52bfea;
}
div.pagination a:hover, div.pagination a:active {
border:1px solid #52bfea;
color: #fff;
background-color: #52bfea;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #52bfea;
font-weight: bold;
background-color: #52bfea;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #ccc;
}
