/* Start Main Rules */
@import url("https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700&subset=arabic");
html,
body {
	font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  padding-top: 0
}
body {
    background-color: #F4F4F4;
    font-size: 16px
}

.selectboxit-container {
    width: 100%
}
.selectboxit-container .selectboxit {
    width: 100%
}
.login-form-admin {
    margin-top: 130px
}
.input-group.inputTextSettings.cust-width-tooltip .select2.select2-container.select2-container--default,
.select2-search__field {
    width: 100% !important
}
.login-form-admin legend {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border: none;
    font-size: 1.7rem;
}
.slogan-image-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.login-block-slogan {
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    color: #FFF;
    z-index: 2;
    text-align: center;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
   flex-direction: column;
}
.login-block-slogan h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.login-block-slogan p {
    width: 80%;
    line-height: 20px;
}
.nice-message {
    padding: 18px;
    background-color: #FFF;
    margin: 10px 0;
    border-left: 5px solid #080;
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #012052;
}
/* End Main Rules */

/* Start Login Form */
.login {
    width: 300px;
    margin: 100px auto;
}
.login h4 {
    color: #888
}
.login .login-input {
    padding: 0
}
.login input {
    margin-bottom: 10px
}
.login .form-control {
    background-color: #EAEAEA;
}
.login .btn {
    background-color: #008dde
}
/* End Login Form */

/* Start Bootstrap Edits */
.navbar {
    border-radius: 0;
    margin-bottom: 0
}
.navbar i.fa-wechat,
.navbar i.fa-bell {
    font-size: 18px;
    color: #e6d9d9;
}
.navbar .span-notification {
    position: absolute;
    right: 6px;
    background: #F00;
    color: #FFF;
    font-size: 11px;
    top: 10px;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    width: 17px;
    height: 15px;
    line-height: 15px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
.navbar-inverse {
    background-color: #012052;
    border-color: #012052;
}
.nav > li > a ,
.navbar-inverse .navbar-brand{
    padding: 15px 7px;
}
.navbar-inverse .navbar-brand{
    font-size: 1em;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-nav > li > .dropdown-menu {
    background-color: #3498db;
}
.navbar-nav > li > .dropdown-menu{
    min-width: 180px;
    padding: 0;
    font-size: 1em;
    border: none;
    border-radius: 0
}
.navbar-nav > li > .dropdown-menu li a{
    color: #FFF;
    padding: 10px 15px
}
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li a:focus{
    color: #FFF;
    background-color: #224784 !important
}
.form-control {
    position: relative;
}
.asterisk {
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 5px;
    color: #d20707;
    
}
.form-horizontal .control-label {
    text-align: left
}
/* End Bootstrap Edits */

/* Start Dashboard Page */
.home-stats .stat {
    background-color: #EEE;
    padding: 20px;
    font-size: 15px;
    color: #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}
.home-stats i {
    font-size: 80px;
    top: 35px;
    position: absolute;
    left: 30px
}
.home-stats .info {
    float: right
}
.home-stats .stat span {
    display: block;
    font-size: 50px
}
.home-stats .stat span a{
    color: #FFF
}
.home-stats .stat span a:hover{
    text-decoration: none
}
.home-stats .st-members {
    background: #3498db;
}
.home-stats .st-pending {
    background: #c0392b
}
.home-stats .st-items{
    background: #d35400
}
.home-stats .st-comments {
    background: #8e44ad
}
.latest {
    margin-top: 30px
}
.latest .toggle-info {
    color: #999;
    cursor: pointer
}
.latest .toggle-info:hover {
    color: #444
}
.latest-users {
    margin-bottom: 0;
}
.latest-users li {
    padding: 10px 10px;
    overflow: hidden
}
.latest-users li:nth-child(odd) {
    background-color: #EEE
}
.latest-users .btn-success, 
.latest-users .btn-info {
    padding: 2px 8px
}
.latest-users .btn-info {
    margin-right: 5px
}
.latest .comment-box {
    margin: 5px 0 10px;
}
.latest .comment-box .member-m,
.latest .comment-box .member-c {
    float: left;
}
.latest .comment-box .member-m{
    margin-right: 20px;
    text-align: center;
    width: 110px;
    position: relative;
    top: 10px;
    font-weight: bold
}
.latest .comment-box .member-c {
    width: calc(100% - 130px);
    background-color: #EFEFEF;
    padding: 10px;
    position: relative
}
.latest .comment-box .member-c:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #EFEFEF transparent transparent;
    border-width: 15px
}
/* End Dashboard Page */

/* Start Members Page */
h1{
    font-size: 55px;
    margin: 40px 0;
    font-weight: bold;
    color: #888;
}
.show-pass {
    position: absolute;
    top: 7px;
    right: 25px;
    font-size: 19px;
    cursor: pointer
}
.manage-members img {
    width: 50px;
    height: 50px;
    background: url(../../uploads/avatars/avatar.jpg);
    background-position: center center;
    background-size: contain;
    border-radius: 50%
}
.main-table{
    -webkit-box-shadow: 0 3px 10px #CCC;
    -moz-box-shadow: 0 3px 10px #CCC;
    -o-box-shadow: 0 3px 10px #CCC;
    box-shadow: 0 3px 10px #CCC;
}
.main-table td {
    background-color: #FFF;
    vertical-align: middle !important;
}
.main-table .btn {
    padding: 3px 10px;
    color: #FFF
}
.main-table .btn.btn-fb {
    background-color: #3b5998;
}
.main-table .btn.btn-tw {
    background-color: #1da1f2;
}
.main-table .btn.btn-ins {
    background-color: #c13584;
}
.main-table tr:first-child td { /* You can use th */
    background-color: #333;
    color: #FFF;
}
.admin-role {
    display: none
}
.img-avatar {
    position: absolute;
    top: 3px;
    right: 20px;
    width: 30px;
    height: 30px;
}
/* End Members Page */

/* Start Category Page */
.categories .options a {
    color: #888;
    text-decoration: none
}
.categories .options span {
    cursor: pointer;
    color: #888
}
.categories .options .active {
    color: #F00;
}
.categories .panel-heading {
    color: #959595;
    font-weight: bold
}
.categories .panel-heading i.fa-edit {
    position: relative;
    top: 1px
}
.categories .panel-body {
    padding: 0
}
.categories .cat {
    padding: 15px;
    position: relative;
    overflow: hidden
}
.categories .hidden-buttons {
    position: absolute;
    top: 15px;
    right: -125px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.categories .cat:hover {
    background-color: #EEE
}
.categories .cat:hover .hidden-buttons {
    right: 10px
}
.categories .hidden-buttons a {
    margin-right: 5px
}
.categories .hidden-buttons a i{
    margin-right: 5px
}
.categories hr {
    margin-top: 0;
    margin-bottom: 0
}
.categories .cat:last-of-type ~ hr{
    display: none
}
.categories .cat h3{
    margin: 0;
    cursor: pointer;
    font-weight: bold;
    color: #6A6A6A
}
.categories .cat .full-view p {
    margin: 10px 0;
    color: #707070
}
.categories .cat .visibility,
.categories .cat .commenting,
.categories .cat .advertises{
    background-color: #d35400;
    color: #FFF;
    border-radius: 6px;
    margin-right: 10px;
    padding: 4px 6px;
}
.categories .cat .commenting {
    background-color: #2c3e50;
}
.categories .cat .advertises {
    background-color: #c0392b;
}
.categories .add-category {
    margin-bottom: 30px;
    margin-top: -10px
}
.categories .child-head {
    margin: 15px 0 10px;
    font-weight: bold;
    font-size: 16px;
    color: #22ab79;
}
.categories .child-cats {
    margin: 0;
}
.categories .child-cats li {
    margin-left: 15px
}
.categories .child-cats li:before {
    content: " - ";
}
.categories .show-delete {
    display: none;
    color: #F00
}
.input-search {
    border-radius: 5px;
    outline: none;
}
/* End Category Page */

/* Start Messages Page */
.message-page {
    background: #ffF;
    padding: 20px;
    border-radius: 10px;
}
.message-page .item-message-block{
    height: 350px;
    overflow: auto;
}
.message-page .item-message {
    background: #e2e0e0;
    padding: 10px;
    border: 1px solid #eee;
    cursor: pointer
}
.message-page .item-active {
    background: #012052;
    color: #Fff;
}
.message-page .item-block{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    height: 340px;
    overflow: auto
}
.message-page .item-block > div{
    display: none;
}
.message-page .item-block >div:first-child {
    display: block
}
.message-page .item-block .form-delete button {
    border: none;
    outline: none;
    background: transparent
}
.message-page .item-block i {
    position: absolute;
    right: 0;
    color: #012052;
}
.message-page .icon-social{
    top: 8px;
    right: 35px !important;
    font-size: 20px;
}
.message-page .icon-social.fa-facebook{
    color: #3b5998
}
.message-page .icon-social.fa-twitter {
    color: #1da1f2
}
.message-page .icon-social.fa-instagram {
    color: #c13584
}
.message-page .icon-social.fa-youtube {
    color: #cd201f
}
.message-page .icon-social.fa-globe {
    color: #00ff7e
}
.message-page .icon-social.fa-envelope {
    color: #ea4335
}
.message-page .icon-social.fa-bookmark {
    color: #34a853
}
.message-page .icon-social.fa-map-marker {
    color: #11c311
}
.message-page .item-block i.fa-trash,
.panel-heading i.fa-trash {
    color: #f00;
    right: 20px
}
.message-page .item-block h4 {
    font-weight: bold;
    font-size: 16px;
    font-family: tahoma;
}
.message-page .item-block h5 {
    font-size: 12px
}
.message-page .item-block p {
    padding: 10px;
    font-weight: bold;
    font-family: tahoma;
    text-indent: 15px;
}
/* End Messages Page */

/* Start Feedback Page */
.panel-default .panel-heading i.fa-edit {
    color: #00f
}
.panel-default .panel-heading i.fa-check {
    background-color: #08efcb;
    border-radius: 3px;
    padding: 1px;
    color: #FFF
}
.panel-default .panel-heading time {
    margin-right: 20px
}
/* End Feedback Page */

/* Start Notifications Page */
.notifications-page .panel-body {
    position: relative
}
.notifications-page button {
    border: none;
    outline: none;
    background: transparent;
}
.notifications-page .item_name{
    color: #012052;
}
.notifications-page i.fa {
    position: absolute;
    right: 20px;
    top: 10px
}
.notifications-page .panel-body {
    padding: 10px 20px
}
.notifications-page i.fa-trash {
    right: 50px;
    color: #f00;
}
/* End Notifications Page */

/* Start Instagram Page */
.instagram-stats .stat {
    padding: 5px;
    padding: 5px;
    background: #ddd
}
.instagram-stats .stat img.img-responsive {
    width: 155px;
    height: 155px;
}
.instagram-stats .stat .fa-instagram {
    display: none;
    font-size: 50px;
    position: absolute;
    background: rgba(204, 204, 204, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 160px;
    color: #012052;
}
/* End Instagram Page */


.pro-code {
   color: #ffb300 
}
.custom-send-cv {
    background: #0e0e0e;
    border: none !important;
    color: #FFF !important;
    border-radius: 7px !important;
}
.border-logo-bottom {
    border-bottom: 1px solid #b6b6b6; 
    margin:5px 15px 15px; 
    width: 92%
}
.modal-header {
    min-height: 16.42857143px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f9f9f9;
}
.modal-title {
    text-align: center;
    margin: 0;
}
.close {
    opacity: 0.7
}
.modal-body h1 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    font-family: arial;
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 5px;
}
.custom-p-img {
    float: right;
    width: 500px;
    margin-bottom: 20px;
    height: 300px;
}
.custom-p-modal {
    float: left;
    font-size: 15px !important;
    text-indent: 0 !important;
    margin-top: 10px !important;
        color: #535353;
    font-family: "Raleway", sans-serif;
    margin-bottom: 32px;
    text-align: justify;
    padding: 20px;
}
.blue-title {
    color: #2871c5;
    font-size: 22px;
    font-weight: 500;
    
}
.orange-title {
    color: #ffbf00;
    font-size: 22px;
    font-weight: 600;
    padding-right: 8px;
}

.modal-body h1{
    color: #666;
    font-family: arial;
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 5px
    
}

.modal-body h3{
    color: #eeb90b;
    font-size: 22px;
    line-height: 0px;
    padding-top: -20px
    
}
.popup-buttons-area{
    width: 100%;
    margin-top: 20px;
    clear: both;
}
.fa-star {
    FONT-SIZE: 12px;
    color: #ffb300;
    margin-right: 5px;
}
.fa-play {
    FONT-SIZE: 12px;
    color: #337ab7;
    margin-right: 5px;
}
.custom-hint {
    font-size: 13px;
    color: #c52020;
}
.custom-relative-container {
    height: 15px;
    overflow: hidden;
    position: relative;
}
.custom-relative-container input[type=file] {
    height: 15px;
    opacity: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer
}
.custom-relative-container a {
    font-size: 11px;
    display: block;
    position: absolute;
    right: 25%;
}
.custom-header-image {
    margin-top: 9px;
    background: url(../../uploads/avatars/avatar.jpg);
    background-position: center center;
    background-size: contain;
    width: 40px;
    height: 40px;
}
.search-job .filter-result, .filter-result {
    padding: 0
}
.tblGrdContainer th,
.tblGrdContainer td {
    text-align: center !important
}
.tblGrdContainer td {
    padding: 3px 2px !important;
}
.filter-result .tblGrdContainer .btn {
    padding: 2px 2px !important;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}
.btn-admin-go {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    background: #337ab7;
    color: #FFF;
    margin-top: -3px;
}
.input-admin-go {
    display: inline-block;
    width: 100px;
    height: 34px;
    padding: 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pagination .control-admin-go {
    height: 30px !important;
    padding: 6px !important;
    font-weight: 400;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    margin-right: 3px;
}
.inputTextSettings.paddingDisplay .fileUpload.btn.btn-primary {
    width: 100%;
    border: 1px solid #bbb !important
}
#TB_window {
    margin-top: 0 !important;
    top: 25px !important;
    bottom: 25px !important;
}
#TB_window #TB_iframeContent{
    height: calc(100% - 45px) !important;
    border-radius: 0 0 10px 10px !important;
}