﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body {
    background-color: #bfbfbf;
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    min-width: 1280px;
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a:hover {
    text-decoration: none !important;
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 20px !important;
    }

#main {
    /*background: #ffffff;*/
    /*padding: 20px;*/
    /*padding-top: 1000px;*/
    padding-top: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    min-height: 500px;
}

footer, #footer {
    color: white;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%;
    text-align: center;
}

    #menu .t-item {
        border-width: 0.5px 0.5px 0.5px 0.5px;
    }

    #menu .t-link {
        padding: 5px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.8em;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    background-color: rgba(242, 242, 242, 0.6);
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 5px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input {
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
    border: 1px solid #CCC;
}

input[type="submit"] {
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
    border: 1px solid #CCC;
}

/* Buradaki borderı kaldırdım.  input-validation-error styleını eziyor. üste aldım.*/ 
input[type="number"],
input[type="text"] {
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
    width: 165px;
    /*border: 1px solid #CCC;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height:25px;
}

input[type="password"] {
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
    /*width: 200px;*/
    border: 1px solid #CCC;
}

button[type="submit"],
button[type="reset"],
button[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
    background-color: #0d5fa5;
    padding: 3px 10px;
    color: white;
    border: 1px solid white;
}


.hrefbutton {
    cursor: pointer;
    background-color: #0d5fa5;
    padding: 3px 10px;
    color: white;
    border: 1px solid white;
}

input[type="submit"]:active, input[type="submit"]:hover {
    border: 1px solid #e8eef4;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 0px;
        border: solid 0px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 0px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    font-size: 14px;
    color: #1e2e5d;
    font-weight: bold;
    display: block;
    text-align: right;
    margin-top: 70px;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    
    color: #ff0000;
    /*font-size:small;*/
    /*font-weight:bold;*/
}



.field-validation-valid {
    display: none;
}

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000 !important;
    color:#ff0000;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #000;
}

.editor-field {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-box {
    width: 165px;
    font-family: Calibri, Segoe, Arial, Verdana, Tahoma, Sans-Serif;
}


    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}


dl {
    padding: 0;
}

dd {
    margin-bottom: 10px;
    margin-top: 1px;
    margin-left: 6px;
    margin-right: 30px;
    padding: 0;
    color: #176eb0;
}

dt {
    padding: 0;
    margin-right: 30px;
    font-weight: bold;
    color: #000;
}

.left {
    float: left;
    width: auto;
}

.myHeader {
    color: #e69532;
    font-size: larger;
    font-weight: 600;
}

.mySubHeader {
    color: #e69532;
    font-weight: 600;
}


/* Telerik Grid overrides */
.detayButton {
    width: 20px;
    background-color: black;
}

#headermenu {
    /*line-height: 70px;*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

    #headermenu li {
        margin-right: 20px;
        padding-right: 20px;
        display: block;
        list-style: none;
        float: left;
        border-right: 1px solid white;
    }

        #headermenu li a {
            text-decoration: none;
            color: #0d5fa5;
            font-weight: bold;
            line-height: 36px;
        }

#topbar {
    width: 100%;
    height: 36px;
    position: fixed;
    z-index: 2;
    background-color: #f0eee9;
    border-bottom: 3px solid #0d5fa5;
}

#menushowhidebutton {
	width: 36px;
	height: 33px;
	background-color: #f0eee9;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}

#menuwrapper {
    /*width: 250px;*/
    height: 100%;
    position: absolute;
    margin-top: 36px;
    width: 100%;
}

#menuicon {
    width: 150px;
    height: 100%;
    float: left;
    background-color: #0d5fa5;
    position: fixed;
    z-index: 2;
}

    #menuicon ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 10px solid #0d5fa5;
    }

        #menuicon ul a li, #menuicon ul a li:hover {
            width: 36px;
            height: 36px;
            background-position: center center;
            background-repeat: no-repeat;
            border-bottom: 1px solid #000000;
        }

        #menuicon ul a li {
            background-color: #0d5fa5;
        }

            #menuicon ul a li:hover {
                background-color: #1d4179;
            }

/*#menudetail {
    width: 210px;
    height: 100%;
    position: fixed;
    z-index: 2;
    left: 36px;
}*/

#menudetail {
    width: 210px;
    height: 92%;
    z-index: 2;
    left: 36px;
    float: left;
    position: fixed;
    overflow-y: auto;
}

.menucontent {
    width: 210px;
    height: 100%;
    background-color: #5c6278;
    float: left;
    position: relative;
    overflow-y: auto;
}

.menutitle {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menutitle li {
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        border-bottom: 1px solid white;
        /*font*/
        font-family: 'Oswald';
        color: white;
        font-size: 16px;
    }

#aboneara {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3cc67a;
    right: 0;
    top: 43px;
    z-index: 2;
    position: fixed;
    /*font*/
    font-family: 'Oswald';
    color: white;
    font-size: 14px;
}

.menulink {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /*font*/
    font-family: 'Oswald';
    color: white;
    font-size: 12px;
    border-bottom-color:#1e90ff !important;
}

.menuElapsed {
    background-image: url("Images/newtheme/icon7.png");
}

.menuCollapsed {
    background-image: url("Images/newtheme/icon8.png");
}

#maincontent {
    padding-top: 58px;
    padding-left: 200px;
}


h1 {
    overflow: hidden;
    text-align: left;
    color: #0d5fa5;
    font-size: 1.2em;
    font-weight: bold;
}

    h1:before,
    h1:after {
        background-color: #0d5fa5;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    h1:before {
        right: 0.5em;
        margin-left: -100%;
    }

    h1:after {
        left: 0.5em;
        margin-right: -100%;
    }

.detayButton {
    width: 20px;
    background-color: black;
}

.linkbutton {
    background-color: #0d5fa5;
    padding: 3px 10px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
}

/*---*/

.pageHeaderName {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

    .pageHeaderName:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .pageHeaderName:before {
        content: "»";
    }

.pageHeaderName {
    color: #00529B;
    background-color: #BDE5F8;
}

.newColorCode {
    color: #0d5fa5;
}

.h1ozel {
    overflow: hidden;
    text-align: left;
    color: #0d5fa5;
    font-size: 1.2em;
    font-weight: bold;
}

    .h1ozel:before,
    .h1ozel:after {
        background-color: #0d5fa5;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }

    .h1ozel:before {
        right: 0.5em;
        margin-left: -100%;
    }

    .h1ozel:after {
        left: 0.5em;
        margin-right: -100%;
    }

.ozelDiv {
    width: 100%;
    height: 1px;
    background-color: #0d5fa5;
    margin-top: 10px;
}

.ozelDiv2 {
    width: 100%;
    height: 1px;
    background-color: #0d5fa5;
}

.preloadDiv {
    color: #0d5fa5;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
}

.logonParDiv {
    float: right;
    text-decoration: none;
    color: #0d5fa5;
    font-weight: bold;
    line-height: 36px;
    padding-right: 20px;
    font-size: 14px;
    color: black;
}

.divLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    display: none;
}

.divLoading2 {
    border: 1px solid #0d5fa5;
    border-radius: 5px;
    background-color: white;
    width: 300px;
    height: 150px;
    position: absolute;
    z-index: 200000;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -75px;
}

legend {
    border-bottom: 0px;
    width: auto;
}


.tdrow1 {
    width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
    margin: 10px;
    bottom: 5px;
}

.paddingFixer {
    margin-right: -15px;
    margin-left: -15px;
}
.paddingFixer2 {
    margin-right: -5px;
    margin-left: -5px;
    text-align:center
}
.tdrow2 {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 90%;
    margin-left: 10px;
    padding-left: 10px;
}

.spacer {
    height: 10px;
}

.breadCrump {
    text-decoration: none;
    color: #0d5fa5;
    font-weight: bold;
    line-height: 36px;
    margin-left: 5px;
    padding-left: 5px;
    display: block;
    list-style: none;
    float: left;
}

.AppEnvironmentClass {
    text-decoration: none;
    color: darkred;
    background-color:yellow;
    line-height: 32px;
    margin-right:10px;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    list-style: none;
    float: left;
}


legend {
    margin-bottom: 5px !important;
}

#MuhurTarihi {
    padding-left: 5px;
}

#ImalYili {
    width: 165px;
}

#Kademe {
    width: 165px;
}
.TextBoxClass {
    padding-left: 5px;
    width: 165px;
}
.TextBoxClass3 {
    width: 165px;
}
.TextBoxClass2 {
    width: 125px !important;
    padding-left:5px;
}
.DropdownClass {
    width: 165px !important;
}

.DropdownClassV2 {
    width: 140px !important;
}

.DropdownClassV3 {
    width: 300px !important;
}

.DropdownClassLarge {
    width: 300px !important;
}

.DatetimeClass {
    width: 188px !important;
}
#notifyDiv {
    position: fixed;
    width: 98.5%;
    margin-right: 13px;
    top: 36px;
    margin-left: 0px;
    z-index: 9999999999;
    text-align: center;
}

.alert {
    border-radius: 0px;
}



.t-window-content .t-content {
    overflow: auto !important;
}

.t-window-content.t-content {
    overflow: auto !important;
}

#trKodDiv {
    top: -9px;
    position: relative;
}


.adresAciklamaSpan {
    font-size: 14px;
    color: #0d5fa5;
}

.adresKoduSpan {
    font-size: 24px;
    color: white;
    background-color: #0d5fa5;
    line-height: 40px;
    padding: 2px 5px;
}
.colorcode{
    color:#0d5fa5;
}

.cblinkbutton {
    
    cursor: pointer;
    background-color: #0d5fa5;
    padding: 3px 10px;
    color: white;
    border: 1px solid white;
    
    }
.t-grid .t-header {
    padding-bottom: 10px !important;
}

#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

	.pac-controls label {
		font-family: Roboto;
		font-size: 13px;
		font-weight: 300;
	}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
	min-width: 400px;
	z-index:99999999;
}

	#pac-input:focus {
		border-color: #4d90fe;
	}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}

#target {
	width: 345px;
}

#map-canvas {
	width: 800px;
	height: 400px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.multi-bg-withimage {
	background-image: url(Images/oedas_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.multi-bg-withimage-s {
	width: 100%;
	height: 100%;
	background-image: url(Images/OEDAS_Logo-sembol-s.png);
	background-repeat: repeat;
	background-position: left;
}

form i {
	margin-left: -30px;
	cursor: pointer;
}