*
{
    outline: none!important;
}
.error_container:before {
    content: "* ";
}
.error_container {
    color: #f68a1f;
    margin: 10px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #39515F!important;
    border-color: #39515F!important;
}
.pagination>li.active>a
{
	color:#fff;
}
.pagination>li>a, .pagination>li>span {
    color: #39515F;
}
/*Nestable Divs Css*/

.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .cf { zoom: 1; }
*:first-child+html .cf { zoom: 1; }

.small { color: #666; font-size: 0.875em; }
.large { font-size: 1.25em; }

/**
 * Nestable
 */

.dd { transition: all .3s ease 0s; position: relative; display: block; margin: 0; padding: 0;  list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; transition: all .1s ease 0s; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { transition: all .3s ease 0s; display: block; overflow:hidden;/*height: 30px;*/ margin: 5px 0; padding: 5px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button {outline:none; transition: all .3s ease 0s; display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 28px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { font-family: 'FontAwesome';content: '\f0fe';color: #F85D2C;content: '\f0fe'; top: 12px; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '\f146'; color: #39515F; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both;/*  padding: 20px 0; */ width: 100%; border: 0; /* border-top: 2px solid #ddd; border-bottom: 2px solid #ddd;  */}

#nestable-menu { padding: 0; /* margin: 20px 0;  */}

#nestable-output, { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

/*#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}*/
/*#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }
*/
@media only screen and (min-width: 700px) {

    .dd { float: left; width: 100%; }
    .dd + .dd { margin-left: 2%; }

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { height:42px;transition: all .3s ease 0s;  display: block; margin: 5px 0; padding: 5px 10px 3px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3contentisnothave{border:1px solid #A40101!important;}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0;height:42px; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    /*border: 1px solid #aaa;*/
    background: #383838;
    transition: all .3s ease 0s;
/*    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before {  font-family: 'FontAwesome'!important;
 content: '\f03a'!important;    display: block; position: absolute; left: 0; top: 12px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 14px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }
.dd3-content img
{
    max-height: 43px;
    margin-right: 15px;
    border-radius: 5px;
    float: right;
    display: inline-block;
}
.dd3-content span.category_name
{
    display: inline-block;
    margin-top: 6px;
}
.bootstrap-switch
{
    float: right;
    margin-right: 15px;
    margin-top: 3px;
}
.dd3-content .menu-icon {
    background: none;
    color: #FFF;
    float: right;
    font-size: 14px;
    padding: 2px 6px 3px;
    margin-right: 12px;
    margin-top: 4px;
}
.item_new .dd-handle {
    background: rgba(248, 93, 44,0.9);
    color: #fff;
    opacity: 1;
    border: 1px dashed #ccc;
}
.gallery-item
{
    margin:20px;
}
.vd_bg-black-20
{
    background-color:rgba(57, 81, 95,0.7) !important;
}
input[type="file"] {
    max-height: 40px;
}
/*Nestable Divs Css*/
#image_preview,#image_preview_edit{
    margin-bottom: 20px;
position: relative;
font-size: 30px;
padding: 10px;
height: auto;
/* line-height: 180px; */
font-weight: bold;
color: #C0C0C0;
background-color: #FFFFFF;
overflow: auto;
}
#image_preview img,#image_preview_edit img
{
    max-width: 250px;
/*     margin-top: 20px;
    margin-bottom: 20px; */
}
#loading,#loading_edit
{
    display: none;
    margin: 15px 0 15px 0!important;
}
#add_category_panel,#edit_category_panel,#add_branch_panel,#edit_branch_panel
{
    display: none;
}
#message,#message_edit,#answer_message,#card_message
{
    display: none;
}
#add_product_panel,#edit_product_panel,#product_group_source,#transfer_category_panel,#new_product_data_panel,#select_product_list_panel
{
    display: none;
}
.dd3-content span.product_name {
    display: inline-block;
    margin-top: 8px;
}
.vd_status-widget .menu-text {
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: .2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    text-transform: capitalize!important;
}
.ajax_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    opacity: 0.5;
    z-index: 50000;
    position: fixed;
    display: none;
    top:0;
    left: 0;
}
.ajax_container img {
    width: 100px;
    height: auto!important;
    display: block;
    /* margin-top: 50%; */
    margin: 0 auto;
    margin-top: 300px;
}
.vd_navbar-right {
    z-index: 3000;
}
table.dataTable tbody td {
  vertical-align: center;
}
thead, th,td {text-align: center;}
.form-group
{
    overflow: hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field
{
    width:100%!important;
}
.select2-container .select2-search--inline
{
    float: none!important;
}
.vd_checkbox_container
{
    display: none;
}
#breadcrumb_container
{
    font-size: 16px!important;
}
.breadcrumb>li
{
    margin-right:10px;
}
#breadcrumb_container>li
{
    line-height: 25px;
}
/*.pp_social
{
    display: none!important;
}*/
.password_container
{
    display: none;
}
#header_logo img 
{
    display: none;
}
.panel_sub_title 
{
    width: 100%;
    line-height: 16px;
    padding: 7px;
    background: #39515f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.order_product_detail_container {
    padding-left: 10px;
    background: #fff;
    padding-top: 10px;
}

.order_product_detail_container, .order_product_button {
    border: 1px solid #e6e4e4;
    border-top: 0;
    border-radius: 2px;
    overflow: hidden;
}
.buttons_container .vd_round-btn, .buttons_container_add .vd_round-btn {
    float: none;
    margin: 0 auto;
}
.buttons_container_add {
    padding: 19px 0 0px 2px;
}
.buttons_container {
    margin-top: 30px;
}
.logo img {
    max-height: 200px;
}
.background-login .vd_content-section
{
    padding: 0;
}
.login-layout .panel-body
{
    padding: 0px 30px;
}
.nav-left-medium .vd_navbar-left.vd_navbar-tabs-profile .navbar-tabs-menu .vd_mega-menu-wrapper .vd_mega-menu .profile .mega-image
{
    background-color: #fff;
}
.vd_mega-menu-wrapper .vd_mega-menu>.mega-ul>li.profile .mega-image
{
    background-color: #fff;
    border-radius: 50%;
}
.login-layout .vd_register-page
{
    margin: 0 auto!important;
}
.vd_gallery .gallery-item
{
    width: 185px;
    height: 190px;
    /* border-radius: 50%; */
    background: #0099F7;
    /* background: -webkit-linear-gradient(135deg, #0099F7 , #F11712); */
    background: linear-gradient(135deg, #39515F, #74848d);
    box-shadow: 0 0 25px rgba(55,55,55,.6);
    text-shadow: 0 0 15px rgba(55,55,55,.8);
    border: 1px solid #b4b4b4;
    transition: box-shadow 0.3s ease-in-out;
    overflow: visible;
    border-radius: 5px;
}
.vd_gallery .gallery-item h3,.vd_gallery .gallery-item p
{
    transition: all .3s ease-in-out;
}
.vd_gallery .gallery-item a
{
    transform: scale(0.9);
    transition: all .3s ease-in-out;
}
.vd_gallery .gallery-item:hover
{
    box-shadow: 0 0 30px rgba(55,55,55,.6);
}
.vd_gallery .gallery-item a:hover
{
    transform: scale(1);
    box-shadow: 0 0 30px rgba(55,55,55,.6);
}
.vd_gallery .gallery-item img
{
    max-height: 50px;
}
.vd_gallery .gallery-item a
{
    color: #fff;
}
.vd_gallery .gallery-item:hover>a .bg-cover.light {
    opacity: .1;
}
.vd_gallery .gallery-item>a .bg-cover
{
    background: #000;
}
.vd_gallery .gallery-item h3, .h3 {
    font-size: 21px;
}
.vd_title-section h1
{
    float: left;
}
.submit_button {
    /*position: absolute;*/
    margin-right: 10px;
    float: left;
    top: 3px;
}

/* Dönkart Css */

@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);
.flip {
    vertical-align:middle;
    display:inline-block;
    margin:1em;
    perspective: 800;
    -moz-perspective: 800;
    -webkit-perspective: 800;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    margin-top: 40px;
}
.flip .card.Yflipped {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip .card.Xflipped {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.flip .card.Zflipped {
    -webkit-transform: rotate3d(-45,-45,0,180deg);
    -moz-transform: rotate3d(-45,-45,0,180deg);
    transform: rotate3d(-45,-45,0,180deg);
}
.flip .card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;


/*     background: #0099F7;
    background: -webkit-linear-gradient(135deg, #0099F7 , #F11712);
    background: linear-gradient(135deg, #0099F7 , #F11712); */
/*     background: #0099F7;
    background: linear-gradient(135deg, #39515F, #74848d); */
}
.flip .card .face {
    width: 100%;
    border-radius:10px;
    box-shadow:0 0 15px rgba(55,55,55,.6);
    /* text-shadow:0 0 15px rgba(55,55,55,.8); */
    height: 100%;
    position: absolute;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    font-size: 15px;
    text-align: center;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 25px rgba(55,55,55,.6); */
}
.flip .card .front {
    position: absolute;
    z-index: 1;
    /*background: black url('https://c1.staticflickr.com/8/7637/16635156768_c14ef706bf.jpg') center center no-repeat;*/
    background-size:cover;
    color: white;
    cursor: pointer;
    /* text-shadow:0 0 5px rgba(255,255,255,1); */
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: #0099F7;
    /* background: -webkit-linear-gradient(135deg, #0099F7 , #F11712); */
    background: linear-gradient(135deg, #39515F, #74848d);

}
.flip .card .back {
    /*background: white url('https://c6.staticflickr.com/8/7598/16636627069_5b6de13720.jpg') center center no-repeat;*/
    background-size:cover;
    color: white;
    cursor: pointer;    
    text-shadow:0 0 5px rgba(255,255,255,1); 
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background: #0099F7;
    background: -webkit-linear-gradient(135deg, #0099F7 , #F11712);
    background: linear-gradient(135deg, #0099F7 , #F11712);
    box-shadow: 0 0 35px rgba(55,55,55,.6);
}
.flip .card .front p,.flip .card .back p
{
    line-height: 30px;
    margin: 0;
}
.flip .card[data-transform="Yflipped"] .back {
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
.flip .card[data-transform="Xflipped"] .back {
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
}
.flip .card[data-transform="Zflipped"] .back {
    -moz-transform: rotate3d(45,45,0,-180deg);
    transform: rotate3d(45,45,0,-180deg);
    -webkit-transform: rotate3d(45,45,0,-180deg);
}
.card img
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* Dönkart Css */
.bg_transparent
{
    background: rgba(0, 0, 0, 0)!important;
}
#add_new_row_panel,#add_new_question_panel
{
    display: none;
}
.passive
{
    -webkit-transition: all .65s ease-in-out;
       -moz-transition: all .65s ease-in-out;
        -ms-transition: all .65s ease-in-out;
         -o-transition: all .65s ease-in-out;
            transition: all .65s ease-in-out;
            opacity: 0.3;
}
.error
{
    background: #A40101!important;
}
.flip
{
    -webkit-transition: all .65s ease-in-out;
       -moz-transition: all .65s ease-in-out;
        -ms-transition: all .65s ease-in-out;
         -o-transition: all .65s ease-in-out;
            transition: all .65s ease-in-out;
}
.vd_title-section h1
{
    padding-right: 0px!important;
}
.single_line
{
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.page_title_container
{
    float: left;
    width: auto;
}
.vd_title-section .subtitle
{
    display: block;
    clear: both;
    float: left;
    padding-right: 0;
}
div#error_messages_container,div#form_question_error_container,div#error_messages_container p, div#form_question_error_container p{
    color: #A40101 !important;
    line-height: 30px;
}
div#error_messages_container,div#form_question_error_container,div#question_error_messages_container {
    padding-left: 20px;
    position: relative;
}
div#error_messages_container p:before ,div#question_error_messages_container p:before{
    content: '* ';
    position: absolute;
    left: -10px;
    top: 2px;
}
.add_new_element_container
{
    padding-top: 2px;
}
.add_new_element_container input[type="radio"]
{
    float: left;
    margin-top: 9px;
}
.add_new_element_container label
{
    margin: 0 10px;
}
.vd_pricing-table .main
{
    font-size: 35px;
}
.vd_pricing-table .plan
{
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
}
.vd_pricing-table .plan:hover
{
    opacity: 1;
}
.vd_pricing-table .main:hover
{
    opacity: 1;
}
.vd_pricing-table .price {
    padding: 20px 10px 15px;
}
.ui-datepicker .ui-datepicker-title,.ui-datepicker a,.ui-datepicker th
{
    color: #fff;
    opacity: 1;
}
.form-wizard .nav>li a span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #A40101;
}
.panel-title div {
    display: inline-block;
}
.panel-title div span {
    font-size: 11px;
    margin-left: 5px;
    color: #dcd9d9;
    font-style: italic;
}
.form-horizontal .control-label
{
    padding-top: 7px
}
.chart_widget
{
    background: none!important;
    padding-bottom: 5px!important;
}
.menu-name 
{
    font-size: 25px;
    padding: 10px 15px;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.flot-tick-label.tickLabel {
    color: #fff;
}
div#upload_error_messages_container p,div#error_messages_container p {
    margin: 10px 0;
    position: relative;
}
.nav-left-medium .vd_navbar-left .vd_menu ul li .child-menu
{
	z-index: 5000;
}
.item_number {
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    background: rgba(164, 1, 1,0.7);
    font-size: 10px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
    border-radius: 50%;
}
.login-layout .vd_register-page .heading
{
    margin: 0!important;
}
.brush {
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 89px;
    position: fixed;
    background: url(../img/brushes.png);
    background-size: 100%;
    bottom: 20px;
    right: 0;
}
.modal-header
{
    padding: 10px 15px;
    font-size: 20px;
}
.modal-body
{
    padding-bottom: 0;
}
.vd_gallery .gallery-item .contract_status {
    border-bottom-right-radius: 0px;
    left: 0;
}
.contract_status {
    position: absolute;
    top: 0;
    z-index: 100000;
    color: #fff;
    background: #7d8e98;
    padding: 0 10px;
}
.vd_gallery .gallery-item .company_type {
    border-bottom-right-radius: 5px;
    right: 0;
}
.company_type {
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
    background: #7d8e98;
    padding: 0 10px;
    border-top-left-radius: 5px;
}
.vd_gallery .gallery-item .vd_round-btn.btn-lg {
    width: 100%;
    height: 100%;
    font-size: 25px;
    white-space: nowrap;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 15px;
    border-radius: 0;
}
.vd_gallery .gallery-item p.contract-data {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    background: rgba(101, 123, 136,0.8);
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(55,55,55,.2);
}
.vd_gallery .gallery-item p.contract-data i {
    margin-right: 5px;
}

.radial-menu {
  bottom:4px;
  left: 75px;
  position:absolute;
  display:block;
  width:40px;
  height:40px;
  background-color:transparent;
  border-radius:50%;
  z-index:20;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
cursor: pointer;
}
.menu-item1 {
  width:70%;
  padding-top: 2px;
  line-height: 25px;
  font-size: 13px;
  height:70%;
  background-color:#2F4F4F;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
    top:25%;
  left:25%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    position:absolute;
}
.menu-item2 {
  width:70%;
  padding-top: 2px;
  line-height: 25px;
  font-size: 13px;
  height:70%;
  background-color:#2F4F4F;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
    top:25%;
  left:25%;
  z-index:19;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .2s;
}
.menu-item3 {
  width:70%;
  padding-top: 2px;
  font-size: 13px;
  height:70%;
  background-color:#2F4F4F;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height: 25px;
    top:25%;
  left:25%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .6s;  
}
  .menu-item4 {
  width:70%;
  padding-top: 2px;
  font-size: 13px;
  height:70%;
  background-color:#2F4F4F;
  border-radius:50%;
  position:absolute;
  color:white;
  text-align:center;
  line-height: 25px;
  top:25%;
  left:25%;
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) .4s;  
}
.mask {
  top:0;
  left:0;
  width:40px;
  height:40px;
  background:darkSlateGray;
  border-radius:50%;
  position:absolute;
  z-index:21;
  color:white;
  text-align:center;
  line-height:35px;
  cursor:pointer;
  position:absolute;
  padding-top: 2px;
}
.mask i
{
 
  font-size: 14px;
}
/* Show Hide Radial Menu(Company Management) */
.showdisp
{
    display: block;
}
.nonedisp
{
    display: none;
}
.vd_bg-blue {
    background-color: #21a9e1 !important;
}
.select2-container .select2-selection--single
{
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-top: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 6px;
}
.vd_bg-gray
{
    background-color: #f5f5f5!important;
}
.vd_bg-orange
{
    background-color: #f68a1f!important;
}
.pull-center
{
    margin: 0 auto;
    float: none;
}
.ta-center
{
    text-align: center;
}
.form-wizard .tab-content
{
    padding-top: 10px;
}
.vd_checkbox.checkbox-success {
    margin-top: 10px;
}
div.parent_functionality_item_container
{
    clear: both;
    border: 1px solid #ccc;
    overflow: hidden;
    border-top: none;
    padding-bottom: 15px;
    margin-top: 10px;
}
h3.custom_content_title {
    clear: both;
    color: #fff;
    font-size: 16px;
    /* margin: 15px 10px 2px; */
    /* font-weight: 600; */
    background: #a40101;
    padding: 8px 10px;
    /* border: 1px solid #ccc; */
}

.exceed_customer_limit_company_panel-body
{
  /*background-color: none;*/
  background: none!important;
}
.exceed_customer_limit_company_row
{
  margin: 0;
}
.exceed_company_container
{

    border-right: 2px solid #e4e6e6;
    padding: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e6e6;
    background: #fff;
    transition: all .3s ease 0s;
}
.exceed_customer_limit_company_row
{
  margin: 0;
}
.exceed_company_container img
{
  max-height: 100%;
}
.exceed_detail_container
{
    float: right;
    text-align: center;
}
.company_name
{
  overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  background: #c77626;
  /* color: #fff; */
  border-radius: 5px;
  transition: all .3s ease 0.1s;
  box-shadow: 0 0 8px rgba(103, 103, 103, 0.6);
}
.exceed_company_logo_container {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* vertical-align: middle; */
}
.exceed_company_container:hover .company_name
{
    background: #3a8eb1;
}
.vd_bg-warning {
    background: #a40101;
}
.panel-heading
{
    border-top-left-radius: 0!important;
}
.vd_chat-menu
{
    z-index: 1000!important;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.progress_bar_container
{
    display: none;
}
.vd_mega-menu-content
{
    padding-bottom: 5px!important;
}
ul.functionality_item_files 
{
    display: block;
    padding-left: 0;
    list-style: none;
}
ul.functionality_item_files li:last-child 
{
    border-bottom: 1px solid #fff0e0;
}
ul.functionality_item_files li {
    border: 1px solid #fff0e0;
    padding: 10px;
    border-bottom: none;
}
ul.functionality_item_files li span
{
    float: right;
}
ul.functionality_item_files li a
{
    cursor: pointer;
}
.ta-right
{
    text-align: right;
}
div.option_row {
    clear: both;
}
#form_error_container
{
    display: none;
}
.tab-pane-functionality-items .controls {
    padding-bottom: 10px;
}
.all_functionality_items {
    position: absolute;
    width: auto;
    /* height: 200px; */
    background: #fff;
    z-index: 999;
    top: 131px;
    right: 0;
    /* padding: 10px; */
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.06);
    transition: all .1s ease 0.3s;
    border-radius: 10px;
}
.all_functionality_items .functionality_category {
    display:table-cell;
    /* margin: 0 10px; */
    /* margin: 0; */
    /* padding: 0; */
    /* padding: 20px; */
    background: #fff;
}
.all_functionality_items .functionality_category  h3 {
    padding: 9px 40px 9px 10px;
    background: #f7f7f7;
    font-weight: normal;
    webkit-box-shadow: 1px 0px 1px rgba(0,0,0,0.09);
    box-shadow: 1px 0px 1px rgba(0,0,0,0.09);
    margin: 0;
    font-size: 20px;
    width: 100%;
    /* float: left; */
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.all_functionality_items .functionality_category  ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
.all_functionality_items .functionality_category  ul li
{
    margin: 10px;
}
.all_functionality_items .functionality_category ul li,.all_functionality_items .functionality_category ul li a
{
    color: #fff;
}
.all_functionality_items .functionality_category  ul li a:hover
{
    color: #e4e4e4;
}
.have_functionality_item_template_active a:after
{
    font-family: "FontAwesome";
    content: "\f14a";
    margin-left: 3px;
    font-size: 12px;
}
.have_functionality_item_template_disable a:after
{
    font-family: "FontAwesome";
    content: "\f146";
    margin-left: 3px;
    font-size: 12px;
}
.have_functionality_item_template_none a:after
{
    font-family: "FontAwesome";
    content: "\f096";
    margin-left: 3px;
    font-size: 12px;
}
.all_functionality_items span.expand {
    position: absolute;
    right: 3px;
    top: 7px;
    color: #fff;
    cursor: pointer;
}
.items_panel_body
{
    display: none;
}
.all_functionality_items .panel_title h3 {
    padding: 10px 40px 9px 10px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    /* text-align: center; */
    background: #c77626;
}
.panel-heading-1
{
    background-color: #40BAD2!important;
}
.panel-heading-2
{
    background-color: #FAB900!important;
}
.panel-heading-3
{
    background-color: #90BB23!important;
}
.all_functionality_items .functionality_category:nth-child(1),.all_functionality_items .functionality_category:nth-child(1) h3 {
    background-color: #40BAD2!important;
}
.all_functionality_items .functionality_category:nth-child(2),.all_functionality_items .functionality_category:nth-child(2) h3 {
    background-color: #FAB900!important;
}
.all_functionality_items .functionality_category:nth-child(3),.all_functionality_items .functionality_category:nth-child(3) h3 {
    background-color: #90BB23!important;
}
.nts_container,.nda_container
{
    display: none;
}
.summary_text_container,.summary_file_container
{
    display: none;
}
.all_functionality_items .functionality_category ul li.active {
    background: rgba(138, 0, 0,0.5);
    padding-left: 5px;
    border-radius: 5px;
    /* text-align: center; */
}
.all_functionality_items .functionality_category ul li.active:before {
    font-family: "FontAwesome";
    content: "\f061";
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}


.question_count {
  font-size: 10px;
  background-color: #f85d2c;
  padding: 2px 6px 2px 5px;
  text-align: center;
  color: white;
  border-radius: 30px;
}

.form-social-btn {
    font-size: 12px;
    padding: 4px 7px;
    border-radius: 30px;
    background-color: white;
    color: white;
    margin: 5px 2px;
    cursor: pointer;
} 
.form-social-btn.fa-facebook {
    background-color: #3b5998; 
}
.form-social-btn.fa-twitter {
    background-color: #0084b4;
    padding: 4px 5px;
}
.form-social-btn.fa-instagram {
    background-color: #e95950;
    padding: 4px 5px;
}
.form-social-btn.fa-youtube {
    background-color: #cc181e;
    padding: 4px 5px;
}
.form-social-btn.fa-linkedin {
    background-color: #0077b5;
    padding: 4px 5px;
}
[data-file-preview-area] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.question_items {
  padding-top: 8px;
  border-radius: 2px;
}
.question_items:nth-child(2n+0) {
  background: #d8d8d836;
} 
span.delete_item_question_file {
    position: absolute;
    top: 0;
    color: #fff;
    right: 15px;
    background: #9a0505;
    padding: 0px 5px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
span.delete_item_question_file:hover
{
    background: #730707;
}

[file-type]:before {
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    border-radius: 50px;
    background-color: #f89c2c;
    color: white;
    padding: 4px 4px 4px 5px;
    font-size: 12px;
    text-align: center;
} 
[file-type="zip"]:before {
    content: "\f1c6";
}
[file-type="sound"]:before {
    content: "\f1c7";
}
[file-type="code"]:before {
    content: "\f1c9";
}
[file-type="excel"]:before {
    content: "\f1c3";
}
[file-type="image"]:before {
    content: "\f1c5";
}
[file-type="video"]:before {
    content: "\f1c8";
}
[file-type="pdf"]:before {
    content: "\f1c1";
}
[file-type="powerpoint"]:before {
    content: "\f1c4";
}
[file-type="text"]:before {
    content: "\f15c";
}
[file-type="word"]:before {
    content: "\f1c2";
}
[file-type="other"]:before {
    content: "\f15b";
}  
.dataTables_wrapper {
    overflow-x:scroll;
    overflow-y: hidden;
}