﻿
.navbar {
    /*background-color: rgba(0,139,139,1) !important;*/
    /*background-color: #00cdb0 !important;*/
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 0 0 0;
    /*background-image: url("/images/banner.png")  !important;*/
    /* background-position: center;*/
}

.nav-link {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    display:inline-block;
    vertical-align:middle;
   
    
}

.control-label {
    font-weight: 600;
    color: #5b5c57;
    font-size: 13px;
}
.modulicon {
height:25px;
width:25px;

}
.menuicon {
    line-height: inherit;
    font-size: 18px;
   
}
.menutext {
   
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 2px;
}
.ustlink {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
   

}
    .ustlink a:link {
        color: rgba(2, 52, 52, .8);
    }

/* visited link */
    .ustlink a:visited {
        color: rgba(2, 52, 52, .8);
    }

/* mouse over link */
    .ustlink a:hover {
        color: rgba(2, 52, 52, 1);
    }

/* selected link */
    .ustlink a:active {
        color: rgba(2, 52, 52, .8);
    }
.textlink {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    color: #4a4242;
    
    text-decoration: none;

}

    .textlink a:link {
        color: rgba(2, 52, 52, .8);
    }

    /* visited link */
    .textlink a:visited {
        color: rgba(2, 52, 52, .8);
    }

    /* mouse over link */
    .textlink a:hover {
        color: rgba(2, 52, 52, 1);
    }

    /* selected link */
    .textlink a:active {
        color: rgba(2, 52, 52, .8);
    }
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
body {
    /* background-image: url("/images/bg0.jpg") !important;
    background-image: url('../images/bg/bursa_kale_kapisi.jpeg') !important;
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    min-height: 600px;
    position: relative;
    /* background-color: rgba(245, 255, 245,1);*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
   
    padding-left: 15px;
    padding-right: 15px;
    min-height: 600px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


.menubox {
    height: 250px;
    width: 200px;
    align-items: center;
    justify-content: left;
    background-color: #00cdb0;
    transition: .10s, transform .10s ease;
    -moz-transition: .10s, transform .10s ease;
    -webkit-transition: .10s, transform .10s ease;
    text-align: center;
    margin: 25px 5px 25px 5px;
    border: 2px solid #808080;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity:0.9;
}
    .menubox:hover {
       
        opacity: 1;
    }
.mboxbaslik{
    font-weight:bold;
    font-size:18px;
    margin-top:20px;
    text-align:center;
    position:relative;
    color:indigo;
}
.mboxaciklama {
    font-weight: lighter;
    font-size: 14px;
    margin: 10px;
    text-align: left;
    position: relative;
    color: ghostwhite;
    /*color: #00cdb0;*/
}
.mboxbuton {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width:100%;
    text-align:right;
}
.mboxicon {
    width: 100%;
    margin: auto;
    width: 65px;
    border-radius: 100px;
    height: 65px;
    
    background: #808080;
    position: relative;
    bottom: -15px;
    margin-top: -50px;
    transition: .10s, transform .10s ease;
    -moz-transition: .10s, transform .10s ease;
    -webkit-transition: .10s, transform .10s ease;
}
    .mboxicon img {
        width: 55px;
        height: 55px;
        border-radius: 100px;
        margin: auto;
        border: 3px solid #fff;
        display: block;
    }
    .mboxicon.over {
        transform: scale(1.01, 1.01);
        margin-top: -65px;
        background: #448ed3;
    }

.tablobaslik {
    background-color: rgba(0,139,139,.3);
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}
.yazar {
    font-size: 10px;
    font-style: italic;
    color: gray;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.yuvarlakbuton {
    height: 175px;
    width: 175px;
    align-items: center;
    background-color: darkgray;
    transition: .10s, transform .10s ease;
    -moz-transition: .10s, transform .10s ease;
    -webkit-transition: .10s, transform .10s ease;
    text-align: center;
    margin: 25px 5px 25px 5px;
    border: 2px solid #808080;
    position: relative;
    float: left;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0.8;
}

    .yuvarlakbuton:hover {
        opacity: 1;
        background-color: #00cdb0;
    }
    .yuvarlakbuton img {
        width: 150px;
        height: 150px;
        margin: auto;
        display: block;
       
    }
        .yuvarlakbuton img:hover {
            margin-top: -10px;
           
        }

fieldset {
    /*background-color: #fefffc;*/
    padding: 0px 10px 6px 10px; 
    border: .5px solid;
}
fieldset legend{
    /* background-color: #FFFDF7;*/
    font-size:14px;
    font-weight:bold;
    margin:0px;
}
fieldset .fiedset-body{
    padding:3px;

}
.form-control {
    margin: 0px;
    padding: 2px;
}

.hesaplamaContainer input,select,label,table,tr,td,th {
    font-size:12px!important;
    
}

.form-group {
    margin-bottom:0px;

}



