﻿/*media Queries*/


/* for medium screen */

@media (min-width:767px) and (max-width:1199px) {

    ul.nav.navbar-nav {
        width: 205px !important;
    }
    .col-sm-10.content {
        position: absolute;
        top: 117px;
        left: 187px;
    }
    .navbar-inverse .navbar-nav > li > a {

        padding: 5px !important;
        font-size:13px !important;
    }
    .col-sm-12.panel,#dynamic_tabs_show {
        width: 98% !important;
        margin-left: 15px !important;
    }
}


/* for mobile screen */

@media (min-width:300px) and (max-width:767px) {


    .navbar-nav {
        margin: 7.5px 10px !important;
    }

    .content h3 {
        text-align: left !important;
        font-size: 18px !important;
    }
    .btn-add,.btn {
        margin: 10px 5px !important;
        font-size: 12px !important;
        padding: 4px 5px !important;
    }

    .nav-tabs > li > a{
        margin:5px 0px !important;

    }

    .menu{
        float:none !important;
    }
    .col-sm-12.panel,#dynamic_tabs_show {
        width: 95% !important;
        padding: 5% !important;
        margin-left:15px !important;
    }
    .form-control{
        width: 95% !important;
    }

div.content .col-sm-12 a.btn-add{
    position: absolute !important;
    top: -40px !important;
    right: 0px !important;
}
    .navbar-toggle {
        margin-top: -10px;
        margin-right: 20px;
    }


    div.dataTables_wrapper div.dataTables_filter input{

        width: 200px !important;
    }
    div.dataTables_wrapper div.dataTables_length select {
        width: 75px !important;

    }

    #dynamic_content_add .form-group,#dynamic_content_before .form-group{
        padding: 0 !important;
        white-space: pre-line !important;
        font-size: 12px !important;
        display: inline-flex !important;
    }
.count_dynamic .noPadding{
    height:35px;
}
    .btns_cell{
        margin-top:16px;
    }
    .btns_cell .glyphicon {
        margin-top: -12px !important;
    }
    .modal-dialog {
        width: 340px;
    }
    #dynamic_table .col-sm-12.col-md-6,#dynamic_table .col-sm-12.col-md-6 {
        margin: 50px 0px;
    }
    .btn_add_purpose {
        top: -30px !important;
        background-color: #1080b1 !important;
        color: white;
    }
    .addpro{
        margin-top:50px;
    }
    #loading-image{
        left:13% !important;
    }
    h4.smhed {
        position: relative !important;
        top: 10px !important;
        left: 0% !important;
        font-size: 16px !important;
    }


}

@media (min-width:1600px) and (max-width:2000px) {


    .w1600{
        width:395px !important;
    }
    .sw1600{
        width:93px !important;

    }
    .not_admin_sw1600{
        width:103px !important;
    }

    .col-sm-3.noPadding.admincourse {
        width: 610px !important;
    }

}





/* general CSS */


body {
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    color: black;
}

.pad {
    padding: 0px;
}

.padr {
    padding-right: 0px;
}


.bg-img {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/loginbanner.jpg') center center no-repeat;
    background-size: cover;
}

.bg-img:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
}


.loginlogo {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 9999;
}

.login {
    width: 360px;
    position: absolute;
    height: 400px;
    top: 55%;
    left: 50%;
    color: black;
    margin-left: -180px;
    margin-top: -200px;
   /* background-color: rgb(32, 146, 208);*/
    background-color: rgba(32, 146, 208, 0.26);
    padding: 15px;
}



/*forms and inputs*/


.login .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid black;
    margin: 25px 0px;
}

.login .fas {
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 30px;
    font-size: 20px;
}

.form-control:focus {

    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.login a {
    color:black;
    text-decoration: none;
    font-weight: bold;

}

 .pos label{
    margin-top:7px;
}

div#dynamic_table > div.row{
    margin:5px 0px;
}


hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #c7c7c7;
}


/* navs and menus*/


.menu {
    float: right;
    display: inline-flex;
    list-style: none;
    margin-top: 4%;
}


ul.dropdown-menu {
    left: -120px;
}

ul.dropdown-menu li {
    padding: 0px;
    margin-left: 0px;
}


.navbar-nav > li {
    float: left;
    margin-bottom: 2px;
    width:100%;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: white;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: black;
}
.navbar-inverse .navbar-nav > li > a {
    margin: 3px;
    line-height: 1.42857143;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    white-space:nowrap;
    cursor: default;
    background-color: #1292cf;
    border: 2px solid white;
    border-radius: 5px;
    text-align: left;
    box-shadow: 3px 3px 15px 1px #9a939385;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: white;
    cursor: default;
    background-color: #484848;
    border: 2px solid #1292cf;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 0px 15px 1px #9a939385;
}



.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #484848;
    color: white;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #ffffff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white;
    text-decoration: none;
    background-color: #1292cf;
}



/*text and content*/


.content h3 {
    text-align: center;
    margin: 2px 2px 2px 15px;
    background: #0d7fb1;
    padding: 8px 15px;
    color: white;
    border-radius: 3px;
}

.content h3 + div.col-sm-12{
    padding-right: 2px;
}

/*buttons*/



.btnup {
    float: right;
    position: absolute;
    margin-top: 7px !important;
    right: 10px;
}

.btn-add{
    background-color: #d9534f;
    color: white;
    margin: 5px;
}


.btn-black {
    background-color: #363636;
    color: white !important;
    margin: 5px;
}



.btn-skyblue {
    background-color: #1292cf;
    color: white;
    margin: 5px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 10px black;
}


td a.btn {
    padding: 3px;
    font-size: 10px;
    border-radius: 2px;
}


.footer {
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    width:100%;
    background: #0d7fb1;
}


.placeholdercss::-webkit-input-placeholder {
    color: black;
}


/*new css*/

.col-sm-12.panel {
    padding: 3%;
    box-shadow: 1px 1px 30px 5px #cdcdcd;
    width: 98.5%;
    margin-left: 15px;
}

.col-sm-12.panel .form-control{
    border-radius:0px;
}


#add_agent_form .row, #add_iuniversity_form .row, #add_usuniversity_form .row, #add_evaluation_form .row, #add_basic_student_form .row, #add_education_student_form  .row, #generate_form .row{
    margin-bottom: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #484848;
    cursor: default;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 1px solid #ccc !important;
}

.col-sm-10.content {
    margin-bottom: 40px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
    white-space: nowrap;
}

/*.pos{
    position: relative;
    top: 40px;
    left: 50%;
}*/

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #484848;
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #1292cf;
    cursor: default;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: #1292cf;
    background-color: #eee;
}














/*data table css*/
.table thead {
    color: white;
    background: #333333;
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after {
    opacity: 1;
    color: white;
}


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 999;
    color: #fff;
    cursor: default;
    background-color: #1292cf;
    border-color: #1292cf;
}


.dataTables_wrapper {

    padding: 5px 10px;
    text-transform: none;
}
.success_msg{
    color:green;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 7px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
}

/*sort

.dataTables_length, .dataTables_info {
    display: none;
}


search

.dataTables_filter, .dataTables_paginate {
    display: none;
}*/




input.form-control.input-sm {
    height: 20px;
}

table.dataTable{
    background-color:white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background: #484848;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #484848;
}





/*.form-group.col-sm-6 {
    height: 42px;
}*/

div.error-message{
    margin:2px 15px;
}
.error-message,.error{
    color: red;
}
sup{
    color: #0d7fb1;
    font-family: Times New Roman;
    font-size: 13px;
    font-style: italic;
}
/*Loader CSS*/
#circularG{
    position:relative;
    width:100px;
    height:100px;
    margin: 0 auto;
    margin-top: 200px;
}

.circularG{
    position:absolute;
    background-color:#FFF;
    width:23px;
    height:23px;
    -moz-border-radius:15px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:0.96s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:15px;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:0.96s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:15px;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:0.96s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:15px;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:0.96s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:15px;
    animation-name:bounce_circularG;
    animation-duration:0.96s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

#circularG_1{
    left:0;
    top:39px;
    -moz-animation-delay:0.36s;
    -webkit-animation-delay:0.36s;
    -ms-animation-delay:0.36s;
    -o-animation-delay:0.36s;
    animation-delay:0.36s;
}

#circularG_2{
    left:11px;
    top:11px;
    -moz-animation-delay:0.48s;
    -webkit-animation-delay:0.48s;
    -ms-animation-delay:0.48s;
    -o-animation-delay:0.48s;
    animation-delay:0.48s;
}

#circularG_3{
    top:0;
    left:39px;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

#circularG_4{
    right:11px;
    top:11px;
    -moz-animation-delay:0.72s;
    -webkit-animation-delay:0.72s;
    -ms-animation-delay:0.72s;
    -o-animation-delay:0.72s;
    animation-delay:0.72s;
}

#circularG_5{
    right:0;
    top:39px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    animation-delay:0.84s;
}

#circularG_6{
    right:11px;
    bottom:11px;
    -moz-animation-delay:0.96s;
    -webkit-animation-delay:0.96s;
    -ms-animation-delay:0.96s;
    -o-animation-delay:0.96s;
    animation-delay:0.96s;
}

#circularG_7{
    left:39px;
    bottom:0;
    -moz-animation-delay:1.08s;
    -webkit-animation-delay:1.08s;
    -ms-animation-delay:1.08s;
    -o-animation-delay:1.08s;
    animation-delay:1.08s;
}

#circularG_8{
    left:11px;
    bottom:11px;
    -moz-animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
    -ms-animation-delay:1.2s;
    -o-animation-delay:1.2s;
    animation-delay:1.2s;
}

@-moz-keyframes bounce_circularG{
    0%{-moz-transform:scale(1)}
    100%{-moz-transform:scale(.3)}
}

@-webkit-keyframes bounce_circularG{
    0%{-webkit-transform:scale(1)}
    100%{-webkit-transform:scale(.3)}
}

@-ms-keyframes bounce_circularG{
    0%{-ms-transform:scale(1)}
    100%{-ms-transform:scale(.3)}
}

@-o-keyframes bounce_circularG{
    0%{-o-transform:scale(1)}
    100%{-o-transform:scale(.3)}
}

@keyframes bounce_circularG{
    0%{transform:scale(1)}
    100%{transform:scale(.3)}
}
/*End of Loader CSS*/
/* Lodinf Gif Image*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #e6e6e6;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 30%;
    left: 45%;
    z-index: 100;
}