@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova.ttf') format('truetype'),
         url('../fonts//ProximaNova.otf');
}
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"),
       url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
       url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff");
       font-weight: normal;
       font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"),
       url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
       url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff");
       font-weight: bold;
       font-style: normal;
}

@font-face {
  font-family: "fonticon";
  src: url("../fonts/icon/fonticon.eot");
  src: url("../fonts/icon/fonticon.eot?#iefix") format("eot"),
      url("../fonts/icon/fonticon.woff") format("woff"),url("../fonts/icon/fonticon.ttf") format("truetype"),
      url("../fonts/icon/fonticon.svg#fonticon") format("svg")
}


/*Reset CSS*/
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
    margin:0;
}
body {
    line-height: 1.2;
    font-family: 'ProximaNova';
}


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: underline;
    color: inherit;
}

    a:hover {
        text-decoration: none;
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-style: inherit;
    font-size:inherit;
    line-height:inherit;
    margin:0;
}

/*Reset CSS End*/


body {
    margin:0;
    font-size: 16px;
    font-family: "ProximaNova";
    font-weight:normal;
}

img {
    display: block;
    max-width: 100%;
    height: auto;

}
.positionRelative{
    position:relative;
}
.button {
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all ease-in-out .2s;
    text-decoration: none;
}
.btnTyp1 {
    background-color: #171a63;
    color: white;
    cursor: pointer;
    border: 1px solid #171a63;
    /*margin-right:10px;*/
}
    .btnTyp1:hover {
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%), 0px 4px 10px rgb(0 0 0 / 20%);
    }
.btnTyp2{
    color: #202223; 
    border:1px solid #BABFC3; 
    cursor: pointer;
}
    .btnTyp2:hover {
        border-color: #1D3859;
    }

.label1 {
    float: none;
    width: 100%;
    display: inline-block;
    color: #171a63;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
}
.input1 {
    border: 1px solid #cfcfcf;
    height: 35px;
    /*width: 30%;*/
    border-radius: 5px;
    padding: 4px 8px;
    color: inherit;
    font-size: 16px;
}

.header1 {
    float: left;
    color: #293A7F;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.header2 {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

    .header2 a {
        color: #2C6ECB;
        text-decoration:none;
    }

        .header2 a
        :hover {
            color: #23527c;
            text-decoration: underline;
        }


 /*section start*/
.sectionC {
    width: 100%;
    padding:0 24px;
}

    .sectionCS {
        margin: auto;
    }

        .sectionHeader {
            width: 100%;
            float: none;
            clear: both;
            margin-bottom: 20px;
            display: inline-block;
        }


/*main start*/

.main {
    
    width: 100%;
}


.customContainer {
    min-height: calc(100vh - 580px);
}
.mainContainer {
    max-width: 1240px;
    padding: 0 50px;
    margin: auto;
}
.mmMainC {
    width: 100%;
    height: auto;
    background-color: aliceblue;
    position: absolute;
    z-index: 1000;
    height: 100%;
    display: none;
}

.mmMainSC {
    /*width: 100%;*/
    height: auto;
    background-color: aliceblue;
}

.marginTop100 {
    margin-top: 80px ;
}

.topMC {
    width: 100%;
    background-color: #013682;
}

.topMCS {
    max-width: 1240px;
    padding:0 50px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 56px;
}

    .topMCS div {
        color: #293A7F;
        font-size: 18px;
        float: left;
    }

.announcement .owl-dots{
    display: none;
}
.activity .owl-dots {
    display: none;
}
.announcement .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
}
.activity .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

.breadCrumbWrapper {
    display: flex;
    width: 100%;
    background-color: white;
}
.breadCrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    color: #013682;
}

 .breadCrumb ol {
        list-style:  none  !important;
        display: flex;
    }

    .breadCrumb span {
        margin: 0px 4px;
    }

    .breadCrumb a {
        text-decoration: none;
        color: #013682;
    }
.itemListElement{
    display:flex;
    align-items:center;
}

.MB12 {
    margin-bottom: 12px
}
.MB0{
    margin-bottom:0px !important;
}
.MB32 {
    margin-bottom: 32px;
}

.MT32 {
    margin-top: 32px;
}

.MT15 {
    margin-top: 15px;
}
.MT8{
    margin-top:8px;
}
.MR12{
    margin-right:12px;
}
.ML12{
    margin-left:12px;
}

.ML24{
    margin-left:24px;
}

.PL33{
    padding-left:33px;
}

.PR12 {
    padding-right: 12px;
}

.ML33{
    margin-left:33px;
}
.displayFlex{
    display:flex;
}

.width100{
    width:100%;
}
.alignCenter{
    display:flex;
    align-items:center;
}

.spaceBetween{
    display:flex;
    justify-content:space-between;
    width:100%;
}

.textCenter {
    text-align: center;
}
.justifyCenter{
    display:flex; 
    justify-content:center;
}
.flexColumn {
    display: flex;
    flex-direction: column;
}
.text-danger{
    color:red;
}
.field-validation-error{
    color:red;
}

.cmsBtn {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition: ease 300ms;
}
.cmsBtnCreate {
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
    transition: ease 300ms;
}
.cmsBtnCancel {
    background-color: #e7e7e7;
    color: black;
    margin-right: 15px;
}

    .cmsBtnCancel:hover {
        color: black;
        background-color: #b4b4b4;
    }
.cmsBtnEdit {
    background-color: #2060ae;
    color: white;
}

    .cmsBtnEdit:hover {
        color: white;
        background-color: #0d4487;
    }



/*table*/

table {
    border: 1px solid #C0C0C0;
    padding: 8px;
}

    table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    table tr:nth-child(odd) {
        background-color: #fff;
    }

    table th {
        border: 1px solid #f8f9fa !important;
        padding: 12px 8px !important;
        background: #171a63 !important;
        color: white !important;
        text-align: center;
    }
.content table th p {
    color: inherit !important;
}  
    table tr {
        border: 1px solid #ddd;
    }

    table td {
        border: 1px solid #C0C0C0 ;
        padding: 8px;
        text-align:center;
    }

/* Sayfa içindeki PDF linkleri */
 a.fromQuillImage[href$=".pdf"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".pdf"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/pdfThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
 a.fromQuillImage[href$=".docx"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".docx"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/wordThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
 a.fromQuillImage[href$=".doc"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".doc"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/wordThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

 a.fromQuillImage[href$=".docm"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".docm"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/wordThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

 a.fromQuillImage[href$=".xls"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".xls"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/excelThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

 a.fromQuillImage[href$=".xlsx"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".xlsx"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/excelThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

 a.fromQuillImage[href$=".xlsm"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".xlsm"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/excelThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

 a.fromQuillImage[href$=".xlsb"] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: rgb(247, 247, 247);
    margin-top: 12px;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    transition: background 0.3s;
    color: #808080 !important;
    line-height: 1.2;
    max-width: 800px;
}

     a.fromQuillImage[href$=".xlsb"]::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('/Dosyalar/excelThumb.png');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }
@media screen and (max-width: 980px){
    .customContainer {
        min-height: calc(100vh - 494px);
    }
    .button {
        padding: 8px 12px;
    }
    .btnTyp1 {
       margin-right:12px;
       font-size:14px;

    }
}

@media screen and (max-width: 768px) {

   .mainContainer{
       padding:0 36px;
   }
   .breadCrumb{
       font-size:14px;
   }
    .btnTyp1 {
    margin-right: 8px;
    }
    .cmsBtn {
        font-size: 12px;
        padding: 8px 12px;
    }

    #homePageBanner .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 2px 3px;
    }

    .owl-dots {
        bottom: 1px;
    }

    #madebyInfo {
        font-size: 12px;
    }

    #copyRight {
        font-size: 12px;
    }
    .label1 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .input1{
        font-size:14px;
    }
    .marginTop100 {
        margin-top: 40px;
    }
    .header2 {
        font-size: 14px;
    }
    .header1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 590px) {
    .mainContainer {
        padding: 0 20px;
    }
    .breadCrumb {
        font-size: 12px;
       
    }
        .breadCrumb span {
            margin: 0px 4px;
        }
     
    .button {
        font-size: 12px ;
      
        padding: 6px 12px;
    }
    .btnTyp1 {
        margin-right: 8px;
    }

    .cmsBtnCancel {
        margin-right: 5px;
    }

    #modalContentCC p{
        font-size:14px;
    }
    .marginTop100 {
        margin-top: 30px;
    }
    .header1 {
        font-size: 18px;
    }

    .header2 {
        font-size: 12px;
    }
}
@media screen and (max-width: 400px) {
    #announcement .owl-dots, .activity .owl-dots {
        display: inherit;
    }
    #activity .owl-dots {
        display: inherit;
    }
}

@media screen and (max-width: 360px) {
    .breadCrumb {
        font-size: 8px;
        padding:5px 30px;
    }


}



