﻿@charset "UTF-8";

/* ----------------------------------------Filter Objects ------------------------------------------ */


.thesis-filter-body label {
	width: 58px;
	text-align: left;
    font-weight:normal !important;
}
/*.form-group {
    display: inline-block;
}*/

.ddlthesis {
	width: 500px;
	max-width: 100%;
    height:30px;
}




/* ----------------------------------------Grid Object ------------------------------------------ */

/*.thesisTable {
		display: table;
		width: 100%;
}
.thesisRow {
		display: table-row;
        text-align:center;
}
.thesisRow:nth-child(odd) {background-color: #f2eded;}
.thesisRow:hover{
    background: #d8e8fc;
}

.thesisCell, .thesisHead {
		display: table-cell;
		padding: 3px 10px;
		border: 1px solid #999999;
}
.thesisHead {
		background:#3277AE;
        color:white;
		font-weight: bold;
}

*/


.thesis-table {
    display: table;
    text-align: center;
    width: 100%;
    margin: 0 auto 0;
    border-collapse: separate;
  }
  
  .thesis-table_row {
    display: table-row;
  }
  
  .thesis-theader {
    display: table-row;
  }
  
  .thesis-table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #3277AE;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  
  .thesis-table_header:first-child {
    border-right: #ccc 1px solid;
    border-top-right-radius: 5px;
  }
  
  .thesis-table_header:last-child {
    border-left: #ccc 1px solid;
    border-top-left-radius: 5px;
  }
  
  .thesis-table_small {
    display: table-cell;
  }
  
  .thesis-table_row > .thesis-table_small > .thesis-table_cell:nth-child(odd) {
    display: none;
    background: #3277AE;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .thesis-table_row > .thesis-table_small > .thesis-table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #5b5b5b;
    min-height: 35px;
    padding-top: 15px;
  }
  
  .thesis-table_row > .thesis-table_small:first-child > .thesis-table_cell {
    border-right: #ccc 1px solid;
  }
  
  .thesis-table_row > .thesis-table_small:last-child > .thesis-table_cell {
    border-left: #ccc 1px solid;
  }
  
  .thesis-table_row:last-child > .thesis-table_small:last-child > .thesis-table_cell:last-child {
    border-bottom-left-radius: 5px;
  }
  
  .thesis-table_row:last-child > .thesis-table_small:first-child > .thesis-table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
  
  .thesis-table_row:nth-child(2n+3) {
    background: #e9e9e9;
  }
  
  @media screen and (max-width: 900px) {
    .thesis-table {
      width: 90%
    }
  }
  
  @media screen and (max-width: 1024px) {
    .thesis-table {
      display: block;
    }
    .thesis-table_row:nth-child(2n+3) {
      background: none;
    }
    .thesis-theader {
      display: none;
    }
    .thesis-table_row > .thesis-table_small > .thesis-table_cell:nth-child(odd) {
      display: table-cell;
      width: 50%;
    }
    .thesis-table_cell {
      display: table-cell;
      width: 50%;
    }
    .thesis-table_row {
      display: table;
      width: 100%;
      border-collapse: separate;
      padding-bottom: 20px;
      margin: 5% auto 0;
      text-align: center;
    }
    .thesis-table_small {
      display: table-row;
    }
    .thesis-table_row > .thesis-table_small:first-child > .thesis-table_cell:last-child {
      border-right: none;
    }
    .thesis-table_row > .thesis-table_small > .thesis-table_cell:first-child {
      border-right: #ccc 1px solid;
    }
    .thesis-table_row > .thesis-table_small:first-child > .thesis-table_cell:first-child {
      border-top-right-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .thesis-table_row > .thesis-table_small:first-child > .thesis-table_cell:last-child {
      border-top-left-radius: 5px;
      border-top: #ccc 1px solid;
    }
    .thesis-table_row > .thesis-table_small:last-child > .thesis-table_cell:first-child {
      border-left: none;
    }
    .thesis-table_row > .thesis-table_small > .thesis-table_cell:last-child {
      border-left: #ccc 1px solid;
    }
    .thesis-table_row > .thesis-table_small:last-child > .thesis-table_cell:first-child {
      border-bottom-right-radius: 5px;
    }
    .thesis-table_row > .thesis-table_small:last-child > .thesis-table_cell:last-child {
      border-bottom-left-radius: 5px;
    }

    .thesis-table_row > .thesis-table_small > .thesis-table_cell {
        border-bottom: #ccc 1px solid;
    }
  }



  #thesisNotFound{
    color:red;
    font-size:medium;
}

/* ----------------------------------------Modal Form ------------------------------------------ */

.thesis-modal-footer{
    text-align:left;
}


.thesis-modal-title{
   color:#3277AE;
}

#thesisModal.modal{
    z-index:100000;
}

.modal-large{
    width :1000px !important;
    max-width :95% !important;
}



