﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */

/*==============================================
    MAIN BOX  STYLES
    =============================================*/
.main-box {
    text-align:center;
    padding:20px;
    border-radius:5px;
    -moz-border-radius:5px ;
    -webkit-border-radius:5px;
    margin-bottom:40px;
}
    .main-box a,.main-box a:hover {
        color:#fff;
        text-decoration:none;

    }
.mb-dull {
    background-color:#8F8F2C;
}
.mb-red {
    background-color:#d36f2e;
}
.mb-pink {
    background-color:#FF2F71;
}
    .main-box h5 {
        font-size:16px;
        font-weight:800;
        text-transform:uppercase;
    }
/*==============================================
    CHAT WINDOW  STYLES
    =============================================*/

.chat-widget-main {
    max-height:500px;
    padding:20px;
    overflow:auto;
}
.chat-widget-left:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #6792d5;
    border-width: 15px;
    margin-left: -15px;

}

.chat-widget-left {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #6792d5;
    font-size:14px;

}
.chat-widget-right:after {
    top: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #d51111;
    border-width: 15px;
    margin-left: -15px;
}

.chat-widget-right {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #d51111;
    font-size:14px;

}

.chat-widget-name-left {
    color: #6792d5;
    margin-top: 30px;
    margin-left: 60px;
    text-align:left;
    font-weight:900;
    padding-bottom:20px;
    font-size:16px;
}
.chat-widget-name-right {
    color: #d51111;
    margin-top: 30px;
    margin-right: 60px;
    font-size:16px;
    text-align:right;
    font-weight:900;
    padding-bottom:20px;


}

/*==============================================
        Reviews Styles
    =============================================*/
#reviews {
    min-height:180px;
    background-color:#64A2DB;
	padding:15px;
}
#reviews h4 {
color: #fff;
line-height: 30px;
font-size: 16px;
}
#reviews .user-img {
border: 2px solid #fff;
overflow: hidden;
border-radius: 50%;
display: inline-block;
}

#reviews .img-u {
   max-height: 90px;
max-width: 90px;
}

#reviews .c-black {
    color:#fff;
    font-style: italic;
font-size: 20px;
padding: 5px;
}

/*==============================================
        NOTICE BOX STYLES
    =============================================*/

.noti-box {
min-height: 100px;
color:#fff;
padding: 20px;
}
.noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
vertical-align: middle;
text-align: center;
font-size: 40px;
}
.bg-color-black {
background-color: #424242;
color: #fff;
}
.main-text {
font-size: 25px;
font-weight: 600;
}
.color-bottom-txt {
font-size: 16px;
line-height: 30px;
}
.panel-back {
background-color: #929292;
}

/*==========================================
   GALLERY/ PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 10px;
    padding-bottom: 100px;
}
.portfolio-item {
    border:1px solid #000;
    margin:3px;
}
    .portfolio-item p {
        padding:12px;
        color:#fff;
        line-height:25px;
    }

.portfolio-item .overlay {

  background-color: #000;
  text-align: center;
  padding-bottom:30px;

}

/*==========================================
   GALLERY/ PORTFOLIO FILTER STYLES
    =====================================================*/
ul#filters {
	padding: 0px;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 5px 4px;
		text-decoration: none;
		color: #d51111;
		cursor: pointer;
		font-size: 18px;
	}
 	#port-folio .portfolio-item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 100%;
        opacity:.2;
		float:left;
		overflow:hidden;
    }

    .content-form{
        text-align: center;
        max-height:360px;
        padding: 5px;
        transition: transform 1s;
    }
    .content-form:hover{
        cursor: pointer;
        background-color: whitesmoke;
    }

    .content-form .image-media>img{
        max-height:260px;
    }
    .content-form .text-name{
        color: #000;
        height: 80px;
        text-overflow: ellipsis;
    }
    .content-form .tools-box{
        opacity: 0;
    }

    .content-form:hover>.tools-box{
        opacity: 1;
    }

    .content-datagrid{
        padding: 10px;
    }
    .content-datagrid:hover{
        /* background-color: rgb(237, 244, 255); */
        cursor: pointer;
    }

    .content-datagrid .image-media>img{
        max-height:100px;
    }
    .content-datagrid .text-name{
        /* color: #000; */
        width: 250px;
        font-size: 20px;
        text-overflow: ellipsis;
    }

    .content-datagrid .text-long-name{
        color: #555;
        width: 250px;
        font-size: 16px;
        text-overflow: ellipsis;
    }

    .editor-input-box .nav.nav-tabs{
        border-bottom: 2px solid #2689E1;
        margin-bottom: 10px;
        padding-bottom: 6px;
        font-size: 18px;
    }

    .editor-input-box .nav.nav-tabs > li > a{
        padding: 10px;
        border-radius: 6px 6px 0 0 !important;
    }
    .editor-input-box .nav.nav-tabs a.active{
        background-color: #2689E1;
        color: #fff;
    }

    .nav.nav-pills .nav-link{
        border-radius: 10px 10px 0 0 !important;
        /* border: 1px solid #fff !important; */
        padding: 0.7rem 1rem !important; 
    }


    .nav.nav-pills a.active{

        color: #fff;
    }

 

    .plus-image{
        position:absolute;
        font-size:48px;
        top:45%;
        left:45%;
        opacity: 0;
        color:#d36f2e;
        cursor:pointer;
    }

    .post-media:hover > .plus-image{
        opacity: 1;
        transition: all 1s;
    }
    .form-header>.form-long-name{
        color: #aaa;
        font-size: 22px;
    }
.item_placeholder{
    border: 2px dashed #ddd;;
}


.add-input-active{
    background-color: #FFF3ED !important ;
}
.tab_menu_content{
    /* background-color: #505571; */
}

.item-box-templete label{
    color: #000;
}

.box-item label{
    /* color: #000; */
}

.item-box-templete input,.item-box-templete select
,.item-box-templete textarea{
    pointer-events: none;
}

.box-item{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .box-item .action_input{
    display: none;
}
.box-item:hover .action_input{
    display: block;
} */

.orage_content{
    padding: 10px;
    background-color: #FFF3ED;
}

.header-deeform{
    background-color: #2689E1;
}
.nav-header{
    margin-top: 0px;
    border-bottom: 2px solid #00182c;
    margin-bottom: 10px;
}

.btn_link{
    color:#d36f2e;
    font-weight: 100px;
}
.search-full{
    margin-bottom: 0;
}

.dropdown-item.selected{

}

input,textarea,select,label {
    /* color: #222 !important; */
}
.form-control{
    /* color: #222 !important; */
}

.fade.in {
    opacity: 1;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop .fade .in {
    opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.sidebar-input-box{

    top: 10px;
    max-height:800px;
    overflow-y: scroll;
    overflow-x: unset;
}

.target-over{
    background-color: whitesmoke;
    border: 2px dashed gray ;
}
.ui-widget-content{
    padding-bottom: 5px;
}
.headbox-primary{
    padding: 10px;
    background-color: #0694F0;
    color: #FFF;
}
.headbox-warning{
    padding: 10px;
    background-color: #E8B300;
    color: #FFF;
}
.headbox-success{
    padding: 10px;
    background-color: #00DF58;
    color: #FFF;
}
.head-title-primary{
    padding: 10px;
    background-color: #95D0F1;
    color: #FFF;
}
.head-title-warning{
    padding: 10px;
    background-color: #F1ED95;
    color: #FFF;
}
.head-title-success{
    padding: 10px;
    background-color: #95F1B9;
    color: #FFF;
}
.ui-widget-content:hover{
    background-color: #e3e8ff;
    cursor: pointer;
}
.ui-widget-content input,.ui-widget-content select
,.ui-widget-content textarea{
    pointer-events: none;
}
.task_content_box{
    max-height: 800px;
    padding: 5px;
    background-color: #EEEEEE;
    overflow-y: scroll;
}
.modal-header{
    display: block;
}

/* width */
::-webkit-scrollbar {
width: 5px;
height: 10px;
background: #fff;
}

#sidebar-input-content:hover::-webkit-scrollbar-track{
display: block;
background: #f1f1f1;
transition: 1s all;
}

#sidebar-input-content:hover::-webkit-scrollbar-thumb{
display: block;
background: #999;
transition: 1s all;
}

/* Track */
::-webkit-scrollbar-track {
background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}

.table td, .table th {
min-width: 60px;
}

.btn_show_input_list {
    position: fixed;
    z-index: 999;
    top:100px;
}

.menu.menu-heading{
border-bottom: 1px dashed #445ede;
color: #fd7e14;
}
.menu.menu-heading .heading>span{
    color: #445ede;
}

nav > .nav.nav-tabs{

    border: none;
      color:#fff;
      background:#272e38;
      border-radius:0;
    
    }
    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
    border: none;
      color:#272e38;
      background:#fff;
      border-radius:0;
    }
    
    .tab-content{
    /* background: #fdfdfd; */
      /* line-height: 25px; */
      border: 1px solid #ddd;
      /* border-top:5px solid #304aca;
      border-bottom:5px solid #304aca; */
      padding:10px 5px;
    }
    .nav.nav-tabs.nav-fill{
            font-size: 18px;
    
            font-weight: 4px;
            border-radius: 10px 0;
            background: #fff;
    }
    
    
    nav > div a.nav-item.nav-link.active,
    nav > div a.nav-item.nav-link:focus
    {
    border: none;
      background: #304aca;
      color:#fff !important;
      border-radius:10px 10px 0 0;
      transition:background 0.20s linear;
    }
    nav > div a.nav-item.nav-link:hover{
    border: none;
    background: rgb(105, 169, 224);
    color:#fff !important;
    border-radius:10px 10px 0 0;
    transition:background 0.20s linear;
    }
    
    .nav-forms .nav.nav-tabs.nav-fill{
        border-bottom: 5px solid #304aca;
        margin-bottom: 10px;
    }


    input:focus, textarea:focus, select:focus{
        border: 1px solid #304aca;
        background: #f0f2ff !important;
    }


    .table-sm th, .table-sm td{
        padding: 0.6rem;
    }
    .widget{
        /* padding: 10px !important; */
        /* background-color: #fff; */
    }
    

    .card-title{
        margin-bottom: 0;
    }

    .table.dataTable{
        margin-top: 10px !important; 
        margin-bottom: 10px !important;
    }
    .card-header{
        border-bottom: 1px solid rgba(211, 211, 211, 0.125);
    }

    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        background-color:#191E3A !important;
    }

    .form-control{
        padding: 5px 10px !important;
    }
    
    .form-group{
        margin-bottom: 10px !important;
    }

    .form-group label, label{
        margin-bottom: 0.3rem !important;
    }
    .header-container{
        padding: 5px 0 5px 0 !important;
    }