/**********************************************************************************************************************/
/**************************************************** Accordion *******************************************************/
/**********************************************************************************************************************/
.accordion {
    margin: 0 0 10px 0;
}

.accordion p {
    margin: 0;
}

.accordion i {
    font-size: 18px;
    vertical-align: baseline;
    margin: 3px 0 0 10px;
    float:right;
}

.ui-accordion-header {
    color: #777;
    background-color: #F0F3F4;
}

.ui-accordion-header-active {
    color: #fff;
    background-color: #7DBB18;
}

.accordion > h5 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    margin: 10px 0 0 0;
    padding: 8px 10px;
    cursor: pointer;
    direction:rtl;
}

.accordion > div {
    border: 1px solid #f0f3f4;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}






  .tile {
     width: 100%;
     height: 150px;
     font-size: 16px;
     color: white !important;
     padding: 5px;
     cursor: pointer;
     background-color: #00aba9;
     margin-bottom:5px;
 }
 .tile p {
     color: white !important;
     padding: 5px;
 }

    .tile a {
        color: white !important;
    }

.departmenttile p{
    text-align:center;
    font-size:16px;
}

.departmenttile:hover {
    background-color:#666699;
}
        .host tr > td:first-child {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #0061ab;
    font-size: 12px;
    max-width: 175px;
}
        .host thead th {
    background: none repeat scroll 0 0 #f8f8f8;
    line-height: 30px !important;
}

        .host tr > td {
    color: #777777;
    font-size: 12px;
    text-align: center;
}

.host .green {
    background: none repeat scroll 0 0 #f0fff6;
}
.host th {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    text-align: center !important;
}

.tab-pane table {
    margin-top: 20px;
}
.table-curved {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e1e1 #e1e1e1 #e1e1e1 -moz-use-text-color;
    border-image: none;
    border-radius: 3px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}
.table-curved {
    border-collapse: separate;
}
.table-curved {
    direction: rtl;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}

        .table > thead > tr > th {
            border-bottom:none;
        }

        .edit {
            margin:auto !important;
        }
#course li{list-style-type:none !important;font-size:16px;margin-bottom:15px;}
#course li:hover{cursor:pointer;}
#course li ul li {
    background-color:#f9f9f9;
   margin-bottom:3px;
}
    #course li ul li:hover {
    background-color:#ededed;

    }
    #course li a {
        color:#00a1ff ;
    }
#course li ul li a{color:#000;display:block; padding:10px;font-size:12px}
#course li ul li a:hover{color:#a91d1d}
.s-hide{display:none !important;}


#course li a i{
    float:right;
       margin-left: 9px;
    margin-top: 4px;
}

#course li a:hover, #course li a:hover i{
    color:#0068b3 !important;
}

.course-body {
    padding: 15px;
}

.active-course a {
    border-right: 8px solid #b11d1d;
}

.course-list-head {
    background-color: #0068b3;
    color: #ffffff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    direction:rtl;
}

.awesome-form {
    margin: 20px auto 0 auto;
    padding: 20px;
    direction:rtl;
    /*background: #f9f9f9;*/
}

.awesome-form .input-group,
.awesome-form input,
.awesome-form label {
    display: inline-block;
}

.awesome-form .input-group {
    position: relative;
}

.awesome-form input,
.awesome-form label {
    margin-right: 20px;
    padding: 20px 0;
    width: 250px;
    font-size: 14px;
}

.awesome-form input {
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid cornflowerblue;
    color: gray;
}

.awesome-form input[type="submit"] {
    padding: 20px;
    width: auto;
    border: 2px solid cornflowerblue;
    color: cornflowerblue;
    cursor: pointer;
}

.awesome-form input[type="submit"]:hover {
    background: cornflowerblue;
    color: white;
}

.awesome-form label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    font-style: italic;
    color: #bbb;
    transition: .2s ease all;
}

.awesome-form input:focus {
    border-bottom:solid 2px lightgray !important;
}

.awesome-form input:focus ~ label,
.awesome-form input.has-value ~ label {
    top: 0;
    font-size: 12px;
    color: cornflowerblue;
}

#woman,
#man {
    width: 30px;
    margin-top: 20px;
}


/* Individual Controls
 ------------------------------------------------------------- */

.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
  margin-top:0px !important;
}

.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}

.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer { border: 3px solid #f08b3b; }

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}

.radio .outer {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 10px 9px 10px 10px;
  border: 3px solid #0c70b4;
  border-radius: 50%;
  background-color: #fff;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 20px;
  height: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}
